This is 5.8.0.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 17634] By: jhi                                   on 2002/07/18  21:32:52
32         Log: Subject: [DOCPATCH] Re: [Patch] rand() functionality  
33              From: Nicholas Clark <nick@unfortu.net>
34              Date: Thu, 18 Jul 2002 22:34:36 +0100
35              Message-ID: <20020718213435.GN301@Bagpuss.unfortu.net>
36      Branch: perl
37            ! pod/perlfunc.pod
38 ____________________________________________________________________________
39 [ 17633] By: jhi                                   on 2002/07/18  19:26:50
40         Log: Mention the chdir("")/chdir(undef) deprecation.
41      Branch: perl
42            ! pod/perldelta.pod
43 ____________________________________________________________________________
44 [ 17632] By: jhi                                   on 2002/07/18  19:13:53
45         Log: Warn about mixing signals and threads;
46              mention the comp.programming.threads FAQ.
47      Branch: perl
48            ! pod/perlthrtut.pod
49 ____________________________________________________________________________
50 [ 17631] By: jhi                                   on 2002/07/18  19:01:53
51         Log: Regen toc.
52      Branch: perl
53            ! pod/perltoc.pod
54 ____________________________________________________________________________
55 [ 17630] By: jhi                                   on 2002/07/18  19:00:38
56         Log: AUTHORS updates.
57      Branch: perl
58            ! AUTHORS
59 ____________________________________________________________________________
60 [ 17629] By: jhi                                   on 2002/07/18  18:37:43
61         Log: Subject: [PATCH] perlvar pod
62              From: "John L. Allen" <allen@grumman.com>
63              Date: Thu, 18 Jul 2002 15:37:07 -0400 (EDT)
64              Message-ID: <Pine.SOL.3.91.1020718153229.20591A@gateway.grumman.com>
65      Branch: perl
66            ! pod/perlvar.pod
67 ____________________________________________________________________________
68 [ 17628] By: gsar                                  on 2002/07/18  18:23:35
69         Log: exclude windows from change#17569 since it "breaks" pseudo-forked
70              children from signalling their parent via kill(), and therefore
71              socketpair.t failed (windows signal emulation should be thread
72              safe because it is built around a message loop)
73      Branch: perl
74            ! util.c
75 ____________________________________________________________________________
76 [ 17627] By: jhi                                   on 2002/07/18  18:20:57
77         Log: File::stat bug + workarounds, based on Yves Orton's patch.
78      Branch: perl
79            ! lib/File/stat.pm
80 ____________________________________________________________________________
81 [ 17626] By: jhi                                   on 2002/07/18  18:10:29
82         Log: Add a pointer about the non-portability of ctime,
83              based on Yves Orton's patch.
84      Branch: perl
85            ! pod/perlfunc.pod
86 ____________________________________________________________________________
87 [ 17625] By: jhi                                   on 2002/07/18  17:50:27
88         Log: Thread-safety doc tweaks from Jörg Walter <jwalt@cpan.org>;
89              add a note about process-scope changing functions to perlthrtut
90              as suggested by Stas Bekman.
91      Branch: perl
92            ! pod/perlthrtut.pod
93 ____________________________________________________________________________
94 [ 17624] By: jhi                                   on 2002/07/18  16:01:38
95         Log: Subject: Re: [PATCH] AUTHORS and INSTALL
96              From: Andy Dougherty <doughera@lafayette.edu>
97              Date: Thu, 18 Jul 2002 12:40:05 -0400 (EDT)
98              Message-ID: <Pine.SOL.4.10.10207181236030.15097-100000@maxwell.phys.lafayette.edu>
99      Branch: perl
100            ! INSTALL
101 ____________________________________________________________________________
102 [ 17623] By: jhi                                   on 2002/07/18  13:18:25
103         Log: Subject: Re: [PATCH] AUTHORS and INSTALL
104              From: Chris Ball <chris@void.printf.net>
105              Date: 18 Jul 2002 15:10:25 +0100
106              Message-ID: <86znwp5dpq.fsf@void.printf.net>
107              
108              Remind that Perl 5.8.0 is binary incompatible.
109      Branch: perl
110            ! INSTALL
111 ____________________________________________________________________________
112 [ 17622] By: jhi                                   on 2002/07/18  13:03:43
113         Log: Update Changes.
114      Branch: perl
115            ! Changes patchlevel.h
116 ____________________________________________________________________________
117 [ 17621] By: jhi                                   on 2002/07/18  12:49:48
118         Log: Subject: [PATCH] AUTHORS and INSTALL
119              From: Richard.Foley@t-online.de
120              Date: Thu, 18 Jul 2002 14:31:16 +0200
121              Message-ID: <17VBSS-29nwUCC@fwd03.sul.t-online.com>
122      Branch: perl
123            ! AUTHORS INSTALL
124 ____________________________________________________________________________
125 [ 17620] By: jhi                                   on 2002/07/18  12:43:16
126         Log: NetWare tweaks from Ananth Kesari
127              (the #17601 helped also NetWare)
128      Branch: perl
129            ! NetWare/Makefile NetWare/t/NWScripts.pl
130 ____________________________________________________________________________
131 [ 17619] By: jhi                                   on 2002/07/18  12:35:28
132         Log: Update on OS/2 status.
133      Branch: perl
134            ! pod/perldelta.pod
135 ____________________________________________________________________________
136 [ 17618] By: nick                                  on 2002/07/18  07:31:01
137         Log: Integrate mainline
138      Branch: perlio
139           !> hints/darwin.sh makedef.pl pod/perldelta.pod pod/perlfunc.pod
140           !> pod/perlnumber.pod pod/perltoc.pod pp_sys.c sv.c
141 ____________________________________________________________________________
142 [ 17617] By: jhi                                   on 2002/07/18  04:42:13
143         Log: It would seem that Mac OS X has fixed the INT32_MIN INT64_MIN.
144      Branch: perl
145            ! hints/darwin.sh
146 ____________________________________________________________________________
147 [ 17616] By: jhi                                   on 2002/07/18  04:01:33
148         Log: Subject: [perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefiles
149              From: Leif Huhn (via RT) <perlbug@perl.org>
150              Date: 17 Jul 2002 20:56:55 -0000
151              Message-Id: <rt-15015-30041.8.70975172593674@perl>
152              
153              Popping off an Off_t tested for sizeof(size_t),
154              when it was supposed to be testing for sizeof(off_t).
155      Branch: perl
156            ! pp_sys.c
157 ____________________________________________________________________________
158 [ 17615] By: jhi                                   on 2002/07/18  03:26:10
159         Log: Further OS/2 symbol tweaking.
160      Branch: perl
161            ! makedef.pl
162 ____________________________________________________________________________
163 [ 17614] By: jhi                                   on 2002/07/17  21:51:10
164         Log: Subject: Re: sprintf: fix and docs
165              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>       
166              Date: Wed, 17 Jul 2002 23:36:20 +0100
167              Message-Id: <200207172236.g6HMaKU16388@crypt.compulink.co.uk>       
168      Branch: perl
169            ! pod/perlfunc.pod sv.c
170 ____________________________________________________________________________
171 [ 17613] By: jhi                                   on 2002/07/17  21:10:16
172         Log: Reintroduce #17486, but this time with Sebastian Wittmeier's
173              <Sebastian.Wittmeier@ginko.de> tweak, now OS/2 is happier
174              (affects only OS/2)
175      Branch: perl
176            ! makedef.pl
177 ____________________________________________________________________________
178 [ 17612] By: jhi                                   on 2002/07/17  21:07:10
179         Log: Regen toc.
180      Branch: perl
181            ! pod/perltoc.pod
182 ____________________________________________________________________________
183 [ 17611] By: jhi                                   on 2002/07/17  21:05:16
184         Log: Document the DJGPP status.
185      Branch: perl
186            ! pod/perldelta.pod
187 ____________________________________________________________________________
188 [ 17610] By: jhi                                   on 2002/07/17  20:16:56
189         Log: UTF-8 news tweak.
190      Branch: perl
191            ! pod/perldelta.pod
192 ____________________________________________________________________________
193 [ 17609] By: jhi                                   on 2002/07/17  20:07:04
194         Log: Subject: [DOCPATCH] perlnum.pod is wrong
195              From: Nicholas Clark <nick@unfortu.net>
196              Date: Wed, 17 Jul 2002 22:02:54 +0100
197              Message-ID: <20020717210254.GC402@Bagpuss.unfortu.net>
198      Branch: perl
199            ! pod/perlnumber.pod
200 ____________________________________________________________________________
201 [ 17608] By: rgs                                   on 2002/07/17  19:30:55
202         Log: Typo.
203      Branch: perl
204            ! pod/perlfunc.pod
205 ____________________________________________________________________________
206 [ 17607] By: nick                                  on 2002/07/17  19:30:39
207         Log: Integrate mainline
208      Branch: perlio
209           !> AUTHORS Changes README.cygwin ext/Encode/Encode.pm
210           !> lib/Config.t patchlevel.h pod/perldebug.pod pod/perldelta.pod
211           !> pod/perlport.pod pod/perltoc.pod sv.c t/op/glob.t
212           !> utils/perlbug.PL
213 ____________________________________________________________________________
214 [ 17605] By: jhi                                   on 2002/07/17  16:47:32
215         Log: Mac OS X dyld problems: be less destructive.
216      Branch: perl
217            ! pod/perldelta.pod
218 ____________________________________________________________________________
219 [ 17604] By: jhi                                   on 2002/07/17  16:26:34
220         Log: DJGPP reclaimed.
221      Branch: perl
222            ! pod/perldelta.pod pod/perlport.pod
223 ____________________________________________________________________________
224 [ 17603] By: jhi                                   on 2002/07/17  15:08:14
225         Log: Subject: AUTHORS
226              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>     
227              Date: Wed, 17 Jul 2002 17:04:44 +0100
228              Message-Id: <200207171604.g6HG4iO03603@crypt.compulink.co.uk>
229              
230              Correct Hugo's email address.
231      Branch: perl
232            ! AUTHORS utils/perlbug.PL
233 ____________________________________________________________________________
234 [ 17602] By: jhi                                   on 2002/07/17  14:43:49
235         Log: Integrate change #17588 from macperl:
236              
237              Small test fixes for Mac OS
238              
239              $Config{cc} is generated dynamically on MacPerl,
240              so looking at raw config_sh() fails
241              
242              op/glob.t never worked before, oops :-)
243      Branch: perl
244           !> lib/Config.t t/op/glob.t
245 ____________________________________________________________________________
246 [ 17601] By: jhi                                   on 2002/07/17  14:08:48
247         Log: NI-S' stab at the #17270 mystery.
248      Branch: perl
249            ! sv.c
250 ____________________________________________________________________________
251 [ 17600] By: jhi                                   on 2002/07/17  13:58:54
252         Log: Add a pointer to the utf8 pragma doc.
253      Branch: perl
254            ! pod/perldelta.pod
255 ____________________________________________________________________________
256 [ 17599] By: jhi                                   on 2002/07/17  13:35:29
257         Log: Regen toc.
258      Branch: perl
259            ! pod/perltoc.pod
260 ____________________________________________________________________________
261 [ 17598] By: jhi                                   on 2002/07/17  13:34:21
262         Log: Update AUTHORS.
263      Branch: perl
264            ! AUTHORS
265 ____________________________________________________________________________
266 [ 17597] By: jhi                                   on 2002/07/17  12:57:42
267         Log: Update Changes.
268      Branch: perl
269            ! Changes patchlevel.h
270 ____________________________________________________________________________
271 [ 17596] By: jhi                                   on 2002/07/17  12:46:20
272         Log: Ivan Kurmanov pointed out that the whole "use utf8"
273              semantics change was missing from Incompatible Changes.
274              Ooops.     (Also tweaked the announcement.)
275      Branch: perl
276            ! pod/perldelta.pod
277 ____________________________________________________________________________
278 [ 17595] By: jhi                                   on 2002/07/17  12:35:07
279         Log: Doc deduplication by Ivan Kurmanov <kurmanov@openlib.org>.
280      Branch: perl
281            ! pod/perldelta.pod
282 ____________________________________________________________________________
283 [ 17594] By: jhi                                   on 2002/07/17  12:29:42
284         Log: Integrate perlio:
285              
286              [ 17587]
287              Fix :scalar layer to allow it to exist under other layers.
288              Actual fix is just the if (!f) test before calling
289              PerlIO_allocate(). Rest of change is conforming to
290              standard indent.
291      Branch: perl
292           !> ext/PerlIO/scalar/scalar.xs
293 ____________________________________________________________________________
294 [ 17593] By: jhi                                   on 2002/07/17  12:25:39
295         Log: Also the NetWare breakage was due to #17270, go figure.
296      Branch: perl
297            ! sv.c
298 ____________________________________________________________________________
299 [ 17592] By: jhi                                   on 2002/07/17  12:21:07
300         Log: Subject: patch against perldebug.pod
301              From: Jim Cromie <jcromie@divsol.com>
302              Date: Wed, 17 Jul 2002 08:48:38 -0400
303              Message-ID: <3D3567A6.5070404@divsol.com>
304      Branch: perl
305            ! pod/perldebug.pod
306 ____________________________________________________________________________
307 [ 17591] By: jhi                                   on 2002/07/17  12:18:24
308         Log: Subject: [PATCH] Encode::FB_QUIET
309              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
310              Date: Wed, 17 Jul 2002 18:25:01 +0900
311              Message-ID: <86adoq4sgi.wl@mail.edge.co.jp>
312      Branch: perl
313            ! ext/Encode/Encode.pm
314 ____________________________________________________________________________
315 [ 17590] By: jhi                                   on 2002/07/17  12:14:21
316         Log: Cygwin is at 1.3.12.
317      Branch: perl
318            ! README.cygwin
319 ____________________________________________________________________________
320 [ 17589] By: pudge                                 on 2002/07/17  11:28:37
321         Log: Config/Makefile/test updates
322      Branch: macperl
323            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
324            ! macos/macperl/Makefile.mk
325 ____________________________________________________________________________
326 [ 17588] By: pudge                                 on 2002/07/17  11:28:02
327         Log: Small test fixes for Mac OS
328              
329              $Config{cc} is generated dynamically on MacPerl,
330              so looking at raw config_sh() fails
331              
332              op/glob.t never worked before, oops :-)
333      Branch: macperl
334            ! lib/Config.t t/op/glob.t
335 ____________________________________________________________________________
336 [ 17587] By: nick                                  on 2002/07/17  06:33:58
337         Log: Fix :scalar layer to allow it to exist under other layers.
338              Actual fix is just the if (!f) test before calling
339              PerlIO_allocate(). Rest of change is conforming to
340              standard indent.
341      Branch: perlio
342            ! ext/PerlIO/scalar/scalar.xs
343 ____________________________________________________________________________
344 [ 17586] By: nick                                  on 2002/07/17  06:32:10
345         Log: Integrate mainline
346      Branch: perlio
347           !> ext/Encode/encoding.pm hints/mpeix.sh lib/Net/Ping.pm
348           !> lib/Net/Ping/Changes lib/Net/Ping/README
349           !> lib/Net/Ping/t/200_ping_tcp.t mpeix/nm sv.c
350 ____________________________________________________________________________
351 [ 17585] By: pudge                                 on 2002/07/17  04:09:40
352         Log: Integrate perl
353      Branch: macperl
354           !> (integrate 53 files)
355 ____________________________________________________________________________
356 [ 17584] By: jhi                                   on 2002/07/17  03:11:53
357         Log: Upgrade to Net::Ping 2.20.
358      Branch: perl
359            ! lib/Net/Ping.pm lib/Net/Ping/Changes lib/Net/Ping/README
360            ! lib/Net/Ping/t/200_ping_tcp.t
361 ____________________________________________________________________________
362 [ 17583] By: jhi                                   on 2002/07/16  21:14:36
363         Log: DJGPP was broken by #17270.  Because of the time crunch
364              we may not have time to investigate how that is possible,
365              since the #17270 was trying to protect against illegal
366              memory accesses... (the breakage of the DJGPP build was
367              manifested by configpm eating up all the available memory)
368      Branch: perl
369            ! sv.c
370 ____________________________________________________________________________
371 [ 17582] By: jhi                                   on 2002/07/16  20:18:32
372         Log: MPE/iX fixes from Mark Bixby.
373      Branch: perl
374            ! hints/mpeix.sh mpeix/nm
375 ____________________________________________________________________________
376 [ 17581] By: rgs                                   on 2002/07/16  19:49:16
377         Log: Remove bad advice : -M doesn't work on the #! line
378      Branch: perl
379            ! ext/Encode/encoding.pm
380 ____________________________________________________________________________
381 [ 17580] By: nick                                  on 2002/07/16  19:41:34
382         Log: Integrate mainline (what a lot of change during freeze!)
383      Branch: perlio
384           !> (integrate 41 files)
385 ____________________________________________________________________________
386 [ 17579] By: jhi                                   on 2002/07/16  18:13:50
387         Log: With very high probability this 8-space wants to be a 1-tab.
388      Branch: perl
389            ! lib/ExtUtils/MM_NW5.pm
390 ____________________________________________________________________________
391 [ 17578] By: jhi                                   on 2002/07/16  17:56:17
392         Log: Remove the extra warning since after it the right thing
393              is attempted (and that gives a warning if necessary).
394      Branch: perl
395            ! x2p/s2p.PL
396 ____________________________________________________________________________
397 [ 17577] By: jhi                                   on 2002/07/16  17:53:47
398         Log: Subject: [ID 20020716.001] RC3 pp_sys.c #ifdef usage wrong
399              From: W.BRISCOE@ponl.com
400              Date: Tue, 16 Jul 2002 08:24:00 +0100
401              Message-Id: <NXfa4c15-42476076@eur.ponl.com>
402      Branch: perl
403            ! pp_sys.c
404 ____________________________________________________________________________
405 [ 17576] By: jhi                                   on 2002/07/16  13:58:32
406         Log: Subject: sprintf: fix and docs
407              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>      
408              Date: Tue, 16 Jul 2002 16:01:12 +0100
409              Message-Id: <200207161501.g6GF1CN00635@crypt.compulink.co.uk>
410      Branch: perl
411            ! pod/perlfunc.pod sv.c
412 ____________________________________________________________________________
413 [ 17575] By: jhi                                   on 2002/07/16  13:47:11
414         Log: Regen toc.
415      Branch: perl
416            ! pod/perltoc.pod
417 ____________________________________________________________________________
418 [ 17574] By: jhi                                   on 2002/07/16  13:30:22
419         Log: Update Changes.
420      Branch: perl
421            ! Changes patchlevel.h
422 ____________________________________________________________________________
423 [ 17573] By: jhi                                   on 2002/07/16  13:14:34
424         Log: Mac OS X dyld problem: try more direct action first.
425      Branch: perl
426            ! pod/perldelta.pod
427 ____________________________________________________________________________
428 [ 17572] By: jhi                                   on 2002/07/16  13:06:04
429         Log: More explicit solution for the Mac OS X "dyld undefined symbols"
430              problem.
431      Branch: perl
432            ! pod/perldelta.pod
433 ____________________________________________________________________________
434 [ 17571] By: jhi                                   on 2002/07/16  12:25:07
435         Log: Upgrade to Locale::Codes 2.06.
436      Branch: perl
437            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
438            ! lib/Locale/Country.pm lib/Locale/Country.pod
439            ! lib/Locale/Currency.pm lib/Locale/Language.pm
440            ! lib/Locale/Script.pm
441 ____________________________________________________________________________
442 [ 17570] By: gsar                                  on 2002/07/16  02:57:47
443         Log: integrate a variant of change#17568 from maint-5.6 branch (the
444              do_exec parts elided so that change is restricted strictly to
445              windows; binary compatibility stubs not needed)
446      Branch: perl
447            ! embed.fnc embed.h global.sym iperlsys.h makedef.pl pp_sys.c
448            ! proto.h win32/perlhost.h win32/win32.c win32/win32.h
449 ____________________________________________________________________________
450 [ 17569] By: jhi                                   on 2002/07/16  02:26:12
451         Log: Integrate change #16844 from maint:
452              
453              extension of change#16332: isolate signal diddling to the main
454              interpreter (fixes signal-related races, e.g. when multiple
455              threads run system())
456      Branch: perl
457           !> util.c
458 ____________________________________________________________________________
459 [ 17568] By: gsar                                  on 2002/07/16  01:26:12
460         Log: on windows, expose do_{spawn,spawn_nowait,exec,aspawn} as part of
461              perl API; as a result spawnvp() is now the only one that belongs in
462              iperlsys.h interface (stubs retained in structure for bincompat)
463      Branch: maint-5.6/perl
464            ! embed.h embed.pl global.sym globals.c iperlsys.h makedef.pl
465            ! objXSUB.h perlapi.c pp_sys.c proto.h win32/perlhost.h
466            ! win32/win32.c win32/win32.h
467 ____________________________________________________________________________
468 [ 17567] By: gsar                                  on 2002/07/16  00:27:12
469         Log: integrate change#17566 from maint-5.6 branch
470              
471              on windows, ensure child processes that get run via backticks get
472              the right pipe handle at stdin/stdout; this is needed to make
473              subprocesses see the correct standard handles such that backticks
474              and piped open()s work when run from within GUI applications
475              
476              this also makes it possible to launch wperl.exe in backticks
477              from within an application that has no std handles without a
478              new blank console window popping up
479      Branch: perl
480            ! win32/win32.c
481 ____________________________________________________________________________
482 [ 17566] By: gsar                                  on 2002/07/16  00:06:14
483         Log: on windows, ensure child processes that get run via backticks get
484              the right pipe handle at stdin/stdout; this is needed to make
485              subprocesses see the correct standard handles such that backticks
486              and piped open()s work when run from within GUI applications
487              
488              this also makes it possible to launch wperl.exe in backticks
489              from within an application that has no std handles without a
490              new blank console window popping up
491      Branch: maint-5.6/perl
492            ! win32/win32.c
493 ____________________________________________________________________________
494 [ 17565] By: gsar                                  on 2002/07/15  23:58:49
495         Log: change#16528 merged the fix for my_popen() but missed my_popen_list()
496              which had the same code (and bugs) duplicated; add changes#16329,16331
497              into my_popen_list()
498      Branch: perl
499            ! util.c
500 ____________________________________________________________________________
501 [ 17564] By: gsar                                  on 2002/07/15  23:45:08
502         Log: add missing xref in Changes
503      Branch: perl
504            ! Changes
505 ____________________________________________________________________________
506 [ 17563] By: jhi                                   on 2002/07/15  22:38:31
507         Log: IRIX -O2 trick (needs verification from John P. Linderman) 
508      Branch: perl
509            ! pod/perldelta.pod
510 ____________________________________________________________________________
511 [ 17562] By: jhi                                   on 2002/07/15  22:30:29
512         Log: Subject: Typo? in perlxstut.pod + PATCH
513              From: "John P. Linderman" <jpl@research.att.com>
514              Date: Mon, 15 Jul 2002 14:08:47 -0400 (EDT)
515              Message-Id: <200207151808.OAA53989@raptor.research.att.com>
516      Branch: perl
517            ! pod/perlxstut.pod
518 ____________________________________________________________________________
519 [ 17561] By: jhi                                   on 2002/07/15  21:11:04
520         Log: Split "Known problems" into "Known problems" (generic,
521              or shared among several platforms) and "Platform Specific
522              Problems".
523      Branch: perl
524            ! pod/perldelta.pod
525 ____________________________________________________________________________
526 [ 17560] By: rgs                                   on 2002/07/15  20:13:22
527         Log: Clarify the PerlIO::scalar docs (suggested by Elizabeth
528              Mattijsen.)
529      Branch: perl
530            ! ext/PerlIO/scalar/scalar.pm
531 ____________________________________________________________________________
532 [ 17559] By: jhi                                   on 2002/07/15  18:59:23
533         Log: Retract #17486: OS/2 didn't like it.
534      Branch: perl
535            ! makedef.pl
536 ____________________________________________________________________________
537 [ 17558] By: jhi                                   on 2002/07/15  18:39:11
538         Log: Add #!./perl, noticed by John Adams.
539      Branch: perl
540            ! ext/Time/HiRes/HiRes.t
541 ____________________________________________________________________________
542 [ 17557] By: jhi                                   on 2002/07/15  17:14:41
543         Log: Regen toc.
544      Branch: perl
545            ! pod/perltoc.pod
546 ____________________________________________________________________________
547 [ 17556] By: jhi                                   on 2002/07/15  17:12:28
548         Log: Add a section on ithreads; rearrange the sections a bit.
549      Branch: perl
550            ! pod/perldelta.pod
551 ____________________________________________________________________________
552 [ 17555] By: jhi                                   on 2002/07/15  16:29:06
553         Log: Subject: Re: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
554              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
555              Date: Mon, 15 Jul 2002 10:04:02 -0700
556              Message-ID: <CCwM9gzkg25T092yn@efn.org>
557              
558              Document which tests will fail.
559      Branch: perl
560            ! pod/perldelta.pod
561 ____________________________________________________________________________
562 [ 17554] By: jhi                                   on 2002/07/15  16:26:55
563         Log: Subject: [ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX V4.0F
564              From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
565              Date: Mon, 15 Jul 2002 19:23:54 +0200 (MET DST)
566              Message-Id: <5.8.0_22255_1026753561@rimsky>
567              
568              (also raise the gcc minimum to 2.95.3)
569      Branch: perl
570            ! hints/dec_osf.sh
571 ____________________________________________________________________________
572 [ 17553] By: jhi                                   on 2002/07/15  14:56:42
573         Log: configure.gnu wants to be executable, too.
574      Branch: perl
575            ! Porting/makerel
576 ____________________________________________________________________________
577 [ 17552] By: jhi                                   on 2002/07/15  14:35:31
578         Log: DJGPP broke after 5.7.3, so that's good news.
579      Branch: perl
580            ! pod/perldelta.pod
581 ____________________________________________________________________________
582 [ 17551] By: jhi                                   on 2002/07/15  13:49:27
583         Log: Retract #17550: the build/test time warnings do not
584              belong to perldelta, they belong to the announcement.
585      Branch: perl
586            ! pod/perldelta.pod
587 ____________________________________________________________________________
588 [ 17550] By: jhi                                   on 2002/07/15  13:46:51
589         Log: (retracted by #17551)
590              Copy the warnings about build and test times from
591              the RC announcements to perldelta.
592      Branch: perl
593            ! pod/perldelta.pod
594 ____________________________________________________________________________
595 [ 17549] By: jhi                                   on 2002/07/15  13:38:53
596         Log: Try to future proof the op/taint.
597      Branch: perl
598            ! t/op/taint.t
599 ____________________________________________________________________________
600 [ 17548] By: jhi                                   on 2002/07/15  13:35:49
601         Log: Squash "uninitialized" warning from gcc.
602      Branch: perl
603            ! sv.c
604 ____________________________________________________________________________
605 [ 17547] By: jhi                                   on 2002/07/15  13:33:20
606         Log: Update Changes.
607      Branch: perl
608            ! Changes patchlevel.h
609 ____________________________________________________________________________
610 [ 17546] By: jhi                                   on 2002/07/15  13:04:59
611         Log: Subject: Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
612              From: Tim Bunce <Tim.Bunce@pobox.com>
613              Date: Mon, 15 Jul 2002 12:14:54 +0100
614              Message-ID: <20020715121454.F20682@dansat.data-plan.com>
615      Branch: perl
616            ! sv.c
617 ____________________________________________________________________________
618 [ 17545] By: jhi                                   on 2002/07/15  13:01:48
619         Log: Subject: RC3: lib/constant.t #35
620              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
621              Date: Mon, 15 Jul 2002 16:29:28 +0900
622              Message-ID: <86adotwisn.wl@mail.edge.co.jp>
623              
624              Assuming " " in error messages does not work in Japanese,
625              just skip the test (even the #34 is suspicious).
626      Branch: perl
627            ! lib/constant.t
628 ____________________________________________________________________________
629 [ 17544] By: jhi                                   on 2002/07/15  12:57:52
630         Log: Upgrade to podlators 1.23.
631      Branch: perl
632            ! lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
633            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
634            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL pod/pod2text.PL
635 ____________________________________________________________________________
636 [ 17543] By: nick                                  on 2002/07/15  06:56:42
637         Log: Integrate mainline
638      Branch: perlio
639           !> (integrate 28 files)
640 ____________________________________________________________________________
641 [ 17542] By: jhi                                   on 2002/07/15  04:03:51
642         Log: Say something about missing "Perl_get_sv".
643      Branch: perl
644            ! pod/perldelta.pod
645 ____________________________________________________________________________
646 [ 17541] By: jhi                                   on 2002/07/15  03:31:05
647         Log: Subject: Re: Regexp causes coredump
648              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
649              Date: Mon, 15 Jul 2002 02:22:35 +0100
650              Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk>
651      Branch: perl
652            ! regexec.c t/op/re_tests
653 ____________________________________________________________________________
654 [ 17540] By: jhi                                   on 2002/07/14  21:56:52
655         Log: Upgrade to Term::ANSIColor 1.05.
656      Branch: perl
657            ! lib/Term/ANSIColor.pm
658 ____________________________________________________________________________
659 [ 17539] By: jhi                                   on 2002/07/14  19:57:54
660         Log: Test skip counter tweak from Craig Berry.
661      Branch: perl
662            ! t/op/taint.t
663 ____________________________________________________________________________
664 [ 17538] By: jhi                                   on 2002/07/14  18:17:31
665         Log: Subject: Re: [ID 20020713.008] %vd eats two arguments
666              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
667              Date: Sun, 14 Jul 2002 19:00:12 +0100
668              Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk>
669      Branch: perl
670            ! sv.c t/op/sprintf.t
671 ____________________________________________________________________________
672 [ 17537] By: jhi                                   on 2002/07/14  16:04:35
673         Log: Unfortunately we have to downgrade the status of DJGPP.
674      Branch: perl
675            ! pod/perldelta.pod pod/perlport.pod
676 ____________________________________________________________________________
677 [ 17536] By: jhi                                   on 2002/07/14  15:58:12
678         Log: I would say the long double support has matured enough.
679      Branch: perl
680            ! pod/perldelta.pod
681 ____________________________________________________________________________
682 [ 17535] By: jhi                                   on 2002/07/14  15:56:01
683         Log: The z/OS problems are dependent on the environment;
684              Merijn Broeren didn't hit the pat.t crash.  Now we only
685              need to figure out what's different in the environments...
686      Branch: perl
687            ! pod/perldelta.pod
688 ____________________________________________________________________________
689 [ 17534] By: jhi                                   on 2002/07/14  15:53:08
690         Log: perldelta didn't know of FreeBSD 4.6 readdir_r.
691      Branch: perl
692            ! pod/perldelta.pod
693 ____________________________________________________________________________
694 [ 17533] By: jhi                                   on 2002/07/14  15:48:46
695         Log: perldelta shuffling.
696      Branch: perl
697            ! pod/perldelta.pod
698 ____________________________________________________________________________
699 [ 17532] By: jhi                                   on 2002/07/14  15:30:38
700         Log: Document the Thread:: change.
701      Branch: perl
702            ! pod/perldelta.pod
703 ____________________________________________________________________________
704 [ 17531] By: jhi                                   on 2002/07/14  15:26:51
705         Log: Add a few new diagnostics.
706      Branch: perl
707            ! pod/perldelta.pod
708 ____________________________________________________________________________
709 [ 17530] By: jhi                                   on 2002/07/14  14:37:28
710         Log: Move the debugger changes from "diagnostics" to "fixes".
711      Branch: perl
712            ! pod/perldelta.pod
713 ____________________________________________________________________________
714 [ 17529] By: pudge                                 on 2002/07/14  12:09:00
715         Log: Integrate perl
716      Branch: macperl
717           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
718           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
719           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
720           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
721 ____________________________________________________________________________
722 [ 17528] By: pudge                                 on 2002/07/14  12:07:17
723         Log: Integrate perl
724      Branch: macperl
725           +> ext/MIME/Base64/t/quoted-print.t ext/ODBM_File/hints/linux.pl
726           +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx lib/Config.t
727           +> lib/Math/BigInt/t/bare_mif.t lib/Pod/t/text.t
728           +> lib/Thread/Queue.t lib/Thread/Semaphore.t
729            - ext/MIME/Base64/t/qp.t ext/PerlIO/Scalar/Makefile.PL
730            - ext/PerlIO/Scalar/Scalar.pm ext/PerlIO/Scalar/Scalar.xs
731            - ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
732            - ext/PerlIO/Via/Via.xs ext/threads/shared/queue.pm
733            - ext/threads/shared/semaphore.pm ext/threads/shared/t/queue.t
734            - ext/threads/shared/t/semaphore.t
735           !> (integrate 157 files)
736 ____________________________________________________________________________
737 [ 17527] By: jhi                                   on 2002/07/13  23:07:10
738         Log: This is 5.8.0 RC3.
739      Branch: perl
740            ! patchlevel.h
741 ____________________________________________________________________________
742 [ 17526] By: jhi                                   on 2002/07/13  23:05:53
743         Log: Update Changes.
744      Branch: perl
745            ! Changes patchlevel.h
746 ____________________________________________________________________________
747 [ 17525] By: jhi                                   on 2002/07/13  22:31:07
748         Log: Small pod nits.
749      Branch: perl
750            ! README.irix README.os2 pod/perlhack.pod pod/perlipc.pod
751 ____________________________________________________________________________
752 [ 17524] By: jhi                                   on 2002/07/13  22:26:10
753         Log: Update perlhist.
754      Branch: perl
755            ! pod/perlhist.pod
756 ____________________________________________________________________________
757 [ 17523] By: jhi                                   on 2002/07/13  22:24:19
758         Log: metaconfig unit changes for #17522.
759      Branch: metaconfig/U/perl
760            + IncClean.U
761            ! gccvers.U
762 ____________________________________________________________________________
763 [ 17522] By: jhi                                   on 2002/07/13  22:24:02
764         Log: Regen Configure.
765      Branch: perl
766            ! Configure Porting/config.sh Porting/config_H
767 ____________________________________________________________________________
768 [ 17521] By: jhi                                   on 2002/07/13  14:14:16
769         Log: Update the CPAN sites list in perlmodlib, regen toc.
770      Branch: perl
771            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod
772 ____________________________________________________________________________
773 [ 17520] By: jhi                                   on 2002/07/13  13:51:55
774         Log: Subject: [PATCH] perlbug
775              From: Ask Bjoern Hansen <ask@develooper.com>
776              Date: Sat, 13 Jul 2002 07:46:36 -0700 (PDT)
777              Message-ID: <20020713074456.M95399-100000@miette.develooper.com>
778      Branch: perl
779            ! utils/perlbug.PL
780 ____________________________________________________________________________
781 [ 17519] By: jhi                                   on 2002/07/13  13:35:57
782         Log: More admonishment that one shouldn't waste one's efforts
783              on 5.005 threads any more.
784      Branch: perl
785            ! pod/perldelta.pod
786 ____________________________________________________________________________
787 [ 17518] By: jhi                                   on 2002/07/13  13:29:07
788         Log: The installation of the 5.005threads {Queue,Semaphore}.pm
789              didn't quite work.
790      Branch: perl
791            ! ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx installperl
792 ____________________________________________________________________________
793 [ 17517] By: rgs                                   on 2002/07/13  11:46:14
794         Log: Minor doc changes for PerlIO::via.
795      Branch: perl
796            ! ext/PerlIO/via/via.pm
797 ____________________________________________________________________________
798 [ 17516] By: rgs                                   on 2002/07/13  11:28:01
799         Log: The warning "Use of tainted arguments in %s is deprecated"
800              was incorrectly reported whenever system or exec was
801              invoked with multiple arguments.
802      Branch: perl
803            ! pod/perldiag.pod pp_sys.c t/op/taint.t
804 ____________________________________________________________________________
805 [ 17515] By: nick                                  on 2002/07/13  09:18:03
806         Log: Integrate mainline
807      Branch: perlio
808           +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
809           +> lib/Thread/Queue.t lib/Thread/Semaphore.t
810            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
811            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
812           !> (integrate 54 files)
813 ____________________________________________________________________________
814 [ 17514] By: jhi                                   on 2002/07/13  00:10:07
815         Log: Update Changes.
816      Branch: perl
817            ! Changes patchlevel.h
818 ____________________________________________________________________________
819 [ 17513] By: jhi                                   on 2002/07/13  00:03:04
820         Log: Document that using threads/pseudofork inside BEGINs does not work.
821      Branch: perl
822            ! ext/threads/threads.pm
823 ____________________________________________________________________________
824 [ 17512] By: jhi                                   on 2002/07/12  23:53:22
825         Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug
826              From: Elizabeth Mattijsen <liz@dijkmat.nl>
827              Date: Fri, 12 Jul 2002 23:45:52 +0200
828              Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl>
829      Branch: perl
830            ! ext/threads/shared/shared.pm
831 ____________________________________________________________________________
832 [ 17511] By: jhi                                   on 2002/07/12  23:52:34
833         Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug
834              From: Elizabeth Mattijsen <liz@dijkmat.nl>
835              Date: Fri, 12 Jul 2002 23:30:16 +0200
836              Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl>
837      Branch: perl
838            ! ext/threads/threads.pm
839 ____________________________________________________________________________
840 [ 17510] By: jhi                                   on 2002/07/12  23:46:45
841         Log: Update the 5.005threads failure status.
842      Branch: perl
843            ! pod/perldelta.pod
844 ____________________________________________________________________________
845 [ 17509] By: jhi                                   on 2002/07/12  23:44:17
846         Log: threads::shared::queue and semaphore become Thread::Semaphore
847              and Queue.  The 5005threads case where the old Semaphore and
848              Queue.pm (they are disguised as .pmx) should get magically
849              installed instead has not been tested.
850      Branch: perl
851            + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
852            + lib/Thread/Queue.t lib/Thread/Semaphore.t
853            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
854            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
855            ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL
856            ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm
857            ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod
858            ! pod/perlthrtut.pod pod/perltoc.pod
859 ____________________________________________________________________________
860 [ 17508] By: jhi                                   on 2002/07/12  20:06:23
861         Log: Subject: Re: Clock skew failures in Memoize test suite
862              From: Mark-Jason Dominus <mjd@plover.com>
863              Date: Fri, 12 Jul 2002 14:17:56 -0400
864              Message-ID: <20020712181756.9595.qmail@plover.com>
865              To: sthoenna@efn.org (Yitzchak Scott-Thoennes)
866              
867              (an accidental dual submit...)
868              
869              Subject: lib/Config.t : why 900 entries?
870              From: "Craig A. Berry" <craigberry@mac.com>
871              Date: Fri, 12 Jul 2002 16:02:59 -0500
872              Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]>
873              
874              (dropping the limit from 750 down to 500)
875      Branch: perl
876            ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm
877            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
878            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
879            ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t
880            ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t
881            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
882            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
883            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
884            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
885            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
886 ____________________________________________________________________________
887 [ 17507] By: jhi                                   on 2002/07/12  18:51:16
888         Log: AUTHORS updates.
889      Branch: perl
890            ! AUTHORS
891 ____________________________________________________________________________
892 [ 17506] By: jhi                                   on 2002/07/12  17:45:34
893         Log: Many of the feared z/OS failures turned out to be false alarms.
894      Branch: perl
895            ! pod/perldelta.pod
896 ____________________________________________________________________________
897 [ 17505] By: jhi                                   on 2002/07/12  15:42:07
898         Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
899              From: Tim Bunce <Tim.Bunce@pobox.com>
900              Date: Fri, 12 Jul 2002 17:25:09 +0100
901              Message-ID: <20020712172509.B568@dansat.data-plan.com>
902      Branch: perl
903            ! sv.c
904 ____________________________________________________________________________
905 [ 17504] By: jhi                                   on 2002/07/12  13:53:15
906         Log: Easy z/OS fix by skipping raw UTF-8.
907      Branch: perl
908            ! pod/perldelta.pod t/op/subst.t
909 ____________________________________________________________________________
910 [ 17503] By: jhi                                   on 2002/07/12  13:41:34
911         Log: Update the z/OS situation.
912      Branch: perl
913            ! pod/perldelta.pod
914 ____________________________________________________________________________
915 [ 17502] By: jhi                                   on 2002/07/12  13:08:53
916         Log: Update Changes.
917      Branch: perl
918            ! Changes patchlevel.h
919 ____________________________________________________________________________
920 [ 17501] By: jhi                                   on 2002/07/12  12:56:57
921         Log: Regen modlib, toc.
922      Branch: perl
923            ! pod/perlmodlib.pod pod/perltoc.pod
924 ____________________________________________________________________________
925 [ 17500] By: jhi                                   on 2002/07/12  12:47:11
926         Log: Document that one cannot "proxy" enable threading.
927      Branch: perl
928            ! ext/threads/threads.pm
929 ____________________________________________________________________________
930 [ 17499] By: jhi                                   on 2002/07/12  12:43:15
931         Log: Subject: Re: Thread object by tid?
932              From: Elizabeth Mattijsen <liz@dijkmat.nl>
933              Date: Fri, 12 Jul 2002 00:27:53 +0200
934              Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl>
935      Branch: perl
936            ! ext/threads/threads.pm
937 ____________________________________________________________________________
938 [ 17498] By: jhi                                   on 2002/07/12  12:39:00
939         Log: Subject: [PATCH9 BigInt v1.60 fix for "\n"
940              From: Tels <tels@bloodgate.com>
941              Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST)
942              Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi>
943      Branch: perl
944            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t
945            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
946            ! lib/Math/BigInt/t/sub_mbi.t
947 ____________________________________________________________________________
948 [ 17497] By: jhi                                   on 2002/07/12  02:53:12
949         Log: AUTHORS updates.
950      Branch: perl
951            ! AUTHORS
952 ____________________________________________________________________________
953 [ 17496] By: jhi                                   on 2002/07/12  00:03:03
954         Log: BeOS failure merge, noticed by Daniel Berger.
955      Branch: perl
956            ! README.beos pod/perldelta.pod
957 ____________________________________________________________________________
958 [ 17495] By: jhi                                   on 2002/07/11  21:40:05
959         Log: Can't get #17492 to work with -Uuseperlio otherwise (either
960              coredumps or warnings about failing to close _GEN_0 ensue)
961      Branch: perl
962            ! ext/XS/Typemap/Typemap.t
963 ____________________________________________________________________________
964 [ 17494] By: jhi                                   on 2002/07/11  21:00:31
965         Log: Subject: Re: $Storable::drop_utf8 is undeclared
966              From: Nicholas Clark <nick@unfortu.net>
967              Date: Thu, 11 Jul 2002 22:40:05 +0100
968              Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net>
969      Branch: perl
970            ! ext/Storable/Storable.xs
971 ____________________________________________________________________________
972 [ 17493] By: jhi                                   on 2002/07/11  19:47:28
973         Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
974      Branch: perl
975            ! pod/perldelta.pod
976 ____________________________________________________________________________
977 [ 17492] By: jhi                                   on 2002/07/11  19:42:35
978         Log: Subject: [PATCH] finall fix core dump in XS::Typemap
979              From: Tim Jenness <t.jenness@jach.hawaii.edu>
980              Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST)
981              Message-ID: <Pine.LNX.4.44.0207111013090.31260-100000@lapaki>
982      Branch: perl
983            ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs
984 ____________________________________________________________________________
985 [ 17491] By: jhi                                   on 2002/07/11  19:16:31
986         Log: Microdoctweak.
987      Branch: perl
988            ! pod/perlapio.pod
989 ____________________________________________________________________________
990 [ 17490] By: jhi                                   on 2002/07/11  19:14:28
991         Log: metaconfig unit change for #17489.
992      Branch: metaconfig/U/perl
993            ! Extensions.U
994 ____________________________________________________________________________
995 [ 17489] By: jhi                                   on 2002/07/11  19:14:09
996         Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
997              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
998              Date: Thu, 11 Jul 2002 21:35:41 +0200
999              Message-ID: <311512104521.20020711213541@familiehaase.de>
1000              
1001              (plus add a warning about NDBM_File on FAT to README.cygwin)
1002      Branch: perl
1003            ! Configure README.cygwin
1004 ____________________________________________________________________________
1005 [ 17488] By: jhi                                   on 2002/07/11  16:48:09
1006         Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS
1007              From: "Craig A. Berry" <craigberry@mac.com>
1008              Date: Thu, 11 Jul 2002 12:44:41 -0500
1009              Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01>
1010      Branch: perl
1011            ! lib/ExtUtils/MM_Unix.pm
1012 ____________________________________________________________________________
1013 [ 17487] By: jhi                                   on 2002/07/11  15:45:33
1014         Log: Subject: [PATCH] Re: BigInt and "\n"
1015              From: Tels <perl_dummy@bloodgate.com>
1016              Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
1017      Branch: perl
1018            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1019 ____________________________________________________________________________
1020 [ 17486] By: jhi                                   on 2002/07/11  15:43:44
1021         Log: Apparently OS/2 likes to export the Perl malloc interface
1022              to external libraries and the #16291 broke that when removing
1023              the bincompat5005 feature.
1024      Branch: perl
1025            ! makedef.pl
1026 ____________________________________________________________________________
1027 [ 17485] By: jhi                                   on 2002/07/11  15:41:32
1028         Log: Document better the PerlIO_{export,release,import}FILE()
1029              relationships (or the lack thereof).
1030      Branch: perl
1031            ! perlio.c pod/perlapio.pod
1032 ____________________________________________________________________________
1033 [ 17484] By: nick                                  on 2002/07/11  15:33:53
1034         Log: Integrate mainline
1035      Branch: perlio
1036           !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod
1037           !> vms/ext/Stdio/Stdio.xs
1038 ____________________________________________________________________________
1039 [ 17483] By: jhi                                   on 2002/07/11  15:32:31
1040         Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE
1041              From: "Craig A. Berry" <craigberry@mac.com>
1042              Date: Thu, 11 Jul 2002 11:09:03 -0500
1043              Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
1044      Branch: perl
1045            ! vms/ext/Stdio/Stdio.xs
1046 ____________________________________________________________________________
1047 [ 17482] By: jhi                                   on 2002/07/11  14:46:11
1048         Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits
1049              From: Autrijus Tang <autrijus@autrijus.org>
1050              Date: Thu, 11 Jul 2002 23:30:23 +0800
1051              Message-ID: <20020711153023.GA20806@not.autrijus.org>
1052      Branch: perl
1053            ! lib/Locale/Maketext/TPJ13.pod
1054 ____________________________________________________________________________
1055 [ 17481] By: sky                                   on 2002/07/11  13:02:15
1056         Log: Don't set the context to the running thread before
1057              we run destroy on the old, cures segfault on linux.
1058      Branch: perl
1059            ! ext/threads/threads.xs
1060 ____________________________________________________________________________
1061 [ 17480] By: jhi                                   on 2002/07/11  12:24:53
1062         Log: Integrate perlio:
1063              
1064              [ 17478]
1065              Various core-dump preventions for cases Craig found on VMS.
1066              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
1067              
1068              [ 17479]
1069              (Re-)instate :pop as a "back door" to perl level layer stack
1070              manipulation.
1071      Branch: perl
1072           !> lib/PerlIO.pm perlio.c
1073 ____________________________________________________________________________
1074 [ 17479] By: nick                                  on 2002/07/11  09:16:46
1075         Log: (Re-)instate :pop as a "back door" to perl level layer stack
1076              manipulation.
1077      Branch: perlio
1078            ! lib/PerlIO.pm perlio.c
1079 ____________________________________________________________________________
1080 [ 17478] By: nick                                  on 2002/07/11  08:43:28
1081         Log: Various core-dump preventions for cases Craig found on VMS.
1082              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
1083      Branch: perlio
1084            ! perlio.c
1085 ____________________________________________________________________________
1086 [ 17477] By: nick                                  on 2002/07/11  07:42:34
1087         Log: Integrate mainline
1088      Branch: perlio
1089           !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm
1090           !> ext/Storable/t/integer.t ext/threads/shared/shared.pm
1091           !> ext/threads/t/list.t ext/threads/threads.pm
1092           !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm
1093           !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
1094           !> patchlevel.h pod/perldelta.pod pod/perldiag.pod
1095           !> pod/perliol.pod regexec.c t/op/magic.t
1096 ____________________________________________________________________________
1097 [ 17476] By: sky                                   on 2002/07/11  05:35:53
1098         Log: Problem fixed with detached threads reported by Stacy Maughan 
1099              and debugged by Jan Dubois. Problem occured when a thread
1100              cleared itself out and then switched back to itself (which was
1101              gone) and wanted a function pointer for the PerlMemShared free.
1102      Branch: perl
1103            ! ext/threads/threads.xs
1104 ____________________________________________________________________________
1105 [ 17475] By: jhi                                   on 2002/07/10  23:36:37
1106         Log: Small threads docs cleanups.
1107      Branch: perl
1108            ! ext/threads/shared/shared.pm ext/threads/threads.pm
1109            ! pod/perldiag.pod
1110 ____________________________________________________________________________
1111 [ 17474] By: jhi                                   on 2002/07/10  23:21:10
1112         Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm
1113              From: Dave Mitchell <davem@fdgroup.com>
1114              Date: Thu, 11 Jul 2002 01:15:18 +0100
1115              Message-ID: <20020711011518.B27438@fdgroup.com>
1116      Branch: perl
1117            ! ext/threads/shared/shared.pm
1118 ____________________________________________________________________________
1119 [ 17473] By: jhi                                   on 2002/07/10  23:20:10
1120         Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave
1121              in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT
1122              specific and known to work on the platforms that need it),
1123              on Sarathy's advice.
1124      Branch: perl
1125            ! t/op/magic.t
1126 ____________________________________________________________________________
1127 [ 17472] By: jhi                                   on 2002/07/10  21:43:45
1128         Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03
1129              From: Nicholas Clark <nick@unfortu.net>
1130              Date: Wed, 10 Jul 2002 23:17:36 +0100
1131              Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net>
1132      Branch: perl
1133            ! ext/Storable/t/integer.t
1134 ____________________________________________________________________________
1135 [ 17471] By: jhi                                   on 2002/07/10  20:27:07
1136         Log: Subject: [PATCH] QuotedPrint.t
1137              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1138              Date: Wed, 10 Jul 2002 21:29:54 +0200
1139              Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl>
1140      Branch: perl
1141            ! lib/PerlIO/via/t/QuotedPrint.t
1142 ____________________________________________________________________________
1143 [ 17470] By: jhi                                   on 2002/07/10  20:24:47
1144         Log: From: Elizabeth Mattijsen <liz@dijkmat.nl>
1145              Subject: [DOC PATCH] some doc nits after 17463
1146              Date: Wed, 10 Jul 2002 21:13:52 +0200
1147              Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
1148      Branch: perl
1149            ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm
1150            ! pod/perldelta.pod pod/perliol.pod
1151 ____________________________________________________________________________
1152 [ 17469] By: jhi                                   on 2002/07/10  20:19:55
1153         Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake
1154              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1155              Date: Wed, 10 Jul 2002 18:47:45 +0200
1156              Message-ID: <3D2C8151.30381.12DE80@localhost>
1157      Branch: perl
1158            ! lib/ExtUtils/MM_Win95.pm
1159 ____________________________________________________________________________
1160 [ 17468] By: jhi                                   on 2002/07/10  20:13:49
1161         Log: Regen Changes.
1162      Branch: perl
1163            ! Changes
1164 ____________________________________________________________________________
1165 [ 17467] By: jhi                                   on 2002/07/10  20:10:23
1166         Log: Retract #17375: contrary to intention, it was actually
1167              harmful on EBCDIC (configpm broke).
1168      Branch: perl
1169            ! regexec.c
1170 ____________________________________________________________________________
1171 [ 17466] By: sky                                   on 2002/07/10  17:59:19
1172         Log: Makes list skip the main thread.
1173      Branch: perl
1174            ! ext/threads/t/list.t ext/threads/threads.xs
1175 ____________________________________________________________________________
1176 [ 17465] By: jhi                                   on 2002/07/10  14:14:13
1177         Log: More about the dangers of indent.
1178      Branch: perl
1179            ! Porting/pumpkin.pod
1180 ____________________________________________________________________________
1181 [ 17464] By: jhi                                   on 2002/07/10  12:42:20
1182         Log: Small perldelta tweaks.
1183      Branch: perl
1184            ! pod/perldelta.pod
1185 ____________________________________________________________________________
1186 [ 17463] By: jhi                                   on 2002/07/10  11:43:09
1187         Log: Update Changes.
1188      Branch: perl
1189            ! Changes patchlevel.h
1190 ____________________________________________________________________________
1191 [ 17462] By: jhi                                   on 2002/07/10  11:27:44
1192         Log: EBCDIC has different codepoints.
1193      Branch: perl
1194            ! lib/PerlIO/via/t/QuotedPrint.t
1195 ____________________________________________________________________________
1196 [ 17461] By: nick                                  on 2002/07/10  06:58:47
1197         Log: Integrate mainline (Via/via etc.)
1198      Branch: perlio
1199           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
1200           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
1201           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t
1202           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
1203            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
1204            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
1205            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
1206           !> (integrate 34 files)
1207 ____________________________________________________________________________
1208 [ 17460] By: jhi                                   on 2002/07/10  03:58:58
1209         Log: If no PerlIO, no PerlIO::via.
1210      Branch: perl
1211            ! lib/PerlIO/via/t/QuotedPrint.t
1212 ____________________________________________________________________________
1213 [ 17459] By: jhi                                   on 2002/07/10  00:57:29
1214         Log: Too much cut-and-paste from Term::Complete.t;
1215              be more paranoid on readonlyness
1216      Branch: perl
1217            ! lib/Config.t
1218 ____________________________________________________________________________
1219 [ 17458] By: jhi                                   on 2002/07/09  23:29:52
1220         Log: Test Config.
1221      Branch: perl
1222            + lib/Config.t
1223            ! MANIFEST
1224 ____________________________________________________________________________
1225 [ 17457] By: jhi                                   on 2002/07/09  22:36:27
1226         Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
1227              From: Kay Röpke <kroepke@dolphin-services.de>
1228              Date: Tue, 9 Jul 2002 14:12:10 +0200
1229              Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
1230      Branch: perl
1231            ! op.c t/lib/strict/subs
1232 ____________________________________________________________________________
1233 [ 17456] By: jhi                                   on 2002/07/09  21:35:33
1234         Log: Detypo.
1235      Branch: perl
1236            ! ext/threads/shared/shared.pm
1237 ____________________________________________________________________________
1238 [ 17455] By: jhi                                   on 2002/07/09  21:32:44
1239         Log: Subject: [PATCH] fix 17425 for VMS
1240              From: "Craig A. Berry" <craigberry@mac.com>
1241              Date: Tue, 09 Jul 2002 17:07:12 -0500
1242              Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
1243      Branch: perl
1244            ! t/op/magic.t
1245 ____________________________________________________________________________
1246 [ 17454] By: jhi                                   on 2002/07/09  21:31:44
1247         Log: Change PerlIO::Scalar and Via to scalar and via.
1248      Branch: perl
1249            + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
1250            + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
1251            + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
1252            + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
1253            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
1254            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
1255            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
1256            - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
1257            ! MANIFEST Porting/config.sh djgpp/config.over doio.c
1258            ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
1259            ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
1260            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1261 ____________________________________________________________________________
1262 [ 17453] By: sky                                   on 2002/07/09  21:23:31
1263         Log: Update documentation with &share() non prototype checking version.
1264              Fix share so it once again returns a reference to whatever it just
1265              shared, so now you can do my &share([]);
1266              Remove check for useithreads and Config.pm from threads::shared,
1267              you can now always use threads::shared in your module without
1268              overhead of config.pm and without speed hit unless threads have been 
1269              requested, share, cond_wait, cond_broadcast, cond_signal and lock
1270              all become noops, so does : share.
1271      Branch: perl
1272            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1273 ____________________________________________________________________________
1274 [ 17452] By: jhi                                   on 2002/07/09  18:58:45
1275         Log: Tweak perldelta for the new PerlIO::Vianess.
1276      Branch: perl
1277            ! pod/perldelta.pod
1278 ____________________________________________________________________________
1279 [ 17451] By: jhi                                   on 2002/07/09  18:53:11
1280         Log: Update the port status.
1281      Branch: perl
1282            ! pod/perlport.pod
1283 ____________________________________________________________________________
1284 [ 17450] By: jhi                                   on 2002/07/09  18:49:20
1285         Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
1286              From: Robin Barker <rmb1@cise.npl.co.uk>
1287              Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
1288              Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
1289              
1290              (the sprintf() spot in Dumper.xs fixed)
1291      Branch: perl
1292            ! ext/Data/Dumper/Dumper.xs perl.c util.c
1293 ____________________________________________________________________________
1294 [ 17449] By: jhi                                   on 2002/07/09  18:38:04
1295         Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
1296              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1297              Date: Mon, 08 Jul 2002 10:21:09 +0200
1298              Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
1299              
1300              Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
1301              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1302              Date: Tue, 09 Jul 2002 09:29:52 +0200
1303              Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
1304      Branch: perl
1305            + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
1306            ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
1307            ! ext/PerlIO/t/via.t pod/perliol.pod
1308 ____________________________________________________________________________
1309 [ 17448] By: jhi                                   on 2002/07/09  17:46:00
1310         Log: Integrate perlio:
1311              
1312              [ 17446]
1313              Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
1314              :stdio as lower layer fails.
1315              
1316              [ 17447]
1317              Tidy PerlIO::Via
1318              - add test for open fail
1319              - add PerlIO_debug() diags to open paths
1320              - comments on API gaps 
1321              - Update OPEN,SYSOPEN,FDOPEN pod entries.
1322      Branch: perl
1323           !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
1324           !> perlio.c
1325 ____________________________________________________________________________
1326 [ 17447] By: nick                                  on 2002/07/09  17:13:41
1327         Log: Tidy PerlIO::Via
1328              - add test for open fail
1329              - add PerlIO_debug() diags to open paths
1330              - comments on API gaps 
1331              - Update OPEN,SYSOPEN,FDOPEN pod entries.
1332      Branch: perlio
1333            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
1334 ____________________________________________________________________________
1335 [ 17446] By: nick                                  on 2002/07/09  16:59:29
1336         Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
1337              :stdio as lower layer fails.
1338      Branch: perlio
1339            ! perlio.c
1340 ____________________________________________________________________________
1341 [ 17445] By: jhi                                   on 2002/07/09  16:32:15
1342         Log: Document how to re-indent.
1343      Branch: perl
1344            ! Porting/pumpkin.pod
1345 ____________________________________________________________________________
1346 [ 17444] By: jhi                                   on 2002/07/09  15:50:45
1347         Log: Retract #17428, not needed in this version of File::Spec.
1348      Branch: perl
1349            ! lib/File/Spec/Unix.pm
1350 ____________________________________________________________________________
1351 [ 17443] By: jhi                                   on 2002/07/09  15:41:57
1352         Log: This is getting pretty fragmented (finish up #17441).
1353      Branch: perl
1354            ! pp_ctl.c t/op/eval.t
1355 ____________________________________________________________________________
1356 [ 17442] By: nick                                  on 2002/07/09  15:39:02
1357         Log: Indentation normalize via 
1358              indent -kr -nce -psl 
1359              (Better indent incantations welcome - something for Porting/?)
1360      Branch: perlio
1361            ! ext/PerlIO/Via/Via.xs
1362 ____________________________________________________________________________
1363 [ 17441] By: jhi                                   on 2002/07/09  15:06:55
1364         Log: Missing patch fragment, noted by Hugo.
1365      Branch: perl
1366            ! toke.c
1367 ____________________________________________________________________________
1368 [ 17440] By: jhi                                   on 2002/07/09  14:05:39
1369         Log: Update Changes.
1370      Branch: perl
1371            ! Changes patchlevel.h
1372 ____________________________________________________________________________
1373 [ 17439] By: jhi                                   on 2002/07/09  13:55:16
1374         Log: Empty lines.
1375      Branch: perl
1376            ! MANIFEST
1377 ____________________________________________________________________________
1378 [ 17438] By: jhi                                   on 2002/07/09  13:48:44
1379         Log: Integrate perlio:
1380              
1381              [ 17431]
1382              SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
1383              
1384              [ 17432]
1385              Core-dump prevention for 
1386              open PIPE, "-|:stdio", "cat /etc/motd";
1387              (root cause not yet fixed).
1388              
1389              [ 17433]
1390              Special case :stdio pushed method so that "-|:stdio" does 
1391              not have an uninitialized layer on top.
1392              
1393              [ 17435]
1394              Call $encoding->decode($sv) without a $chk argument.
1395              This fixes modification of readonly value under use encoding().
1396              Not a final fix as it does not warn on failed decode.
1397              
1398              [ 17437]
1399              perldiag patch for implied open of STDIN/STDOUT/STDERR
1400              in wrong mode.
1401      Branch: perl
1402           +> ext/ODBM_File/hints/linux.pl
1403           !> MANIFEST perlio.c pod/perldiag.pod sv.c
1404 ____________________________________________________________________________
1405 [ 17437] By: nick                                  on 2002/07/09  13:42:06
1406         Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
1407              in wrong mode.
1408      Branch: perlio
1409            ! pod/perldiag.pod
1410 ____________________________________________________________________________
1411 [ 17436] By: jhi                                   on 2002/07/09  13:05:43
1412         Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
1413              From: Hans Ranke <Hans.Ranke@ei.tum.de>
1414              Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
1415              Message-Id: <5.8.0_12541_1026136670@regency>
1416      Branch: perl
1417            ! makedepend.SH
1418 ____________________________________________________________________________
1419 [ 17435] By: nick                                  on 2002/07/09  12:38:01
1420         Log: Call $encoding->decode($sv) without a $chk argument.
1421              This fixes modification of readonly value under use encoding().
1422              Not a final fix as it does not warn on failed decode.
1423      Branch: perlio
1424            ! sv.c
1425 ____________________________________________________________________________
1426 [ 17434] By: jhi                                   on 2002/07/09  11:50:41
1427         Log: Subject: [DOC PATCH] perlre, minor error
1428              From: "Steffen Mueller" <xyey9001@sneakemail.com>
1429              Date: Tue, 9 Jul 2002 02:23:33 +0200
1430              Message-ID: <20020709002024.28399.qmail@onion.perl.org>
1431      Branch: perl
1432            ! pod/perlre.pod
1433 ____________________________________________________________________________
1434 [ 17433] By: nick                                  on 2002/07/09  11:42:32
1435         Log: Special case :stdio pushed method so that "-|:stdio" does 
1436              not have an uninitialized layer on top.
1437      Branch: perlio
1438            ! perlio.c
1439 ____________________________________________________________________________
1440 [ 17432] By: nick                                  on 2002/07/09  09:38:45
1441         Log: Core-dump prevention for 
1442              open PIPE, "-|:stdio", "cat /etc/motd";
1443              (root cause not yet fixed).
1444      Branch: perlio
1445            ! perlio.c
1446 ____________________________________________________________________________
1447 [ 17431] By: nick                                  on 2002/07/09  08:01:54
1448         Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
1449      Branch: perlio
1450            + ext/ODBM_File/hints/linux.pl
1451            ! MANIFEST
1452 ____________________________________________________________________________
1453 [ 17430] By: nick                                  on 2002/07/09  07:59:06
1454         Log: Integrate mainline
1455      Branch: perlio
1456           +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
1457            - ext/MIME/Base64/t/qp.t
1458           !> (integrate 48 files)
1459 ____________________________________________________________________________
1460 [ 17429] By: jhi                                   on 2002/07/09  00:17:49
1461         Log: MIME::QuotedPrint is for bytes only; from Gisle.
1462      Branch: perl
1463            ! ext/MIME/Base64/QuotedPrint.pm
1464            ! ext/MIME/Base64/t/quoted-print.t
1465 ____________________________________________________________________________
1466 [ 17428] By: jhi                                   on 2002/07/08  23:26:49
1467         Log: (retracted by #17444)
1468              Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
1469              From: Diab Jerius <dj@head-cfa.harvard.edu>
1470              Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
1471              Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
1472      Branch: perl
1473            ! lib/File/Spec/Unix.pm
1474 ____________________________________________________________________________
1475 [ 17427] By: jhi                                   on 2002/07/08  23:17:21
1476         Log: Subject: patch against   t/op/magic.t
1477              From: Jim Cromie <jcromie@divsol.com>
1478              Date: Mon, 08 Jul 2002 19:23:38 -0400
1479              Message-ID: <3D2A1EFA.8050603@divsol.com>
1480      Branch: perl
1481            ! t/op/magic.t
1482 ____________________________________________________________________________
1483 [ 17426] By: jhi                                   on 2002/07/08  21:38:24
1484         Log: Subject: [DOC PATCH] Thread::Signal.pm
1485              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1486              Date: Mon, 08 Jul 2002 23:40:32 +0200
1487              Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
1488      Branch: perl
1489            ! ext/Thread/Thread/Signal.pm
1490 ____________________________________________________________________________
1491 [ 17425] By: jhi                                   on 2002/07/08  20:10:15
1492         Log: Integrate maint patches #17421, #17424:
1493              
1494              on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
1495              hack, $^X was improperly set to the script name when the script
1496              was run via the PATH; argv[0] in that case shows up as the bare
1497              name of the script rather than its fully qualified path, which
1498              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
1499              to recognize it as the running script name; fix tries to match
1500              bare script name in that case (from Gisle Aas)
1501              
1502              tweak change#17421 ($0 is full path to script even when script
1503              is invoked via PATH almost everywhere except Windows)
1504      Branch: perl
1505           !> t/op/magic.t toke.c
1506 ____________________________________________________________________________
1507 [ 17424] By: gsar                                  on 2002/07/08  19:54:10
1508         Log: tweak change#17421 ($0 is full path to script even when script
1509              is invoked via PATH almost everywhere except Windows)
1510      Branch: maint-5.6/perl
1511            ! t/op/magic.t
1512 ____________________________________________________________________________
1513 [ 17423] By: jhi                                   on 2002/07/08  19:10:29
1514         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1515              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1516              Date: Mon, 08 Jul 2002 17:00:33 +0100
1517              Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
1518      Branch: perl
1519            ! lib/File/Basename.pm op.c t/op/wantarray.t
1520 ____________________________________________________________________________
1521 [ 17422] By: jhi                                   on 2002/07/08  19:08:58
1522         Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
1523              From: "Craig A. Berry" <craigberry@mac.com>
1524              Date: Mon, 08 Jul 2002 13:17:35 -0500
1525              Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
1526      Branch: perl
1527            ! regcomp.c
1528 ____________________________________________________________________________
1529 [ 17421] By: gsar                                  on 2002/07/08  17:07:01
1530         Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
1531              hack, $^X was improperly set to the script name when the script
1532              was run via the PATH; argv[0] in that case shows up as the bare
1533              name of the script rather than its fully qualified path, which
1534              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
1535              to recognize it as the running script name; fix tries to match
1536              bare script name in that case (from Gisle Aas)
1537      Branch: maint-5.6/perl
1538            ! t/op/magic.t toke.c
1539 ____________________________________________________________________________
1540 [ 17420] By: jhi                                   on 2002/07/08  12:54:52
1541         Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
1542              From: Dave Mitchell <davem@fdgroup.com>
1543              Date: Mon, 8 Jul 2002 00:45:42 +0100
1544              Message-ID: <20020708004542.B14412@fdgroup.com>
1545      Branch: perl
1546            ! README.solaris
1547 ____________________________________________________________________________
1548 [ 17419] By: jhi                                   on 2002/07/08  12:19:24
1549         Log: Add a note about perlmonks as suggested by Ilya Martynov;
1550              add an admonition about "can you write my shopping cart
1551              script for me!!!"
1552      Branch: perl
1553            ! pod/perlfaq2.pod
1554 ____________________________________________________________________________
1555 [ 17418] By: jhi                                   on 2002/07/08  12:11:31
1556         Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
1557              From: Iain Truskett <spoon@cpan.org>
1558              Date: Mon, 8 Jul 2002 16:50:55 +1000
1559              Message-ID: <20020708065055.GC14168@eh.org>
1560      Branch: perl
1561            ! pod/perlfaq2.pod pod/perlmodstyle.pod
1562 ____________________________________________________________________________
1563 [ 17417] By: jhi                                   on 2002/07/08  12:08:27
1564         Log: Subject: [DOC PATCH] perlthrtut.pod
1565              From: Iain Truskett <spoon@cpan.org>
1566              Date: Mon, 8 Jul 2002 13:53:59 +1000       
1567              Message-ID: <20020708035359.GB14168@eh.org>  
1568      Branch: perl
1569            ! pod/perlthrtut.pod
1570 ____________________________________________________________________________
1571 [ 17416] By: jhi                                   on 2002/07/08  12:07:11
1572         Log: Subject: [PATCH] t/op/glob.t
1573              From: Iain Truskett <spoon@cpan.org>
1574              Date: Mon, 8 Jul 2002 11:59:21 +1000
1575              Message-ID: <20020708015921.GA14168@eh.org>
1576      Branch: perl
1577            ! t/op/glob.t
1578 ____________________________________________________________________________
1579 [ 17415] By: jhi                                   on 2002/07/08  11:58:54
1580         Log: More AUTHORS updates.
1581      Branch: perl
1582            ! AUTHORS
1583 ____________________________________________________________________________
1584 [ 17414] By: jhi                                   on 2002/07/07  22:17:28
1585         Log: AUTHORS updates.
1586      Branch: perl
1587            ! AUTHORS
1588 ____________________________________________________________________________
1589 [ 17413] By: jhi                                   on 2002/07/07  21:42:20
1590         Log: README tweaks.
1591      Branch: perl
1592            ! README.tru64
1593 ____________________________________________________________________________
1594 [ 17412] By: jhi                                   on 2002/07/07  20:54:53
1595         Log: Update Changes.
1596      Branch: perl
1597            ! Changes patchlevel.h
1598 ____________________________________________________________________________
1599 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
1600         Log: Regen toc, modlib.
1601      Branch: perl
1602            ! pod/perlmodlib.pod pod/perltoc.pod
1603 ____________________________________________________________________________
1604 [ 17410] By: rgs                                   on 2002/07/07  20:31:37
1605         Log: Replace the word "discipline" by "layer" almost everywhere,
1606              by Elizabeth Mattijsen.
1607      Branch: perl
1608            ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
1609            ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
1610            ! pod/perluniintro.pod pod/perlvar.pod
1611 ____________________________________________________________________________
1612 [ 17409] By: jhi                                   on 2002/07/07  19:58:36
1613         Log: Use the same name for the QP test as MIME::Base64 does.
1614      Branch: perl
1615            + ext/MIME/Base64/t/quoted-print.t
1616            - ext/MIME/Base64/t/qp.t
1617            ! MANIFEST
1618 ____________________________________________________________________________
1619 [ 17408] By: jhi                                   on 2002/07/07  18:48:06
1620         Log: Don't install test pods.
1621      Branch: perl
1622            ! installman
1623 ____________________________________________________________________________
1624 [ 17407] By: jhi                                   on 2002/07/07  17:04:27
1625         Log: Integrate maint patches #13474, #13478, #13584, and #16539;
1626              introduce the test case of [ID 20020623.009].  Once upon a
1627              time #13474 introduced evil coredumps, but now things seem
1628              to be better (tried both with and without ithreads).
1629      Branch: perl
1630            ! op.c t/run/fresh_perl.t
1631 ____________________________________________________________________________
1632 [ 17406] By: jhi                                   on 2002/07/07  15:29:28
1633         Log: Upgrade to Math::BigInt 1.60.
1634      Branch: perl
1635            + lib/Math/BigInt/t/bare_mif.t
1636            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1637            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1638            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
1639            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
1640            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t
1641            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
1642            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1643            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
1644 ____________________________________________________________________________
1645 [ 17405] By: rgs                                   on 2002/07/06  18:39:30
1646         Log: Subject: Re: FreeBSD 4.6 imminent
1647              From: Nicholas Clark <nick@unfortu.net>
1648              Date: Sat, 6 Jul 2002 16:07:38 +0100
1649              Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
1650      Branch: perl
1651            ! README.freebsd
1652 ____________________________________________________________________________
1653 [ 17404] By: nick                                  on 2002/07/06  07:04:02
1654         Log: Integrate mainline
1655      Branch: perlio
1656           !> t/README
1657 ____________________________________________________________________________
1658 [ 17403] By: rgs                                   on 2002/07/05  12:46:22
1659         Log: Precisions and updates about running and writing tests.
1660      Branch: perl
1661            ! t/README
1662 ____________________________________________________________________________
1663 [ 17402] By: nick                                  on 2002/07/05  07:05:40
1664         Log: Integrate mainline
1665      Branch: perlio
1666           !> (integrate 32 files)
1667 ____________________________________________________________________________
1668 [ 17401] By: rgs                                   on 2002/07/04  20:21:10
1669         Log: Goes with change #17400.
1670      Branch: perl
1671            ! t/pod/podselect.xr
1672 ____________________________________________________________________________
1673 [ 17400] By: rgs                                   on 2002/07/04  14:44:32
1674         Log: Subject: [DOC PATCH] minor typo in podselect.PL
1675              From: Dave Mitchell <davem@fdgroup.com>
1676              Date: Thu, 4 Jul 2002 15:30:53 +0100
1677              Message-ID: <20020704153052.C1322@fdgroup.com>
1678      Branch: perl
1679            ! pod/podselect.PL
1680 ____________________________________________________________________________
1681 [ 17399] By: rgs                                   on 2002/07/04  12:01:21
1682         Log: Typos and missing warning categories.
1683      Branch: perl
1684            ! pod/perldiag.pod
1685 ____________________________________________________________________________
1686 [ 17398] By: rgs                                   on 2002/07/04  10:19:11
1687         Log: Subject: Re: autom4te and perl 5.8.0
1688              From: Andy Dougherty <doughera@lafayette.edu>
1689              Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
1690              Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
1691              
1692              (with an additional paranoid nit : skip test unless -c $devnull)
1693      Branch: perl
1694            ! doio.c ext/Fcntl/t/fcntl.t
1695 ____________________________________________________________________________
1696 [ 17397] By: rgs                                   on 2002/07/04  08:58:23
1697         Log: Subject: [PATCH] Win32 build broken
1698              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1699              Date: Wed, 3 Jul 2002 23:44:49 +0200
1700              Message-ID: <3D238C71.6138.2E20AFC@localhost>
1701              
1702              (needed by change #17391)
1703      Branch: perl
1704            ! embed.fnc global.sym
1705 ____________________________________________________________________________
1706 [ 17396] By: rgs                                   on 2002/07/02  08:27:41
1707         Log: Subject: [PATCH perl@17384] opendir() nit for VMS
1708              From: "Craig A. Berry" <craigberry@mac.com>
1709              Date: Mon, 1 Jul 2002 22:55:30 -0500
1710              Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
1711      Branch: perl
1712            ! vms/vms.c
1713 ____________________________________________________________________________
1714 [ 17395] By: rgs                                   on 2002/07/01  18:41:17
1715         Log: Subject: Re: Change 17385: AUTHORS updates.
1716              From: Philip Newton <Philip.Newton@gmx.net>
1717              Date: Mon, 01 Jul 2002 20:30:59 +0200
1718              Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
1719      Branch: perl
1720            ! AUTHORS
1721 ____________________________________________________________________________
1722 [ 17394] By: rgs                                   on 2002/07/01  18:35:37
1723         Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
1724              From: "Craig A. Berry" <craigberry@mac.com>
1725              Date: Mon, 01 Jul 2002 13:52:36 -0500
1726              Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
1727      Branch: perl
1728            ! configure.com vms/test.com
1729 ____________________________________________________________________________
1730 [ 17393] By: rgs                                   on 2002/07/01  18:25:22
1731         Log: Allow PerlIO::Via to look for modules in the default
1732              namespace PerlIO::Via::.
1733      Branch: perl
1734            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
1735 ____________________________________________________________________________
1736 [ 17392] By: jhi                                   on 2002/07/01  14:14:37
1737         Log: Small speedup by inlining the easy bits of is_utf8_char()
1738              into is_utf8_string().
1739      Branch: perl
1740            ! utf8.c
1741 ____________________________________________________________________________
1742 [ 17391] By: jhi                                   on 2002/07/01  13:42:28
1743         Log: Subject: -Dr and unicode
1744              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1745              Date: Mon, 01 Jul 2002 13:28:05 +0100
1746              Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
1747      Branch: perl
1748            ! regcomp.c
1749 ____________________________________________________________________________
1750 [ 17390] By: jhi                                   on 2002/07/01  13:40:44
1751         Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
1752              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1753              Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
1754              Date: Mon, 01 Jul 2002 13:28:04 +0100
1755      Branch: perl
1756            ! regexec.c t/op/pat.t
1757 ____________________________________________________________________________
1758 [ 17389] By: rgs                                   on 2002/07/01  13:04:18
1759         Log: Goes with lib/open.pm diagnostics changes
1760      Branch: perl
1761            ! lib/open.t
1762 ____________________________________________________________________________
1763 [ 17388] By: rgs                                   on 2002/07/01  09:27:47
1764         Log: Subject: [DOC PATCH] perliol.pod nit
1765              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1766              Date: Sun, 30 Jun 2002 23:52:05 +0200
1767              Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
1768              
1769              Subject: [DOC PATCH] open.pm, no more discipline
1770              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1771              Date: Sun, 30 Jun 2002 23:02:50 +0200
1772              Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
1773      Branch: perl
1774            ! lib/open.pm pod/perliol.pod
1775 ____________________________________________________________________________
1776 [ 17387] By: rgs                                   on 2002/07/01  09:26:02
1777         Log: Subject: Threads doc patch
1778              From: Iain Truskett <spoon@cpan.org>
1779              Date: Mon, 1 Jul 2002 14:58:14 +1000
1780              Message-ID: <20020701045814.GB1805@eh.org>
1781      Branch: perl
1782            ! pod/perlthrtut.pod
1783 ____________________________________________________________________________
1784 [ 17386] By: jhi                                   on 2002/06/30  16:51:44
1785         Log: Regen toc (skip the XS:: since they do not get installed)
1786      Branch: perl
1787            ! pod/buildtoc.PL pod/perltoc.pod
1788 ____________________________________________________________________________
1789 [ 17385] By: jhi                                   on 2002/06/30  16:31:35
1790         Log: AUTHORS updates.
1791      Branch: perl
1792            ! AUTHORS
1793 ____________________________________________________________________________
1794 [ 17384] By: jhi                                   on 2002/06/30  15:31:53
1795         Log: Update Changes.
1796      Branch: perl
1797            ! Changes patchlevel.h
1798 ____________________________________________________________________________
1799 [ 17383] By: jhi                                   on 2002/06/30  02:45:58
1800         Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
1801              when creation of new threads needs to duplicate the re struct)
1802      Branch: perl
1803            ! sv.c
1804 ____________________________________________________________________________
1805 [ 17382] By: jhi                                   on 2002/06/30  01:22:05
1806         Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
1807              From: Nicholas Clark <nick@unfortu.net>
1808              Date: Sat, 29 Jun 2002 18:24:08 +0100
1809              Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
1810      Branch: perl
1811            ! t/op/pack.t
1812 ____________________________________________________________________________
1813 [ 17381] By: rgs                                   on 2002/06/29  13:31:12
1814         Log: Various precisions.
1815      Branch: perl
1816            ! pod/perlhack.pod
1817 ____________________________________________________________________________
1818 [ 17380] By: jhi                                   on 2002/06/28  18:50:08
1819         Log: (Retracted by #17383)
1820              Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
1821              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1822              Date: Fri, 28 Jun 2002 14:29:43 +0100
1823              Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
1824      Branch: perl
1825            ! sv.c
1826 ____________________________________________________________________________
1827 [ 17379] By: jhi                                   on 2002/06/28  18:36:57
1828         Log: Subject: [PATCH rc2] README.os2
1829              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1830              Date: Fri, 28 Jun 2002 13:32:39 -0400
1831              Message-ID: <20020628133239.A26455@math.ohio-state.edu>
1832      Branch: perl
1833            ! README.os2 os2/Changes
1834 ____________________________________________________________________________
1835 [ 17378] By: jhi                                   on 2002/06/28  18:28:43
1836         Log: Forgotten file.
1837      Branch: perl
1838            ! MANIFEST
1839 ____________________________________________________________________________
1840 [ 17377] By: nick                                  on 2002/06/28  17:59:37
1841         Log: Integrate mainline
1842      Branch: perlio
1843           +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
1844           !> (integrate 27 files)
1845 ____________________________________________________________________________
1846 [ 17376] By: jhi                                   on 2002/06/28  13:15:17
1847         Log: NetWare update from Ananth Kesari.
1848      Branch: perl
1849            ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
1850            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
1851 ____________________________________________________________________________
1852 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
1853         Log: (retracted by #17467)
1854              EBCDIC-safer.
1855      Branch: perl
1856            ! regexec.c
1857 ____________________________________________________________________________
1858 [ 17374] By: rgs                                   on 2002/06/28  12:07:49
1859         Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1860              From: Steve Hay <Steve.Hay@uk.radan.com>
1861              Date: Fri, 28 Jun 2002 12:23:37 +0100
1862              Message-ID: <3D1C4739.4090002@uk.radan.com>
1863      Branch: perl
1864            ! lib/Tie/Handle.pm
1865 ____________________________________________________________________________
1866 [ 17373] By: rgs                                   on 2002/06/28  12:06:29
1867         Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1868              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1869              Date: Mon, 24 Jun 2002 23:17:57 -0700
1870              Message-ID: <VsAG9gzkgWla092yn@efn.org>
1871      Branch: perl
1872            ! pod/perlfunc.pod
1873 ____________________________________________________________________________
1874 [ 17372] By: jhi                                   on 2002/06/27  20:53:44
1875         Log: Inlining to avoid costly UTF-8 calls.
1876      Branch: perl
1877            ! regexec.c sv.c
1878 ____________________________________________________________________________
1879 [ 17371] By: jhi                                   on 2002/06/27  19:12:46
1880         Log: Shave off some more of the Unicode regex slowness.
1881      Branch: perl
1882            ! regexec.c
1883 ____________________________________________________________________________
1884 [ 17370] By: jhi                                   on 2002/06/27  16:10:17
1885         Log: Cure some of the slowness of
1886              [ID 20020627.001] regex and utf-8 performance problem.
1887      Branch: perl
1888            ! regexec.c
1889 ____________________________________________________________________________
1890 [ 17369] By: rgs                                   on 2002/06/27  11:12:43
1891         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1892              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1893              Date: Thu, 27 Jun 2002 11:58:57 +0100
1894              Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
1895      Branch: perl
1896            ! op.c
1897 ____________________________________________________________________________
1898 [ 17368] By: ams                                   on 2002/06/27  02:39:13
1899         Log: Subject: [DOC PATCH] DynaLoader.pm
1900              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1901              Date: Wed, 26 Jun 2002 20:27:25 +0200
1902              Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
1903              
1904              Subject: [DOC PATCH] Base64.pm
1905              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1906              Date: Thu, 27 Jun 2002 00:54:10 +0200
1907              Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
1908      Branch: perl
1909            ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
1910 ____________________________________________________________________________
1911 [ 17367] By: rgs                                   on 2002/06/26  20:32:20
1912         Log: chomp clarifications by Elizabeth Mattijsen.
1913      Branch: perl
1914            ! pod/perlfunc.pod
1915 ____________________________________________________________________________
1916 [ 17366] By: jhi                                   on 2002/06/26  18:25:51
1917         Log: Further tweaking on the Unicode s///.
1918      Branch: perl
1919            ! pp_hot.c t/op/subst.t
1920 ____________________________________________________________________________
1921 [ 17365] By: jhi                                   on 2002/06/26  18:01:09
1922         Log: Subject: Re: Another Unicode s/// buglet?
1923              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1924              Date: Wed, 26 Jun 2002 18:43:18 +0100
1925              Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
1926      Branch: perl
1927            ! regexec.c
1928 ____________________________________________________________________________
1929 [ 17364] By: jhi                                   on 2002/06/26  15:44:57
1930         Log: Subject: Re: Another Unicode s/// buglet?
1931              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1932              Date: Wed, 26 Jun 2002 17:43:07 +0100
1933              Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
1934              
1935              (only the test cases)
1936      Branch: perl
1937            ! t/op/subst.t
1938 ____________________________________________________________________________
1939 [ 17363] By: jhi                                   on 2002/06/26  15:41:48
1940         Log: Integrate from macperl:
1941              
1942              [ 17345]
1943              Mac OS Test updates
1944              
1945              [ 17347]
1946              Support hints and OPTIMIZE in MM_MacOS
1947              
1948              [ 17348]
1949              Crank down optimization for Mac OS in Digest::MD5
1950      Branch: perl
1951           +> ext/Digest/MD5/hints/MacOS.pl
1952           !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
1953           !> lib/Test/Harness/t/strap-analyze.t
1954           !> lib/Test/Harness/t/test-harness.t
1955 ____________________________________________________________________________
1956 [ 17362] By: jhi                                   on 2002/06/26  15:25:45
1957         Log: Let's not leak.
1958      Branch: perl
1959            ! pp_hot.c
1960 ____________________________________________________________________________
1961 [ 17361] By: rgs                                   on 2002/06/26  15:24:24
1962         Log: Subject: [PATCH rc2] os2/Changes
1963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1964              Date: Wed, 26 Jun 2002 11:54:06 -0400
1965              Message-ID: <20020626115406.A6091@math.ohio-state.edu>
1966      Branch: perl
1967            ! os2/Changes os2/os2.c
1968 ____________________________________________________________________________
1969 [ 17360] By: rgs                                   on 2002/06/26  14:41:00
1970         Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1971              From: PPrymmer@factset.com
1972              Date: Wed, 26 Jun 2002 10:48:23 -0400
1973              Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
1974      Branch: perl
1975            ! pod/perlport.pod
1976 ____________________________________________________________________________
1977 [ 17359] By: rgs                                   on 2002/06/26  14:38:10
1978         Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1979              From: "Craig A. Berry" <craigberry@mac.com>
1980              Date: Tue, 25 Jun 2002 21:46:59 -0500
1981              Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
1982      Branch: perl
1983            ! configure.com pod/perlport.pod vms/perlvms.pod
1984 ____________________________________________________________________________
1985 [ 17358] By: jhi                                   on 2002/06/26  14:37:12
1986         Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
1987      Branch: perl
1988            ! pp_hot.c t/op/subst.t
1989 ____________________________________________________________________________
1990 [ 17356] By: jhi                                   on 2002/06/26  12:54:51
1991         Log: Further script tweakage.
1992      Branch: perl
1993            ! Porting/testall.atom
1994 ____________________________________________________________________________
1995 [ 17355] By: rgs                                   on 2002/06/25  19:55:23
1996         Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
1997              From: "John P. Linderman" <jpl@research.att.com>
1998              Date: Tue, 25 Jun 2002 06:51:09 -0400
1999              Message-ID: <200206251051.GAA44772@raptor.research.att.com>
2000              
2001              (reformatted)
2002      Branch: perl
2003            ! pod/perlfunc.pod
2004 ____________________________________________________________________________
2005 [ 17354] By: jhi                                   on 2002/06/25  19:20:15
2006         Log: Upgrade to podlators 1.22.
2007      Branch: perl
2008            + lib/Pod/t/text.t
2009            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
2010 ____________________________________________________________________________
2011 [ 17353] By: jhi                                   on 2002/06/25  15:18:15
2012         Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
2013      Branch: perl
2014            ! pp_hot.c t/op/subst.t
2015 ____________________________________________________________________________
2016 [ 17352] By: jhi                                   on 2002/06/25  13:28:33
2017         Log: Dust off the script to the new test naming.
2018      Branch: perl
2019            ! Porting/testall.atom
2020 ____________________________________________________________________________
2021 [ 17351] By: pudge                                 on 2002/06/22  21:54:43
2022         Log: Update Changes
2023      Branch: macperl
2024            + macos/Changes5.6
2025            ! macos/Changes
2026 ____________________________________________________________________________
2027 [ 17350] By: pudge                                 on 2002/06/22  20:42:37
2028         Log: Don't need this anymore
2029      Branch: macperl
2030            - macos/bundled_ext/Digest/MD5/Makefile.mk
2031 ____________________________________________________________________________
2032 [ 17349] By: pudge                                 on 2002/06/22  20:20:59
2033         Log: Fix macos Makefiles for optimization changes
2034      Branch: macperl
2035            ! macos/BuildRules.mk macos/Makefile.mk
2036 ____________________________________________________________________________
2037 [ 17348] By: pudge                                 on 2002/06/22  20:20:31
2038         Log: Crank down optimization for Mac OS in Digest::MD5
2039      Branch: macperl
2040            + ext/Digest/MD5/hints/MacOS.pl
2041 ____________________________________________________________________________
2042 [ 17347] By: pudge                                 on 2002/06/22  20:20:04
2043         Log: Support hints and OPTIMIZE in MM_MacOS
2044      Branch: macperl
2045            ! lib/ExtUtils/MM_MacOS.pm
2046 ____________________________________________________________________________
2047 [ 17346] By: pudge                                 on 2002/06/22  17:30:59
2048         Log: Misc. config/test updates in macos
2049      Branch: macperl
2050            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
2051            ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
2052 ____________________________________________________________________________
2053 [ 17345] By: pudge                                 on 2002/06/22  17:30:12
2054         Log: Mac OS Test updates
2055      Branch: macperl
2056            ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
2057            ! lib/Test/Harness/t/test-harness.t
2058 ____________________________________________________________________________
2059 [ 17344] By: pudge                                 on 2002/06/22  17:13:16
2060         Log: Integrate perl
2061      Branch: macperl
2062           +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
2063           +> lib/Test/Simple/t/threads.t
2064            - lib/File/Spec/NW5.pm
2065           !> (integrate 124 files)
2066 ____________________________________________________________________________
2067 [ 17343] By: nick                                  on 2002/06/21  14:09:27
2068         Log: Integrate mainline
2069      Branch: perlio
2070           !> Changes patchlevel.h pod/perlhist.pod
2071 ____________________________________________________________________________
2072 [ 17342] By: nick                                  on 2002/06/21  13:30:07
2073         Log: Integrate mainline
2074      Branch: perlio
2075           !> (integrate 34 files)
2076 ____________________________________________________________________________
2077 [ 17341] By: jhi                                   on 2002/06/21  13:13:58
2078         Log: This is 5.8.0 RC2.
2079      Branch: perl
2080            ! patchlevel.h pod/perlhist.pod
2081 ____________________________________________________________________________
2082 [ 17340] By: jhi                                   on 2002/06/21  13:05:59
2083         Log: Update Changes.
2084      Branch: perl
2085            ! Changes patchlevel.h
2086 ____________________________________________________________________________
2087 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
2088         Log: Regen stuff.
2089      Branch: perl
2090            ! Configure NetWare/config_H.wc Porting/config.sh
2091            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
2092            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
2093            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
2094            ! wince/config_H.ce
2095 ____________________________________________________________________________
2096 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
2097         Log: Typos-be-gone.
2098      Branch: perl
2099            ! pod/perldelta.pod
2100 ____________________________________________________________________________
2101 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
2102         Log: Slight rewording from Stas, paragraph rewrappings.
2103      Branch: perl
2104            ! pod/perliol.pod
2105 ____________________________________________________________________________
2106 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
2107         Log: Integrate perlio:
2108              
2109              [ 17330]
2110              PerlIO Layer implementation future proofing.
2111              - Inspired by Nick C's suggestion add size of function table to the table
2112              as a validation check.
2113              - also optimize pseudo-layer code to avoid malloc/link of something
2114              destined to be immediately popped & freed.
2115              - Minor addition to pod/perliol.pod
2116              
2117              [ 17335]
2118              Fix bug in optimized pseudo-layers.
2119      Branch: perl
2120            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
2121            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
2122            ! pod/perliol.pod win32/win32io.c
2123 ____________________________________________________________________________
2124 [ 17335] By: nick                                  on 2002/06/21  08:46:57
2125         Log: Fix bug in optimized pseudo-layers.
2126      Branch: perlio
2127            ! perlio.c
2128 ____________________________________________________________________________
2129 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
2130         Log: VMS: configure.com updates from Craig Berry.
2131      Branch: perl
2132            ! configure.com
2133 ____________________________________________________________________________
2134 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
2135         Log: tyops
2136      Branch: perl
2137            ! pod/perlrun.pod
2138 ____________________________________________________________________________
2139 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
2140         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
2141      Branch: perl
2142            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
2143            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
2144            ! pod/perliol.pod win32/win32io.c
2145 ____________________________________________________________________________
2146 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
2147         Log: Integrate perlio:
2148              
2149              [ 17330]
2150              PerlIO Layer implementation future proofing.
2151              - Inspired by Nick C's suggestion add size of function table to the table
2152              as a validation check.
2153              - also optimize pseudo-layer code to avoid malloc/link of something
2154              destined to be immediately popped & freed.
2155              - Minor addition to pod/perliol.pod
2156      Branch: perl
2157           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
2158           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
2159           !> pod/perliol.pod win32/win32io.c
2160 ____________________________________________________________________________
2161 [ 17330] By: nick                                  on 2002/06/20  20:04:01
2162         Log: PerlIO Layer implementation future proofing.
2163              - Inspired by Nick C's suggestion add size of function table to the table
2164              as a validation check.
2165              - also optimize pseudo-layer code to avoid malloc/link of something
2166              destined to be immediately popped & freed.
2167              - Minor addition to pod/perliol.pod
2168      Branch: perlio
2169            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
2170            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
2171            ! pod/perliol.pod win32/win32io.c
2172 ____________________________________________________________________________
2173 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
2174         Log: AmigaOS: fork() is available but unimplemented.
2175      Branch: perl
2176            ! hints/amigaos.sh
2177 ____________________________________________________________________________
2178 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
2179         Log: Integrate perlio:
2180              
2181              [ 17327]
2182              Fix segv on IO::File->open("/dev/null").
2183      Branch: perl
2184           !> doio.c perlio.c
2185 ____________________________________________________________________________
2186 [ 17327] By: nick                                  on 2002/06/20  16:54:01
2187         Log: Fix segv on IO::File->open("/dev/null").
2188      Branch: perlio
2189            ! doio.c perlio.c
2190 ____________________________________________________________________________
2191 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
2192         Log: Missing from #17321.
2193      Branch: perl
2194            ! lib/Getopt/Long/CHANGES
2195 ____________________________________________________________________________
2196 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
2197         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
2198              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2199              Date: Thu, 20 Jun 2002 17:14:12 +0100
2200              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
2201      Branch: perl
2202            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
2203            ! warnings.pl
2204 ____________________________________________________________________________
2205 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
2206         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
2207              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
2208              Date: Thu, 20 Jun 2002 14:51:16 +0100
2209              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
2210      Branch: perl
2211            ! numeric.c
2212 ____________________________________________________________________________
2213 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
2214         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
2215              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
2216              Date: Thu, 20 Jun 2002 14:28:35 +0200
2217              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
2218      Branch: perl
2219            ! ext/POSIX/POSIX.pod
2220 ____________________________________________________________________________
2221 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
2222         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
2223              From: Stas Bekman <stas@stason.org>
2224              Date: Thu, 20 Jun 2002 16:50:01 +0800
2225              Message-ID: <3D119739.4020901@stason.org>
2226              
2227              (mod_perl defines might define VOIDUSED)
2228      Branch: perl
2229            ! perl.h
2230 ____________________________________________________________________________
2231 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
2232         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
2233      Branch: perl
2234            ! lib/Getopt/Long.pm
2235 ____________________________________________________________________________
2236 [ 17320] By: nick                                  on 2002/06/20  06:24:29
2237         Log: Integrate mainline
2238      Branch: perlio
2239           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
2240           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
2241           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
2242           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
2243           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
2244           !> lib/Test/Builder.pm lib/Test/Harness.pm
2245           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
2246           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
2247           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
2248           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
2249 ____________________________________________________________________________
2250 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
2251         Log: mention Win32::GetOSName() nearabouts $^O
2252      Branch: perl
2253            ! pod/perlvar.pod
2254 ____________________________________________________________________________
2255 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
2256         Log: More IRIX compiler lore.
2257      Branch: perl
2258            ! README.irix
2259 ____________________________________________________________________________
2260 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
2261         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
2262      Branch: perl
2263            ! makedef.pl
2264 ____________________________________________________________________________
2265 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
2266         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
2267      Branch: perl
2268            ! lib/Getopt/Long.pm
2269 ____________________________________________________________________________
2270 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
2271         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
2272              From: Michael G Schwern <schwern@pobox.com>
2273              Date: Wed, 19 Jun 2002 20:11:11 -0400
2274              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
2275      Branch: perl
2276            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
2277            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2278            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2279            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
2280 ____________________________________________________________________________
2281 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
2282         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
2283              From: Michael G Schwern <schwern@pobox.com>
2284              Date: Wed, 19 Jun 2002 20:13:16 -0400
2285              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
2286      Branch: perl
2287            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
2288            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
2289 ____________________________________________________________________________
2290 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
2291         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
2292              From: Michael G Schwern <schwern@pobox.com>
2293              Date: Wed, 19 Jun 2002 20:12:08 -0400
2294              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
2295      Branch: perl
2296            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2297            ! lib/Test/Harness/Straps.pm
2298 ____________________________________________________________________________
2299 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
2300         Log: Integrate perlio:
2301              
2302              [ 17309]
2303              "Clean" implementation of binmode(FH)/":raw" identity.
2304              New function table entry so all layer definitions need tweaking.
2305              Extra function table entry allows a layer to remain on a binmode stack
2306              New PerlIOBase_binmode allows easy implementation of default policy.
2307      Branch: perl
2308           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
2309           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
2310           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
2311 ____________________________________________________________________________
2312 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
2313         Log: Subject: RE: [PATCH] POSIX taint tests
2314              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2315              Date: Wed, 19 Jun 2002 23:16:11 +0100
2316              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
2317      Branch: perl
2318            ! ext/POSIX/t/posix.t
2319 ____________________________________________________________________________
2320 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
2321         Log: Fix for 20001101.004, at least for the memleak part.
2322      Branch: perl
2323            ! lib/overload.pm
2324 ____________________________________________________________________________
2325 [ 17309] By: nick                                  on 2002/06/19  20:50:54
2326         Log: "Clean" implementation of binmode(FH)/":raw" identity.
2327              New function table entry so all layer definitions need tweaking.
2328              Extra function table entry allows a layer to remain on a binmode stack
2329              New PerlIOBase_binmode allows easy implementation of default policy.
2330      Branch: perlio
2331            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
2332            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
2333            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
2334 ____________________________________________________________________________
2335 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
2336         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
2337              From: Michael G Schwern <schwern@pobox.com>
2338              Date: Wed, 19 Jun 2002 16:51:56 -0400
2339              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
2340      Branch: perl
2341            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
2342 ____________________________________________________________________________
2343 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
2344         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
2345              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2346              Date: Tue, 18 Jun 2002 15:40:08 -0700
2347              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
2348      Branch: perl
2349            ! lib/overload.pm
2350 ____________________________________________________________________________
2351 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
2352         Log: Subject: Re: Mingw32: some tests fail 
2353              From: Per Einar Ellefsen <per.einar@skynet.be>
2354              Date: Wed, 19 Jun 2002 19:37:15 +0200
2355              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
2356      Branch: perl
2357            ! README.win32
2358 ____________________________________________________________________________
2359 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
2360         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
2361              From: Autrijus Tang <autrijus@autrijus.org>
2362              Date: Thu, 20 Jun 2002 01:36:26 +0800
2363              Message-ID: <20020619173626.GA2650@not.autrijus.org>
2364      Branch: perl
2365            ! pod/perldelta.pod
2366 ____________________________________________________________________________
2367 [ 17304] By: nick                                  on 2002/06/19  15:57:16
2368         Log: Integrate mainline
2369      Branch: perlio
2370           +> ext/POSIX/t/taint.t
2371            - lib/File/Spec/NW5.pm
2372           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
2373           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
2374 ____________________________________________________________________________
2375 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
2376         Log: Update Changes.
2377      Branch: perl
2378            ! Changes patchlevel.h
2379 ____________________________________________________________________________
2380 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
2381         Log: #17301 was only part of the story.
2382      Branch: perl
2383            ! MANIFEST
2384 ____________________________________________________________________________
2385 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
2386         Log: Make MANIFEST comply with #17297.
2387      Branch: perl
2388            ! MANIFEST
2389 ____________________________________________________________________________
2390 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
2391         Log: Subject: Re: perlbug mail loop? [PATCH]
2392              From: Richard.Foley@t-online.de
2393              Date: Wed, 19 Jun 2002 15:29:37 +0200
2394              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
2395      Branch: perl
2396            ! utils/perlbug.PL
2397 ____________________________________________________________________________
2398 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
2399         Log: opendir was missing for the list.
2400      Branch: perl
2401            ! pod/perltodo.pod
2402 ____________________________________________________________________________
2403 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
2404         Log: Integrate perlio:
2405              
2406              [ 17295]
2407              Un-deprecate :raw after all - just define what it means
2408              more precisely. (Pending approval).
2409      Branch: perl
2410           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
2411           !> pod/perlrun.pod
2412 ____________________________________________________________________________
2413 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
2414         Log: The only difference between NW5.pm and Win32.pm was that
2415              NetWare preferred SYS:/temp over C:/temp for tmpdir().
2416      Branch: perl
2417            - lib/File/Spec/NW5.pm
2418            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
2419 ____________________________________________________________________________
2420 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
2421         Log: Subject: [PATCH] POSIX taint tests
2422              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2423              Date: Wed, 19 Jun 2002 09:29:22 +0100
2424              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
2425      Branch: perl
2426            + ext/POSIX/t/taint.t
2427            ! MANIFEST
2428 ____________________________________________________________________________
2429 [ 17295] By: nick                                  on 2002/06/19  12:14:32
2430         Log: Un-deprecate :raw after all - just define what it means
2431              more precisely. (Pending approval).
2432      Branch: perlio
2433            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
2434            ! pod/perlrun.pod
2435 ____________________________________________________________________________
2436 [ 17294] By: nick                                  on 2002/06/19  06:09:49
2437         Log: Integrate mainline
2438      Branch: perlio
2439           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
2440           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
2441           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
2442           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
2443           !> toke.c
2444 ____________________________________________________________________________
2445 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
2446         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
2447              From: Michael G Schwern <schwern@pobox.com>
2448              Date: Tue, 18 Jun 2002 21:31:43 -0400
2449              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
2450      Branch: perl
2451            ! os2/os2_base.t
2452 ____________________________________________________________________________
2453 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
2454         Log: This is probably the reason for the GW failures.
2455      Branch: perl
2456            ! ext/Digest/MD5/t/files.t
2457 ____________________________________________________________________________
2458 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
2459         Log: Debugger tweak from from Peter Scott.
2460      Branch: perl
2461            ! lib/perl5db.pl
2462 ____________________________________________________________________________
2463 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
2464         Log: To mirror #17285.
2465      Branch: perl
2466            ! pod/perldelta.pod
2467 ____________________________________________________________________________
2468 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
2469         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
2470              From: "Craig A. Berry" <craigberry@mac.com>
2471              Date: Tue, 18 Jun 2002 10:34:51 -0500
2472              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
2473      Branch: perl
2474            ! configure.com
2475 ____________________________________________________________________________
2476 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
2477         Log: Tiny tweaks.
2478      Branch: perl
2479            ! lib/PerlIO.pm pod/perlfunc.pod
2480 ____________________________________________________________________________
2481 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
2482         Log: Integrate perlio:
2483              
2484              [ 17280]
2485              Slight improvement to :win32 layer
2486              
2487              [ 17282]
2488              More PerlIO doc tweaks - trying to make them document what
2489              happens in current implementation while leaving way open
2490              to "fixing" things.
2491      Branch: perl
2492           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
2493 ____________________________________________________________________________
2494 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
2495         Log: Document the "Unicode in package/sub names" problem;
2496              a microfix in toke.c towards the final goal (the fix
2497              removes the need to have quotes around Unicode package
2498              names when calling a method on them)
2499      Branch: perl
2500            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
2501            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
2502 ____________________________________________________________________________
2503 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
2504         Log: Further clarification about safe pipe opens.
2505      Branch: perl
2506            ! pod/perlipc.pod
2507 ____________________________________________________________________________
2508 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
2509         Log: perlsyn.pod tweak suggested by Larry.
2510      Branch: perl
2511            ! pod/perlsyn.pod
2512 ____________________________________________________________________________
2513 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
2514         Log: Subject: [DOC PATCH] perlsyn
2515              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2516              Date: Tue, 18 Jun 2002 13:37:30 +0200
2517              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
2518              
2519              Subject: Re: [DOC PATCH] perlsyn (2)
2520              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2521              Date: Tue, 18 Jun 2002 15:08:17 +0200
2522              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
2523              
2524              (Plus tweak by Ronald J Kimball)
2525      Branch: perl
2526            ! pod/perlsyn.pod
2527 ____________________________________________________________________________
2528 [ 17282] By: nick                                  on 2002/06/18  09:14:25
2529         Log: More PerlIO doc tweaks - trying to make them document what
2530              happens in current implementation while leaving way open
2531              to "fixing" things.
2532      Branch: perlio
2533            ! lib/PerlIO.pm pod/perlfunc.pod
2534 ____________________________________________________________________________
2535 [ 17281] By: nick                                  on 2002/06/18  09:12:59
2536         Log: Integrate mainline
2537      Branch: perlio
2538           !> Changes Configure config_h.SH installperl patchlevel.h
2539           !> pod/perldelta.pod pod/perlipc.pod
2540 ____________________________________________________________________________
2541 [ 17280] By: nick                                  on 2002/06/18  07:03:08
2542         Log: Slight improvement to :win32 layer
2543      Branch: perlio
2544            ! win32/win32io.c
2545 ____________________________________________________________________________
2546 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
2547         Log: Do not install XS::{APItest,Typemap}
2548      Branch: perl
2549            ! installperl
2550 ____________________________________________________________________________
2551 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
2552         Log: Subject: Re: Do we want XS::APItest installed?
2553              From: Andy Dougherty <doughera@lafayette.edu>
2554              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
2555              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
2556              
2557              (rats, forgot to submit the metaconfig change separately)
2558      Branch: metaconfig/U/perl
2559            ! Extensions.U
2560      Branch: perl
2561            ! Configure config_h.SH
2562 ____________________________________________________________________________
2563 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
2564         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
2565              shuffle the highlights a bit (can't believe the perlio
2566              mention was missing)
2567      Branch: perl
2568            ! pod/perldelta.pod
2569 ____________________________________________________________________________
2570 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
2571         Log: Document the '-|' open form in perlipc.pod
2572      Branch: perl
2573            ! pod/perlipc.pod
2574 ____________________________________________________________________________
2575 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
2576         Log: avoid AUTOLOAD() clobbering $!
2577      Branch: maint-5.6/perl
2578            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
2579            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
2580            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
2581            ! lib/AutoLoader.pm utils/h2xs.PL
2582 ____________________________________________________________________________
2583 [ 17274] By: nick                                  on 2002/06/17  14:50:35
2584         Log: Integrate mainline
2585      Branch: perlio
2586           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
2587           !> pod/perlfunc.pod pod/perlrun.pod
2588 ____________________________________________________________________________
2589 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
2590         Log: Update Changes.
2591      Branch: perl
2592            ! Changes patchlevel.h
2593 ____________________________________________________________________________
2594 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
2595         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
2596      Branch: perl
2597            ! lib/PerlIO.pm
2598 ____________________________________________________________________________
2599 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
2600         Log: Further discouraging of :raw.
2601      Branch: perl
2602            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
2603 ____________________________________________________________________________
2604 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
2605         Log: Integrate perlio:
2606              
2607              [ 17267]
2608              Handle IO error in "slow gets"
2609      Branch: perl
2610           !> sv.c
2611 ____________________________________________________________________________
2612 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
2613         Log: Subject: [PATCH File/Basename.pm] use of undef var
2614              From: Stas Bekman <stas@stason.org>
2615              Date: Mon, 17 Jun 2002 16:31:48 +0800
2616              Message-ID: <3D0D9E74.7000908@stason.org>
2617              
2618              (modified)
2619      Branch: perl
2620            ! lib/File/Basename.pm
2621 ____________________________________________________________________________
2622 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
2623         Log: Subject: [PATCH] README.vms -- updated testing instructions
2624              From: "Craig A. Berry" <craigberry@mac.com>
2625              Date: Mon, 17 Jun 2002 00:31:18 -0500
2626              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
2627      Branch: perl
2628            ! README.vms
2629 ____________________________________________________________________________
2630 [ 17267] By: nick                                  on 2002/06/17  12:41:49
2631         Log: Handle IO error in "slow gets"
2632      Branch: perlio
2633            ! sv.c
2634 ____________________________________________________________________________
2635 [ 17266] By: nick                                  on 2002/06/17  07:05:20
2636         Log: Integrate mainline
2637      Branch: perlio
2638           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
2639           !> pod/perldebug.pod pod/perldelta.pod
2640 ____________________________________________________________________________
2641 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
2642         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
2643              From: Peter Scott <Peter@PSDT.com>
2644              Date: Sun, 16 Jun 2002 18:31:31 -0700
2645              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
2646              
2647              @file -> source file
2648      Branch: perl
2649            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
2650 ____________________________________________________________________________
2651 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
2652         Log: Missing hunk from #15363.
2653      Branch: perl
2654            ! lib/perl5db.pl
2655 ____________________________________________________________________________
2656 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
2657         Log: Advertise MakeMaker.
2658      Branch: perl
2659            ! pod/perldelta.pod
2660 ____________________________________________________________________________
2661 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
2662         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
2663              From: parv <parv@pair.com>
2664              Date: Sun, 16 Jun 2002 20:12:24 -0400
2665              Message-ID: <20020617001224.GC466@moo.holy.cow>
2666      Branch: perl
2667            ! pod/perldelta.pod
2668 ____________________________________________________________________________
2669 [ 17261] By: ams                                   on 2002/06/16  21:40:47
2670         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
2671              From: Robin Houston <robin@kitsite.com>
2672              Date: Sun, 16 Jun 2002 23:33:50 +0100
2673              Message-Id: <20020616233350.A9675@robin.kitsite.com>
2674      Branch: perl
2675            ! autodoc.pl embed.pl
2676 ____________________________________________________________________________
2677 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
2678         Log: Deprecate (or at least discourage) :raw.
2679      Branch: perl
2680            ! pod/perldelta.pod
2681 ____________________________________________________________________________
2682 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
2683         Log: Integrate perlio:
2684              
2685              [ 17258]
2686              Last minute tinkering with PerlIO abstraction API.
2687              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
2688              const char *mode.
2689              - Other 'flags' field changed to U32
2690              - Discouraging words written about ":raw".
2691      Branch: perl
2692           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
2693 ____________________________________________________________________________
2694 [ 17258] By: nick                                  on 2002/06/16  16:38:59
2695         Log: Last minute tinkering with PerlIO abstraction API.
2696              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
2697              const char *mode.
2698              - Other 'flags' field changed to U32
2699              - Discouraging words written about ":raw".
2700      Branch: perlio
2701            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
2702 ____________________________________________________________________________
2703 [ 17257] By: nick                                  on 2002/06/16  15:16:46
2704         Log: Integrate mainline
2705      Branch: perlio
2706           !> (integrate 32 files)
2707 ____________________________________________________________________________
2708 [ 17256] By: ams                                   on 2002/06/16  09:00:51
2709         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
2710              From: Michael G Schwern <schwern@pobox.com>
2711              Date: Sun, 16 Jun 2002 03:49:27 -0400
2712              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
2713              
2714              Subject: [PATCH] Test::Harness 2.24 -> 2.25
2715              From: Michael G Schwern <schwern@pobox.com>
2716              Date: Sun, 16 Jun 2002 03:58:40 -0400
2717              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
2718      Branch: perl
2719            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2720            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
2721            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2722            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
2723            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
2724            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2725            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
2726            ! lib/Test/Harness/t/strap-analyze.t
2727            ! lib/Test/Harness/t/test-harness.t
2728            ! t/lib/MakeMaker/Test/Utils.pm
2729 ____________________________________________________________________________
2730 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
2731         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
2732              From: "Craig A. Berry" <craigberry@mac.com>
2733              Date: Sat, 15 Jun 2002 18:56:12 -0500
2734              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
2735      Branch: perl
2736            ! pp.c
2737 ____________________________________________________________________________
2738 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
2739         Log: Collect the known AmigaOS wisdom.
2740      Branch: perl
2741            ! README.amiga hints/amigaos.sh
2742 ____________________________________________________________________________
2743 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
2744         Log: Subject: [PATCH] README.vms, Multinet fix update
2745              From: "Craig A. Berry" <craigberry@mac.com>
2746              Date: Sat, 15 Jun 2002 14:02:50 -0500
2747              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
2748      Branch: perl
2749            ! README.vms
2750 ____________________________________________________________________________
2751 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
2752         Log: Regenerate Changes; most importantly automassage the
2753              "Integrate perlio" entries to be more informative.
2754      Branch: perl
2755            ! Changes
2756 ____________________________________________________________________________
2757 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
2758         Log: Spurious empty statements.
2759      Branch: perl
2760            ! op.c perl.c perlio.c sv.c
2761 ____________________________________________________________________________
2762 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
2763         Log: Possible cure for
2764              
2765              Subject: Re: Thread bug in 5.8RC1 Win32
2766              From: Alessandro Forghieri <alf@orion.it>
2767              Date: Sat, 15 Jun 2002 12:56:35 +0200
2768              Message-ID: <20020615125635.A25110@alpha.orion.it>
2769      Branch: perl
2770            ! perl.c
2771 ____________________________________________________________________________
2772 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
2773         Log: findrfuncs: small tweaks.
2774      Branch: perl
2775            ! Porting/findrfuncs
2776 ____________________________________________________________________________
2777 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
2778         Log: Group the debugger changes in one place.
2779      Branch: perl
2780            ! pod/perldelta.pod
2781 ____________________________________________________________________________
2782 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
2783         Log: Detypo.
2784      Branch: perl
2785            ! pod/perlfunc.pod
2786 ____________________________________________________________________________
2787 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
2788         Log: Plug potential confusion.
2789      Branch: perl
2790            ! pod/perldelta.pod
2791 ____________________________________________________________________________
2792 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
2793         Log: Attribute::Handlers has been adopted by Arthur.
2794      Branch: perl
2795            ! pod/perldelta.pod
2796 ____________________________________________________________________________
2797 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
2798         Log: README.irix update.
2799      Branch: perl
2800            ! README.irix
2801 ____________________________________________________________________________
2802 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
2803         Log: README.tru64 update.
2804      Branch: perl
2805            ! README.tru64
2806 ____________________________________________________________________________
2807 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
2808         Log: Not that urgent a fix since inside #if 0, but still...
2809      Branch: perl
2810            ! perlsfio.h
2811 ____________________________________________________________________________
2812 [ 17241] By: nick                                  on 2002/06/14  17:15:38
2813         Log: Integrate mainline
2814      Branch: perlio
2815           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
2816           !> Porting/Glossary Porting/config.sh Porting/config_H
2817           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
2818           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
2819           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
2820 ____________________________________________________________________________
2821 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
2822         Log: OS/2 status from John Poltorak.
2823      Branch: perl
2824            ! pod/perldelta.pod
2825 ____________________________________________________________________________
2826 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
2827         Log: Regen Configure; regen perltoc.
2828      Branch: perl
2829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2830            ! config_h.SH pod/perltoc.pod
2831 ____________________________________________________________________________
2832 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
2833         Log: Update Changes.
2834      Branch: perl
2835            ! Changes patchlevel.h
2836 ____________________________________________________________________________
2837 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
2838         Log: NetWare diff for XS::APItest.
2839      Branch: perl
2840            ! NetWare/config.wc NetWare/config_H.wc
2841 ____________________________________________________________________________
2842 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
2843         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
2844              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2845              Date: Fri, 14 Jun 2002 10:39:54 +0200
2846              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
2847      Branch: perl
2848            ! lib/ExtUtils/t/Constant.t
2849 ____________________________________________________________________________
2850 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
2851         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
2852              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2853              Date: Fri, 14 Jun 2002 10:07:28 +0200
2854              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
2855      Branch: perl
2856            ! pp_sys.c
2857 ____________________________________________________________________________
2858 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
2859         Log: Subject: [PATCH] basic.t for EBCDIC platforms
2860              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2861              Date: Fri, 14 Jun 2002 09:58:49 +0200
2862              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
2863      Branch: perl
2864            ! lib/Pod/t/basic.t
2865 ____________________________________________________________________________
2866 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
2867         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
2868              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2869              Date: Fri, 14 Jun 2002 09:53:36 +0200
2870              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
2871              (why this has been working in z/OS?)
2872      Branch: perl
2873            ! lib/Term/Cap.t
2874 ____________________________________________________________________________
2875 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
2876         Log: Mention Solaris x86 use64bitint troubles.
2877      Branch: perl
2878            ! pod/perldelta.pod
2879 ____________________________________________________________________________
2880 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
2881         Log: All UNICOS test failures should be gone now.
2882      Branch: perl
2883            ! pod/perldelta.pod
2884 ____________________________________________________________________________
2885 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
2886         Log: UNICOS and UNICOS/mk are broken only on one test.
2887      Branch: perl
2888            ! ext/Socket/socketpair.t
2889 ____________________________________________________________________________
2890 [ 17229] By: nick                                  on 2002/06/14  08:36:40
2891         Log: Integrate mainline
2892      Branch: perlio
2893           !> (integrate 32 files)
2894 ____________________________________________________________________________
2895 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
2896         Log: Upgrade to Switch 2.09 (the debugging statement
2897              was already removed in blead)
2898      Branch: perl
2899            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2900 ____________________________________________________________________________
2901 [ 17227] By: ams                                   on 2002/06/14  00:39:15
2902         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
2903              From: "Craig A. Berry" <craigberry@mac.com>
2904              Date: Thu, 13 Jun 2002 19:55:25 -0500
2905              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
2906      Branch: perl
2907            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
2908 ____________________________________________________________________________
2909 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
2910         Log: Thread doc tweaks.
2911      Branch: perl
2912            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2913            ! pod/perlthrtut.pod
2914 ____________________________________________________________________________
2915 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
2916         Log: Don't assume too much about how print will scale
2917              your fp numbers; be explicit and use printf instead--
2918              the assumption broke in UNICOS (from Mark Lutz)
2919              (Use %.0f instead of %d because in 32-bit systems
2920              the %d may end producing -1 or something else odd.)
2921      Branch: perl
2922            ! t/lib/warnings/toke
2923 ____________________________________________________________________________
2924 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
2925         Log: Tell what version of PDL will be fine with 5.8.0,
2926              according to TimJ.
2927      Branch: perl
2928            ! pod/perldelta.pod
2929 ____________________________________________________________________________
2930 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
2931         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
2932              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2933              Date: Thu, 13 Jun 2002 15:44:24 +0100
2934              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
2935      Branch: perl
2936            ! lib/ExtUtils/t/Installed.t
2937 ____________________________________________________________________________
2938 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
2939         Log: Subject: Re: linux + usemorebits: gcc error?
2940              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2941              Date: Thu, 13 Jun 2002 15:03:28 +0100
2942              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
2943              
2944              (go U32 based on NI-S since it's a flags field)
2945      Branch: perl
2946            ! perliol.h
2947 ____________________________________________________________________________
2948 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
2949         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
2950      Branch: perl
2951            ! ext/threads/shared/shared.pm pod/perldelta.pod
2952 ____________________________________________________________________________
2953 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
2954         Log: Also perlsub needs to be slightly more upbeat about attributes. 
2955      Branch: perl
2956            ! pod/perlsub.pod
2957 ____________________________________________________________________________
2958 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
2959         Log: One more pass on the TYPE/ATTRS issues.
2960      Branch: perl
2961            ! lib/attributes.pm pod/perlfunc.pod
2962 ____________________________________________________________________________
2963 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
2964         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
2965              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2966              Date: Thu, 13 Jun 2002 09:18:27 +0200
2967              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
2968      Branch: perl
2969            ! hints/aix.sh
2970 ____________________________________________________________________________
2971 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
2972         Log: Subject: [ PATCH ] mymalloc on HP-UX
2973              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2974              Date: Thu, 13 Jun 2002 09:58:30 +0200
2975              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
2976      Branch: perl
2977            ! hints/hpux.sh
2978 ____________________________________________________________________________
2979 [ 17216] By: ams                                   on 2002/06/13  10:08:38
2980         Log: <pudge> crab, can you integrate 17215 ?
2981      Branch: perl
2982           !> ext/XS/APItest/t/printf.t
2983 ____________________________________________________________________________
2984 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
2985         Log: Building XS::APItest as shared lib
2986      Branch: macperl
2987            ! ext/XS/APItest/t/printf.t
2988 ____________________________________________________________________________
2989 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
2990         Log: Update tests, makefile, config
2991      Branch: macperl
2992            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
2993 ____________________________________________________________________________
2994 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
2995         Log: Integrate perl
2996      Branch: macperl
2997           +> README.freebsd README.irix ext/IO/hints/sco.pl
2998           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
2999           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
3000           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
3001           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
3002           +> lib/Net/Ping/Changes
3003            - README.threads lib/Net/Ping/CHANGES
3004            ! NetWare/bat/SetCodeWar.bat
3005           !> (integrate 168 files)
3006 ____________________________________________________________________________
3007 [ 17212] By: ams                                   on 2002/06/13  09:29:13
3008         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
3009              From: Chris Nandor <pudge@pobox.com>
3010              Date: Thu, 13 Jun 2002 00:16:26 -0400
3011              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
3012      Branch: perl
3013            ! ext/XS/APItest/APItest.xs
3014 ____________________________________________________________________________
3015 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
3016         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
3017              From: PPrymmer@factset.com
3018              Date: Wed, 12 Jun 2002 18:58:50 -0400
3019              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
3020      Branch: perl
3021            ! utils/perlivp.PL
3022 ____________________________________________________________________________
3023 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
3024         Log: The scalar behaviour of sort is undefined.
3025      Branch: perl
3026            ! pod/perlfunc.pod
3027 ____________________________________________________________________________
3028 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
3029         Log: Mention I/O layers in perlopentut.
3030      Branch: perl
3031            ! pod/perlopentut.pod
3032 ____________________________________________________________________________
3033 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
3034         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
3035      Branch: perl
3036            ! lib/attributes.pm pod/perlfunc.pod
3037 ____________________________________________________________________________
3038 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
3039         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
3040      Branch: perl
3041            ! ext/XS/APItest/README
3042 ____________________________________________________________________________
3043 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
3044         Log: Update Changes.
3045      Branch: perl
3046            ! Changes patchlevel.h
3047 ____________________________________________________________________________
3048 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
3049         Log: Regen toc.
3050      Branch: perl
3051            ! pod/perltoc.pod
3052 ____________________________________________________________________________
3053 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
3054         Log: This should be gone now.
3055      Branch: perl
3056            ! INSTALL
3057 ____________________________________________________________________________
3058 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
3059         Log: NetWare doc tweak.
3060      Branch: perl
3061            ! README.netware
3062 ____________________________________________________________________________
3063 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
3064         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
3065              From: Abigail <abigail@foad.org>
3066              Date: Wed, 12 Jun 2002 02:46:01 -0700
3067              Message-ID: <20020612024601.A8524@ucan.foad.org>
3068      Branch: perl
3069            ! pod/perlfunc.pod
3070 ____________________________________________________________________________
3071 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
3072         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
3073              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
3074              Date: Wed, 12 Jun 2002 13:50:59 +0200
3075              Message-ID: <3D0735A3.4020701@hexaflux.com>
3076      Branch: perl
3077            ! ext/Time/HiRes/HiRes.xs
3078 ____________________________________________________________________________
3079 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
3080         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
3081              go back to disabling long doubles from MinGW because
3082              MSVCRT doesn't do long double printfing even when gcc
3083              would know how to handle them.
3084      Branch: perl
3085            ! win32/config.bc win32/config_H.bc win32/config_H.gc
3086 ____________________________________________________________________________
3087 [ 17199] By: nick                                  on 2002/06/12  11:13:16
3088         Log: Integrate mainline
3089      Branch: perlio
3090           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
3091           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
3092           !> win32/config_H.bc win32/config_H.gc
3093 ____________________________________________________________________________
3094 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
3095         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
3096              From: "Craig A. Berry" <craigberry@mac.com>
3097              Date: Tue, 11 Jun 2002 22:44:31 -0500
3098              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
3099      Branch: perl
3100            ! configure.com
3101 ____________________________________________________________________________
3102 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
3103         Log: Test relying on undefined behaviour of atan2(0, 0)
3104              (valiantly debugged by Mark Lutz).
3105      Branch: perl
3106            ! lib/Math/Trig.t
3107 ____________________________________________________________________________
3108 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
3109         Log: Regen perlmodlib.
3110      Branch: perl
3111            ! pod/perlmodlib.pod
3112 ____________________________________________________________________________
3113 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
3114         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
3115              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3116              Date: Tue, 11 Jun 2002 15:12:15 -0700
3117              Message-ID: </WnB9gzkgC5S092yn@efn.org>
3118      Branch: perl
3119            ! pod/perlmodlib.PL
3120 ____________________________________________________________________________
3121 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
3122         Log: Subject: [PATCH] Re: RC1 on Playstation2
3123              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3124              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
3125              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
3126      Branch: perl
3127            ! perl.c
3128 ____________________________________________________________________________
3129 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
3130         Log: Not that I know anything about Windows compilers
3131              but Google leads me into believing that while Borland and
3132              GCC support the ANSI way of printing long doubles (%L),
3133              Visual C really doesn't support printing them.
3134      Branch: perl
3135            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
3136 ____________________________________________________________________________
3137 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
3138         Log: Fix a cut-n-paste error.
3139      Branch: perl
3140            ! pod/perldiag.pod
3141 ____________________________________________________________________________
3142 [ 17191] By: nick                                  on 2002/06/11  16:07:14
3143         Log: Integrate mainline
3144      Branch: perlio
3145           !> Changes INSTALL ext/XS/APItest/APItest.pm
3146           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
3147           !> patchlevel.h
3148 ____________________________________________________________________________
3149 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
3150         Log: Update Changes.
3151      Branch: perl
3152            ! Changes patchlevel.h
3153 ____________________________________________________________________________
3154 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
3155         Log: Trying to printf Perl-specific datatypes using printf
3156              (with perlio or stdio) is folly, says Hugo.
3157      Branch: perl
3158            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
3159            ! ext/XS/APItest/t/printf.t
3160 ____________________________________________________________________________
3161 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
3162         Log: Be more specific.
3163      Branch: perl
3164            ! INSTALL
3165 ____________________________________________________________________________
3166 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
3167         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
3168              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
3169              Date: Tue, 11 Jun 2002 12:21:01 +0200
3170              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
3171      Branch: perl
3172            ! INSTALL
3173 ____________________________________________________________________________
3174 [ 17186] By: nick                                  on 2002/06/11  10:44:04
3175         Log: Integrate mainline
3176      Branch: perlio
3177           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
3178           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
3179           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
3180           +> lib/Math/BigInt/t/upgradef.t
3181           !> MANIFEST NetWare/Makefile Porting/repository.pod
3182           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
3183           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
3184           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
3185           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
3186           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
3187           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
3188           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
3189           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
3190           !> win32/Makefile
3191 ____________________________________________________________________________
3192 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
3193         Log: sanity-check the windows section in perldelta and add some missing
3194              entries
3195      Branch: perl
3196            ! pod/perldelta.pod
3197 ____________________________________________________________________________
3198 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
3199         Log: Obviously time to get some sleep.
3200      Branch: perl
3201            ! ext/XS/APItest/t/printf.t
3202 ____________________________________________________________________________
3203 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
3204         Log: #17179 wasn't quite right.
3205      Branch: perl
3206            ! ext/XS/APItest/t/printf.t
3207 ____________________________________________________________________________
3208 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
3209         Log: fix outdated info about how the patches in the APC are generated;
3210              mention the perlbrowse repository gateway; add a pointer to
3211              perlhack.pod in repository.pod
3212      Branch: perl
3213            ! Porting/repository.pod pod/perlhack.pod
3214 ____________________________________________________________________________
3215 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
3216         Log: Subject: Detype locale.c comment
3217              From: Philip Newton <Philip.Newton@gmx.net>
3218              Date: Tue, 11 Jun 2002 06:28:08 +0200
3219              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
3220      Branch: perl
3221            ! locale.c
3222 ____________________________________________________________________________
3223 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
3224         Log: Make UTF-8 locales effective only if PerlIO has been
3225              defined (ignore UTF-8 locales silently if no PerlIO).
3226      Branch: perl
3227            ! locale.c pod/perldelta.pod pod/perluniintro.pod
3228 ____________________________________________________________________________
3229 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
3230         Log: Can't printf Perl specific datatypes without perlio
3231              (in other words, stdio doesn't do the %V...)
3232      Branch: perl
3233            ! ext/XS/APItest/t/printf.t
3234 ____________________________________________________________________________
3235 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
3236         Log: Document XS::APItest.
3237      Branch: perl
3238            ! pod/perldelta.pod
3239 ____________________________________________________________________________
3240 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
3241         Log: Add XS::APItest to Win32/DJGPP/NetWare.
3242      Branch: perl
3243            ! NetWare/Makefile djgpp/config.over win32/Makefile
3244 ____________________________________________________________________________
3245 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
3246         Log: Add XS::APItest 0.01 from Tim Jenness.
3247              
3248              The perl.h change is needed by non-gcc (non-__attribute__)
3249              compilers: without it non-gccs won't have printf() mapped
3250              to PerlIO_stdoutf (when perlio, of course).  This means that
3251              non-gccs would not be able to print the Perl specific datatypes.
3252      Branch: perl
3253            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
3254            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
3255            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
3256            ! MANIFEST perl.h
3257 ____________________________________________________________________________
3258 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
3259         Log: Now that binmode(FH) does implicit ":bytes" revisit
3260              the failing tests.  The worrisome one is the Digest::MD5
3261              test-- how will it fare in CRLF lands now?
3262      Branch: perl
3263            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
3264            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
3265            ! ext/Storable/t/malice.t
3266 ____________________________________________________________________________
3267 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
3268         Log: Upgrade to Math::BigInt 1.59.
3269      Branch: perl
3270            + lib/Math/BigInt/t/upgradef.t
3271            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3272            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3273            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3274            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
3275 ____________________________________________________________________________
3276 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
3277         Log: Document the implicit :bytes of binmode(FH).
3278      Branch: perl
3279            ! pod/perlfunc.pod
3280 ____________________________________________________________________________
3281 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
3282         Log: Integrate perlio:
3283              
3284              [ 17171]
3285              binmode(FH); to act like binmode(FH,":bytes") as well as
3286              turning off CRLF features.
3287      Branch: perl
3288           !> perlio.c t/io/utf8.t
3289 ____________________________________________________________________________
3290 [ 17171] By: nick                                  on 2002/06/10  18:40:22
3291         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
3292              turning off CRLF features.
3293      Branch: perlio
3294            ! perlio.c t/io/utf8.t
3295 ____________________________________________________________________________
3296 [ 17170] By: nick                                  on 2002/06/10  17:04:28
3297         Log: Integrate mainline
3298      Branch: perlio
3299           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
3300           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
3301           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
3302           !> pod/perldelta.pod sv.c
3303 ____________________________________________________________________________
3304 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
3305         Log: Subject: [DOC PATCH] perldebtut
3306              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3307              Date: Mon, 10 Jun 2002 17:47:14 +0200
3308              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
3309      Branch: perl
3310            ! pod/perldebtut.pod
3311 ____________________________________________________________________________
3312 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
3313         Log: Document the UTF-8 env issue.  Now NI-S just needs
3314              to fix binmode() to comply with the documentation...
3315      Branch: perl
3316            ! pod/perldelta.pod
3317 ____________________________________________________________________________
3318 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
3319         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
3320              From: Philip Newton <Philip.Newton@gmx.net>
3321              Date: Mon, 10 Jun 2002 07:56:41 +0200
3322              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
3323              
3324              Subject: Re: Change 17110: Add deprecations.
3325              From: Philip Newton <Philip.Newton@gmx.net>
3326              Date: Mon, 10 Jun 2002 07:56:22 +0200
3327              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
3328      Branch: perl
3329            ! pod/perldelta.pod
3330 ____________________________________________________________________________
3331 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
3332         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
3333      Branch: perl
3334            ! locale.c perl.c
3335 ____________________________________________________________________________
3336 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
3337         Log: Update Changes.
3338      Branch: perl
3339            ! Changes patchlevel.h
3340 ____________________________________________________________________________
3341 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
3342         Log: Further patch on #17163 for Tru64.
3343      Branch: perl
3344            ! sv.c
3345 ____________________________________________________________________________
3346 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
3347         Log: Patch from Hugo for the 'printf' problem:
3348              - for SV-style calling, we can only get NV
3349              - for C-style calling, we assume %f is double;
3350              - for simplicity we allow any of %Lf, %llf, %qf for long double
3351      Branch: perl
3352            ! sv.c
3353 ____________________________________________________________________________
3354 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
3355         Log: Integrate perlio:
3356              
3357              [ 17159]
3358              Tune test to run in UTF-8 locales
3359              - test file must be opened as :bytes or high-bit octets
3360              will be UTF-8 encoded on write in such locales, so
3361              will not read as expected.
3362      Branch: perl
3363           !> ext/PerlIO/t/fallback.t
3364 ____________________________________________________________________________
3365 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
3366         Log: #17150 didn't expect -Uuseperlio.
3367      Branch: perl
3368            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
3369 ____________________________________________________________________________
3370 [ 17160] By: sky                                   on 2002/06/10  09:53:42
3371         Log: Subject: [PATCH] queue.pm
3372              From: Benjamin Goldberg <goldbb2@earthlink.net>
3373              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
3374              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
3375              Applied manually
3376      Branch: perl
3377            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
3378 ____________________________________________________________________________
3379 [ 17159] By: nick                                  on 2002/06/10  09:51:16
3380         Log: Tune test to run in UTF-8 locales
3381              - test file must be opened as :bytes or high-bit octets
3382              will be UTF-8 encoded on write in such locales, so
3383              will not read as expected.
3384      Branch: perlio
3385            ! ext/PerlIO/t/fallback.t
3386 ____________________________________________________________________________
3387 [ 17158] By: nick                                  on 2002/06/10  09:49:32
3388         Log: Integrate mainline
3389      Branch: perlio
3390           +> lib/Net/Ping/Changes
3391            - lib/Net/Ping/CHANGES
3392           !> (integrate 37 files)
3393 ____________________________________________________________________________
3394 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
3395         Log: metaconfig tweak for #17156.
3396      Branch: metaconfig
3397            ! U/mkglossary
3398 ____________________________________________________________________________
3399 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
3400         Log: Glossary tweaks.
3401      Branch: perl
3402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3403 ____________________________________________________________________________
3404 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
3405         Log: Upgrade to Net::Ping 2.19.
3406      Branch: perl
3407            + lib/Net/Ping/Changes
3408            - lib/Net/Ping/CHANGES
3409            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
3410 ____________________________________________________________________________
3411 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
3412         Log: Subject: [patch] ptr_table_store
3413              From: Doug MacEachern <dougm@covalent.net>
3414              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
3415              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
3416      Branch: perl
3417            ! sv.c
3418 ____________________________________________________________________________
3419 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
3420         Log: Subject: Re: unique attribute?
3421              From: Doug MacEachern <dougm@covalent.net>
3422              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
3423              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
3424      Branch: perl
3425            ! embed.fnc embed.h proto.h sv.c sv.h
3426 ____________________________________________________________________________
3427 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
3428         Log: Update hint comments.
3429      Branch: perl
3430            ! hints/irix_6.sh
3431 ____________________________________________________________________________
3432 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
3433         Log: One missing bit of Math::BigInt 1.58.
3434      Branch: perl
3435            ! t/lib/Math/BigInt/BareCalc.pm
3436 ____________________________________________________________________________
3437 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
3438         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
3439              From: Radu Greab <radu@netsoft.ro>
3440              Date: Mon, 10 Jun 2002 00:40:34 +0300
3441              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
3442              
3443              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
3444              ones which I cannot figure out.
3445      Branch: perl
3446            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
3447            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
3448 ____________________________________________________________________________
3449 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
3450         Log: :unique nitpicking continues.
3451      Branch: perl
3452            ! pod/perlfunc.pod
3453 ____________________________________________________________________________
3454 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
3455         Log: "thread failed to start: " is better than "Died:".
3456      Branch: perl
3457            ! ext/threads/threads.xs pod/perldiag.pod
3458 ____________________________________________________________________________
3459 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
3460         Log: :unique saga continues.
3461      Branch: perl
3462            ! pod/perldelta.pod pod/perlfunc.pod
3463 ____________________________________________________________________________
3464 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
3465         Log: Subject: Re: unique attribute?
3466              From: Doug MacEachern <dougm@covalent.net>
3467              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
3468              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
3469      Branch: perl
3470            ! sv.c
3471 ____________________________________________________________________________
3472 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
3473         Log: Subject: Math::BigInt 1.58 released
3474              From: Tels <perl_dummy@bloodgate.com>
3475              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
3476              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
3477              
3478              Subject: [PATCH] RE: Math::BigInt 1.58 released
3479              From: Tels <perl_dummy@bloodgate.com>
3480              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
3481              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
3482      Branch: perl
3483            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3484            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3485            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3486            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
3487            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
3488            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
3489            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3490            ! lib/Math/BigInt/t/with_sub.t
3491 ____________________________________________________________________________
3492 [ 17144] By: nick                                  on 2002/06/09  17:50:14
3493         Log: Integrate mainline
3494      Branch: perlio
3495           +> README.freebsd README.irix
3496           !> (integrate 43 files)
3497 ____________________________________________________________________________
3498 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
3499         Log: Subject: cleanup's
3500              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3501              Date: Sun, 09 Jun 2002 13:55:21 +0200
3502              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
3503      Branch: perl
3504            ! ext/PerlIO/t/encoding.t
3505 ____________________________________________________________________________
3506 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
3507         Log: open "list form" clarification.
3508      Branch: perl
3509            ! pod/perlfunc.pod
3510 ____________________________________________________________________________
3511 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
3512         Log: Better wording from Sarathy.
3513      Branch: perl
3514            ! pod/perldelta.pod
3515 ____________________________________________________________________________
3516 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
3517         Log: Closer to the truth.
3518      Branch: perl
3519            ! pod/perlfunc.pod
3520 ____________________________________________________________________________
3521 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
3522         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3523              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3524              Date: Sun, 09 Jun 2002 14:52:07 +0100
3525              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
3526      Branch: perl
3527            ! numeric.c
3528 ____________________________________________________________________________
3529 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
3530         Log: Clarify that the :unique makes the target readonly
3531              when the first interpreter cloning takes place.
3532      Branch: perl
3533            ! pod/perlfunc.pod
3534 ____________________________________________________________________________
3535 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
3536         Log: update perlfork.pod for status as of 5.8.0
3537      Branch: perl
3538            ! pod/perlfork.pod
3539 ____________________________________________________________________________
3540 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
3541         Log: Subject: possible band-aid for cygwin build of perl@17061
3542              From: PPrymmer@factset.com
3543              Date: Sat, 8 Jun 2002 20:57:05 -0400
3544              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
3545      Branch: perl
3546            ! Makefile.SH README.cygwin
3547 ____________________________________________________________________________
3548 [ 17135] By: sky                                   on 2002/06/09  15:44:37
3549         Log: Follow up on changing keyword to special subroutine.
3550      Branch: perl
3551            ! pod/perlmod.pod
3552 ____________________________________________________________________________
3553 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
3554         Log: CLONE doc tweaks.
3555      Branch: perl
3556            ! pod/perldelta.pod pod/perlmod.pod
3557 ____________________________________________________________________________
3558 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
3559         Log: syswrite() is old news.
3560      Branch: perl
3561            ! pod/perldelta.pod
3562 ____________________________________________________________________________
3563 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
3564         Log: Subject: One-argument syswrite
3565              From: Johan Vromans <jvromans@squirrel.nl>
3566              Date: Sun, 9 Jun 2002 13:20:36 +0200
3567              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
3568              
3569              (It's really two-argument.)
3570      Branch: perl
3571            ! pod/perldelta.pod
3572 ____________________________________________________________________________
3573 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
3574         Log: Subject: [Patch] $^N issues
3575              From: Johan Vromans <jvromans@squirrel.nl>
3576              Date: Sun, 9 Jun 2002 13:12:43 +0200
3577              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
3578      Branch: perl
3579            ! lib/English.pm pod/perlre.pod
3580 ____________________________________________________________________________
3581 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
3582         Log: Subject: [Patch] "#0" format in perlform
3583              From: Johan Vromans <jvromans@squirrel.nl>
3584              Date: Sun, 9 Jun 2002 12:53:01 +0200
3585              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
3586      Branch: perl
3587            ! pod/perlform.pod
3588 ____________________________________________________________________________
3589 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
3590         Log: Subject: [Patch] CLONE is not in perldelta
3591              From: Johan Vromans <jvromans@squirrel.nl>
3592              Date: Sun, 9 Jun 2002 12:41:18 +0200
3593              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
3594      Branch: perl
3595            ! pod/perldelta.pod
3596 ____________________________________________________________________________
3597 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
3598         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
3599              From: "Craig A. Berry" <craigberry@mac.com>
3600              Date: Sat, 8 Jun 2002 23:01:11 -0500
3601              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
3602      Branch: perl
3603            ! ext/Digest/MD5/Makefile.PL
3604 ____________________________________________________________________________
3605 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
3606         Log: ... and more.
3607      Branch: perl
3608            ! win32/makefile.mk
3609 ____________________________________________________________________________
3610 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
3611         Log: More spots for perl$OS.
3612      Branch: perl
3613            ! NetWare/Makefile win32/Makefile
3614 ____________________________________________________________________________
3615 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
3616         Log: One more spot to list perlfreebsd and perlirix.
3617      Branch: perl
3618            ! plan9/mkfile
3619 ____________________________________________________________________________
3620 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
3621         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
3622      Branch: perl
3623            ! pod/perlport.pod
3624 ____________________________________________________________________________
3625 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
3626         Log: Cygwin duplicated (noticed by Schwern).
3627      Branch: perl
3628            ! pod/perlport.pod
3629 ____________________________________________________________________________
3630 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
3631         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
3632      Branch: perl
3633            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
3634            ! pod/perlport.pod pod/perlrun.pod
3635 ____________________________________________________________________________
3636 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
3637         Log: Make the =heads a little bit more descriptive; regen toc.
3638      Branch: perl
3639            ! README.freebsd README.irix pod/perltoc.pod
3640 ____________________________________________________________________________
3641 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
3642         Log: I wonder what a 64-bot is?
3643      Branch: perl
3644            ! README.irix
3645 ____________________________________________________________________________
3646 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
3647         Log: Regen toc.
3648      Branch: perl
3649            ! pod/perltoc.pod
3650 ____________________________________________________________________________
3651 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
3652         Log: Add README.irix/perlirix.
3653      Branch: perl
3654            + README.irix
3655            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
3656            ! pod/perldelta.pod pod/perlport.pod
3657 ____________________________________________________________________________
3658 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
3659         Log: Add perlfreebsd.
3660      Branch: perl
3661            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
3662            ! pod/perlport.pod
3663 ____________________________________________________________________________
3664 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
3665         Log: Mention the FreeBSD Perl policy change.
3666      Branch: perl
3667            ! README.freebsd
3668 ____________________________________________________________________________
3669 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
3670         Log: Mention the FreeBSD readdir_r bug in perldelta.
3671      Branch: perl
3672            ! pod/perldelta.pod
3673 ____________________________________________________________________________
3674 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
3675         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
3676              From: Nicholas Clark <nick@unfortu.net>
3677              Date: Sat, 8 Jun 2002 22:23:15 +0100
3678              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
3679      Branch: perl
3680            + README.freebsd
3681            ! MANIFEST
3682 ____________________________________________________________________________
3683 [ 17113] By: sky                                   on 2002/06/08  20:19:28
3684         Log: Preparing A::H for CPAN release, upped version to 0.77
3685              Documented changes.
3686              Last tweak to test case.
3687      Branch: perl
3688            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
3689            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
3690 ____________________________________________________________________________
3691 [ 17112] By: sky                                   on 2002/06/08  19:42:33
3692         Log: Prepare CPAN release of Attribute::Handlers
3693              Make the test case know about the changes in attributes
3694              in 5.8 (lexical) and also turn off some warnings.
3695      Branch: perl
3696            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
3697 ____________________________________________________________________________
3698 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
3699         Log: Because of #17097.
3700      Branch: perl
3701            ! configpm
3702 ____________________________________________________________________________
3703 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
3704         Log: Add deprecations.
3705      Branch: perl
3706            ! pod/perldelta.pod
3707 ____________________________________________________________________________
3708 [ 17109] By: sky                                   on 2002/06/08  19:02:19
3709         Log: Remove leftover dummy and cleanup the test case.
3710      Branch: perl
3711            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
3712            ! ext/threads/shared/t/hv_simple.t
3713 ____________________________________________________________________________
3714 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
3715         Log: Document the do BAREWORD change, from Rafael.
3716      Branch: perl
3717            ! pod/perldelta.pod
3718 ____________________________________________________________________________
3719 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
3720         Log: Remove the newly added makedepend .depending "token directory"
3721              when cleaning up.
3722      Branch: perl
3723            ! Makefile.SH
3724 ____________________________________________________________________________
3725 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
3726         Log: perldelta tweaks.
3727      Branch: perl
3728            ! pod/perldelta.pod
3729 ____________________________________________________________________________
3730 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
3731         Log: I assume the Perl fork() emulation is still experimental.
3732      Branch: perl
3733            ! pod/perlfork.pod
3734 ____________________________________________________________________________
3735 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
3736         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
3737              From: "Craig A. Berry" <craigberry@mac.com>
3738              Date: Sat, 8 Jun 2002 14:10:41 -0500
3739              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
3740      Branch: perl
3741            ! README.vms pod/perldelta.pod
3742 ____________________________________________________________________________
3743 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
3744         Log: Slight tweaks from Lupe Christoph.
3745      Branch: perl
3746            ! pod/perldelta.pod
3747 ____________________________________________________________________________
3748 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
3749         Log: Workaround for broken symlink traversal.
3750      Branch: perl
3751            ! installperl
3752 ____________________________________________________________________________
3753 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
3754         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
3755      Branch: perl
3756            ! utils/h2ph.PL
3757 ____________________________________________________________________________
3758 [ 17100] By: nick                                  on 2002/06/08  15:54:19
3759         Log: Integrate mainline
3760      Branch: perlio
3761           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
3762           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
3763           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
3764           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
3765           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3766           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
3767 ____________________________________________________________________________
3768 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
3769         Log: Try to avoid a looping makedepend that sometimes
3770              happens when timestamps are out of sync.
3771      Branch: perl
3772            ! makedepend.SH
3773 ____________________________________________________________________________
3774 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
3775         Log: metaconfig tweaks from Robin Barker to go with #17097;
3776              update Glossary.patch and mkglossary.
3777      Branch: metaconfig
3778            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
3779            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
3780 ____________________________________________________________________________
3781 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
3782         Log: Various Configure tweaks.
3783      Branch: perl
3784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3785 ____________________________________________________________________________
3786 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
3787         Log: Fix Glossary formatting bugs when creating Config.pm,
3788              from Robin Barker.
3789      Branch: perl
3790            ! configpm
3791 ____________________________________________________________________________
3792 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
3793         Log: perlivp: Too Much Information. 
3794      Branch: perl
3795            ! utils/perlivp.PL
3796 ____________________________________________________________________________
3797 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
3798         Log: h2ph: workarounds for too large hexadecimal constants.
3799              Now 'perlivp' passes without a whimper in Solaris 8 and
3800              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
3801              installation is weird; e.g. float.h is not in /usr/include...
3802              (cd /usr/include; h2ph -l -r .)
3803      Branch: perl
3804            ! utils/h2ph.PL
3805 ____________________________________________________________________________
3806 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
3807         Log: h2ph: handle function pointer constants.
3808      Branch: perl
3809            ! utils/h2ph.PL
3810 ____________________________________________________________________________
3811 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
3812         Log: Put back the [561+] markers (except for the New Tests
3813              section where the comparison is meaningless);
3814              note that perl561delta is really the changes both
3815              from 5.005_03 and 5.6.0.
3816      Branch: perl
3817            ! pod/perldelta.pod
3818 ____________________________________________________________________________
3819 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
3820         Log: Mention the dynamicness of Socket in VMS in another spot.
3821      Branch: perl
3822            ! pod/perldelta.pod
3823 ____________________________________________________________________________
3824 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
3825         Log: Address most of the issues found by Lupe Cristoph
3826              (only leave the VMS changes to the VMS people);
3827              move the VOS section to its right place;
3828              talk more about userlevel threads;
3829              eradicate end-of-line spaces.
3830      Branch: perl
3831            ! pod/perldelta.pod
3832 ____________________________________________________________________________
3833 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
3834         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3835              From: Radu Greab <radu@netsoft.ro>
3836              Date: Sat, 8 Jun 2002 16:59:56 +0300
3837              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
3838              
3839              A test for #17082.
3840      Branch: perl
3841            ! ext/Storable/t/recurse.t
3842 ____________________________________________________________________________
3843 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
3844         Log: Explain at the top the situation in a nutshell;
3845              remove the [561+] tags as redundant;
3846              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
3847      Branch: perl
3848            ! pod/perldelta.pod
3849 ____________________________________________________________________________
3850 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
3851         Log: Subject: [Patch] perldelta for 5.8.0 RC1
3852              From: lupe@lupe-christoph.de (Lupe Christoph)
3853              Date: Sat, 8 Jun 2002 14:08:16 +0200
3854              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
3855      Branch: perl
3856            ! pod/perldelta.pod
3857 ____________________________________________________________________________
3858 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
3859         Log: Advertise the upcoming Win32::GetOSName().
3860      Branch: perl
3861            ! pod/perlport.pod
3862 ____________________________________________________________________________
3863 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
3864         Log: The lib/Win32.pod part of
3865              
3866              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
3867              From: "Yves Orton" <demerphq@hotmail.com>
3868              Date: Sat, 08 Jun 2002 00:27:25 +0200
3869              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
3870              
3871              (manually applied and tweaked) 
3872      Branch: perl
3873            ! lib/Win32.pod
3874 ____________________________________________________________________________
3875 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
3876         Log: Subject: Doc patches: assorted minor nits
3877              From: Philip Newton <Philip.Newton@gmx.net>
3878              Date: Sat, 08 Jun 2002 11:08:12 +0200
3879              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
3880      Branch: perl
3881            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3882 ____________________________________________________________________________
3883 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
3884         Log: Subject: Re: doc bug in perldoc
3885              From: Philip Newton <Philip.Newton@gmx.net>
3886              Date: Sat, 08 Jun 2002 11:05:09 +0200
3887              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
3888      Branch: perl
3889            ! utils/perldoc.PL
3890 ____________________________________________________________________________
3891 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
3892         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3893              From: Radu Greab <radu@netsoft.ro>
3894              Date: Sat, 8 Jun 2002 08:28:58 +0300
3895              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
3896      Branch: perl
3897            ! ext/Storable/Storable.xs
3898 ____________________________________________________________________________
3899 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
3900         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3901              From: "Craig A. Berry" <craigberry@mac.com>
3902              Date: Fri, 7 Jun 2002 22:55:34 -0500
3903              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
3904              
3905              Handle also underflow on non-IEEE.
3906      Branch: perl
3907            ! numeric.c
3908 ____________________________________________________________________________
3909 [ 17080] By: sky                                   on 2002/06/08  10:06:05
3910         Log: Fix for bug [ID 20020602.007].
3911              Don't decrement the active flag until AFTER we have run perl_destruct
3912      Branch: perl
3913            ! ext/threads/threads.xs
3914 ____________________________________________________________________________
3915 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
3916         Log: h2ph: evil linux/byteorder/pdp_endian.h
3917      Branch: perl
3918            ! utils/h2ph.PL
3919 ____________________________________________________________________________
3920 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
3921         Log: h2ph: more evilness in the form of Linux inline assembler.
3922      Branch: perl
3923            ! utils/h2ph.PL
3924 ____________________________________________________________________________
3925 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
3926         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
3927              (note the final L) for ia32 and ia64 long doubles.
3928      Branch: perl
3929            ! utils/h2ph.PL
3930 ____________________________________________________________________________
3931 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
3932         Log: perlivp: more header matching.
3933      Branch: perl
3934            ! utils/perlivp.PL
3935 ____________________________________________________________________________
3936 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
3937         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3938              From: Nicholas Clark <nick@unfortu.net>
3939              Date: Sat, 8 Jun 2002 00:39:22 +0100
3940              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
3941      Branch: perl
3942            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3943 ____________________________________________________________________________
3944 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
3945         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3946              From: "Craig A. Berry" <craigberry@mac.com>
3947              Date: Fri, 7 Jun 2002 18:29:31 -0500
3948              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
3949      Branch: perl
3950            ! numeric.c
3951 ____________________________________________________________________________
3952 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
3953         Log: Reunite the first .PHONY targets (based on Garry Williams'
3954              reading of the GNU make manual).
3955      Branch: perl
3956            ! Makefile.SH
3957 ____________________________________________________________________________
3958 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
3959         Log: Subject: Re: [DOCPATCH] Thread.pm
3960              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3961              Date: Fri, 07 Jun 2002 23:57:01 +0200
3962              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
3963      Branch: perl
3964            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
3965 ____________________________________________________________________________
3966 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
3967         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3968              From: Radu Greab <radu@netsoft.ro>
3969              Date: Sat, 8 Jun 2002 00:49:02 +0300
3970              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
3971      Branch: perl
3972            ! ext/Storable/t/recurse.t
3973 ____________________________________________________________________________
3974 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
3975         Log: h2ph: the fp exponent does need to have an explicit sign.
3976      Branch: perl
3977            ! utils/h2ph.PL
3978 ____________________________________________________________________________
3979 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
3980         Log: perlivp: tell what went wrong.
3981      Branch: perl
3982            ! utils/perlivp.PL
3983 ____________________________________________________________________________
3984 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
3985         Log: perlivp: sometimes headers and symbols don't quite match.
3986      Branch: perl
3987            ! utils/perlivp.PL
3988 ____________________________________________________________________________
3989 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
3990         Log: h2ph: One more usage example.
3991      Branch: perl
3992            ! utils/h2ph.PL
3993 ____________________________________________________________________________
3994 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
3995         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
3996      Branch: perl
3997            ! utils/h2ph.PL
3998 ____________________________________________________________________________
3999 [ 17065] By: nick                                  on 2002/06/07  18:21:36
4000         Log: Integrate mainline
4001      Branch: perlio
4002           +> ext/IO/hints/sco.pl
4003           !> (integrate 27 files)
4004 ____________________________________________________________________________
4005 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
4006         Log: uname() was returning "unknown" on IA64; handle other missing
4007              cases as well, and make any future unknown ones show up as
4008              unknown(0x123).
4009      Branch: perl
4010            ! win32/win32.c
4011 ____________________________________________________________________________
4012 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
4013         Log: There are many ways to skin a Win32 (from Sarathy).
4014      Branch: perl
4015            ! pod/perlport.pod
4016 ____________________________________________________________________________
4017 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
4018         Log: Typos spotted by Vadim.
4019      Branch: perl
4020            ! pod/perlport.pod
4021 ____________________________________________________________________________
4022 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
4023         Log: Update Changes.
4024      Branch: perl
4025            ! Changes patchlevel.h
4026 ____________________________________________________________________________
4027 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
4028         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
4029              From: lupe@lupe-christoph.de (Lupe Christoph)
4030              Date: Fri, 7 Jun 2002 13:38:24 +0200
4031              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
4032      Branch: perl
4033            ! pod/perlxs.pod
4034 ____________________________________________________________________________
4035 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
4036         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
4037              From: lupe@lupe-christoph.de (Lupe Christoph)
4038              Date: Fri, 7 Jun 2002 13:36:51 +0200
4039              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
4040      Branch: perl
4041            ! README.win32
4042 ____________________________________________________________________________
4043 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
4044         Log: gcc -Wall nit noticed by NI-S.
4045      Branch: perl
4046            ! pp.c
4047 ____________________________________________________________________________
4048 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
4049         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
4050              From: Andrew Hamm <AHamm@civica.com.au>
4051              Date: Fri, 7 Jun 2002 17:11:24 +1000
4052              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
4053      Branch: perl
4054            + ext/IO/hints/sco.pl
4055            ! MANIFEST
4056 ____________________________________________________________________________
4057 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
4058         Log: Integrate perlio:
4059              
4060              [ 17053]
4061              Don't discard read data on flush if seek fails.
4062      Branch: perl
4063           !> perlio.c
4064 ____________________________________________________________________________
4065 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
4066         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
4067      Branch: perl
4068            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
4069            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
4070            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
4071            ! pod/perlport.pod pod/perltoot.pod
4072 ____________________________________________________________________________
4073 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
4074         Log: More Winlore from Vadim.
4075      Branch: perl
4076            ! pod/perlport.pod
4077 ____________________________________________________________________________
4078 [ 17053] By: nick                                  on 2002/06/07  10:11:51
4079         Log: Don't discard read data on flush if seek fails.
4080      Branch: perlio
4081            ! perlio.c
4082 ____________________________________________________________________________
4083 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
4084         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
4085              From: Radu Greab <radu@netsoft.ro>
4086              Date: Fri, 7 Jun 2002 05:17:58 +0300
4087              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
4088      Branch: perl
4089            ! ext/Storable/Storable.xs
4090 ____________________________________________________________________________
4091 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
4092         Log: Split in two the .PHONY target so that makes without .PHONY
4093              when invoked as "make" won't wander off into the targets "compile
4094              translator utilities" and instead stay in the "all" target.
4095              Diagnosed by Garry Williams.
4096      Branch: perl
4097            ! Makefile.SH
4098 ____________________________________________________________________________
4099 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
4100         Log: Retract #16892 now that we have #17022.
4101      Branch: perl
4102            ! lib/Cwd.pm
4103 ____________________________________________________________________________
4104 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
4105         Log: Update the SUPER-UX situation.
4106      Branch: perl
4107            ! pod/perldelta.pod
4108 ____________________________________________________________________________
4109 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
4110         Log: More Windows wisdom from Sarathy;
4111              remove old UTS entry; add SUPER-UX.
4112      Branch: perl
4113            ! pod/perlport.pod
4114 ____________________________________________________________________________
4115 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
4116         Log: Windows wisdom from Sarathy.
4117      Branch: perl
4118            ! pod/perlvar.pod
4119 ____________________________________________________________________________
4120 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
4121         Log: The perlio warnings are not mandatory.
4122      Branch: perl
4123            ! pod/perldiag.pod
4124 ____________________________________________________________________________
4125 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
4126         Log: Typolice.
4127      Branch: perl
4128            ! utils/c2ph.PL x2p/s2p.PL
4129 ____________________________________________________________________________
4130 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
4131         Log: Document that $^O in Win32 is a bit lacking in details.
4132      Branch: perl
4133            ! pod/perlvar.pod
4134 ____________________________________________________________________________
4135 [ 17043] By: nick                                  on 2002/06/06  18:51:48
4136         Log: Integrate mainline
4137      Branch: perlio
4138           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
4139           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
4140           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
4141           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
4142           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
4143           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
4144 ____________________________________________________________________________
4145 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
4146         Log: Win32 is not an OS.
4147      Branch: perl
4148            ! pod/perlport.pod
4149 ____________________________________________________________________________
4150 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
4151         Log: The Makefile.SH part of
4152              
4153              Subject: [PATCH] corrections to Config.pm
4154              From: Robin Barker <rmb1@cise.npl.co.uk>
4155              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
4156              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
4157              
4158              and regen Configure.
4159      Branch: perl
4160            ! Configure Makefile.SH Porting/config.sh Porting/config_H
4161 ____________________________________________________________________________
4162 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
4163         Log: Supported platforms tweaks.
4164      Branch: perl
4165            ! pod/perlport.pod
4166 ____________________________________________________________________________
4167 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
4168         Log: Update the 5.005-threads failure list.
4169      Branch: perl
4170            ! pod/perldelta.pod
4171 ____________________________________________________________________________
4172 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
4173         Log: Make pstruct and psed appear also on platforms with
4174              $Config{d_link} but filesystems without link() (like FAT).
4175              Should deal with [ID 20020602.003] and
4176              "RC1 for MSWin32-x86-multi-thread build bug report".
4177              Diagnosis by Sarathy.
4178      Branch: perl
4179            ! utils/c2ph.PL x2p/s2p.PL
4180 ____________________________________________________________________________
4181 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
4182         Log: Subject: [PATCH] Thread.pm
4183              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4184              Date: Thu, 06 Jun 2002 10:47:36 +0200
4185              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
4186      Branch: perl
4187            ! lib/Thread.pm
4188 ____________________________________________________________________________
4189 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
4190         Log: Rafael noticed a bug in the explanation of #17035.
4191      Branch: perl
4192            ! pod/perldiag.pod
4193 ____________________________________________________________________________
4194 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
4195         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
4196      Branch: perl
4197            ! pod/perldiag.pod
4198 ____________________________________________________________________________
4199 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
4200         Log: Subject: [DOCPATCH] perlthtut.pod
4201              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4202              Date: Thu, 06 Jun 2002 10:40:02 +0200
4203              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
4204      Branch: perl
4205            ! pod/perlthrtut.pod
4206 ____________________________________________________________________________
4207 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
4208         Log: NetWare update from Ananth Kesari.
4209      Branch: perl
4210            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
4211            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
4212            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
4213            ! NetWare/t/NWScripts.pl x2p/a2p.h
4214 ____________________________________________________________________________
4215 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
4216         Log: Integrate perlio:
4217              
4218              [ 17030]
4219              doio.c tweaks
4220              - see SV passed to dup type open "looks_like__number"
4221              - apply layers to pipe opens.
4222      Branch: perl
4223           !> doio.c
4224 ____________________________________________________________________________
4225 [ 17031] By: ams                                   on 2002/06/06  11:49:13
4226         Log: Subject: [PATCH] perlguts.pod
4227              From: Nicholas Clark <nick@ccl4.org>
4228              Date: Thu, 6 Jun 2002 11:29:19 +0100
4229              Message-Id: <20020606112919.P22873@plum.flirble.org>
4230      Branch: perl
4231            ! pod/perlguts.pod
4232 ____________________________________________________________________________
4233 [ 17030] By: nick                                  on 2002/06/06  07:26:11
4234         Log: doio.c tweaks
4235              - see SV passed to dup type open "looks_like__number"
4236              - apply layers to pipe opens.
4237      Branch: perlio
4238            ! doio.c
4239 ____________________________________________________________________________
4240 [ 17029] By: nick                                  on 2002/06/06  06:32:35
4241         Log: Integrate mainline
4242      Branch: perlio
4243           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
4244           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
4245           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
4246           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
4247           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
4248 ____________________________________________________________________________
4249 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
4250         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
4251              output buffers because they exited with PerlProc_exit()
4252              instead of my_exit() (from Andy Dougherty)
4253      Branch: perl
4254            ! perl.c
4255 ____________________________________________________________________________
4256 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
4257         Log: BeOS status update; all platforms status update.
4258      Branch: perl
4259            ! README.beos pod/perlport.pod
4260 ____________________________________________________________________________
4261 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
4262         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
4263              From: Stas Bekman <stas@stason.org>
4264              Date: Wed, 05 Jun 2002 15:26:02 +0800
4265              Message-ID: <3CFDBD0A.8090505@stason.org>      
4266      Branch: perl
4267            ! lib/Pod/Html.pm
4268 ____________________________________________________________________________
4269 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
4270         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
4271              From: "Craig A. Berry" <craigberry@mac.com>
4272              Date: Wed, 05 Jun 2002 17:31:18 -0500
4273              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
4274      Branch: perl
4275            ! t/op/arith.t
4276 ____________________________________________________________________________
4277 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
4278         Log: MacOS X 10.1.5 still failing the DB tests.
4279      Branch: perl
4280            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
4281            ! pod/perldelta.pod
4282 ____________________________________________________________________________
4283 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
4284         Log: Address the second half of
4285              
4286              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
4287              From: jv@squirrel.nl (Johan Vromans)
4288              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
4289              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
4290              
4291              so that multiarg piped opens only accept optional whitespace
4292              after the "|-".  If and when perlio discipline awareness added
4293              to |-, the now added code branch will grow.
4294              
4295              No test case because hard to think of anything even remotely
4296              portable.
4297      Branch: perl
4298            ! doio.c
4299 ____________________________________________________________________________
4300 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
4301         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
4302              From: Doug MacEachern <dougm@covalent.net>
4303              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
4304              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
4305              
4306              (plus a test expanded from Schwern's [ID 20020602.006])
4307      Branch: perl
4308            ! pp.c t/op/tie.t
4309 ____________________________________________________________________________
4310 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
4311         Log: Subject: doc bug in perldoc
4312              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4313              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
4314              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
4315      Branch: perl
4316            ! utils/perldoc.PL
4317 ____________________________________________________________________________
4318 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
4319         Log: AUTHORS updates; perldelta blame^Wfame additions.
4320      Branch: perl
4321            ! AUTHORS pod/perldelta.pod
4322 ____________________________________________________________________________
4323 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
4324         Log: Mention Carp enhancements.
4325      Branch: perl
4326            ! pod/perldelta.pod
4327 ____________________________________________________________________________
4328 [ 17018] By: sky                                   on 2002/06/05  18:49:10
4329         Log: Update text slightly and update links to threads.pm instead of Thread.pm
4330      Branch: perl
4331            ! pod/perlfunc.pod
4332 ____________________________________________________________________________
4333 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
4334         Log: Remove a comma and a few whitespaces.
4335      Branch: perl
4336            ! pod/perlfunc.pod
4337 ____________________________________________________________________________
4338 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
4339         Log: $^O is 'beos' on BeOS
4340      Branch: perl
4341            ! lib/Tie/File/t/16_handle.t
4342 ____________________________________________________________________________
4343 [ 17015] By: nick                                  on 2002/06/05  15:11:00
4344         Log: Integrate mainline (for Configure)
4345      Branch: perlio
4346           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4347           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
4348           !> hints/linux.sh myconfig.SH pod/perldelta.pod
4349 ____________________________________________________________________________
4350 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
4351         Log: Update Changes.
4352      Branch: perl
4353            ! Changes patchlevel.h
4354 ____________________________________________________________________________
4355 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
4356         Log: Mention the flakiness of AIX' make.
4357      Branch: perl
4358            ! pod/perldelta.pod
4359 ____________________________________________________________________________
4360 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
4361         Log: metaconfig unit change for #17011.
4362      Branch: metaconfig
4363            ! U/installdirs/inc_version_list.U
4364 ____________________________________________________________________________
4365 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
4366         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
4367              From: jason@openinformatics.com (Jason E. Stewart)
4368              Date: 04 Jun 2002 16:42:32 -0600
4369              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
4370              
4371              Unexpanded $prefix.
4372      Branch: perl
4373            ! Configure
4374 ____________________________________________________________________________
4375 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
4376         Log: glibc version is more a library issue than a compiler issue.
4377      Branch: perl
4378            ! myconfig.SH
4379 ____________________________________________________________________________
4380 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
4381         Log: Subject: [Encode PATCH] spurious warning
4382              From: Nicholas Clark <nick@unfortu.net>
4383              Date: Sun, 2 Jun 2002 20:26:22 +0100
4384              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
4385      Branch: perl
4386            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
4387 ____________________________________________________________________________
4388 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
4389         Log: Show gnulibc_version in myconfig. 
4390      Branch: perl
4391            ! myconfig.SH
4392 ____________________________________________________________________________
4393 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
4394         Log: Regen Glossary for #16991.
4395      Branch: perl
4396            ! Porting/Glossary Porting/config.sh Porting/config_H
4397 ____________________________________________________________________________
4398 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
4399         Log: More for #16991.
4400      Branch: perl
4401            ! hints/linux.sh
4402 ____________________________________________________________________________
4403 [ 17005] By: nick                                  on 2002/06/05  07:23:22
4404         Log: Integrate mainline
4405      Branch: perlio
4406           +> ext/Thread/README.threads
4407            - README.threads
4408           !> (integrate 81 files)
4409 ____________________________________________________________________________
4410 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
4411         Log: FAQ sync.
4412      Branch: perl
4413            ! pod/perlfaq6.pod
4414 ____________________________________________________________________________
4415 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
4416         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
4417              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4418              Date: Sun, 02 Jun 2002 21:36:05 +0200
4419              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
4420      Branch: perl
4421            ! ext/threads/shared/queue.pm
4422 ____________________________________________________________________________
4423 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
4424         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
4425              From: "Daniel Berger" <djberg96@attbi.com>
4426              Date: Mon, 03 Jun 2002 19:18:38 GMT
4427              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
4428      Branch: perl
4429            ! README.beos
4430 ____________________________________________________________________________
4431 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
4432         Log: Subject: One more sorry for Oracle
4433              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4434              Date: Tue, 04 Jun 2002 10:02:17 +0200
4435              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
4436              
4437              (modified)
4438      Branch: perl
4439            ! README.hpux
4440 ____________________________________________________________________________
4441 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
4442         Log: metaconfig unit change for #16999.
4443      Branch: metaconfig
4444            ! U/threads/usethreads.U
4445 ____________________________________________________________________________
4446 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
4447         Log: Disable the combination of ithreads but not perlio.
4448      Branch: perl
4449            ! Configure INSTALL
4450 ____________________________________________________________________________
4451 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
4452         Log: perlthrtut links.
4453      Branch: perl
4454            ! ext/threads/shared/shared.pm ext/threads/threads.pm
4455            ! pod/perldelta.pod
4456 ____________________________________________________________________________
4457 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
4458         Log: Unmatchings.
4459      Branch: perl
4460            ! README.netware README.win32
4461 ____________________________________________________________________________
4462 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
4463         Log: Subject: Re: 2nd draft of announcement
4464              From: "John P. Linderman" <jpl@research.att.com>
4465              Date: Mon, 03 Jun 2002 08:57:49 -0400
4466              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
4467              
4468              Let's not forget the mystery IRIX failure.
4469      Branch: perl
4470            ! pod/perldelta.pod
4471 ____________________________________________________________________________
4472 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
4473         Log: Move the obsolete README.threads out of sight to ext/Threads;
4474              save one part of the IRIX knowledge in INSTALL (though IRIX
4475              6.2 is quite old...)
4476      Branch: perl
4477            + ext/Thread/README.threads
4478            - README.threads
4479            ! INSTALL MANIFEST
4480 ____________________________________________________________________________
4481 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
4482         Log: Upgrade to Math::BigRat 0.07.
4483      Branch: perl
4484            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
4485            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
4486            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
4487 ____________________________________________________________________________
4488 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
4489         Log: metaconfig unit change #16991.
4490      Branch: metaconfig
4491            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
4492 ____________________________________________________________________________
4493 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
4494         Log: Forgot from #16991.
4495      Branch: perl
4496            ! config_h.SH
4497 ____________________________________________________________________________
4498 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
4499         Log: Subject: Re: hints/linux.sh & stdio
4500              From: Andy Dougherty <doughera@lafayette.edu>
4501              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
4502              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
4503      Branch: perl
4504            ! Configure
4505 ____________________________________________________________________________
4506 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
4507         Log: Integrate maintperl change #16988;
4508              
4509              make IO::Pipe work on windows
4510      Branch: perl
4511           !> ext/IO/lib/IO/Pipe.pm
4512 ____________________________________________________________________________
4513 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
4514         Log: Integrate macperl changes #16974 and #16975;
4515              
4516              nativize() isn't happy with absolute Mac paths
4517              
4518              Test::Harness test fixes, attempt #3 :-)
4519      Branch: perl
4520           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
4521           !> lib/Test/Harness/t/callback.t
4522           !> lib/Test/Harness/t/strap-analyze.t
4523           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
4524 ____________________________________________________________________________
4525 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
4526         Log: make IO::Pipe work on windows
4527      Branch: maint-5.6/perl
4528            ! ext/IO/lib/IO/Pipe.pm
4529 ____________________________________________________________________________
4530 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
4531         Log: s/modperl/mod_perl/g
4532      Branch: perl
4533            ! README.aix pod/perldelta.pod
4534 ____________________________________________________________________________
4535 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
4536         Log: Subject: [DOC PATCH] perldelta.pod
4537              From: Philip Newton <Philip.Newton@gmx.net>
4538              Date: Tue, 04 Jun 2002 06:52:55 +0200
4539              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
4540              
4541              (with one nit, s/modperl/mod_perl/)
4542      Branch: perl
4543            ! pod/perldelta.pod
4544 ____________________________________________________________________________
4545 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
4546         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
4547      Branch: perl
4548            ! pod/perlfunc.pod
4549 ____________________________________________________________________________
4550 [ 16984] By: ams                                   on 2002/06/04  01:05:49
4551         Log: Subject: [PATCH] Re: Some bugs in RC1
4552              From: Michael G Schwern <schwern@pobox.com>
4553              Date: Mon, 03 Jun 2002 19:59:21 -0400
4554              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
4555      Branch: perl
4556            ! lib/perl5db.pl
4557 ____________________________________________________________________________
4558 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
4559         Log: Update Errno slightly to latest version
4560      Branch: macperl
4561            ! macos/lib/Errno.pm
4562 ____________________________________________________________________________
4563 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
4564         Log: Protect against localizing an %ENV slice.
4565      Branch: perl
4566            ! lib/Cwd.pm
4567 ____________________________________________________________________________
4568 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
4569         Log: Document that lock() is a "weak keyword".
4570      Branch: perl
4571            ! pod/perlfunc.pod
4572 ____________________________________________________________________________
4573 [ 16980] By: ams                                   on 2002/06/03  18:38:26
4574         Log: Subject: [PATCH Switch.pm] Minor typo
4575              From: Philip Newton <Philip.Newton@gmx.net>
4576              Date: Mon, 03 Jun 2002 21:35:55 +0200
4577              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
4578      Branch: perl
4579            ! lib/Switch.pm
4580 ____________________________________________________________________________
4581 [ 16979] By: ams                                   on 2002/06/03  17:06:03
4582         Log: Remove all occurrences of occurence, except for one (in the
4583              Changelog) that is preserved for historical reasons.
4584      Branch: perl
4585            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
4586            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
4587            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
4588 ____________________________________________________________________________
4589 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
4590         Log: Update Changes
4591      Branch: macperl
4592            ! macos/Changes
4593 ____________________________________________________________________________
4594 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
4595         Log: Update Help menu for 5.8
4596      Branch: macperl
4597            ! macos/macperl/MacPerl.podhelp
4598 ____________________________________________________________________________
4599 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
4600         Log: Bump versions
4601      Branch: macperl
4602            ! macos/MPVersion.r macos/config.h macos/config.sh
4603 ____________________________________________________________________________
4604 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
4605         Log: Test::Harness test fixes, attempt #3 :-)
4606      Branch: macperl
4607            ! lib/Test/Harness/t/callback.t
4608            ! lib/Test/Harness/t/strap-analyze.t
4609            ! lib/Test/Harness/t/test-harness.t
4610 ____________________________________________________________________________
4611 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
4612         Log: nativize() isn't happy with absolute Mac paths
4613      Branch: macperl
4614            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
4615            ! lib/lib_pm.PL
4616 ____________________________________________________________________________
4617 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
4618         Log: Integrate #16971 from maint-5.6;
4619              
4620              IO::Poll wasn't working on windows since poll.c wasn't using the
4621              same abstractions as perl; for test case, see:
4622              http://bugs.activestate.com/show_bug.cgi?id=19624
4623      Branch: perl
4624           !> XSUB.h ext/IO/poll.c
4625 ____________________________________________________________________________
4626 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
4627         Log: A few links.
4628      Branch: perl
4629            ! pod/perldelta.pod
4630 ____________________________________________________________________________
4631 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
4632         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
4633              same abstractions as perl; for test case, see:
4634              http://bugs.activestate.com/show_bug.cgi?id=19624
4635      Branch: maint-5.6/perl
4636            ! XSUB.h ext/IO/poll.c
4637 ____________________________________________________________________________
4638 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
4639         Log: Various perldelta tweaks.
4640      Branch: perl
4641            ! pod/perldelta.pod
4642 ____________________________________________________________________________
4643 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
4644         Log: Update Changes.
4645      Branch: perl
4646            ! Changes patchlevel.h
4647 ____________________________________________________________________________
4648 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
4649         Log: Integrate perl for 5.8.0 RC1
4650      Branch: macperl
4651           !> (integrate 77 files)
4652 ____________________________________________________________________________
4653 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
4654         Log: Two obsolete files.
4655      Branch: perl
4656            ! Porting/makerel
4657 ____________________________________________________________________________
4658 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
4659         Log: This is Perl 5.8.0 RC 1.
4660      Branch: perl
4661            ! patchlevel.h
4662 ____________________________________________________________________________
4663 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
4664         Log: Update Changes.
4665      Branch: perl
4666            ! Changes patchlevel.h
4667 ____________________________________________________________________________
4668 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
4669         Log: Subject: [Encode] 1.75 Released
4670              From: Dan Kogai <dankogai@dan.co.jp>
4671              Date: Sun, 2 Jun 2002 03:19:19 +0900
4672              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
4673      Branch: perl
4674            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
4675            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4676            ! ext/Encode/lib/Encode/Alias.pm
4677            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4678            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4679 ____________________________________________________________________________
4680 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
4681         Log: Paranoia regen_headers; no changes but at least
4682              the timestamps are now fine.
4683      Branch: perl
4684            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
4685            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
4686            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
4687            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
4688            ! warnings.h
4689 ____________________________________________________________________________
4690 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
4691         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
4692              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4693              Date: Sat, 01 Jun 2002 11:35:22 +0200
4694              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
4695      Branch: perl
4696            ! README.hpux
4697 ____________________________________________________________________________
4698 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
4699         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
4700      Branch: perl
4701            ! pod/perldelta.pod pod/perltoc.pod
4702 ____________________________________________________________________________
4703 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
4704         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
4705      Branch: perl
4706            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
4707            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
4708 ____________________________________________________________________________
4709 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
4710         Log: Even more VMSifying (this time more like de-MacOSifying).
4711      Branch: perl
4712            ! lib/Test/Harness/t/test-harness.t
4713 ____________________________________________________________________________
4714 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
4715         Log: VMSifying from Craig Berry.
4716      Branch: perl
4717            ! lib/Test/Harness/t/callback.t
4718            ! lib/Test/Harness/t/strap-analyze.t
4719            ! lib/Test/Harness/t/test-harness.t
4720 ____________________________________________________________________________
4721 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
4722         Log: Mention the CJK docs.
4723      Branch: perl
4724            ! pod/perldelta.pod
4725 ____________________________________________________________________________
4726 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
4727         Log: Subject: [PATCH] another Storable test
4728              From: Nicholas Clark <nick@unfortu.net>
4729              Date: Sat, 1 Jun 2002 14:07:01 +0100
4730              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
4731      Branch: perl
4732            ! ext/Storable/t/interwork56.t
4733 ____________________________________________________________________________
4734 [ 16955] By: nick                                  on 2002/06/01  09:02:48
4735         Log: Integrate mainline
4736      Branch: perlio
4737            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4738           !> (integrate 62 files)
4739 ____________________________________________________________________________
4740 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
4741         Log: Make the changes MacOS-specific.
4742      Branch: perl
4743            ! lib/Test/Harness/t/callback.t
4744            ! lib/Test/Harness/t/strap-analyze.t
4745            ! lib/Test/Harness/t/test-harness.t
4746 ____________________________________________________________________________
4747 [ 16953] By: ams                                   on 2002/06/01  03:20:52
4748         Log: Remove $Id$ lines.
4749      Branch: perl
4750            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4751            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
4752            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
4753            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4754            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4755            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
4756            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
4757            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
4758            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
4759            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
4760            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
4761            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
4762            ! ext/Storable/t/utf8hash.t
4763 ____________________________________________________________________________
4764 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
4765         Log: Perl Labs dead, Smokers live.
4766      Branch: perl
4767            ! pod/perlhack.pod
4768 ____________________________________________________________________________
4769 [ 16951] By: ams                                   on 2002/06/01  03:08:02
4770         Log: Nitpick at ChangeLog until it is consistently formatted.
4771      Branch: perl
4772            ! ext/Storable/ChangeLog
4773 ____________________________________________________________________________
4774 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
4775         Log: strictify lib.pm.
4776      Branch: perl
4777            ! lib/lib_pm.PL
4778 ____________________________________________________________________________
4779 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
4780         Log: s/invcer/incver/
4781      Branch: perl
4782            ! lib/lib_pm.PL
4783 ____________________________________________________________________________
4784 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
4785         Log: Subject: Re: perl@16925
4786              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4787              Date: Fri, 31 May 2002 19:56:39 -0700
4788              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
4789              
4790              Self-tie clarifications.
4791      Branch: perl
4792            ! pod/perldelta.pod
4793 ____________________________________________________________________________
4794 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
4795         Log: Be exact of what happens.
4796      Branch: perl
4797            ! README.cygwin
4798 ____________________________________________________________________________
4799 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
4800         Log: Subject: [Patch] Inplace editing on Cygwin and others?
4801              From: "Gerrit P. Haase" <gp@familiehaase.de>
4802              Date: Sat, 1 Jun 2002 04:14:43 +0200
4803              Message-ID: <199100765833.20020601041443@familiehaase.de>
4804      Branch: perl
4805            ! README.cygwin doio.c perl.c
4806 ____________________________________________________________________________
4807 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
4808         Log: MacOS test glitch.
4809      Branch: perl
4810            ! ext/Digest/MD5/t/files.t
4811 ____________________________________________________________________________
4812 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
4813         Log: Update Changes.
4814      Branch: perl
4815            ! Changes patchlevel.h
4816 ____________________________________________________________________________
4817 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
4818         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
4819              From: "Craig A. Berry" <craigberry@mac.com>
4820              Date: Fri, 31 May 2002 17:20:11 -0500
4821              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
4822              
4823              Avoid redef warning.
4824      Branch: perl
4825            ! lib/Math/BigInt/Calc.pm
4826 ____________________________________________________________________________
4827 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
4828         Log: Integrate macperl patches #16926 and #16938;
4829              
4830              Big MacPerl Testing Patch No. 2
4831              
4832              Big MacPerl Testing Patch No. 3
4833      Branch: perl
4834           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4835           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
4836           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4837           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
4838           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
4839           !> lib/Test/Harness/t/callback.t
4840           !> lib/Test/Harness/t/strap-analyze.t
4841           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
4842           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
4843           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
4844 ____________________________________________________________________________
4845 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
4846         Log: Configuration / test updates
4847      Branch: macperl
4848            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4849            ! macos/Makefile.mk
4850 ____________________________________________________________________________
4851 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
4852         Log: Fix various Makefile.PL for string/array conflicts
4853      Branch: macperl
4854            ! macos/ext/Mac/Controls/Makefile.PL
4855            ! macos/ext/Mac/Dialogs/Makefile.PL
4856            ! macos/ext/Mac/Events/Makefile.PL
4857            ! macos/ext/Mac/Files/Makefile.PL
4858            ! macos/ext/Mac/Fonts/Makefile.PL
4859            ! macos/ext/Mac/Lists/Makefile.PL
4860            ! macos/ext/Mac/Menus/Makefile.PL
4861            ! macos/ext/Mac/MoreFiles/Makefile.PL
4862            ! macos/ext/Mac/Movies/Makefile.PL
4863            ! macos/ext/Mac/Navigation/Makefile.PL
4864            ! macos/ext/Mac/Notification/Makefile.PL
4865            ! macos/ext/Mac/OSA/Makefile.PL
4866            ! macos/ext/Mac/QDOffscreen/Makefile.PL
4867            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
4868            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
4869            ! macos/ext/Mac/StandardFile/Makefile.PL
4870            ! macos/ext/Mac/TextEdit/Makefile.PL
4871            ! macos/ext/Mac/Windows/Makefile.PL
4872            ! macos/ext/MacPerl/Makefile.PL
4873 ____________________________________________________________________________
4874 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
4875         Log: Integrate perl
4876      Branch: macperl
4877            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4878           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
4879           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
4880           !> pod/perlvar.pod
4881 ____________________________________________________________________________
4882 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
4883         Log: Big MacPerl Testing Patch No. 3
4884      Branch: macperl
4885            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
4886            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
4887            ! lib/Test/Harness/t/callback.t
4888            ! lib/Test/Harness/t/strap-analyze.t
4889            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
4890            ! utils/dprofpp.PL utils/splain.PL
4891 ____________________________________________________________________________
4892 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
4893         Log: Update the LWP status.
4894      Branch: perl
4895            ! pod/perldelta.pod
4896 ____________________________________________________________________________
4897 [ 16936] By: nick                                  on 2002/05/31  20:07:40
4898         Log: Integrate mainline
4899      Branch: perlio
4900           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4901           +> lib/File/Spec/NW5.pm
4902            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4903            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4904            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4905            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4906           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
4907           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
4908           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
4909           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
4910           !> pod/perlvar.pod toke.c
4911 ____________________________________________________________________________
4912 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
4913         Log: Freudian slip :-)
4914      Branch: perl
4915            ! pod/perlhist.pod
4916 ____________________________________________________________________________
4917 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
4918         Log: perlhist update.
4919      Branch: perl
4920            ! pod/perlhist.pod
4921 ____________________________________________________________________________
4922 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
4923         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
4924              From: Andy Dougherty <doughera@lafayette.edu>
4925              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
4926              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
4927      Branch: perl
4928            ! lib/Math/BigInt/t/mbi_rand.t
4929 ____________________________________________________________________________
4930 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
4931         Log: From: Michael G Schwern <schwern@pobox.com>
4932              Date: Fri, 31 May 2002 15:18:02 -0400
4933              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
4934              To: perl5-porters@perl.org
4935      Branch: perl
4936            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4937            ! MANIFEST
4938 ____________________________________________________________________________
4939 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
4940         Log: More datapoints on gcc/alpha.
4941      Branch: perl
4942            ! pod/perldelta.pod
4943 ____________________________________________________________________________
4944 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
4945         Log: Document that old gccs on Alpha are no good.
4946      Branch: perl
4947            ! pod/perldelta.pod
4948 ____________________________________________________________________________
4949 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
4950         Log: Integrate perl
4951      Branch: macperl
4952           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
4953           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
4954           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
4955           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4956           +> t/lib/sample-tests/skipall_nomsg
4957            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4958            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4959            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4960            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
4961            - NetWare/bat/ToggleXDC.bat
4962           !> (integrate 86 files)
4963 ____________________________________________________________________________
4964 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
4965         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
4966              From: Colin Watson <colinw@zeus.com>
4967              Date: Fri, 31 May 2002 17:34:06 +0100
4968              Message-ID: <20020531163406.GA10401@zeus.com>
4969      Branch: perl
4970            ! hints/hpux.sh
4971 ____________________________________________________________________________
4972 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
4973         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
4974              From: Paul_GreenVOS@vos.stratus.com
4975              Date: Fri, 31 May 02 12:23 edt
4976              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
4977      Branch: perl
4978            ! pod/perlport.pod pod/perlvar.pod
4979 ____________________________________________________________________________
4980 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
4981         Log: Big MacPerl Testing Patch No. 2
4982              There might be more soon, but this is almost all of it for now
4983      Branch: macperl
4984            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4985            ! lib/Devel/SelfStubber.t lib/English.t
4986            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4987            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
4988            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
4989            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
4990 ____________________________________________________________________________
4991 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
4992         Log: Update Changes.
4993      Branch: perl
4994            ! Changes patchlevel.h
4995 ____________________________________________________________________________
4996 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
4997         Log: Missing MANIFESTations.
4998      Branch: perl
4999            ! MANIFEST
5000 ____________________________________________________________________________
5001 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
5002         Log: DJGPP tweaks from Laszlo.
5003      Branch: perl
5004            ! lib/English.t
5005 ____________________________________________________________________________
5006 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
5007         Log: NetWare update from Ananth Kesari.
5008      Branch: perl
5009            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
5010            + lib/File/Spec/NW5.pm
5011            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
5012            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
5013            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
5014            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
5015            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
5016            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
5017            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
5018 ____________________________________________________________________________
5019 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
5020         Log: Integrate perlio:
5021              
5022              [ 16920]
5023              Use File::Spec for blib expectance tests - skating round
5024              existing MacOS and VMS hacks.
5025      Branch: perl
5026           !> lib/blib.t
5027 ____________________________________________________________________________
5028 [ 16920] By: nick                                  on 2002/05/31  08:48:40
5029         Log: Use File::Spec for blib expectance tests - skating round
5030              existing MacOS and VMS hacks.
5031      Branch: perlio
5032            ! lib/blib.t
5033 ____________________________________________________________________________
5034 [ 16919] By: nick                                  on 2002/05/31  08:39:37
5035         Log: Integrate mainline
5036      Branch: perlio
5037           +> ext/Storable/t/interwork56.t
5038           +> ext/Storable/t/make_56_interwork.pl
5039           +> lib/ExtUtils/t/writemakefile_args.t
5040           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
5041           +> t/lib/sample-tests/skipall_nomsg
5042            - NetWare/bat/Setwatcom.bat
5043           !> (integrate 62 files)
5044 ____________________________________________________________________________
5045 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
5046         Log: Regen toc.
5047      Branch: perl
5048            ! pod/perltoc.pod
5049 ____________________________________________________________________________
5050 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
5051         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
5052              From: "Craig A. Berry" <craigberry@mac.com>
5053              Date: Thu, 30 May 2002 22:14:15 -0500
5054              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
5055      Branch: perl
5056            ! t/test.pl
5057 ____________________________________________________________________________
5058 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
5059         Log: Missing from #16914.
5060      Branch: perl
5061            ! MANIFEST
5062 ____________________________________________________________________________
5063 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
5064         Log: BeOS status update.
5065      Branch: perl
5066            ! AUTHORS README.beos pod/perldelta.pod
5067 ____________________________________________________________________________
5068 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
5069         Log: Upgrade to Test::Harness 2.24.
5070      Branch: perl
5071            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
5072            + t/lib/sample-tests/skipall_nomsg
5073            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5074            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
5075            ! lib/Test/Harness/t/strap-analyze.t
5076            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
5077 ____________________________________________________________________________
5078 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
5079         Log: metaconfig unit change for #16912.
5080      Branch: metaconfig/U/perl
5081            ! perlpath.U
5082 ____________________________________________________________________________
5083 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
5084         Log: Subject: Improved $^X patch
5085              From: Paul_GreenVOS@vos.stratus.com
5086              Date: Thu, 30 May 02 17:32 edt
5087              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
5088      Branch: perl
5089            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5090            ! pod/perlport.pod pod/perlvar.pod
5091 ____________________________________________________________________________
5092 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
5093         Log: Subject: [PATCH configure.com] _ext -> _exe
5094              From: "Craig A. Berry" <craigberry@mac.com>
5095              Date: Thu, 30 May 2002 18:32:43 -0500
5096              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
5097      Branch: perl
5098            ! configure.com
5099 ____________________________________________________________________________
5100 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
5101         Log: Because of #16909 MANIFEST changes.
5102      Branch: perl
5103            ! t/TEST t/harness
5104 ____________________________________________________________________________
5105 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
5106         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
5107              From: Nicholas Clark <nick@unfortu.net>
5108              Date: Fri, 31 May 2002 00:02:22 +0100
5109              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
5110      Branch: perl
5111            + ext/Storable/t/interwork56.t
5112            + ext/Storable/t/make_56_interwork.pl
5113            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
5114            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
5115            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
5116 ____________________________________________________________________________
5117 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
5118         Log: Integrate perlio:
5119              
5120              [ 16895]
5121              Play safe and avoid writes to stdio's buffer (for glibc2.3)
5122      Branch: perl
5123           !> perlio.c
5124 ____________________________________________________________________________
5125 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
5126         Log: Upgrade to Math::BigRat 0.06.
5127      Branch: perl
5128            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
5129 ____________________________________________________________________________
5130 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
5131         Log: Upgrade to Math::BigInt 1.57.
5132      Branch: perl
5133            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5134            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5135            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
5136            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
5137            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
5138 ____________________________________________________________________________
5139 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
5140         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
5141              From: "Craig A. Berry" <craigberry@mac.com>
5142              Date: Thu, 30 May 2002 16:22:40 -0500
5143              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
5144      Branch: perl
5145            ! lib/blib.t
5146 ____________________________________________________________________________
5147 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
5148         Log: Upgrade to ExtUtils::MakeMaker 6.01.
5149      Branch: perl
5150            + lib/ExtUtils/t/writemakefile_args.t
5151            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5152            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
5153            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
5154            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
5155            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5156            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5157            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
5158            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
5159 ____________________________________________________________________________
5160 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
5161         Log: prevent attempts to load extension libraries more than once on darwin.
5162              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
5163      Branch: perl
5164            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
5165 ____________________________________________________________________________
5166 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
5167         Log: Obsolete file.
5168      Branch: perl
5169            - NetWare/bat/Setwatcom.bat
5170            ! MANIFEST
5171 ____________________________________________________________________________
5172 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
5173         Log: Update Andy.
5174      Branch: perl
5175            ! hints/linux.sh
5176 ____________________________________________________________________________
5177 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
5178         Log: INT2PTR/PTR2IV defined twice.
5179      Branch: perl
5180            ! ext/Devel/PPPort/PPPort.pm
5181 ____________________________________________________________________________
5182 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
5183         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
5184              From: PPrymmer@factset.com
5185              Date: Thu, 30 May 2002 13:57:31 -0400
5186              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
5187              
5188              Multinet matters with s/might the/mind the/
5189      Branch: perl
5190            ! README.vms
5191 ____________________________________________________________________________
5192 [ 16898] By: nick                                  on 2002/05/30  15:55:46
5193         Log: Integrate mainline
5194      Branch: perlio
5195           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
5196           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
5197 ____________________________________________________________________________
5198 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
5199         Log: Document the glibc 2.2.5 long long bug.
5200      Branch: perl
5201            ! pod/perldelta.pod
5202 ____________________________________________________________________________
5203 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
5204         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
5205              From: Abigail <abigail@foad.org>
5206              Date: Thu, 30 May 2002 09:33:51 -0700
5207              Message-ID: <20020530093351.A18225@ucan.foad.org>
5208      Branch: perl
5209            ! pod/perlfunc.pod
5210 ____________________________________________________________________________
5211 [ 16895] By: nick                                  on 2002/05/30  14:40:11
5212         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
5213      Branch: perlio
5214            ! perlio.c
5215 ____________________________________________________________________________
5216 [ 16894] By: nick                                  on 2002/05/30  14:39:19
5217         Log: Integrate mainline
5218      Branch: perlio
5219           !> (integrate 50 files)
5220 ____________________________________________________________________________
5221 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
5222         Log: Update Changes.
5223      Branch: perl
5224            ! Changes patchlevel.h
5225 ____________________________________________________________________________
5226 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
5227         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
5228              From: "Green, Paul" <Paul.Green@stratus.com>
5229              Date: Thu, 30 May 2002 11:11:35 -0400
5230              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
5231      Branch: perl
5232            ! pod/perlvar.pod
5233 ____________________________________________________________________________
5234 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
5235         Log: charnames patch from Thomas Wegner.
5236      Branch: perl
5237            ! lib/charnames.pm lib/charnames.t
5238 ____________________________________________________________________________
5239 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
5240         Log: Subject: [Patch perl@16861] charnames::vianame tweak
5241              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5242              Date: Thu, 30 May 2002 23:56:51 +0900
5243              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
5244      Branch: perl
5245            ! lib/charnames.pm
5246 ____________________________________________________________________________
5247 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
5248         Log: Chart the self-tying minefield.
5249      Branch: perl
5250            ! pod/perldelta.pod
5251 ____________________________________________________________________________
5252 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
5253         Log: Ignasi Roca convinced me, so #16855 is back in.
5254      Branch: perl
5255            ! utfebcdic.h
5256 ____________________________________________________________________________
5257 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
5258         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
5259              From: Andy Dougherty <doughera@lafayette.edu>
5260              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
5261              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
5262      Branch: perl
5263            ! hints/linux.sh
5264 ____________________________________________________________________________
5265 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
5266         Log: Sync with libnet-1.12
5267      Branch: perl
5268            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
5269 ____________________________________________________________________________
5270 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
5271         Log: Subject: Re: perl@16861
5272              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5273              Date: Wed, 29 May 2002 15:27:18 -0700
5274              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
5275              
5276              Yitzchak won't give up on self-ties.
5277      Branch: perl
5278            ! pp_sys.c t/op/tie.t
5279 ____________________________________________________________________________
5280 [ 16884] By: ams                                   on 2002/05/30  13:32:52
5281         Log: Ronald Kimball pointed out that there was a run-on sentence in the
5282              last patch by Stas Bekman, and I fixed it, and while I was at it, I
5283              fixed the wording of the last phrase as well, and then I re-wrapped
5284              the paragraph.
5285      Branch: perl
5286            ! pod/perlvar.pod
5287 ____________________________________________________________________________
5288 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
5289         Log: Integrate macperl change #16875.
5290      Branch: perl
5291           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
5292           !> t/lib/warnings/op
5293 ____________________________________________________________________________
5294 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
5295         Log: Integrate macperl patch #16868.
5296      Branch: perl
5297           !> (integrate 36 files)
5298 ____________________________________________________________________________
5299 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
5300         Log: Subject: Re: [ PATCH ] module test fest
5301              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5302              Date: Thu, 30 May 2002 13:52:18 +0200
5303              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
5304              
5305              HP-UX Oracle wisdom (with some tweaks)
5306      Branch: perl
5307            ! README.hpux
5308 ____________________________________________________________________________
5309 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
5310         Log: metaconfig unit change for #16879.
5311      Branch: metaconfig
5312            ! U/modified/Options.U
5313 ____________________________________________________________________________
5314 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
5315         Log: Configure -A should not mangle spaces, from H.Merijn B.
5316      Branch: perl
5317            ! Configure
5318 ____________________________________________________________________________
5319 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
5320         Log: OS/2: found the _fd_flags() prototype.
5321      Branch: perl
5322            ! os2/os2ish.h
5323 ____________________________________________________________________________
5324 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
5325         Log: Fix up the signal handler reinstallation lore.
5326      Branch: perl
5327            ! pod/perlipc.pod
5328 ____________________________________________________________________________
5329 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
5330         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
5331              From: Stas Bekman <stas@stason.org>
5332              Date: Thu, 30 May 2002 15:29:02 +0800
5333              Message-ID: <3CF5D4BE.4000500@stason.org>
5334      Branch: perl
5335            ! pod/perlipc.pod
5336 ____________________________________________________________________________
5337 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
5338         Log: Fixes for fixes
5339      Branch: macperl
5340            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
5341            ! t/lib/warnings/op
5342 ____________________________________________________________________________
5343 [ 16874] By: ams                                   on 2002/05/30  07:41:30
5344         Log: Fix typo in #16866.
5345      Branch: perl
5346            ! lib/File/stat.t
5347 ____________________________________________________________________________
5348 [ 16873] By: ams                                   on 2002/05/30  07:39:24
5349         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
5350              From: Stas Bekman <stas@stason.org>
5351              Date: Thu, 30 May 2002 16:14:55 +0800
5352              Message-Id: <3CF5DF7F.1060700@stason.org>
5353      Branch: perl
5354            ! lib/File/Spec/Unix.pm
5355 ____________________________________________________________________________
5356 [ 16872] By: ams                                   on 2002/05/30  07:38:34
5357         Log: Subject: [PATCH pod/perlvar.pod] $^X
5358              From: Stas Bekman <stas@stason.org>
5359              Date: Thu, 30 May 2002 15:59:48 +0800
5360              Message-Id: <3CF5DBF4.7080500@stason.org>
5361      Branch: perl
5362            ! pod/perlvar.pod
5363 ____________________________________________________________________________
5364 [ 16871] By: nick                                  on 2002/05/30  06:45:56
5365         Log: Integrate all but lib/File/stat.t which seems broken.
5366      Branch: perlio
5367           !> Changes Porting/patching.pod cygwin/perlld.in
5368           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
5369           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5370           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
5371           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
5372           !> t/run/fresh_perl.t utfebcdic.h
5373 ____________________________________________________________________________
5374 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
5375         Log: Integrate perl
5376      Branch: macperl
5377           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
5378           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
5379           !> (integrate 137 files)
5380 ____________________________________________________________________________
5381 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
5382         Log: Makefile / config / test updates for MacPerl
5383      Branch: macperl
5384            + macos/MacPerlMakeTests.plx
5385            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
5386            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
5387            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
5388 ____________________________________________________________________________
5389 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
5390         Log: Big MacPerl Testing Patch No. 1
5391              If you like this, stay tuned, there's more to come!
5392      Branch: macperl
5393            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
5394            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
5395            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
5396            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
5397            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
5398            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
5399            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
5400            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
5401            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
5402            ! lib/Test/Harness/t/strap-analyze.t
5403            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
5404            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
5405            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
5406            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
5407            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
5408 ____________________________________________________________________________
5409 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
5410         Log: Attachments are okay.
5411      Branch: perl
5412            ! Porting/patching.pod
5413 ____________________________________________________________________________
5414 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
5415         Log: OS/2: ENOINO.
5416      Branch: perl
5417            ! lib/File/stat.t
5418 ____________________________________________________________________________
5419 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
5420         Log: OS/2: provide prototype.
5421      Branch: perl
5422            ! os2/os2ish.h
5423 ____________________________________________________________________________
5424 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
5425         Log: OS/2: fp stringification fudge.
5426              (After this the whole suite passes 98.30%)
5427      Branch: perl
5428            ! t/base/num.t
5429 ____________________________________________________________________________
5430 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
5431         Log: harness wasn't running x2p/s2p.t.
5432      Branch: perl
5433            ! t/harness
5434 ____________________________________________________________________________
5435 [ 16862] By: nick                                  on 2002/05/29  14:12:41
5436         Log: Integrate mainline
5437      Branch: perlio
5438           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
5439           !> (integrate 100 files)
5440 ____________________________________________________________________________
5441 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
5442         Log: Subject: [PATCH] pack 'w' should be using NV, not double
5443              From: Nicholas Clark <nick@ccl4.org>
5444              Date: Wed, 29 May 2002 15:38:41 +0100
5445              Message-ID: <20020529153840.L53388@plum.flirble.org>
5446      Branch: perl
5447            ! pp_pack.c
5448 ____________________________________________________________________________
5449 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
5450         Log: Update Changes.
5451      Branch: perl
5452            ! Changes patchlevel.h
5453 ____________________________________________________________________________
5454 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
5455         Log: Spelling bee.
5456      Branch: perl
5457            ! t/op/tie.t
5458 ____________________________________________________________________________
5459 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
5460         Log: Recover some of the #16845.
5461      Branch: perl
5462            ! sv.c t/op/tie.t t/run/fresh_perl.t
5463 ____________________________________________________________________________
5464 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
5465         Log: Retract #16855 until settled.
5466      Branch: perl
5467            ! utfebcdic.h
5468 ____________________________________________________________________________
5469 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
5470         Log: OS/2: more missing definitions.
5471      Branch: perl
5472            ! os2/os2ish.h
5473 ____________________________________________________________________________
5474 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
5475         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
5476              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
5477              Date: Wed, 29 May 2002 13:16:16 +0200
5478              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
5479      Branch: perl
5480            ! utfebcdic.h
5481 ____________________________________________________________________________
5482 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
5483         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
5484      Branch: perl
5485            ! ext/Devel/PPPort/PPPort.pm
5486 ____________________________________________________________________________
5487 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
5488         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
5489              From: "Gerrit P. Haase" <gp@familiehaase.de>
5490              Date: Wed, 29 May 2002 08:06:43 +0200
5491              Message-ID: <1881715214417.20020529080643@familiehaase.de>
5492      Branch: perl
5493            ! perl.h
5494 ____________________________________________________________________________
5495 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
5496         Log: OS/2: more missing headers from John Poltorak.
5497      Branch: perl
5498            ! os2/os2ish.h
5499 ____________________________________________________________________________
5500 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
5501         Log: Subject: Re: forewarning: usedevel and versiononly
5502              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5503              Date: Wed, 29 May 2002 09:41:23 +0200
5504              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
5505              
5506              More 5.7.3 -> 5.8.0.
5507      Branch: perl
5508            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
5509            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
5510 ____________________________________________________________________________
5511 [ 16850] By: ams                                   on 2002/05/29  06:48:19
5512         Log: Lots of spring cleaning. (No functional changes.)
5513      Branch: perl
5514            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
5515            ! ext/Storable/README ext/Storable/Storable.pm
5516            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
5517            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
5518            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
5519            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
5520            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
5521            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
5522            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
5523            ! ext/Storable/t/store.t ext/Storable/t/tied.t
5524            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
5525            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
5526 ____________________________________________________________________________
5527 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
5528         Log: pod cleanups.
5529      Branch: perl
5530            ! README.aix README.cygwin README.jp README.ko README.macos
5531            ! README.tw pod/perl561delta.pod pod/perldelta.pod
5532            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
5533            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
5534            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
5535 ____________________________________________________________________________
5536 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
5537         Log: Regen perltoc.
5538      Branch: perl
5539            ! pod/perltoc.pod
5540 ____________________________________________________________________________
5541 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
5542         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
5543              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5544              Date: Wed, 29 May 2002 02:48:15 +0400
5545              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
5546      Branch: perl
5547            ! wince/Makefile.ce
5548 ____________________________________________________________________________
5549 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
5550         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
5551              From: PPrymmer@factset.com
5552              Date: Tue, 28 May 2002 18:34:55 -0400
5553              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
5554      Branch: perl
5555            ! configure.com vms/genopt.com
5556 ____________________________________________________________________________
5557 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
5558         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
5559              to restore some level of sanity in the tied scalars can of worms.
5560      Branch: perl
5561            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
5562 ____________________________________________________________________________
5563 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
5564         Log: extension of change#16332: isolate signal diddling to the main
5565              interpreter (fixes signal-related races, e.g. when multiple
5566              threads run system())
5567      Branch: maint-5.6/perl
5568            ! util.c
5569 ____________________________________________________________________________
5570 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
5571         Log: Bump the version numbers to five-eight-oh.
5572      Branch: perl
5573            ! Configure NetWare/Makefile NetWare/config_H.wc
5574            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
5575            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
5576            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
5577            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5578            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
5579            ! wince/config_H.ce
5580 ____________________________________________________________________________
5581 [ 16842] By: ams                                   on 2002/05/28  19:34:27
5582         Log: Subject: Minor INSTALL patch
5583              From: Andy Dougherty <doughera@lafayette.edu>
5584              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
5585              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
5586      Branch: perl
5587            ! INSTALL
5588 ____________________________________________________________________________
5589 [ 16841] By: ams                                   on 2002/05/28  19:01:22
5590         Log: Add integer.t to MANIFEST.
5591      Branch: perl
5592            ! ext/Storable/MANIFEST
5593 ____________________________________________________________________________
5594 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
5595         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
5596              From: Dan Kogai <dankogai@dan.co.jp>
5597              Date: Wed, 29 May 2002 03:43:57 +0900
5598              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
5599      Branch: perl
5600            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
5601            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
5602            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
5603            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
5604            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
5605            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
5606            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
5607            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
5608            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
5609            ! ext/Encode/t/mime-header.t
5610 ____________________________________________________________________________
5611 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
5612         Log: OS/2: bug found by John Poltorak.
5613      Branch: perl
5614            ! lib/ExtUtils/MM_OS2.pm
5615 ____________________________________________________________________________
5616 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
5617         Log: makefiles should not clobber lib/Thread directory (some Thread
5618              files seem to live there rather than in ext, for some reason)
5619      Branch: perl
5620            ! win32/Makefile win32/makefile.mk
5621 ____________________________________________________________________________
5622 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
5623         Log: Subject: [PATCH] Bug fix for charnames::vianame
5624              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5625              Date: Tue, 28 May 2002 23:53:39 +0900
5626              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
5627      Branch: perl
5628            ! lib/charnames.pm lib/charnames.t
5629 ____________________________________________________________________________
5630 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
5631         Log: Test output tweak.
5632      Branch: perl
5633            ! lib/ExtUtils/t/Embed.t
5634 ____________________________________________________________________________
5635 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
5636         Log: More charnames tweaks.
5637      Branch: perl
5638            ! lib/charnames.pm lib/charnames.t
5639 ____________________________________________________________________________
5640 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
5641         Log: Subject: [PATCH] Doc fix for charnames::vianame
5642              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5643              Date: Tue, 28 May 2002 22:46:41 +0900
5644              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
5645      Branch: perl
5646            ! lib/charnames.pm
5647 ____________________________________________________________________________
5648 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
5649         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
5650              From: "Yves Orton" <demerphq@hotmail.com>
5651              Date: Tue, 28 May 2002 15:43:12 +0200
5652              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
5653      Branch: perl
5654            ! lib/ExtUtils/t/Embed.t
5655 ____________________________________________________________________________
5656 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
5657         Log: metaconfig unit change for #16831.
5658      Branch: metaconfig/U/perl
5659            ! gccvers.U
5660 ____________________________________________________________________________
5661 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
5662         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
5663      Branch: perl
5664            ! Configure
5665 ____________________________________________________________________________
5666 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
5667         Log: Retract the Straps part of #16829 for now since
5668              the subtest 44 of t/strap.t started failing.
5669      Branch: perl
5670            ! lib/Test/Harness/Straps.pm
5671 ____________________________________________________________________________
5672 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
5673         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
5674              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5675              Date: Tue, 28 May 2002 08:17:53 +0200
5676              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
5677      Branch: perl
5678            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
5679            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
5680 ____________________________________________________________________________
5681 [ 16828] By: nick                                  on 2002/05/28  08:00:28
5682         Log: Integrate mainline
5683      Branch: perlio
5684           !> Changes Makefile.micro README.netware README.tru64
5685           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
5686           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5687           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5688           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5689           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
5690           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
5691           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
5692           !> uconfig.h util.c
5693 ____________________________________________________________________________
5694 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
5695         Log: Tru64: sockatmark trouble.
5696      Branch: perl
5697            ! README.tru64
5698 ____________________________________________________________________________
5699 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
5700         Log: Update Changes.
5701      Branch: perl
5702            ! Changes patchlevel.h
5703 ____________________________________________________________________________
5704 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
5705         Log: Integrate perl
5706      Branch: macperl
5707           +> ext/Storable/t/integer.t
5708            ! macos/MPVersion.r macos/config.sh
5709           !> (integrate 60 files)
5710 ____________________________________________________________________________
5711 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
5712         Log: Todo update.
5713      Branch: perl
5714            ! pod/perltodo.pod
5715 ____________________________________________________________________________
5716 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
5717         Log: Don't assume sh and true.
5718      Branch: perl
5719            ! Makefile.micro uconfig.h
5720 ____________________________________________________________________________
5721 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
5722         Log: Subject: Re: [PATCH] Version tango
5723              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5724              Date: Mon, 27 May 2002 13:20:56 -0700
5725              Message-ID: <oUp88gzkgy+T092yn@efn.org>
5726      Branch: perl
5727            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
5728            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5729            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5730            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5731            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
5732            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
5733 ____________________________________________________________________________
5734 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
5735         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
5736              stashes correctly.) Partial info is better than wrong info.
5737      Branch: perl
5738            ! t/lib/warnings/pp_hot util.c
5739 ____________________________________________________________________________
5740 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
5741         Log: A shot in the dark.
5742      Branch: perl
5743            ! mg.c
5744 ____________________________________________________________________________
5745 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
5746         Log: Comment nit from Yitzchak.
5747      Branch: perl
5748            ! sv.c
5749 ____________________________________________________________________________
5750 [ 16818] By: nick                                  on 2002/05/27  18:47:58
5751         Log: Integrate mainline
5752      Branch: perlio
5753           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
5754           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
5755           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
5756           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
5757           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5758           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
5759           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
5760           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
5761           !> pod/perlsub.pod
5762 ____________________________________________________________________________
5763 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
5764         Log: POD cleanup and rewrapping.
5765      Branch: perl
5766            ! README.netware
5767 ____________________________________________________________________________
5768 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
5769         Log: Update Changes.
5770      Branch: perl
5771            ! Changes patchlevel.h
5772 ____________________________________________________________________________
5773 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
5774         Log: More NetWare.
5775      Branch: perl
5776            ! README.netware
5777 ____________________________________________________________________________
5778 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
5779         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
5780              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5781              Date: Mon, 27 May 2002 19:26:27 +0200
5782              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
5783      Branch: perl
5784            ! hints/hpux.sh
5785 ____________________________________________________________________________
5786 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
5787         Log: We are not that certain about the localising of
5788              tied aggregates.
5789      Branch: perl
5790            ! pod/perldelta.pod
5791 ____________________________________________________________________________
5792 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
5793         Log: Missed from #16811.
5794      Branch: perl
5795            + NetWare/sv_nw.c
5796            ! MANIFEST
5797 ____________________________________________________________________________
5798 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
5799         Log: NetWare diff from Ananth Kesari.
5800      Branch: perl
5801            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
5802            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
5803 ____________________________________________________________________________
5804 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
5805         Log: Integrate perlio:
5806              
5807              [ 16809]
5808              Add IO::Scalar fail case to the tests.
5809              
5810              [ 16808]
5811              Fix for the IO::Scalar bug (I think).
5812              At tie time break the loop but in a different place:
5813              A. Increment REFCNT of the RV involved in the self-tie
5814              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5815              At mg_free time
5816              Break the connection between the RV and its referent
5817              so that we do not try and free it (again).
5818              
5819              [ 16805]
5820              **** UNSAFE **** partial fix for IO::Scalar and local ties.
5821              Only op/local.t fails but it is nasty... try valgrind on other machine.
5822      Branch: perl
5823           !> mg.c sv.c t/op/tie.t
5824 ____________________________________________________________________________
5825 [ 16809] By: nick                                  on 2002/05/27  11:02:21
5826         Log: Add IO::Scalar fail case to the tests.
5827      Branch: perlio
5828            ! t/op/tie.t
5829 ____________________________________________________________________________
5830 [ 16808] By: nick                                  on 2002/05/27  09:54:46
5831         Log: Fix for the IO::Scalar bug (I think).
5832              At tie time break the loop but in a different place:
5833              A. Increment REFCNT of the RV involved in the self-tie
5834              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5835              At mg_free time
5836              Break the connection between the RV and its referent
5837              so that we do not try and free it (again).
5838      Branch: perlio
5839            ! mg.c sv.c
5840 ____________________________________________________________________________
5841 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
5842         Log: select() portability nit.
5843      Branch: perl
5844            ! pod/perlfunc.pod
5845 ____________________________________________________________________________
5846 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
5847         Log: Fix a remaining B::Lint bug.
5848      Branch: perl
5849            ! ext/B/B/Lint.pm ext/B/t/lint.t
5850 ____________________________________________________________________________
5851 [ 16805] By: nick                                  on 2002/05/26  20:51:31
5852         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
5853              Only op/local.t fails but it is nasty... try valgrind on other machine.
5854      Branch: perlio
5855            ! sv.c
5856 ____________________________________________________________________________
5857 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
5858         Log: Some day I might actually learn to test changes first
5859              before committing them in.
5860      Branch: perl
5861            ! hints/darwin.sh
5862 ____________________________________________________________________________
5863 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
5864         Log: Until otherwise proven.
5865      Branch: perl
5866            ! hints/darwin.sh
5867 ____________________________________________________________________________
5868 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
5869         Log: Darwin hint tweaks.
5870      Branch: perl
5871            ! hints/darwin.sh
5872 ____________________________________________________________________________
5873 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
5874         Log: FAQ sync.
5875      Branch: perl
5876            ! pod/perlfaq5.pod pod/perlfaq6.pod
5877 ____________________________________________________________________________
5878 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
5879         Log: Subject: [DOC-PATCH] README.cygwin updated
5880              From: "Gerrit P. Haase" <gp@familiehaase.de>
5881              Date: Sun, 26 May 2002 14:56:14 +0200
5882              Message-ID: <1151480833395.20020526145614@familiehaase.de>
5883      Branch: perl
5884            ! README.cygwin
5885 ____________________________________________________________________________
5886 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
5887         Log: I thinkk thinggy has only one g.
5888      Branch: perl
5889            ! pod/perldelta.pod
5890 ____________________________________________________________________________
5891 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
5892         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
5893              From: Dave Mitchell <davem@fdgroup.com>
5894              Date: Sun, 26 May 2002 14:15:42 +0100
5895              Message-ID: <20020526141542.B18527@fdgroup.com>
5896      Branch: perl
5897            ! pod/perldelta.pod pod/perlsub.pod
5898 ____________________________________________________________________________
5899 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
5900         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
5901              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5902              Date: Sat, 25 May 2002 21:52:16 -0700
5903              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
5904      Branch: perl
5905            ! ext/B/B/Deparse.pm
5906 ____________________________________________________________________________
5907 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
5908         Log: Slight reformatting; tiny tweaks.
5909      Branch: perl
5910            ! pod/perlipc.pod
5911 ____________________________________________________________________________
5912 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
5913         Log: Integrate perlio:
5914              
5915              [ 16794]
5916              Update perlipc.pod for new signals
5917      Branch: perl
5918           !> pod/perlipc.pod
5919 ____________________________________________________________________________
5920 [ 16794] By: nick                                  on 2002/05/26  08:07:12
5921         Log: Update perlipc.pod for new signals
5922      Branch: perlio
5923            ! pod/perlipc.pod
5924 ____________________________________________________________________________
5925 [ 16793] By: nick                                  on 2002/05/26  07:10:14
5926         Log: Integrate mainline
5927      Branch: perlio
5928           !> AUTHORS Changes Configure patchlevel.h
5929 ____________________________________________________________________________
5930 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
5931         Log: Mention that we do Win64.
5932      Branch: perl
5933            ! pod/perldelta.pod
5934 ____________________________________________________________________________
5935 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
5936         Log: Document the $Config{byteorder} changes.
5937      Branch: perl
5938            ! pod/perldelta.pod
5939 ____________________________________________________________________________
5940 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
5941         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
5942              From: Nicholas Clark <nick@unfortu.net>
5943              Date: Sat, 25 May 2002 22:37:19 +0100
5944              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
5945              
5946              Subject: [PATCH] Storable (smaller)
5947              From: Nicholas Clark <nick@unfortu.net>
5948              Date: Sat, 25 May 2002 23:13:13 +0100
5949              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
5950      Branch: perl
5951            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5952            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5953 ____________________________________________________________________________
5954 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
5955         Log: Update Changes.
5956      Branch: perl
5957            ! Changes patchlevel.h
5958 ____________________________________________________________________________
5959 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
5960         Log: AUTHORS updates.
5961      Branch: perl
5962            ! AUTHORS
5963 ____________________________________________________________________________
5964 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
5965         Log: metaconfig unit changes for #16786.
5966      Branch: metaconfig
5967            ! U/modified/Getfile.U U/modified/pager.U
5968 ____________________________________________________________________________
5969 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
5970         Log: Pager query tweaks from Andy Dougherty (for OS/2).
5971      Branch: perl
5972            ! Configure
5973 ____________________________________________________________________________
5974 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
5975         Log: Integrate perlio:
5976              
5977              [ 16784]
5978              Fix VMS ungetc fix for platforms like NetBSD.
5979      Branch: perl
5980           !> perlio.c
5981 ____________________________________________________________________________
5982 [ 16784] By: nick                                  on 2002/05/25  17:34:48
5983         Log: Fix VMS ungetc fix for platforms like NetBSD.
5984      Branch: perlio
5985            ! perlio.c
5986 ____________________________________________________________________________
5987 [ 16783] By: nick                                  on 2002/05/25  16:33:14
5988         Log: Integrate mainline for Lupe's perlio.c fix before
5989              starting on NetBSD issue
5990      Branch: perlio
5991           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
5992           !> perlio.c pod/perlapio.pod pod/perldelta.pod
5993 ____________________________________________________________________________
5994 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
5995         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
5996              From: "Craig A. Berry" <craigberry@mac.com>
5997              Date: Sat, 25 May 2002 12:19:36 -0500
5998              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
5999      Branch: perl
6000            ! lib/ExtUtils/t/basic.t
6001 ____________________________________________________________________________
6002 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
6003         Log: BeOS: update the test status.
6004      Branch: perl
6005            ! README.beos pod/perldelta.pod
6006 ____________________________________________________________________________
6007 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
6008         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
6009              From: Nicholas Clark <nick@unfortu.net>
6010              Date: Sat, 25 May 2002 17:19:21 +0100
6011              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
6012      Branch: perl
6013            ! ext/Storable/t/integer.t
6014 ____________________________________________________________________________
6015 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
6016         Log: Update the number of tests.
6017      Branch: perl
6018            ! pod/perldelta.pod
6019 ____________________________________________________________________________
6020 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
6021         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
6022              From: lupe@lupe-christoph.de (Lupe Christoph)    
6023              Date: Sat, 25 May 2002 15:45:34 +0200
6024              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
6025      Branch: perl
6026            ! perlio.c pod/perlapio.pod
6027 ____________________________________________________________________________
6028 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
6029         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
6030              From: Nicholas Clark <nick@unfortu.net>
6031              Date: Sat, 25 May 2002 12:17:44 +0100
6032              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
6033      Branch: perl
6034            ! ext/Storable/t/integer.t
6035 ____________________________________________________________________________
6036 [ 16776] By: nick                                  on 2002/05/25  11:23:28
6037         Log: Integrate mainline
6038      Branch: perlio
6039           +> ext/Storable/t/integer.t
6040           !> (integrate 41 files)
6041 ____________________________________________________________________________
6042 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
6043         Log: perldelta tweaks.
6044      Branch: perl
6045            ! pod/perldelta.pod
6046 ____________________________________________________________________________
6047 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
6048         Log: UNICOS: update test status.
6049      Branch: perl
6050            ! ext/Socket/socketpair.t pod/perldelta.pod
6051 ____________________________________________________________________________
6052 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
6053         Log: UNICOS: since $] is really 5.00700299999997,
6054              testing for equivalence with 5.007003 isn't correct.
6055              (From Nicholas Clark.)
6056      Branch: perl
6057            ! ext/Storable/t/downgrade.t
6058 ____________________________________________________________________________
6059 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
6060         Log: Knock off one test failure thanks to #16771.
6061      Branch: perl
6062            ! pod/perldelta.pod
6063 ____________________________________________________________________________
6064 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
6065         Log: In some (rare) platforms (such as UNICOS) using the native
6066              atof is still better.
6067      Branch: perl
6068            ! numeric.c perl.h
6069 ____________________________________________________________________________
6070 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
6071         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
6072              From: "Craig A. Berry" <craigberry@mac.com>
6073              Date: Fri, 24 May 2002 16:24:44 -0500
6074              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
6075      Branch: perl
6076            ! pod/perldelta.pod vms/vms.c
6077 ____________________________________________________________________________
6078 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
6079         Log: Subject: [PATCH pod/perllol.pod] small typo
6080              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
6081              Date: Fri, 24 May 2002 16:05:07 -0400
6082              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
6083      Branch: perl
6084            ! pod/perllol.pod
6085 ____________________________________________________________________________
6086 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
6087         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
6088              From: Andy Dougherty <doughera@lafayette.edu>
6089              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
6090              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
6091      Branch: perl
6092            ! hints/solaris_2.sh
6093 ____________________________________________________________________________
6094 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
6095         Log: Subject: [patch] small change
6096              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
6097              Date: Fri, 24 May 2002 19:18:24 +0400
6098              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
6099      Branch: perl
6100            ! perl.h win32/makefile.mk
6101 ____________________________________________________________________________
6102 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
6103         Log: Subject: [PATCH] README.aix
6104              From: John Peacock <jpeacock@rowman.com>    
6105              Date: Fri, 24 May 2002 10:49:39 -0400
6106              Message-ID: <3CEE5303.1070201@rowman.com>
6107      Branch: perl
6108            ! README.aix
6109 ____________________________________________________________________________
6110 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
6111         Log: Upgrade to Locale-Codes 2.04.
6112      Branch: perl
6113            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
6114            ! lib/Locale/Country.pm
6115 ____________________________________________________________________________
6116 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
6117         Log: Update Changes.
6118      Branch: perl
6119            ! Changes patchlevel.h
6120 ____________________________________________________________________________
6121 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
6122         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
6123              From: Abigail <abigail@foad.org>
6124              Date: Fri, 24 May 2002 02:43:37 -0700
6125              Message-ID: <20020524024337.A28749@ucan.foad.org>
6126      Branch: perl
6127            ! Makefile.SH
6128 ____________________________________________________________________________
6129 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
6130         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
6131              From: Abigail <abigail@foad.org>
6132              Date: Fri, 24 May 2002 02:26:48 -0700
6133              Message-ID: <20020524022648.A31684@ucan.foad.org>
6134      Branch: perl
6135            ! ext/POSIX/t/posix.t
6136 ____________________________________________________________________________
6137 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
6138         Log: Doc tweaks.
6139      Branch: perl
6140            ! pod/perlunicode.pod pod/perluniintro.pod
6141 ____________________________________________________________________________
6142 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
6143         Log: More portability defines, now mostly type-related
6144              (based on Storable.xs)
6145      Branch: perl
6146            ! ext/Devel/PPPort/PPPort.pm
6147 ____________________________________________________________________________
6148 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
6149         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
6150              From: Nicholas Clark <nick@unfortu.net>
6151              Date: Thu, 23 May 2002 23:43:16 +0100
6152              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
6153      Branch: perl
6154            + ext/Storable/t/integer.t
6155            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
6156            ! ext/Storable/Storable.xs
6157 ____________________________________________________________________________
6158 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
6159         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
6160              From: "Craig A. Berry" <craigberry@mac.com>
6161              Date: Thu, 23 May 2002 16:47:34 -0500
6162              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
6163      Branch: perl
6164            ! configure.com
6165 ____________________________________________________________________________
6166 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
6167         Log: One more ppportability thing (from Sarathy).
6168      Branch: perl
6169            ! ext/Devel/PPPort/PPPort.pm
6170 ____________________________________________________________________________
6171 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
6172         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
6173              From: Michael G Schwern <schwern@pobox.com>
6174              Date: Wed, 22 May 2002 19:21:43 -0400
6175              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
6176      Branch: perl
6177            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6178            ! lib/Test/Harness/t/strap-analyze.t
6179            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
6180            ! t/lib/sample-tests/die_head_end
6181            ! t/lib/sample-tests/die_last_minute
6182 ____________________________________________________________________________
6183 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
6184         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
6185              From: Michael G Schwern <schwern@pobox.com>
6186              Date: Wed, 22 May 2002 19:14:35 -0400
6187              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
6188      Branch: perl
6189            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
6190            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
6191            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
6192 ____________________________________________________________________________
6193 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
6194         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
6195              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6196              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
6197              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
6198      Branch: perl
6199            ! dump.c
6200 ____________________________________________________________________________
6201 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
6202         Log: Typo squad.
6203      Branch: perl
6204            ! ext/POSIX/POSIX.pod pod/perldelta.pod
6205 ____________________________________________________________________________
6206 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
6207         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
6208              From: Abigail <abigail@foad.org>
6209              Date: Thu, 23 May 2002 07:53:33 -0700
6210              Message-ID: <20020523075333.A14658@ucan.foad.org>
6211      Branch: perl
6212            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
6213 ____________________________________________________________________________
6214 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
6215         Log: PPPort dTHX.
6216      Branch: perl
6217            ! ext/Devel/PPPort/PPPort.pm
6218 ____________________________________________________________________________
6219 [ 16750] By: nick                                  on 2002/05/23  08:00:24
6220         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
6221      Branch: perlio
6222           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
6223           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
6224           !> pod/perldelta.pod
6225 ____________________________________________________________________________
6226 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
6227         Log: We do not want utf8.t to be compiled under -Mutf8,
6228              wonky as it sounds.
6229      Branch: perl
6230            ! lib/utf8.t
6231 ____________________________________________________________________________
6232 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
6233         Log: We do not want to see the utf8 hints bit.
6234      Branch: perl
6235            ! lib/vmsish.t
6236 ____________________________________________________________________________
6237 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
6238         Log: More -Mutf8 cleanup.
6239      Branch: perl
6240            ! ext/PerlIO/t/fallback.t
6241 ____________________________________________________________________________
6242 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
6243         Log: -Mutf8 cleanup.
6244      Branch: perl
6245            ! ext/Encode/t/mime-header.t
6246 ____________________________________________________________________________
6247 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
6248         Log: Integrate perlio:
6249              
6250              [ 16740]
6251              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
6252              
6253              [ 16739]
6254              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
6255              ungetc() and buffer snooping may not mix. So use buffer snoop
6256              hooks to avoid ungetc() where available.
6257              unread() falls back to using :pending layer, and fill has
6258              VMS specific code (which should not get used) or ungetc()
6259              which should work.
6260              
6261              [ 16737]
6262              Flag the VMS-problem-causing part of :encoding
6263              for enhancement. (Problem still needs fixing in perlio.c)
6264      Branch: perl
6265           !> ext/PerlIO/encoding/encoding.xs perlio.c
6266 ____________________________________________________________________________
6267 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
6268         Log: Subject: Re: Additional README.aix changes
6269              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6270              Date: Wed, 22 May 2002 08:37:37 +0200
6271              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
6272      Branch: perl
6273            ! README.aix
6274 ____________________________________________________________________________
6275 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
6276         Log: HP-UX 11.00 io_xs hangup workaround.
6277      Branch: perl
6278            ! hints/hpux.sh
6279 ____________________________________________________________________________
6280 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
6281         Log: Updated UNICOS status from Mark Lutz.
6282      Branch: perl
6283            ! pod/perldelta.pod
6284 ____________________________________________________________________________
6285 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
6286         Log: UNICOS: Mark Lutz had a better idea.
6287      Branch: perl
6288            ! hints/unicos.sh
6289 ____________________________________________________________________________
6290 [ 16740] By: nick                                  on 2002/05/22  21:13:10
6291         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
6292      Branch: perlio
6293            ! perlio.c
6294 ____________________________________________________________________________
6295 [ 16739] By: nick                                  on 2002/05/22  20:59:22
6296         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
6297              ungetc() and buffer snooping may not mix. So use buffer snoop
6298              hooks to avoid ungetc() where available.
6299              unread() falls back to using :pending layer, and fill has
6300              VMS specific code (which should not get used) or ungetc()
6301              which should work.
6302      Branch: perlio
6303            ! perlio.c
6304 ____________________________________________________________________________
6305 [ 16738] By: nick                                  on 2002/05/22  20:34:55
6306         Log: Integrate mainline
6307      Branch: perlio
6308           !> (integrate 40 files)
6309 ____________________________________________________________________________
6310 [ 16737] By: nick                                  on 2002/05/22  19:04:13
6311         Log: Flag the VMS-problem-causing part of :encoding
6312              for enhancement. (Problem still needs fixing in perlio.c)
6313      Branch: perlio
6314            ! ext/PerlIO/encoding/encoding.xs
6315 ____________________________________________________________________________
6316 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
6317         Log: UNICOS: using uname -m is wrong since what matters
6318              is what CPUs (FPUs) we have.
6319      Branch: perl
6320            ! hints/unicos.sh
6321 ____________________________________________________________________________
6322 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
6323         Log: Update Changes.
6324      Branch: perl
6325            ! Changes patchlevel.h
6326 ____________________________________________________________________________
6327 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
6328         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
6329              From: Dave Mitchell <davem@fdgroup.com>
6330              Date: Wed, 22 May 2002 12:53:21 +0100
6331              Message-ID: <20020522125320.E12794@fdgroup.com>
6332      Branch: perl
6333            ! ext/threads/shared/t/cond.t
6334 ____________________________________________________________________________
6335 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
6336         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
6337              From: John Borwick <john_borwick@ncsu.edu>
6338              Date: Wed, 22 May 2002 04:10:37 -0400
6339              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
6340      Branch: perl
6341            ! pod/perlunicode.pod pod/perluniintro.pod
6342 ____________________________________________________________________________
6343 [ 16732] By: ams                                   on 2002/05/22  05:47:35
6344         Log: Integrate #16731 from //depot/macperl.
6345      Branch: perl
6346           !> t/io/crlf.t
6347 ____________________________________________________________________________
6348 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
6349         Log: Be more specific in what we're looking for
6350      Branch: macperl
6351            ! t/io/crlf.t
6352 ____________________________________________________________________________
6353 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
6354         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
6355      Branch: macperl
6356            + lib/Unicode/README
6357           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
6358           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
6359            - t/lib/st-dump.pl
6360            ! macos/MPVersion.r macos/config.sh
6361           !> (integrate 135 files)
6362 ____________________________________________________________________________
6363 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
6364         Log: FAQ sync.
6365      Branch: perl
6366            ! pod/perlfaq4.pod
6367 ____________________________________________________________________________
6368 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
6369         Log: Getopt::Std clarification from John Borwick.
6370      Branch: perl
6371            ! lib/Getopt/Std.pm
6372 ____________________________________________________________________________
6373 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
6374         Log: Subject: Re: [Patch] for problem with shellwords.pl
6375              From: "Curtis Poe" <cp@onsitetech.com>
6376              Date: Tue, 21 May 2002 11:17:40 -0700
6377              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
6378              
6379              Subject: [Patch] for security problem with Text::ParseWords
6380              From: "Curtis Poe" <cp@onsitetech.com>     
6381              Date: Tue, 21 May 2002 15:10:18 -0700
6382              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
6383      Branch: perl
6384            ! lib/Text/ParseWords.pm lib/shellwords.pl
6385 ____________________________________________________________________________
6386 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
6387         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
6388              From: Nicholas Clark <nick@unfortu.net>
6389              Date: Tue, 21 May 2002 23:01:48 +0100
6390              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
6391      Branch: perl
6392            ! ext/SDBM_File/SDBM_File.xs
6393 ____________________________________________________________________________
6394 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
6395         Log: Subject: [PATCH] Additional README.aix changes
6396              From: John Peacock <jpeacock@rowman.com>
6397              Date: Tue, 21 May 2002 12:01:10 -0400
6398              Message-ID: <3CEA6F46.70902@rowman.com>
6399      Branch: perl
6400            ! README.aix
6401 ____________________________________________________________________________
6402 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
6403         Log: Subject: Win32 crash in fork.t (perl@16694)
6404              From: "Kevin Chase" <kevincha99@hotmail.com>
6405              Date: Mon, 20 May 2002 17:02:16 -0700
6406              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
6407              
6408              
6409              It looks that the Poison() found its first target.
6410              The suggested patch is fine.
6411      Branch: perl
6412            ! cop.h
6413 ____________________________________________________________________________
6414 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
6415         Log: microperl: if DIEing on no-functionality, the has-functionality
6416              would be unreachable code.
6417      Branch: perl
6418            ! pp.c pp_sys.c
6419 ____________________________________________________________________________
6420 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
6421         Log: microperl: do not regenerate the perly.
6422      Branch: perl
6423            ! Makefile.micro
6424 ____________________________________________________________________________
6425 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
6426         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
6427              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6428              Date: Mon, 20 May 2002 22:55:46 -0700
6429              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
6430      Branch: perl
6431            ! utils/h2xs.PL
6432 ____________________________________________________________________________
6433 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
6434         Log: Regen uconfig.h.
6435      Branch: perl
6436            ! uconfig.h
6437 ____________________________________________________________________________
6438 [ 16719] By: ams                                   on 2002/05/21  05:02:01
6439         Log: Why quote some keys?
6440      Branch: perl
6441            ! ext/Storable/Makefile.PL
6442 ____________________________________________________________________________
6443 [ 16718] By: ams                                   on 2002/05/21  04:08:39
6444         Log: Suppress warning about $canonical. (Nicholas Clark)
6445      Branch: perl
6446            ! ext/Storable/Storable.pm
6447 ____________________________________________________________________________
6448 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
6449         Log: Subject: [PATCH] VMS iThreads follow-up
6450              From: "Craig A. Berry" <craigberry@mac.com>
6451              Date: Mon, 20 May 2002 21:34:17 -0500
6452              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
6453      Branch: perl
6454            ! configure.com
6455 ____________________________________________________________________________
6456 [ 16716] By: ams                                   on 2002/05/21  02:47:18
6457         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
6458              2. Install in core library directory. (Tatsuhiko Miyagawa)
6459      Branch: perl
6460            ! ext/Storable/Makefile.PL
6461 ____________________________________________________________________________
6462 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
6463         Log: Subject: [Encode] 1.72 released
6464              From: Dan Kogai <dankogai@dan.co.jp>
6465              Date: Tue, 21 May 2002 01:06:19 +0900
6466              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
6467      Branch: perl
6468            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6469            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
6470            ! ext/Encode/Unicode/Unicode.xs
6471            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
6472 ____________________________________________________________________________
6473 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
6474         Log: Update Changes.
6475      Branch: perl
6476            ! Changes patchlevel.h
6477 ____________________________________________________________________________
6478 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
6479         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
6480      Branch: perl
6481            ! pod/perlfaq4.pod
6482 ____________________________________________________________________________
6483 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
6484         Log: metaconfig unit changes for #16711.
6485      Branch: metaconfig
6486            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6487            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6488            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6489            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6490            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6491            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6492            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6493            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6494            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6495            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6496            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6497            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6498            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6499            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6500            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6501            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6502            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6503            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6504            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6505            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6506            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6507            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6508            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6509            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6510 ____________________________________________________________________________
6511 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
6512         Log: Document better what the foo_r_proto are supposed to be.
6513      Branch: perl
6514            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6515            ! config_h.SH reentr.pl
6516 ____________________________________________________________________________
6517 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
6518         Log: Subject: Re: pod patches.
6519              From: Jim Cromie <jcromie@divsol.com>
6520              Date: Mon, 20 May 2002 09:00:10 -0600
6521              Message-ID: <3CE90F7A.3070309@divsol.com>
6522              
6523              (with Philip Newton's tweaks)
6524      Branch: perl
6525            ! pod/perlsub.pod
6526 ____________________________________________________________________________
6527 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
6528         Log: Subject: Re: pod patch - perldelta.pod
6529              From: Jim Cromie <jcromie@divsol.com>
6530              Date: Mon, 20 May 2002 07:16:54 -0600
6531              Message-ID: <3CE8F746.50603@divsol.com>
6532      Branch: perl
6533            ! pod/perldelta.pod
6534 ____________________________________________________________________________
6535 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
6536         Log: Subject: [patch] one more little step for WinCE
6537              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
6538              Date: Mon, 20 May 2002 11:47:19 +0400
6539              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
6540      Branch: perl
6541            ! wince/Makefile.ce
6542 ____________________________________________________________________________
6543 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
6544         Log: Preemptive doc patch.
6545      Branch: perl
6546            ! pod/perldelta.pod
6547 ____________________________________________________________________________
6548 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
6549         Log: The "constant sub redefined" warning can't be disabled.
6550      Branch: perl
6551            ! pod/perldiag.pod
6552 ____________________________________________________________________________
6553 [ 16705] By: nick                                  on 2002/05/20  10:18:26
6554         Log: Integrate mainline
6555      Branch: perlio
6556           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
6557           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
6558           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
6559           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
6560 ____________________________________________________________________________
6561 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
6562         Log: Missed hunk from #16701.
6563      Branch: perl
6564            ! vms/vms.c
6565 ____________________________________________________________________________
6566 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
6567         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
6568              From: andreas.koenig@anima.de (Andreas J. Koenig)
6569              Date: Mon, 20 May 2002 05:36:14 +0200
6570              Message-ID: <m34rh37aoh.fsf@anima.de>
6571      Branch: perl
6572            + lib/CPAN/t/mirroredby.t
6573            ! MANIFEST
6574 ____________________________________________________________________________
6575 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
6576         Log: Subject: tiny doc tweaks
6577              From: andreas.koenig@anima.de (Andreas J. Koenig)
6578              Date: Mon, 20 May 2002 05:07:13 +0200
6579              Message-ID: <m38z6f7c0u.fsf@anima.de>
6580      Branch: perl
6581            ! pod/perldelta.pod pod/perlfunc.pod
6582 ____________________________________________________________________________
6583 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
6584         Log: Subject: [PATCH @16694] ithreads for VMS
6585              From: "Craig A. Berry" <craigberry@mac.com>
6586              Date: Sun, 19 May 2002 22:06:43 -0500
6587              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
6588      Branch: perl
6589            ! configure.com vms/vms.c vms/vmsish.h
6590 ____________________________________________________________________________
6591 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
6592         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
6593              From: Autrijus Tang <autrijus@autrijus.org>
6594              Date: Mon, 20 May 2002 04:10:31 +0800
6595              Message-ID: <20020519201031.GA1603@not.autrijus.org>
6596      Branch: perl
6597            ! ext/Encode/Encode/Makefile_PL.e2x
6598 ____________________________________________________________________________
6599 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
6600         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
6601              while trying to -O3 optimize B.c.  (A bit weird since
6602              10.1.4 used to work fine, and nothing has changed in
6603              ext/B/..., but the overoptimization was repeatable.)
6604      Branch: perl
6605            + ext/B/hints/darwin.pl
6606            ! MANIFEST
6607 ____________________________________________________________________________
6608 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
6609         Log: UNICOS/mk seems to still have this problem.
6610      Branch: perl
6611            ! ext/Socket/socketpair.t
6612 ____________________________________________________________________________
6613 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
6614         Log: perldelta tweaks.
6615      Branch: perl
6616            ! pod/perldelta.pod
6617 ____________________________________________________________________________
6618 [ 16696] By: nick                                  on 2002/05/19  18:26:39
6619         Log: Integrate mailine
6620      Branch: perlio
6621           !> (integrate 35 files)
6622 ____________________________________________________________________________
6623 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
6624         Log: Document the reentrant_retry(), but from user's viewpoint.
6625      Branch: perl
6626            ! pod/perlthrtut.pod
6627 ____________________________________________________________________________
6628 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
6629         Log: Update Changes.
6630      Branch: perl
6631            ! Changes patchlevel.h
6632 ____________________________________________________________________________
6633 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
6634         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
6635              From: Slaven Rezic <slaven.rezic@berlin.de>
6636              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
6637              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
6638      Branch: perl
6639            ! lib/Benchmark.pm
6640 ____________________________________________________________________________
6641 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
6642         Log: Document once more the difference between :utf8
6643              and :encoding(...).
6644      Branch: perl
6645            ! lib/open.pm pod/perluniintro.pod
6646 ____________________________________________________________________________
6647 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
6648         Log: Third Degree: make the options more portable between
6649              Tru64 versions.
6650      Branch: perl
6651            ! Makefile.SH
6652 ____________________________________________________________________________
6653 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
6654         Log: IRIX SMP turned up a few hundred "Use of uninitialized
6655              value in numeric eq" warnings: initialise the $counter2.
6656      Branch: perl
6657            ! ext/threads/shared/t/cond.t
6658 ____________________________________________________________________________
6659 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
6660         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
6661              From: Dave Mitchell <davem@fdgroup.com>
6662              Date: Sun, 19 May 2002 00:50:43 +0100
6663              Message-ID: <20020519005043.F7275@fdgroup.com>
6664      Branch: perl
6665            ! ext/threads/shared/t/cond.t
6666 ____________________________________________________________________________
6667 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
6668         Log: Sarathy pointed out that instead of zeroing heap
6669              it is more prudent to poison it.
6670      Branch: perl
6671            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
6672            ! scope.c sv.c util.c
6673 ____________________________________________________________________________
6674 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
6675         Log: The thread warnings aren't quite yet working as planned.
6676      Branch: perl
6677            ! ext/threads/shared/t/cond.t
6678 ____________________________________________________________________________
6679 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
6680         Log: Forgotten from #16685.
6681      Branch: perl
6682            ! ext/threads/shared/t/cond.t
6683 ____________________________________________________________________________
6684 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
6685         Log: Subject: [PATCH threads] revised warnings + more tests + docs
6686              From: Dave Mitchell <davem@fdgroup.com>
6687              Date: Sat, 18 May 2002 22:24:51 +0100
6688              Message-ID: <20020518222451.E7275@fdgroup.com>
6689      Branch: perl
6690            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6691            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
6692            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
6693 ____________________________________________________________________________
6694 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
6695         Log: Storable status tweak.
6696      Branch: perl
6697            ! pod/perldelta.pod
6698 ____________________________________________________________________________
6699 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
6700         Log: perlfunc and perldelta updates about caller().
6701      Branch: perl
6702            ! pod/perldelta.pod pod/perlfunc.pod
6703 ____________________________________________________________________________
6704 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
6705         Log: Subject: [PATCH] RE: perl@16678
6706              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6707              Date: Sat, 18 May 2002 21:15:43 +0100
6708              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
6709              
6710              Making the symbols generated by warnings.pl future-proof.
6711      Branch: perl
6712            ! lib/warnings.pm warnings.h warnings.pl
6713 ____________________________________________________________________________
6714 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
6715         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
6716              From: Michael G Schwern <schwern@pobox.com>
6717              Date: Sat, 18 May 2002 14:53:50 -0400
6718              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
6719      Branch: perl
6720            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
6721            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
6722 ____________________________________________________________________________
6723 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
6724         Log: Prettyprinting.
6725      Branch: perl
6726            ! t/op/recurse.t
6727 ____________________________________________________________________________
6728 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
6729         Log: Companion to #16601: cxinc would create uninitialized
6730              PERL_CONTEXTs.  The bug was tickled by the test
6731              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
6732              added to check that I got the context stack extension right.
6733              Also rewrite recurse.t to use test.pl.
6734      Branch: perl
6735            ! scope.c t/op/recurse.t
6736 ____________________________________________________________________________
6737 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
6738         Log: Update Changes.
6739      Branch: perl
6740            ! Changes patchlevel.h
6741 ____________________________________________________________________________
6742 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
6743         Log: URL and other tiny tweaks.
6744      Branch: perl
6745            ! pod/perluniintro.pod
6746 ____________________________________________________________________________
6747 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
6748         Log: Subject: [Patch] doc patch on Unicode
6749              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6750              Date: Sun, 19 May 2002 01:01:58 +0900
6751              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
6752      Branch: perl
6753            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
6754 ____________________________________________________________________________
6755 [ 16675] By: ams                                   on 2002/05/18  15:06:35
6756         Log: s/2.0/2.00/ to be CPAN friendly.
6757      Branch: perl
6758            ! ext/Storable/Storable.pm
6759 ____________________________________________________________________________
6760 [ 16674] By: ams                                   on 2002/05/18  14:47:07
6761         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
6762              EBCDIC, amazing.
6763              From: Philip Newton <Philip.Newton@gmx.net>
6764              Date: Sat, 18 May 2002 09:54:13 +0200
6765              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
6766      Branch: perl
6767            ! lib/Pod/t/eol.t
6768 ____________________________________________________________________________
6769 [ 16673] By: ams                                   on 2002/05/18  14:41:00
6770         Log: Subject: Storable test for 64 bit 5.6.1
6771              From: Nicholas Clark <nick@unfortu.net>
6772              Date: Sat, 18 May 2002 15:48:55 +0100
6773              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
6774              (Private mail.)
6775      Branch: perl
6776            ! ext/Storable/t/malice.t
6777 ____________________________________________________________________________
6778 [ 16672] By: nick                                  on 2002/05/18  09:47:51
6779         Log: Integrate mainline
6780      Branch: perlio
6781           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
6782            - t/lib/st-dump.pl
6783           !> (integrate 67 files)
6784 ____________________________________________________________________________
6785 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
6786         Log: No more true.
6787      Branch: perl
6788            ! lib/vars.pm
6789 ____________________________________________________________________________
6790 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
6791         Log: Make use vars grok UTF-8.
6792      Branch: perl
6793            ! lib/vars.pm t/run/fresh_perl.t
6794 ____________________________________________________________________________
6795 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
6796         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
6797              From: Michael G Schwern <schwern@pobox.com>
6798              Date: Fri, 17 May 2002 23:54:29 -0400  
6799              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
6800      Branch: perl
6801            ! t/op/tie.t t/run/fresh_perl.t
6802 ____________________________________________________________________________
6803 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
6804         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
6805              From: Michael G Schwern <schwern@pobox.com>
6806              Date: Fri, 17 May 2002 20:37:26 -0400  
6807              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
6808      Branch: perl
6809            + t/lib/sample-tests/shbang_misparse
6810            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6811            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6812            ! lib/Test/Harness/t/test-harness.t
6813 ____________________________________________________________________________
6814 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
6815         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
6816              From: Nicholas Clark <nick@unfortu.net>
6817              Date: Sat, 18 May 2002 00:18:39 +0100  
6818              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
6819              
6820              Use Storable's st-dump.pl.
6821      Branch: perl
6822            - t/lib/st-dump.pl
6823            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
6824            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
6825            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
6826            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
6827            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
6828            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
6829            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
6830 ____________________________________________________________________________
6831 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
6832         Log: Forgotten from #16656.
6833      Branch: perl
6834            ! ext/B/B.xs
6835 ____________________________________________________________________________
6836 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
6837         Log: Subject: [PATCH] Storable ChangeLog ready for release 
6838              From: Nicholas Clark <nick@unfortu.net>
6839              Date: Fri, 17 May 2002 23:17:34 +0100  
6840              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
6841      Branch: perl
6842            ! ext/Storable/ChangeLog
6843 ____________________________________________________________________________
6844 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
6845         Log: Subject: [PATCH] Storable stand alone tests
6846              From: Nicholas Clark <nick@unfortu.net>
6847              Date: Fri, 17 May 2002 22:43:35 +0100  
6848              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
6849      Branch: perl
6850            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
6851            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
6852            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
6853            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
6854            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
6855            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
6856            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
6857            ! ext/Storable/t/store.t ext/Storable/t/tied.t
6858            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
6859            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
6860 ____________________________________________________________________________
6861 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
6862         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
6863              From: Michael G Schwern <schwern@pobox.com>
6864              Date: Fri, 17 May 2002 17:17:54 -0400  
6865              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
6866      Branch: perl
6867            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
6868            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
6869            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
6870            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
6871            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
6872            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6873            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
6874            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
6875            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
6876            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
6877            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
6878            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
6879            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
6880            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
6881 ____________________________________________________________________________
6882 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
6883         Log: More regression tests for caller() and fix one bug of #16658.
6884      Branch: perl
6885            ! pp_ctl.c t/op/caller.t
6886 ____________________________________________________________________________
6887 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
6888         Log: Integrate perlio:
6889              
6890              [ 16657]
6891              Fix the crlf.t buffer leak
6892              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6893              flagged it because it is more often popped without stream
6894              being closed.
6895              - Define non-noop PerlIOBuf_popped(), use it and export it.
6896      Branch: perl
6897           !> makedef.pl perlio.c perliol.h
6898 ____________________________________________________________________________
6899 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
6900         Log: Add a note about Cwd::fastcwd() returning tainted data.
6901              Sort modules alphabetically.
6902      Branch: perl
6903            ! pod/perldelta.pod
6904 ____________________________________________________________________________
6905 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
6906         Log: Remove O from the untested modules list.
6907      Branch: perl
6908            ! t/lib/1_compile.t
6909 ____________________________________________________________________________
6910 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
6911         Log: Fix bug 20020517.003 : segfault with caller().
6912              Add regression tests for caller.
6913      Branch: perl
6914            + t/op/caller.t
6915            ! MANIFEST pp_ctl.c
6916 ____________________________________________________________________________
6917 [ 16657] By: nick                                  on 2002/05/17  17:18:18
6918         Log: Fix the crlf.t buffer leak
6919              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6920              flagged it because it is more often popped without stream
6921              being closed.
6922              - Define non-noop PerlIOBuf_popped(), use it and export it.
6923      Branch: perlio
6924            ! makedef.pl perlio.c perliol.h
6925 ____________________________________________________________________________
6926 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
6927         Log: PERL_HASH() casting games so that our hashed data is "unsigned
6928              char" but old code using just a "char" doesn't need changes.
6929              (The change is using a temporary pointer instead of a direct
6930              cast to unsigned char* which would blindly cast anything,
6931              not just char pointers.)  (The problem arose in MacOS Classic,
6932              as seen by Pudge, the cure by Nicholas Clark.)
6933      Branch: perl
6934            ! hv.c hv.h op.c sv.c vms/vms.c
6935 ____________________________________________________________________________
6936 [ 16655] By: nick                                  on 2002/05/17  14:59:20
6937         Log: Integrate mainline
6938      Branch: perlio
6939           !> (integrate 28 files)
6940 ____________________________________________________________________________
6941 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
6942         Log: Update Changes.
6943      Branch: perl
6944            ! Changes patchlevel.h
6945 ____________________________________________________________________________
6946 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
6947         Log: FAQ sync.
6948      Branch: perl
6949            ! pod/perlfaq4.pod pod/perlfaq8.pod
6950 ____________________________________________________________________________
6951 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
6952         Log: Forgot from #16628.
6953      Branch: perl
6954            ! ext/Encode/Makefile.PL
6955 ____________________________________________________________________________
6956 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
6957         Log: One Last Time
6958      Branch: macperl
6959            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6960            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6961            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
6962            + lib/Unicode/UCD.t
6963 ____________________________________________________________________________
6964 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
6965         Log: Stupid case insensitivity
6966      Branch: macperl
6967            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
6968            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
6969            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
6970            - lib/unicode/UCD.t
6971 ____________________________________________________________________________
6972 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
6973         Log: Move Unicode -> unicode, remove README
6974      Branch: macperl
6975            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6976            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6977            - lib/Unicode/Collate/t/test.t lib/Unicode/README
6978            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
6979 ____________________________________________________________________________
6980 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
6981         Log: Move Unicode -> unicode, remove README (oops, forgot one)
6982      Branch: macperl
6983           +> lib/unicode/Collate/README
6984 ____________________________________________________________________________
6985 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
6986         Log: Move Unicode -> unicode, remove README
6987      Branch: macperl
6988           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
6989           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
6990           +> lib/unicode/UCD.pm lib/unicode/UCD.t
6991 ____________________________________________________________________________
6992 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
6993         Log: Integrate perl
6994      Branch: macperl
6995           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
6996           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
6997           +> lib/Thread/Semaphore.pm
6998            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6999            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
7000            - wince/include/sys/types.h wince/include/sys/utime.h
7001            - wince/include/time.h
7002            ! macos/MPVersion.r macos/config.sh
7003           !> (integrate 173 files)
7004 ____________________________________________________________________________
7005 [ 16645] By: nick                                  on 2002/05/17  06:56:40
7006         Log: Integrate mainline
7007      Branch: perlio
7008           +> ext/Storable/t/st-dump.pl
7009            - wince/FindExt.pm
7010           !> (integrate 40 files)
7011 ____________________________________________________________________________
7012 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
7013         Log: STDERR noise.
7014      Branch: perl
7015            ! lib/Switch.pm
7016 ____________________________________________________________________________
7017 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
7018         Log: Upgrade to Switch 2.07.
7019      Branch: perl
7020            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
7021            ! lib/Switch/t/given.t lib/Switch/t/nested.t
7022            ! lib/Switch/t/switch.t
7023 ____________________________________________________________________________
7024 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
7025         Log: Missed hunk in #16641.
7026      Branch: perl
7027            ! lib/Filter/Simple/Changes
7028 ____________________________________________________________________________
7029 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
7030         Log: Upgrade to Filter::Simple 0.78.
7031              (Keep #14432, let Damian know of it.)
7032      Branch: perl
7033            ! lib/Filter/Simple.pm lib/Filter/Simple/README
7034            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
7035            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
7036            ! lib/Filter/Simple/t/import.t
7037 ____________________________________________________________________________
7038 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
7039         Log: More Third Degree.
7040      Branch: perl
7041            ! t/TEST
7042 ____________________________________________________________________________
7043 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
7044         Log: Third Degree tweaks.
7045      Branch: perl
7046            ! pod/perlhack.pod t/TEST
7047 ____________________________________________________________________________
7048 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
7049         Log: Purify: dl_last_error was leaking.
7050      Branch: perl
7051            ! ext/DynaLoader/dlutils.c
7052 ____________________________________________________________________________
7053 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
7054         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
7055              From: Chris Ball <chris@cpan.org>
7056              Date: 16 May 2002 20:51:34 +0100
7057              Message-ID: <86lmajvpkp.fsf@void.printf.net>
7058      Branch: perl
7059            ! utils/perldoc.PL
7060 ____________________________________________________________________________
7061 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
7062         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
7063              From: "Craig A. Berry" <craigberry@mac.com>
7064              Date: Thu, 16 May 2002 14:13:15 -0500
7065              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
7066      Branch: perl
7067            ! lib/ExtUtils/t/Constant.t
7068 ____________________________________________________________________________
7069 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
7070         Log: Make Cwd::fastcwd() return a tainted value.
7071              Add regression tests for taint-safety of the *cwd()
7072              functions.
7073      Branch: perl
7074            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
7075 ____________________________________________________________________________
7076 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
7077         Log: Subject: Re: AIX warning in hints regarding gcc
7078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7079              Date: Thu, 16 May 2002 18:55:41 +0200
7080              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
7081      Branch: perl
7082            ! hints/aix.sh
7083 ____________________________________________________________________________
7084 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
7085         Log: Update the test statuses.
7086      Branch: perl
7087            ! pod/perldelta.pod
7088 ____________________________________________________________________________
7089 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
7090         Log: The UDP sockpair failure seems to have magically
7091              disappeared from both UNICOSes.
7092              (One gets "UNEXPECTEDLY SUCCEEDED".)
7093      Branch: perl
7094            ! ext/Socket/socketpair.t
7095 ____________________________________________________________________________
7096 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
7097         Log: Brokenness of restricted hashes with Storable on EBCDIC
7098              seems to be an artifact of the downgrade.t.
7099      Branch: perl
7100            ! ext/Storable/Storable.pm
7101 ____________________________________________________________________________
7102 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
7103         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
7104              memory debuggers.
7105      Branch: perl
7106            ! pod/perlhack.pod
7107 ____________________________________________________________________________
7108 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
7109         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
7110              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7111              Date: Thu, 16 May 2002 16:42:34 +0200
7112              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
7113              
7114              gcc 3 version parsing proofing.
7115      Branch: perl
7116            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
7117 ____________________________________________________________________________
7118 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
7119         Log: Subject: [PATCH] good day for WinCE port of perl.
7120              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7121              Date: Thu, 16 May 2002 03:33:23 +0400
7122              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
7123      Branch: perl
7124            - wince/FindExt.pm
7125            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7126            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
7127            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
7128            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
7129            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
7130            ! wince/config_H.ce wince/config_h.PL
7131 ____________________________________________________________________________
7132 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
7133         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
7134              From: slaven.rezic@berlin.de
7135              Date: Mon, 13 May 2002 16:02:24 +0200
7136              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
7137      Branch: perl
7138            ! ext/Sys/Syslog/Syslog.pm
7139 ____________________________________________________________________________
7140 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
7141         Log: Subject: Re: [PATCH] allow use threads qw(yield)
7142              From: Dave Mitchell <davem@fdgroup.com>
7143              Date: Wed, 15 May 2002 23:26:27 +0100
7144              Message-ID: <20020515232626.E28924@fdgroup.com>
7145      Branch: perl
7146            ! ext/threads/threads.xs
7147 ____________________________________________________________________________
7148 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
7149         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
7150              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7151              Date: Thu, 16 May 2002 14:22:21 +0200
7152              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
7153      Branch: perl
7154            ! hints/aix.sh
7155 ____________________________________________________________________________
7156 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
7157         Log: metaconfig unit change for #16623.
7158      Branch: metaconfig
7159            ! U/ebcdic/trnl.U
7160 ____________________________________________________________________________
7161 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
7162         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
7163              from John Poltorak <jp@eyup.org>.
7164      Branch: perl
7165            ! Configure
7166 ____________________________________________________________________________
7167 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
7168         Log: DJGPP doesn't have \r\n delimited files (it has \r).
7169      Branch: perl
7170            ! lib/Tie/File/t/21_win32.t
7171 ____________________________________________________________________________
7172 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
7173         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
7174              2. Doing a s///g instead of tr/// works better for CR-delimited
7175              files, like in DJGPP (since <FH> doesn't correctly pull in
7176              CR-delimited lines).
7177      Branch: perl
7178            ! lib/Pod/Html.pm lib/Pod/t/eol.t
7179 ____________________________________________________________________________
7180 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
7181         Log: Don't test $! with like() since one may have
7182              a non-English locale, or simply AIX :-)
7183      Branch: perl
7184            ! ext/PerlIO/t/fail.t
7185 ____________________________________________________________________________
7186 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
7187         Log: DJGPP updates from Laszlo Molnar.
7188      Branch: perl
7189            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
7190 ____________________________________________________________________________
7191 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
7192         Log: Integrate perlio:
7193              
7194              [ 16613]
7195              Make open fail when layer string does not parse.
7196      Branch: perl
7197           +> ext/PerlIO/t/fail.t
7198           !> MANIFEST perlio.c
7199 ____________________________________________________________________________
7200 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
7201         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
7202              From: Nicholas Clark <nick@unfortu.net>
7203              Date: Wed, 15 May 2002 23:06:20 +0100
7204              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
7205      Branch: perl
7206            ! ext/Storable/Storable.xs
7207 ____________________________________________________________________________
7208 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
7209         Log: Two down, ten to go.
7210      Branch: perl
7211            ! pod/perldelta.pod
7212 ____________________________________________________________________________
7213 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
7214         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
7215      Branch: perl
7216            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
7217 ____________________________________________________________________________
7218 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
7219         Log: Schizoid MANIFESTs.
7220      Branch: perl
7221            + ext/Storable/t/st-dump.pl
7222            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
7223 ____________________________________________________________________________
7224 [ 16613] By: nick                                  on 2002/05/15  19:26:00
7225         Log: Make open fail when layer string does not parse.
7226      Branch: perlio
7227            + ext/PerlIO/t/fail.t
7228            ! MANIFEST perlio.c
7229 ____________________________________________________________________________
7230 [ 16612] By: nick                                  on 2002/05/15  18:11:15
7231         Log: Integrate mainline
7232      Branch: perlio
7233           !> Changes ext/Storable/Storable.pm patchlevel.h
7234           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
7235 ____________________________________________________________________________
7236 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
7237         Log: Update Changes.
7238      Branch: perl
7239            ! Changes patchlevel.h
7240 ____________________________________________________________________________
7241 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
7242         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
7243      Branch: perl
7244            ! pod/perldelta.pod t/run/fresh_perl.t
7245 ____________________________________________________________________________
7246 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
7247         Log: Document some of the known EBCDIC problems with Storable.
7248              (There is more, but need to do more tests.)
7249      Branch: perl
7250            ! ext/Storable/Storable.pm
7251 ____________________________________________________________________________
7252 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
7253         Log: Purify finding: jperl.t causes a few Array Bounds Reads
7254              (one byte too far in a malloced buffer) at various spots
7255              in regcomp.c, all the buffers malloced by SvGROW() in
7256              sv_recode_to_utf8().
7257      Branch: perl
7258            ! sv.c
7259 ____________________________________________________________________________
7260 [ 16607] By: nick                                  on 2002/05/15  06:57:26
7261         Log: Integrate mainline
7262      Branch: perlio
7263           +> Porting/thirdclean
7264           !> (integrate 36 files)
7265 ____________________________________________________________________________
7266 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
7267         Log: Subject: [PATCH] Re: use of lc module names and warnings
7268              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7269              Date: Sun, 12 May 2002 23:09:46 +0200
7270              Message-ID: <20020512230946.E699@rafael>
7271      Branch: perl
7272            ! toke.c
7273 ____________________________________________________________________________
7274 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
7275         Log: More rule tweakage.
7276      Branch: perl
7277            ! Porting/thirdclean
7278 ____________________________________________________________________________
7279 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
7280         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
7281              From: Sam Tregar <sam@tregar.com>
7282              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
7283              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
7284      Branch: perl
7285            ! ext/Devel/DProf/DProf.xs
7286 ____________________________________________________________________________
7287 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
7288         Log: $VERSIONize.
7289      Branch: perl
7290            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
7291 ____________________________________________________________________________
7292 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
7293         Log: Third Degree: name the op/foo.t as op_foo.
7294      Branch: perl
7295            ! t/TEST
7296 ____________________________________________________________________________
7297 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
7298         Log: Read of uninitialized heap found by Third Degree
7299              (e.g. in t/op/subst.t)
7300      Branch: perl
7301            ! scope.c
7302 ____________________________________________________________________________
7303 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
7304         Log: Add more rules.
7305      Branch: perl
7306            ! Porting/thirdclean
7307 ____________________________________________________________________________
7308 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
7309         Log: Subject: [PATCH] allow use threads qw(yield)
7310              From: Dave Mitchell <davem@fdgroup.com>
7311              Date: Tue, 14 May 2002 22:49:47 +0100
7312              Message-ID: <20020514224947.F25049@fdgroup.com>
7313      Branch: perl
7314            ! ext/threads/threads.pm ext/threads/threads.xs
7315 ____________________________________________________________________________
7316 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
7317         Log: Micropatch from Olaf Flebbe.
7318      Branch: perl
7319            ! epoc/epoc.c
7320 ____________________________________________________________________________
7321 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
7322         Log: Subject: perlhack.pod typos [PATCH]
7323              From: "John P. Linderman" <jpl@research.att.com>
7324              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
7325              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
7326      Branch: perl
7327            ! pod/perlhack.pod
7328 ____________________________________________________________________________
7329 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
7330         Log: Subject: typo in Socket.pm
7331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7332              Date: Tue, 14 May 2002 12:02:47 +0200
7333              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
7334      Branch: perl
7335            ! ext/IO/lib/IO/Socket.pm
7336 ____________________________________________________________________________
7337 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
7338         Log: The #16592 needs this.
7339      Branch: perl
7340            ! embedvar.h perlapi.h
7341 ____________________________________________________________________________
7342 [ 16594] By: sky                                   on 2002/05/14  17:08:01
7343         Log: Subject: Re: lib/sort.t failure [PATCH]
7344              From: "John P. Linderman" <jpl@research.att.com>
7345              Date: mån maj 13, 2002  05:05:45  Europe/Stockholm
7346              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
7347      Branch: perl
7348            ! pod/perlfunc.pod
7349 ____________________________________________________________________________
7350 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
7351         Log: Add a script for cleaning out the "known noise"
7352              from Third Degree reports: either noise caused
7353              by libc itself, or Perl_yyparse leaks.
7354      Branch: perl
7355            + Porting/thirdclean
7356            ! MANIFEST
7357 ____________________________________________________________________________
7358 [ 16592] By: sky                                   on 2002/05/14  15:21:39
7359         Log: Turn the sort RealCmp for stable quicksorts into a
7360              threadsafe per interpreter values.
7361      Branch: perl
7362            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
7363 ____________________________________________________________________________
7364 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
7365         Log: reentr.h affects more C files than just reentr.c
7366      Branch: perl
7367            ! locale.c pp.c pp_sys.c
7368 ____________________________________________________________________________
7369 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
7370         Log: Document reentr.pl a bit better.  Still rather
7371              convoluted code, but it ain't broken, so...
7372      Branch: perl
7373            ! reentr.h reentr.pl
7374 ____________________________________________________________________________
7375 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
7376         Log: z/OS update: not all Storable was clear yet.
7377      Branch: perl
7378            ! pod/perldelta.pod
7379 ____________________________________________________________________________
7380 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
7381         Log: Avoid potentially empty struct.
7382      Branch: perl
7383            ! reentr.h reentr.pl
7384 ____________________________________________________________________________
7385 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
7386         Log: Todo tweaks.
7387      Branch: perl
7388            ! pod/perltodo.pod
7389 ____________________________________________________________________________
7390 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
7391         Log: Subject: [PATCH] various minor fixes in threads.            
7392              From: Dave Mitchell <davem@fdgroup.com>
7393              Date: Mon, 13 May 2002 23:48:22 +0100      
7394              Message-ID: <20020513234822.G21318@fdgroup.com>
7395      Branch: perl
7396            ! dump.c ext/threads/shared/shared.xs
7397 ____________________________________________________________________________
7398 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
7399         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
7400              From: PPrymmer@factset.com
7401              Date: Mon, 13 May 2002 17:37:28 -0400
7402              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
7403      Branch: perl
7404            ! vms/vms.c
7405 ____________________________________________________________________________
7406 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
7407         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
7408              From: Nicholas Clark <nick@unfortu.net>    
7409              Date: Mon, 13 May 2002 21:45:47 +0100
7410              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
7411      Branch: perl
7412            ! lib/ExtUtils/t/Constant.t
7413 ____________________________________________________________________________
7414 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
7415         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
7416              From: Nicholas Clark <nick@unfortu.net>    
7417              Date: Mon, 13 May 2002 21:47:38 +0100
7418              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
7419      Branch: perl
7420            ! lib/Benchmark.t
7421 ____________________________________________________________________________
7422 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
7423         Log: Subject: WinCE several touches
7424              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7425              Date: Tue, 14 May 2002 00:43:11 +0400      
7426              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
7427      Branch: perl
7428            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
7429            ! wince/config_h.PL
7430 ____________________________________________________________________________
7431 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
7432         Log: Subject: Re: perl@16573
7433              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7434              Date: Mon, 13 May 2002 18:30:35 +0200
7435              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
7436              
7437              (gcc 3.0 vs 64-bit hpux hints)
7438      Branch: perl
7439            ! hints/hpux.sh
7440 ____________________________________________________________________________
7441 [ 16580] By: sky                                   on 2002/05/13  19:38:09
7442         Log: Make the point a bit clearer after suggestion from Merijin
7443      Branch: perl
7444            ! pod/perltodo.pod
7445 ____________________________________________________________________________
7446 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
7447         Log: perltodo update.
7448      Branch: perl
7449            ! pod/perltodo.pod
7450 ____________________________________________________________________________
7451 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
7452         Log: Subject: README.aix update
7453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7454              Date: Mon, 13 May 2002 19:02:47 +0200
7455              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
7456      Branch: perl
7457            ! README.aix
7458 ____________________________________________________________________________
7459 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
7460         Log: export PerlIOBuf_get_base for win32 extension linkage
7461      Branch: perl
7462            ! makedef.pl
7463 ____________________________________________________________________________
7464 [ 16576] By: nick                                  on 2002/05/13  18:20:22
7465         Log: Integrate mainline
7466      Branch: perlio
7467           !> Changes README.vos ext/threads/shared/shared.pm
7468           !> ext/threads/shared/t/0nothread.t
7469           !> ext/threads/shared/t/av_refs.t
7470           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
7471           !> ext/threads/shared/t/hv_refs.t
7472           !> ext/threads/shared/t/hv_simple.t
7473           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
7474           !> ext/threads/shared/t/semaphore.t
7475           !> ext/threads/shared/t/shared_attr.t
7476           !> ext/threads/shared/t/sv_refs.t
7477           !> ext/threads/shared/t/sv_simple.t patchlevel.h
7478           !> pod/perldelta.pod vms/vms.c xsutils.c
7479 ____________________________________________________________________________
7480 [ 16575] By: ams                                   on 2002/05/13  15:42:50
7481         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
7482              From: Paul_GreenVOS@vos.stratus.com
7483              Date: Mon, 13 May 02 12:32 edt
7484              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
7485      Branch: perl
7486            ! README.vos pod/perldelta.pod
7487 ____________________________________________________________________________
7488 [ 16574] By: ams                                   on 2002/05/13  15:41:14
7489         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
7490              From: PPrymmer@factset.com
7491              Date: Mon, 13 May 2002 11:38:15 -0400
7492              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
7493      Branch: perl
7494            ! vms/vms.c
7495 ____________________________________________________________________________
7496 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
7497         Log: Update Changes.
7498      Branch: perl
7499            ! Changes patchlevel.h
7500 ____________________________________________________________________________
7501 [ 16572] By: sky                                   on 2002/05/13  12:30:35
7502         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
7503              From: Dave Mitchell <davem@fdgroup.com>
7504              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
7505              Message-Id: <20020510235227.J12298@fdgroup.com>
7506      Branch: perl
7507            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
7508            ! ext/threads/shared/t/av_refs.t
7509            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
7510            ! ext/threads/shared/t/hv_refs.t
7511            ! ext/threads/shared/t/hv_simple.t
7512            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
7513            ! ext/threads/shared/t/semaphore.t
7514            ! ext/threads/shared/t/shared_attr.t
7515            ! ext/threads/shared/t/sv_refs.t
7516            ! ext/threads/shared/t/sv_simple.t xsutils.c
7517 ____________________________________________________________________________
7518 [ 16571] By: nick                                  on 2002/05/13  07:54:10
7519         Log: Integrate Mainline
7520      Branch: perlio
7521           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
7522            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7523            - wince/include/cectype.h wince/include/errno.h
7524            - wince/include/sys/types.h wince/include/sys/utime.h
7525            - wince/include/time.h
7526           !> (integrate 51 files)
7527 ____________________________________________________________________________
7528 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
7529         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
7530              From: Michael G Schwern <schwern@pobox.com>
7531              Date: Sun, 12 May 2002 19:32:58 -0400
7532              Message-ID: <20020512233258.GK696@blackrider>
7533      Branch: perl
7534            ! t/TEST
7535 ____________________________________________________________________________
7536 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
7537         Log: Be clean.
7538      Branch: perl
7539            ! Makefile.SH ext/B/t/o.t
7540 ____________________________________________________________________________
7541 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
7542         Log: change#8666 ($Config{perllibs}) apparently never got into
7543              mainline--merge, and add other missing entries; regen
7544              config_H.* files
7545      Branch: perl
7546            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7547            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7548            ! win32/config_H.vc win32/config_H.vc64
7549 ____________________________________________________________________________
7550 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
7551         Log: Elaborate on the exit/wait plan a bit.
7552      Branch: perl
7553            ! pod/perltodo.pod
7554 ____________________________________________________________________________
7555 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
7556         Log: Slight doc tweaks.
7557      Branch: perl
7558            ! pod/perlthrtut.pod
7559 ____________________________________________________________________________
7560 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
7561         Log: OS/390: update the test results.
7562      Branch: perl
7563            ! pod/perldelta.pod
7564 ____________________________________________________________________________
7565 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
7566         Log: Add threadsafety caveats.
7567      Branch: perl
7568            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
7569 ____________________________________________________________________________
7570 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
7571         Log: Update the Mac OS X situation.
7572      Branch: perl
7573            ! pod/perldelta.pod
7574 ____________________________________________________________________________
7575 [ 16562] By: sky                                   on 2002/05/12  19:10:27
7576         Log: Update todo, removing things done and adding new things.
7577      Branch: perl
7578            ! pod/perltodo.pod
7579 ____________________________________________________________________________
7580 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
7581         Log: Reword the "threads still running" cleanup message.
7582      Branch: perl
7583            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
7584            ! pod/perltoc.pod
7585 ____________________________________________________________________________
7586 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
7587         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
7588              (The manifestation: running pat.t core dumps after test 639.
7589              Removing everything after 639 makes core go away, as does
7590              removing everything before 640.  I did say "weird".  Some
7591              sort of a memory corruption, no doubt, but no time to debug
7592              in more detail.)
7593      Branch: perl
7594            ! t/op/pat.t
7595 ____________________________________________________________________________
7596 [ 16559] By: sky                                   on 2002/05/12  17:59:41
7597         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
7598      Branch: perl
7599            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
7600            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7601            ! MANIFEST
7602 ____________________________________________________________________________
7603 [ 16558] By: sky                                   on 2002/05/12  17:57:51
7604         Log: Fixed bug where tmpsv would be null after the return of the 
7605              amagic. Now check for that and allocate the tmpsv afterwards, 
7606              this is done in all other places that use amagic.
7607              Fixes bug when threads->unknownfunction() was called and
7608              we coredumped on the stringification somewhere deep in the
7609              autoloader/dynaloader something. Far to deep for me to provide
7610              a test case.
7611      Branch: perl
7612            ! sv.c
7613 ____________________________________________________________________________
7614 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
7615         Log: (retracted by #16560)
7616              EBCDIC: must protect also compile time so that
7617              the illegal UTF-EBCDIC is not seen.
7618      Branch: perl
7619            ! t/op/pat.t
7620 ____________________________________________________________________________
7621 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
7622         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
7623      Branch: perl
7624            ! pod/perlebcdic.pod regcomp.c
7625 ____________________________________________________________________________
7626 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
7627         Log: As suggested by Dave Mitchell, adding yield()s at
7628              appropriate spots helps non-preemptive thread
7629              implementations, like the GNU pth.  Tested at NetBSD
7630              by Martin Weber <Ephaeton@gmx.net>.
7631      Branch: perl
7632            ! ext/threads/t/basic.t ext/threads/t/list.t
7633            ! ext/threads/t/thread.t
7634 ____________________________________________________________________________
7635 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
7636         Log: Subject: RE: VOS bleadperl test failure on 16539
7637              From: chromatic <chromatic@rmci.net>
7638              Date: Sat, 11 May 2002 23:23:54 -0700
7639              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
7640      Branch: perl
7641            ! ext/B/t/o.t
7642 ____________________________________________________________________________
7643 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
7644         Log: There's no rest for the wicked misspellers.
7645      Branch: perl
7646            ! pod/perlthrtut.pod
7647 ____________________________________________________________________________
7648 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
7649         Log: Detypos (and sticking with US spelling since Dan Sugalski
7650              wrote the original text of perlthrtut)
7651      Branch: perl
7652            ! ext/threads/threads.pm pod/perlthrtut.pod
7653 ____________________________________________________________________________
7654 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
7655         Log: Because of #16550 these tests would now spew
7656              "Malformed UTF-8" in EBCDIC.
7657      Branch: perl
7658            ! t/op/pat.t
7659 ____________________________________________________________________________
7660 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
7661         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
7662              scripts does not apply any more.  (The utf8.t needed a little
7663              bit of relaxing to work in EBCDIC, since *both* the bytes in
7664              subtest #30 are illegal UTF-EBCDIC, and the error message
7665              matched is slightly different.)  The utf8.t now passes.
7666      Branch: perl
7667            ! lib/utf8.t toke.c
7668 ____________________________________________________________________________
7669 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
7670         Log: Subject: [PATCH] a bit more for WinCE
7671              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7672              Date: Sun, 12 May 2002 02:34:24 +0400
7673              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
7674      Branch: perl
7675            ! wince/wince.c
7676 ____________________________________________________________________________
7677 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
7678         Log: Subject: [PATCH] for WinCE cross-build, another one
7679              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
7680              Date: Sun, 12 May 2002 00:02:47 +0400
7681              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
7682      Branch: perl
7683            - wince/include/cectype.h wince/include/errno.h
7684            - wince/include/sys/types.h wince/include/sys/utime.h
7685            - wince/include/time.h
7686            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
7687            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
7688            ! wince/wince.c
7689 ____________________________________________________________________________
7690 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
7691         Log: Explicit casts due to #16542.
7692      Branch: perl
7693            ! ext/B/B.xs hv.c op.c sv.c
7694 ____________________________________________________________________________
7695 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
7696         Log: Upgrade to Test::Harness 2.21.
7697      Branch: perl
7698            ! lib/Test/Harness.pm lib/Test/Harness/Changes
7699            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
7700            ! lib/Test/Harness/t/test-harness.t
7701 ____________________________________________________________________________
7702 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
7703         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
7704              but keep up with the $VERSION)
7705      Branch: perl
7706            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7707 ____________________________________________________________________________
7708 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
7709         Log: metaconfig unit change for #16543.
7710      Branch: metaconfig
7711            ! U/threads/usethreads.U
7712 ____________________________________________________________________________
7713 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
7714         Log: Subject: [PATCH] updated threads docs
7715              From: Dave Mitchell <davem@fdgroup.com>
7716              Date: Sat, 11 May 2002 20:00:51 +0100
7717              Message-ID: <20020511200050.D14841@fdgroup.com>
7718      Branch: perl
7719            ! Configure README.threads pod/perlothrtut.pod
7720            ! pod/perlthrtut.pod
7721 ____________________________________________________________________________
7722 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
7723         Log: Subject: unsigned char hashes (Re: perl@16539)
7724              From: Nicholas Clark <nick@unfortu.net>
7725              Date: Sat, 11 May 2002 17:54:44 +0100
7726              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
7727              
7728              Be explicitly unsigned char in the hash calculation.
7729      Branch: perl
7730            ! hv.h
7731 ____________________________________________________________________________
7732 [ 16541] By: nick                                  on 2002/05/11  08:21:00
7733         Log: Integrate mainline
7734      Branch: perlio
7735           +> ext/B/t/o.t
7736           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
7737           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
7738           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
7739 ____________________________________________________________________________
7740 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
7741         Log: Subject: more os x test output cosmetics
7742              From: Kay Röpke <kroepke@dolphin-services.de>
7743              Date: Fri, 10 May 2002 14:07:34 +0200
7744              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
7745      Branch: perl
7746            ! ext/DB_File/t/db-btree.t
7747 ____________________________________________________________________________
7748 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
7749         Log: Update Changes.
7750      Branch: perl
7751            ! Changes patchlevel.h
7752 ____________________________________________________________________________
7753 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
7754         Log: Regen toc.
7755      Branch: perl
7756            ! pod/perltoc.pod
7757 ____________________________________________________________________________
7758 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
7759         Log: Move pod, add $VERSION.
7760      Branch: perl
7761            ! ext/threads/shared/queue.pm
7762 ____________________________________________________________________________
7763 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
7764         Log: Unused variables.
7765      Branch: perl
7766            ! ext/Encode/Encode.xs
7767 ____________________________________________________________________________
7768 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
7769         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
7770              From: chromatic <chromatic@rmci.net>
7771              Date: Fri, 10 May 2002 07:43:25 -0700
7772              Message-ID: <20020510144325.26245.qmail@firewheel>
7773      Branch: perl
7774            + ext/B/t/o.t
7775            ! MANIFEST
7776 ____________________________________________________________________________
7777 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
7778         Log: Don't do JAPHs unless doing "make torturetest".
7779              Document the less obvious make test targets.
7780      Branch: perl
7781            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
7782 ____________________________________________________________________________
7783 [ 16533] By: nick                                  on 2002/05/10  06:02:58
7784         Log: Integrate mainline
7785      Branch: perlio
7786           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
7787           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
7788           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
7789           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7790           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
7791           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
7792           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
7793           !> t/run/fresh_perl.t util.c
7794 ____________________________________________________________________________
7795 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
7796         Log: Subject: [PATCH] format and other warnings
7797              From: Robin Barker <rmb1@cise.npl.co.uk>
7798              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
7799              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
7800      Branch: perl
7801            ! Porting/pumpkin.pod ext/Encode/Encode.xs
7802            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
7803            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7804            ! ext/threads/threads.xs
7805 ____________________________________________________________________________
7806 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
7807         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
7808      Branch: perl
7809            ! t/op/tie.t t/run/fresh_perl.t
7810 ____________________________________________________________________________
7811 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
7812         Log: Subject: Re: [PATCH] Re: perl@16433
7813              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
7814              Date: Thu, 09 May 2002 16:24:59 -0700
7815              Message-ID: <LVw28gzkguhE092yn@efn.org>
7816      Branch: perl
7817            ! t/op/tie.t
7818 ____________________________________________________________________________
7819 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
7820         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
7821              From: Dave Mitchell <davem@fdgroup.com>
7822              Date: Thu, 9 May 2002 17:18:42 +0100
7823              Message-ID: <20020509171842.C9836@fdgroup.com>
7824      Branch: perl
7825            ! ext/threads/shared/t/cond.t
7826 ____________________________________________________________________________
7827 [ 16528] By: nick                                  on 2002/05/09  16:40:39
7828         Log: Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)
7829      Branch: perl
7830           !> doio.c pp_sys.c util.c
7831 ____________________________________________________________________________
7832 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
7833         Log: FAQ sync.
7834      Branch: perl
7835            ! pod/perlfaq3.pod pod/perlfaq4.pod
7836 ____________________________________________________________________________
7837 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
7838         Log: metaconfig unit changes for #16525, plus extra linting.
7839      Branch: metaconfig
7840            ! U/compline/ptrsize.U U/protos/Protochk.U
7841            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7842            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7843            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7844            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7845            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7846            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7847            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7848            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7849            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7850            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7851            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7852            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7853            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7854            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7855            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7856            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7857            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7858            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7859            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7860            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7861            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7862            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7863            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7864            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7865 ____________________________________________________________________________
7866 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
7867         Log: metaconfig unit linting.
7868      Branch: perl
7869            ! reentr.pl
7870 ____________________________________________________________________________
7871 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
7872         Log: metaconfig unit changes for #16523.
7873      Branch: metaconfig
7874            ! U/compline/ptrsize.U
7875      Branch: metaconfig/U/perl
7876            ! use64bits.U
7877 ____________________________________________________________________________
7878 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
7879         Log: ptrsize should depend on use64bitall, not the other
7880              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
7881      Branch: perl
7882            ! Configure
7883 ____________________________________________________________________________
7884 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
7885         Log: Integrate #16510 from macperl;
7886              
7887              Tell IO.xs that MacOS sometimes doesn't need extra help
7888      Branch: perl
7889           !> ext/IO/IO.xs
7890 ____________________________________________________________________________
7891 [ 16521] By: ams                                   on 2002/05/09  12:42:12
7892         Log: Subject: Re: Storable doc patches
7893              From: "Philip Newton" <Philip.Newton@gmx.net>
7894              Date: Thu, 9 May 2002 14:32:29 +0200
7895              Message-Id: 
7896      Branch: perl
7897            ! ext/Storable/Storable.pm
7898 ____________________________________________________________________________
7899 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
7900         Log: cmp() compares chars, not bytes.
7901      Branch: perl
7902            ! pod/perllocale.pod
7903 ____________________________________________________________________________
7904 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
7905         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
7906      Branch: perl
7907            ! pod/perlhack.pod
7908 ____________________________________________________________________________
7909 [ 16518] By: ams                                   on 2002/05/09  09:04:31
7910         Log: Subject: Storable doc patches
7911              From: Philip Newton <Philip.Newton@gmx.net>
7912              Date: Thu, 09 May 2002 12:00:45 +0200
7913              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
7914      Branch: perl
7915            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7916 ____________________________________________________________________________
7917 [ 16517] By: ams                                   on 2002/05/09  08:53:50
7918         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7919              From: Philip Newton <Philip.Newton@gmx.net>
7920              Date: Thu, 09 May 2002 11:16:06 +0200
7921              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
7922      Branch: perl
7923            ! ext/Storable/README
7924 ____________________________________________________________________________
7925 [ 16516] By: nick                                  on 2002/05/09  08:13:39
7926         Log: Integrate mainline
7927      Branch: perlio
7928           !> pod/perlxstut.pod
7929 ____________________________________________________________________________
7930 [ 16515] By: nick                                  on 2002/05/09  07:29:53
7931         Log: Integrate mainline
7932      Branch: perlio
7933           !> (integrate 27 files)
7934 ____________________________________________________________________________
7935 [ 16514] By: ams                                   on 2002/05/09  06:50:24
7936         Log: Subject: [Patch] perlxstut.pod
7937              From: lupe@lupe-christoph.de (Lupe Christoph)
7938              Date: Thu, 9 May 2002 09:42:02 +0200
7939              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
7940              (Applied with tweaks.)
7941      Branch: perl
7942            ! pod/perlxstut.pod
7943 ____________________________________________________________________________
7944 [ 16513] By: ams                                   on 2002/05/09  06:04:47
7945         Log: Subject: [Patch] perlapio.pod
7946              From: lupe@lupe-christoph.de (Lupe Christoph)
7947              Date: Thu, 9 May 2002 09:01:50 +0200
7948              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
7949              (Applied with tweaks.)
7950      Branch: perl
7951            ! pod/perlapio.pod
7952 ____________________________________________________________________________
7953 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
7954         Log: Integrate from macperl
7955      Branch: maint-5.6/macperl
7956           !> macos/macperl/MPConsole.cp
7957 ____________________________________________________________________________
7958 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
7959         Log: Make interrupt act as end of file, MacPerl Bug #542154
7960      Branch: macperl
7961            ! macos/macperl/MPConsole.cp
7962 ____________________________________________________________________________
7963 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
7964         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
7965      Branch: macperl
7966            ! ext/IO/IO.xs
7967 ____________________________________________________________________________
7968 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
7969         Log: Make perlio (!sfio) work on MacOS
7970      Branch: macperl
7971            ! macos/config.h macos/config.sh macos/macish.c
7972 ____________________________________________________________________________
7973 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
7974         Log: integrate maint-5.6/macperl contents
7975      Branch: maint-5.6/perl
7976           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
7977           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
7978           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
7979 ____________________________________________________________________________
7980 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
7981         Log: Rework #16506 some more.
7982      Branch: perl
7983            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7984 ____________________________________________________________________________
7985 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
7986         Log: Rework #16503 a bit to keep all the HiRes implementation
7987              in one place, assuming we want to re-CPAN Time::HiRes at
7988              some point.
7989      Branch: perl
7990            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7991 ____________________________________________________________________________
7992 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
7993         Log: metaconfig unit change for #16504.
7994      Branch: metaconfig
7995            ! U/modified/Cppsym.U
7996 ____________________________________________________________________________
7997 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
7998         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
7999              From: Pixel <pixel@mandrakesoft.com>
8000              Date: 08 May 2002 18:19:51 +0200
8001              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
8002      Branch: perl
8003            ! Configure
8004 ____________________________________________________________________________
8005 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
8006         Log: make the gettimeofday() implementation in Time::HiRes available
8007              from perl
8008      Branch: perl
8009            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
8010            ! win32/config.bc win32/config.gc win32/config.vc
8011            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
8012            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
8013            ! win32/win32.c win32/win32iop.h
8014 ____________________________________________________________________________
8015 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
8016         Log: Subject: Test output update for OS X 10.1.4
8017              From: Kay Röpke <kroepke@dolphin-services.de>
8018              Date: Wed, 8 May 2002 22:23:36 +0200
8019              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
8020      Branch: perl
8021            ! ext/DB_File/t/db-recno.t
8022 ____________________________________________________________________________
8023 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
8024         Log: Subject: [PATCH] Re: perl@16433
8025              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8026              Date: Tue, 07 May 2002 18:40:44 -0700
8027              Message-ID: <cII28gzkgaOS092yn@efn.org>
8028              
8029              Subject: Re: [PATCH] Re: perl@16433
8030              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8031              Date: Wed, 08 May 2002 10:16:42 -0700
8032              Message-ID: <61V28gzkg+jG092yn@efn.org>
8033      Branch: perl
8034            ! pp_sys.c sv.c t/op/tie.t
8035 ____________________________________________________________________________
8036 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
8037         Log: Subject: [DOC PATCH] Minor threads::shared nits
8038              From: Simon Glover <scog@amnh.org>
8039              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
8040              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
8041      Branch: perl
8042            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
8043            ! ext/threads/shared/shared.pm
8044 ____________________________________________________________________________
8045 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
8046         Log: Subject: [DOC PATCH] perlthrtut proofreading
8047              From: Simon Glover <scog@amnh.org>
8048              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
8049              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
8050      Branch: perl
8051            ! pod/perlthrtut.pod
8052 ____________________________________________________________________________
8053 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
8054         Log: Deprecate 5.005threads.
8055      Branch: perl
8056            ! pod/perldelta.pod
8057 ____________________________________________________________________________
8058 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
8059         Log: Integrate perlio:
8060              
8061              [ 16496]
8062              Portability and doc tweaks to PerlIO/XS stuff.
8063              We are still "papering over the cracks" a bit,
8064              but now it is good stiff card held on with epoxy.
8065              
8066              [ 16495]
8067              PerlIO/XS interface routine and doc updates from
8068              lupe@lupe-christoph.de (Lupe Christoph) in mail
8069              Subject: [For Review] Patch for perlio.c and pods
8070              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
8071              Date: Sun, 5 May 2002 10:43:15 +0200
8072              (Minor tweaks to follow.)
8073      Branch: perl
8074           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
8075 ____________________________________________________________________________
8076 [ 16496] By: nick                                  on 2002/05/08  19:08:43
8077         Log: Portability and doc tweaks to PerlIO/XS stuff.
8078              We are still "papering over the cracks" a bit,
8079              but now it is good stiff card held on with epoxy.
8080      Branch: perlio
8081            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
8082 ____________________________________________________________________________
8083 [ 16495] By: nick                                  on 2002/05/08  17:56:43
8084         Log: PerlIO/XS interface routine and doc updates from
8085              lupe@lupe-christoph.de (Lupe Christoph) in mail
8086              Subject: [For Review] Patch for perlio.c and pods
8087              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
8088              Date: Sun, 5 May 2002 10:43:15 +0200
8089              (Minor tweaks to follow.)
8090      Branch: perlio
8091            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
8092 ____________________________________________________________________________
8093 [ 16494] By: nick                                  on 2002/05/08  17:40:34
8094         Log: Integrate mainline
8095      Branch: perlio
8096           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
8097           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
8098           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
8099           !> t/run/fresh_perl.t
8100 ____________________________________________________________________________
8101 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
8102         Log: Update Changes.
8103      Branch: perl
8104            ! Changes patchlevel.h
8105 ____________________________________________________________________________
8106 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
8107         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
8108              don't unlink /dev/null
8109      Branch: perl
8110            ! Porting/p4genpatch
8111 ____________________________________________________________________________
8112 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
8113         Log: Integrate perlio:
8114              
8115              [ 16487]
8116              Avoid pointless re-encode of data in :encoding's read buffer
8117              on a close
8118      Branch: perl
8119           !> ext/PerlIO/encoding/encoding.xs
8120 ____________________________________________________________________________
8121 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
8122         Log: The base.pm changes need this, too?
8123      Branch: perl
8124            ! lib/diagnostics.t
8125 ____________________________________________________________________________
8126 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
8127         Log: fix p4genpatch breakage (missing slash in patch headers)
8128      Branch: perl
8129            ! Porting/p4genpatch
8130 ____________________________________________________________________________
8131 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
8132         Log: Integrate #14679 from macperl;
8133              
8134              Skip layer symbols for sfio
8135      Branch: perl
8136           !> makedef.pl
8137 ____________________________________________________________________________
8138 [ 16487] By: nick                                  on 2002/05/08  13:12:47
8139         Log: Avoid pointless re-encode of data in :encoding's read buffer
8140              on a close
8141      Branch: perlio
8142            ! ext/PerlIO/encoding/encoding.xs
8143 ____________________________________________________________________________
8144 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
8145         Log: Integrate #16481 from macperl;
8146              
8147              p4genpatch Mac OS fixes (paths, utime)
8148      Branch: perl
8149           !> Porting/p4genpatch
8150 ____________________________________________________________________________
8151 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
8152         Log: Storable doc tweaks.
8153      Branch: perl
8154            ! ext/Storable/Storable.pm
8155 ____________________________________________________________________________
8156 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
8157         Log: Subject: Re: [PATCH] use base Notexists
8158              From: andreas.koenig@anima.de (Andreas J. Koenig)
8159              Date: Wed, 08 May 2002 15:57:53 +0200
8160              Message-ID: <m34rhi91y6.fsf@anima.de>
8161      Branch: perl
8162            ! lib/base.pm lib/fields.t
8163 ____________________________________________________________________________
8164 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
8165         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
8166              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
8167              Date: Wed, 8 May 2002 10:47:51 +0400
8168              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
8169      Branch: perl
8170            ! t/run/fresh_perl.t
8171 ____________________________________________________________________________
8172 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
8173         Log: Document how even "ASCII" locales can have problems
8174              if \w includes some of the regex metacharacters.
8175      Branch: perl
8176            ! lib/locale.t
8177 ____________________________________________________________________________
8178 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
8179         Log: p4genpatch Mac OS fixes (paths, utime)
8180      Branch: macperl
8181            ! Porting/p4genpatch
8182 ____________________________________________________________________________
8183 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
8184         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
8185              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
8186              Date: Wed, 8 May 2002 10:33:14 +0400
8187              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
8188      Branch: perl
8189            ! ext/File/Glob/bsd_glob.c
8190 ____________________________________________________________________________
8191 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
8192         Log: Skip layer symbols for sfio
8193      Branch: macperl
8194            ! makedef.pl
8195 ____________________________________________________________________________
8196 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
8197         Log: Bump up the Storable $VERSION to 2.0.
8198      Branch: perl
8199            ! ext/Storable/Storable.pm
8200 ____________________________________________________________________________
8201 [ 16477] By: nick                                  on 2002/05/08  06:21:18
8202         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
8203      Branch: perlio
8204           !> (integrate 36 files)
8205 ____________________________________________________________________________
8206 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
8207         Log: Oops, add back
8208      Branch: macperl
8209            + macos/MacPerlTests.cmd
8210 ____________________________________________________________________________
8211 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
8212         Log: Integrate with perl
8213      Branch: macperl
8214           +> Porting/p4genpatch ext/Digest/MD5/README
8215           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
8216           +> ext/threads/shared/semaphore.pm
8217           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
8218           +> t/comp/hints.t vos/compile_full_perl.cm
8219           +> vos/configure_full_perl.sh vos/make_full_perl.sh
8220           +> wince/compile.bat wince/win32io.c
8221            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
8222            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
8223           !> (integrate 206 files)
8224 ____________________________________________________________________________
8225 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
8226         Log: Update README (integrate from macperl)
8227      Branch: maint-5.6/macperl
8228           !> README.macos
8229 ____________________________________________________________________________
8230 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
8231         Log: Various syncs from macperl/ -> maint-5.6/macperl/
8232              File::Copy, File::Spec updates
8233              Test script modifications
8234              pp_require path bugfixes
8235      Branch: maint-5.6/macperl
8236            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
8237            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
8238 ____________________________________________________________________________
8239 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
8240         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
8241      Branch: macperl
8242            ! macos/macperl/MacPerl.podhelp
8243      Branch: maint-5.6/macperl
8244            ! macos/macperl/MacPerl.podhelp
8245 ____________________________________________________________________________
8246 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
8247         Log: Reset Mac::err flag in app, MacPerl Bug #546065
8248      Branch: macperl
8249            ! macos/macperl/MPScript.c
8250      Branch: maint-5.6/macperl
8251            ! macos/macperl/MPScript.c
8252 ____________________________________________________________________________
8253 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
8254         Log: Fix for some module install paths, MacPerl Bug #549611
8255      Branch: macperl
8256            ! macos/macperl/Droplets/installme.plx
8257            ! macos/macperl/Droplets/untarzipme.plx
8258      Branch: maint-5.6/macperl
8259            ! macos/macperl/Droplets/installme.plx
8260            ! macos/macperl/Droplets/untarzipme.plx
8261 ____________________________________________________________________________
8262 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
8263         Log: Stupid Mac::OSA::Simple bugs
8264      Branch: macperl
8265            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
8266      Branch: maint-5.6/macperl
8267            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
8268 ____________________________________________________________________________
8269 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
8270         Log: Various BuildTools fixes, MacPerl Bug #545341
8271      Branch: macperl
8272            ! macos/lib/Mac/BuildTools.pm
8273      Branch: maint-5.6/macperl
8274            ! macos/lib/Mac/BuildTools.pm
8275 ____________________________________________________________________________
8276 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
8277         Log: MM_MacOS has been moved from macos/lib/ to lib/
8278      Branch: macperl
8279            - macos/lib/ExtUtils/MM_MacOS.pm
8280 ____________________________________________________________________________
8281 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
8282         Log: Oops, add Digest::MD5 Makefile.mk back in
8283      Branch: macperl
8284            + macos/bundled_ext/Digest/MD5/Makefile.mk
8285 ____________________________________________________________________________
8286 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
8287         Log: Allow focus of first item, MacPerl Bug #529102
8288      Branch: macperl
8289            ! macos/ext/Mac/Windows/Windows.pm
8290      Branch: maint-5.6/macperl
8291            ! macos/ext/Mac/Windows/Windows.pm
8292 ____________________________________________________________________________
8293 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
8294         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
8295      Branch: macperl
8296            ! macos/lib/Mac/Glue.pm
8297      Branch: maint-5.6/macperl
8298            ! macos/lib/Mac/Glue.pm
8299 ____________________________________________________________________________
8300 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
8301         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
8302      Branch: perl
8303            ! makedef.pl
8304 ____________________________________________________________________________
8305 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
8306         Log: aTHX may be empty
8307      Branch: perl
8308            ! win32/win32.c
8309 ____________________________________________________________________________
8310 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
8311         Log: 5005threads builds again on windows
8312      Branch: perl
8313            ! win32/win32.c win32/win32.h
8314 ____________________________________________________________________________
8315 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
8316         Log: fixes for various warnings identified by Visual C++
8317      Branch: perl
8318            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
8319            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
8320            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
8321            ! win32/config.bc win32/config.gc win32/config.vc
8322            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8323            ! win32/win32.c win32/win32iop.h
8324 ____________________________________________________________________________
8325 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
8326         Log: keep paths consistently slashed on windows
8327      Branch: perl
8328            ! t/harness
8329 ____________________________________________________________________________
8330 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
8331         Log: integrate makefile.mk changes into Makefile
8332      Branch: perl
8333            ! win32/Makefile
8334 ____________________________________________________________________________
8335 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
8336         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
8337              From: Nicholas Clark <nick@unfortu.net>
8338              Date: Tue, 7 May 2002 23:26:01 +0100
8339              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
8340      Branch: perl
8341            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
8342            ! ext/Storable/README ext/Storable/Storable.pm
8343            ! ext/Storable/t/malice.t
8344 ____________________________________________________________________________
8345 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
8346         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
8347              From: Dave Mitchell <davem@fdgroup.com>
8348              Date: Wed, 8 May 2002 00:11:02 +0100
8349              Message-ID: <20020508001102.D4118@fdgroup.com>
8350      Branch: perl
8351            ! pp_hot.c scope.c
8352 ____________________________________________________________________________
8353 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
8354         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
8355              From: Dave Mitchell <davem@fdgroup.com>
8356              Date: Tue, 7 May 2002 23:13:10 +0100
8357              Message-ID: <20020507231310.B4118@fdgroup.com>
8358      Branch: perl
8359            ! pp_hot.c
8360 ____________________________________________________________________________
8361 [ 16454] By: sky                                   on 2002/05/07  21:18:44
8362         Log: Documentation of async
8363      Branch: perl
8364            ! ext/threads/threads.pm
8365 ____________________________________________________________________________
8366 [ 16453] By: sky                                   on 2002/05/07  21:16:28
8367         Log: Documentation added.
8368      Branch: perl
8369            ! ext/threads/shared/semaphore.pm
8370 ____________________________________________________________________________
8371 [ 16452] By: sky                                   on 2002/05/07  21:15:34
8372         Log: Add support for async.
8373      Branch: perl
8374            ! ext/threads/threads.pm
8375 ____________________________________________________________________________
8376 [ 16451] By: sky                                   on 2002/05/07  21:01:47
8377         Log: Add documentation.
8378      Branch: perl
8379            ! ext/threads/shared/queue.pm
8380 ____________________________________________________________________________
8381 [ 16450] By: sky                                   on 2002/05/07  20:24:08
8382         Log: Fix bad assumptions in test case.
8383              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
8384              b) $var++ is not atomic
8385              c) the creating of the string to print and the actuall printing 
8386              could be preempted by another thread
8387      Branch: perl
8388            ! ext/threads/shared/t/queue.t
8389 ____________________________________________________________________________
8390 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
8391         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
8392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8393              Date: Tue, 07 May 2002 19:41:03 +0200
8394              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
8395      Branch: perl
8396            ! makedepend.SH
8397 ____________________________________________________________________________
8398 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
8399         Log: Upgrade to Encode 1.71.
8400      Branch: perl
8401            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8402            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
8403 ____________________________________________________________________________
8404 [ 16447] By: nick                                  on 2002/05/07  18:39:47
8405         Log: Integrate mainline
8406      Branch: perlio
8407           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
8408           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
8409           !> lib/User/pwent.t
8410 ____________________________________________________________________________
8411 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
8412         Log: AUTHORS updates.
8413      Branch: perl
8414            ! AUTHORS
8415 ____________________________________________________________________________
8416 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
8417         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
8418              From: Robin Barker <rmb1@cise.npl.co.uk>
8419              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
8420              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
8421      Branch: perl
8422            ! ext/Encode/Encode.xs
8423 ____________________________________________________________________________
8424 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
8425         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
8426              From: Michael A Chase <mchase@ix.netcom.com>
8427              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
8428              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
8429              
8430              (plus add what POSIX says)
8431      Branch: perl
8432            ! lib/File/Spec/Unix.pm
8433 ____________________________________________________________________________
8434 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
8435         Log: Subject: Re: lib/User/pwent.t on Cygwin
8436              From: John Peacock <jpeacock@rowman.com>
8437              Date: Mon, 06 May 2002 10:14:21 -0400
8438              Message-ID: <3CD68FBD.8020502@rowman.com>
8439      Branch: perl
8440            ! lib/User/pwent.t
8441 ____________________________________________________________________________
8442 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
8443         Log: Subject: [PATCH] Storable (Re: perl@16433)
8444              From: Radu Greab <radu@netsoft.ro>
8445              Date: Tue, 7 May 2002 11:37:03 +0300
8446              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
8447              
8448              Subject: Re: [PATCH] Storable (Re: perl@16433)
8449              From: Radu Greab <radu@netsoft.ro>
8450              Date: Tue, 7 May 2002 12:49:24 +0300
8451              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
8452              
8453              Plug the Storable memory leaks.
8454      Branch: perl
8455            ! ext/Storable/Storable.xs
8456 ____________________________________________________________________________
8457 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
8458         Log: Upgrade to CPAN 1.61.
8459      Branch: perl
8460            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8461 ____________________________________________________________________________
8462 [ 16440] By: nick                                  on 2002/05/07  07:07:58
8463         Log: Integrate mainline
8464      Branch: perlio
8465           +> Porting/p4genpatch vos/compile_full_perl.cm
8466           +> vos/configure_full_perl.sh vos/make_full_perl.sh
8467           +> wince/compile.bat wince/win32io.c
8468            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
8469           !> (integrate 74 files)
8470 ____________________________________________________________________________
8471 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
8472         Log: Document the bad behaviour of for(1..5){$_++}
8473              (it works but it should fail)
8474      Branch: perl
8475            ! pod/perldelta.pod
8476 ____________________________________________________________________________
8477 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
8478         Log: README.ko update from Jungshik Shin.
8479      Branch: perl
8480            ! README.ko
8481 ____________________________________________________________________________
8482 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
8483         Log: Subject: Re: perl@16433
8484              From: Nicholas Clark <nick@unfortu.net>
8485              Date: Tue, 7 May 2002 00:21:46 +0100
8486              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
8487      Branch: perl
8488            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
8489            ! ext/Storable/t/malice.t
8490 ____________________________________________________________________________
8491 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
8492         Log: Subject:  two and a half steps further for WinCE cross-build
8493              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8494              Date: Mon, 6 May 2002 23:54:24 +0400
8495              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
8496      Branch: perl
8497            - wince/config.h
8498            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
8499 ____________________________________________________________________________
8500 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
8501         Log: Detypo.
8502      Branch: perl
8503            ! pod/perldelta.pod
8504 ____________________________________________________________________________
8505 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
8506         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
8507              From: Dave Mitchell <davem@fdgroup.com>
8508              Date: Mon, 6 May 2002 17:17:00 +0100
8509              Message-ID: <20020506171700.A256@fdgroup.com>
8510      Branch: perl
8511            ! pod/perldelta.pod t/op/local.t
8512 ____________________________________________________________________________
8513 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
8514         Log: Update Changes.
8515      Branch: perl
8516            ! Changes patchlevel.h
8517 ____________________________________________________________________________
8518 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
8519         Log: Add a test for #16431, and document Dave's campaign
8520              against localised hash element bugs.
8521      Branch: perl
8522            ! pod/perldelta.pod t/op/tie.t
8523 ____________________________________________________________________________
8524 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
8525         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
8526              From: Dave Mitchell <davem@fdgroup.com>
8527              Date: Sat, 4 May 2002 00:34:18 +0100
8528              Message-ID: <20020504003418.F22026@fdgroup.com>
8529      Branch: perl
8530            ! pp_hot.c t/op/local.t
8531 ____________________________________________________________________________
8532 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
8533         Log: Regen uconfig.h.
8534      Branch: perl
8535            ! uconfig.h
8536 ____________________________________________________________________________
8537 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
8538         Log: Unfortunately AmigaOS has been broken since 11423
8539              and is unlikely to get fixed in time for 5.8.0.
8540      Branch: perl
8541            ! pod/perldelta.pod
8542 ____________________________________________________________________________
8543 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
8544         Log: Ultimate discouragement for the old tools, from Andreas.
8545      Branch: perl
8546            - Porting/p4d2p Porting/p4desc
8547            ! MANIFEST Porting/repository.pod
8548 ____________________________________________________________________________
8549 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
8550         Log: Upgrade to Digest::MD5 2.20.
8551      Branch: perl
8552            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8553            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
8554 ____________________________________________________________________________
8555 [ 16426] By: ams                                   on 2002/05/06  09:48:42
8556         Log: Subject: [Encode] 1.70 released
8557              From: Dan Kogai <dankogai@dan.co.jp>
8558              Date: Mon, 6 May 2002 19:36:15 +0900
8559              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
8560      Branch: perl
8561            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
8562            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
8563            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
8564 ____________________________________________________________________________
8565 [ 16425] By: ams                                   on 2002/05/06  09:40:42
8566         Log: Subject: [PATCH] PerlIO::Via reference
8567              From: Gisle Aas <gisle@ActiveState.com>
8568              Date: 05 May 2002 22:50:23 -0700
8569              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
8570      Branch: perl
8571            ! pod/perliol.pod
8572 ____________________________________________________________________________
8573 [ 16424] By: ams                                   on 2002/05/06  09:37:58
8574         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
8575              From: Brendan O'Dea <bod@debian.org>
8576              Date: Mon, 6 May 2002 14:04:48 +1000
8577              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
8578      Branch: perl
8579            ! lib/Term/Complete.pm
8580 ____________________________________________________________________________
8581 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
8582         Log: p4genpatch: avoid stderr noise during adds
8583      Branch: perl
8584            ! Porting/p4genpatch
8585 ____________________________________________________________________________
8586 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
8587         Log: Subject: [PATCH] Fixup VOS builds of miniperl
8588              From: Paul_GreenVOS@vos.stratus.com
8589              Date: Sun, 5 May 02 23:11 edt
8590              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
8591      Branch: perl
8592            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
8593 ____________________________________________________________________________
8594 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
8595         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
8596              From: Radu Greab <radu@netsoft.ro>
8597              Date: Mon, 6 May 2002 04:23:10 +0300
8598              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
8599      Branch: perl
8600            ! pp_sys.c t/op/exec.t
8601 ____________________________________________________________________________
8602 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
8603         Log: Further comment tweak, to agree with perlxs.pod.
8604      Branch: perl
8605            ! perl.h
8606 ____________________________________________________________________________
8607 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
8608         Log: Subject: [PATCH] Update README.vos and release vos build macros
8609              From: Paul_GreenVOS@vos.stratus.com
8610              Date: Sun, 5 May 02 17:15 edt
8611              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
8612              To: perl5-porters@perl.org
8613      Branch: perl
8614            + vos/compile_full_perl.cm vos/configure_full_perl.sh
8615            + vos/make_full_perl.sh
8616            ! MANIFEST README.vos vos/Changes
8617 ____________________________________________________________________________
8618 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
8619         Log: Retract MM_NW5.pm part of #16371, at the request
8620              of Michael Schwern.
8621      Branch: perl
8622            ! lib/ExtUtils/MM_NW5.pm
8623 ____________________________________________________________________________
8624 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
8625         Log: Comment tweaks.
8626      Branch: perl
8627            ! perl.h
8628 ____________________________________________________________________________
8629 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
8630         Log: a few more p4genpatch fixes:
8631              
8632              don't assume previous revision exists, let p4 compute it from
8633              the one-less-change number instead
8634              
8635              the time part in timestamps were always 00:00:00; fix by
8636              fetching metadata via "p4 fsync" rather than "p4 filelog"
8637              
8638              quote all file names used in external commands to make them
8639              them work when there are spaces in those file names
8640              
8641              looks production worthy now :)
8642      Branch: perl
8643            ! Porting/p4genpatch
8644 ____________________________________________________________________________
8645 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
8646         Log: The #16401 was far from enough, and mostly in a wrong direction.
8647              The right thing to do would be to convert Storable into using
8648              the new MY_CXT scheme (no static data, and memory management
8649              using SVs).
8650      Branch: perl
8651            ! ext/Storable/Storable.xs
8652 ____________________________________________________________________________
8653 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
8654         Log: p4genpatch diffs against depot files from //depot/perl when called
8655              with -b //depot/maint-5.6/perl
8656      Branch: perl
8657            ! Porting/p4genpatch
8658 ____________________________________________________________________________
8659 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
8660         Log: p4genpatch: current directory may not be writable, so don't
8661              create temp files there
8662      Branch: perl
8663            ! Porting/p4genpatch
8664 ____________________________________________________________________________
8665 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
8666         Log: p4genpatch now works on windows
8667      Branch: perl
8668            ! Porting/p4genpatch
8669 ____________________________________________________________________________
8670 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
8671         Log: p4genpatch: tweak from Andreas to strip leading portion of
8672              path specified in -b (so patch can be applied with "patch -p1")
8673      Branch: perl
8674            ! Porting/p4genpatch
8675 ____________________________________________________________________________
8676 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
8677         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
8678              From: PPrymmer@factset.com
8679              Date: Fri, 3 May 2002 14:52:12 -0400
8680              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
8681      Branch: perl
8682            ! t/op/pwent.t
8683 ____________________________________________________________________________
8684 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
8685         Log: Upgrade to Net::Ping 2.17.
8686      Branch: perl
8687            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8688 ____________________________________________________________________________
8689 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
8690         Log: Upgrade to Getopt::Long 2.31.
8691      Branch: perl
8692            ! lib/Getopt/Long.pm
8693 ____________________________________________________________________________
8694 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
8695         Log: Subject: Re: Cross-compiling as of WinCE
8696              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8697              Date: Sat, 4 May 2002 03:49:11 +0400
8698              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
8699      Branch: perl
8700            + wince/compile.bat wince/win32io.c
8701            - wince/perldll.def
8702            ! MANIFEST configpm makedef.pl wince/Makefile.ce
8703            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
8704            ! wince/config_h.PL wince/wince.c
8705 ____________________________________________________________________________
8706 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
8707         Log: The loclibpth is always set by Configure.
8708      Branch: perl
8709            ! hints/dec_osf.sh
8710 ____________________________________________________________________________
8711 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
8712         Log: Subject: Re: [Unicode::Collate] UCA Version number    
8713              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8714              Date: Sun, 05 May 2002 10:07:57 +0900
8715              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
8716      Branch: perl
8717            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8718            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8719 ____________________________________________________________________________
8720 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
8721         Log: Subject: [PATCH sv.c] delete inaccurate comment
8722              From: Dave Mitchell <davem@fdgroup.com>
8723              Date: Fri, 3 May 2002 21:17:00 +0100
8724              Message-ID: <20020503211700.C22026@fdgroup.com>
8725      Branch: perl
8726            ! sv.c
8727 ____________________________________________________________________________
8728 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
8729         Log: Solaris: show what 'that' is.
8730      Branch: perl
8731            ! hints/solaris_2.sh
8732 ____________________________________________________________________________
8733 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
8734         Log: Syntax fix.
8735      Branch: perl
8736            ! t/op/arith.t
8737 ____________________________________________________________________________
8738 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
8739         Log: (retracted by #16415) Storable: try to free what we allocated.
8740      Branch: perl
8741            ! ext/Storable/Storable.xs
8742 ____________________________________________________________________________
8743 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
8744         Log: UNICOS: division is really sloppy.
8745      Branch: perl
8746            ! t/op/arith.t
8747 ____________________________________________________________________________
8748 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
8749         Log: Subject: fix t/io/fs.t for VOS
8750              From: Paul_GreenVOS@vos.stratus.com
8751              Date: Sat, 4 May 02 14:01 edt
8752              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
8753      Branch: perl
8754            ! t/io/fs.t
8755 ____________________________________________________________________________
8756 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
8757         Log: Subject: [Unicode::Collate] UCA Version number
8758              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8759              Date: Sat, 04 May 2002 16:07:07 +0900
8760              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
8761      Branch: perl
8762            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
8763 ____________________________________________________________________________
8764 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
8765         Log: Subject: [PATCH lib/overload.pm] "\"\""
8766              From: Michael G Schwern <schwern@pobox.com>
8767              Date: Sat, 4 May 2002 13:17:44 -0400
8768              Message-ID: <20020504171743.GD640@blackrider>
8769      Branch: perl
8770            ! lib/overload.pm
8771 ____________________________________________________________________________
8772 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
8773         Log: Add the EBCDIC test data to downgrade.t.
8774      Branch: perl
8775            ! ext/Storable/t/downgrade.t
8776 ____________________________________________________________________________
8777 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
8778         Log: EBCDIC tweak.
8779      Branch: perl
8780            ! ext/Storable/t/utf8hash.t
8781 ____________________________________________________________________________
8782 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
8783         Log: Allow p4genpatch to use diff programs other than 'diff'.
8784      Branch: perl
8785            ! Porting/p4genpatch
8786 ____________________________________________________________________________
8787 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
8788         Log: Add p4genpatch from Andreas; obsoletes both
8789              p4d2p and p4desc.
8790      Branch: perl
8791            + Porting/p4genpatch
8792            ! MANIFEST Porting/makerel
8793 ____________________________________________________________________________
8794 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
8795         Log: Upgrade to Encode 1.69.
8796      Branch: perl
8797            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8798            ! ext/Encode/Encode/Makefile_PL.e2x
8799            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
8800            ! ext/Encode/lib/Encode/Guess.pm
8801            ! ext/Encode/lib/Encode/MIME/Header.pm
8802            ! ext/Encode/t/mime-header.t
8803 ____________________________________________________________________________
8804 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
8805         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
8806              From: Dave Mitchell <davem@fdgroup.com>
8807              Date: Sat, 4 May 2002 16:09:26 +0100
8808              Message-ID: <20020504160926.A24990@fdgroup.com>
8809      Branch: perl
8810            ! INSTALL
8811 ____________________________________________________________________________
8812 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
8813         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
8814              From: Nicholas Clark <nick@unfortu.net>
8815              Date: Sat, 4 May 2002 12:38:58 +0100
8816              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
8817      Branch: perl
8818            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8819 ____________________________________________________________________________
8820 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
8821         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
8822              From: Nicholas Clark <nick@unfortu.net>
8823              Date: Sat, 4 May 2002 00:30:43 +0100
8824              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
8825      Branch: perl
8826            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8827 ____________________________________________________________________________
8828 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
8829         Log: Doc tweak from Elizabeth Mattijsen.
8830      Branch: perl
8831            ! pod/perlunicode.pod
8832 ____________________________________________________________________________
8833 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
8834         Log: Subject: [PATCH] channames.pm doc tweaks
8835              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
8836              Date: Sat, 04 May 2002 11:45:18 +0900
8837              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
8838      Branch: perl
8839            ! lib/charnames.pm
8840 ____________________________________________________________________________
8841 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
8842         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
8843              From: Dave Mitchell <davem@fdgroup.com>
8844              Date: Fri, 3 May 2002 23:51:10 +0100
8845              Message-ID: <20020503235110.E22026@fdgroup.com>
8846      Branch: perl
8847            ! pp_hot.c scope.c
8848 ____________________________________________________________________________
8849 [ 16385] By: nick                                  on 2002/05/04  09:29:41
8850         Log: Integrate mainline
8851      Branch: perlio
8852           !> (integrate 47 files)
8853 ____________________________________________________________________________
8854 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
8855         Log: Subject: Re: perl@16307
8856              From: Nicholas Clark <nick@unfortu.net>
8857              Date: Fri, 3 May 2002 21:49:04 +0100
8858              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
8859              
8860              canonical #3 was failing under -Mutf8.
8861      Branch: perl
8862            ! ext/Storable/t/canonical.t
8863 ____________________________________________________________________________
8864 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
8865         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
8866              From: Dave Mitchell <davem@fdgroup.com>
8867              Date: Fri, 3 May 2002 21:12:10 +0100
8868              Message-ID: <20020503211210.B22026@fdgroup.com>
8869      Branch: perl
8870            ! scope.c
8871 ____________________________________________________________________________
8872 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
8873         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
8874              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
8875              Date: Fri, 3 May 2002 20:30:25 +0200
8876              Message-ID: <190109228332.20020503203025@familiehaase.de>
8877      Branch: perl
8878            ! doio.c
8879 ____________________________________________________________________________
8880 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
8881         Log: Subject: t/TestInit.pm - clean up comments
8882              From: Paul_GreenVOS@vos.stratus.com
8883              Date: Fri, 3 May 02 14:51 edt
8884              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
8885      Branch: perl
8886            ! t/TestInit.pm
8887 ____________________________________________________________________________
8888 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
8889         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
8890              From: Dan Kogai <dankogai@dan.co.jp>
8891              Date: Sat, 4 May 2002 01:46:35 +0900
8892              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
8893      Branch: perl
8894            ! ext/Encode/Encode/Makefile_PL.e2x
8895 ____________________________________________________________________________
8896 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
8897         Log: Forgotten test arrangement.
8898      Branch: perl
8899            ! ext/Digest/MD5/t/files.t
8900 ____________________________________________________________________________
8901 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
8902         Log: Comedy of typing errors.
8903      Branch: perl
8904            ! hints/solaris_2.sh
8905 ____________________________________________________________________________
8906 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
8907         Log: Let's try the "no Net:: if no Socket" again.
8908      Branch: perl
8909            ! t/lib/1_compile.t
8910 ____________________________________________________________________________
8911 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
8912         Log: Update Changes.
8913      Branch: perl
8914            ! Changes patchlevel.h
8915 ____________________________________________________________________________
8916 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
8917         Log: Oops.
8918      Branch: perl
8919            ! lib/ExtUtils/MM_BeOS.pm
8920 ____________________________________________________________________________
8921 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
8922         Log: EBCDIC tweak.
8923      Branch: perl
8924            ! ext/Digest/MD5/t/utf8.t
8925 ____________________________________________________________________________
8926 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
8927         Log: Update the EBCDIC MD5 checksums, and automate the process.
8928      Branch: perl
8929            ! ext/Digest/MD5/t/files.t
8930 ____________________________________________________________________________
8931 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
8932         Log: The EBCDIC remapping of the low 256 bites again.
8933      Branch: perl
8934            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
8935            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
8936            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
8937 ____________________________________________________________________________
8938 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
8939         Log: NetWare updates from C Aditya.
8940      Branch: perl
8941            ! lib/ExtUtils/MM_NW5.pm makedef.pl
8942 ____________________________________________________________________________
8943 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
8944         Log: DJGPP updates from Laszlo Molnar.
8945      Branch: perl
8946            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
8947 ____________________________________________________________________________
8948 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
8949         Log: Upgrade to Encode 1.68.
8950      Branch: perl
8951            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8952            ! ext/Encode/lib/Encode/Alias.pm
8953            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8954 ____________________________________________________________________________
8955 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
8956         Log: Integrate perlio:
8957              
8958              [ 16367]
8959              Several of non-default builds now seem to work reasonably well
8960              English.t seems to fail on an errno test, and socketpair blathers
8961              about something.
8962              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8963              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8964              function tables (latter was done in earlier change).
8965              Update comments in Makefile.mk 
8966              
8967              [ 16366]
8968              Finish off 16350 for non-PERLIO build on linux,
8969              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8970              for some slots which now perlsdio.h is targeting.
8971              
8972              [ 16352]
8973              setbuf / setvbuf are not PerlIO_ concepts
8974              
8975              [ 16351]
8976              perl_clone is a threads thing
8977              
8978              [ 16350]
8979              *** EXPERIMENTAL ***
8980              Have perlsdio.h use the iperlsys.h aliases and see
8981              if that helps non-PERLIO IMP_SYS on Win32.
8982              (Miniperl okay on linux).
8983              
8984              [ 16349]
8985              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8986              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8987              - use it in perlio.c
8988              
8989              [ 16347]
8990              More layer syms
8991              
8992              [ 16346]
8993              Use PerlSIO_fdupopen() if not using PerlIO
8994              
8995              [ 16345]
8996              Do not build if not using layers
8997      Branch: perl
8998           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
8999           !> win32/makefile.mk win32/perlhost.h win32/win32.c
9000           !> win32/win32io.c
9001 ____________________________________________________________________________
9002 [ 16367] By: nick                                  on 2002/05/03  07:25:13
9003         Log: Several of non-default builds now seem to work reasonably well
9004              English.t seems to fail on an errno test, and socketpair blathers
9005              about something.
9006              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
9007              back door, and instead have perlsdio.h vector stdio via iperlsys.h
9008              function tables (latter was done in earlier change).
9009              Update comments in Makefile.mk 
9010      Branch: perlio
9011            ! perlio.h win32/makefile.mk win32/win32.c
9012 ____________________________________________________________________________
9013 [ 16366] By: nick                                  on 2002/05/03  07:07:36
9014         Log: Finish off 16350 for non-PERLIO build on linux,
9015              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
9016              for some slots which now perlsdio.h is targeting.
9017      Branch: perlio
9018            ! iperlsys.h
9019 ____________________________________________________________________________
9020 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
9021         Log: If no Socket should not try to test Net::
9022      Branch: perl
9023            ! t/lib/1_compile.t
9024 ____________________________________________________________________________
9025 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
9026         Log: Integrate macperl #16360 and #16363;
9027              
9028              Make op/alarm.t pass
9029              
9030              README.macos update
9031      Branch: perl
9032           !> README.macos t/op/alarm.t
9033 ____________________________________________________________________________
9034 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
9035         Log: README.macos update
9036      Branch: macperl
9037            ! README.macos
9038 ____________________________________________________________________________
9039 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
9040         Log: Config / test updates
9041      Branch: macperl
9042            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
9043            ! macos/Makefile.mk
9044 ____________________________________________________________________________
9045 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
9046         Log: Safe signals for Mac OS
9047      Branch: macperl
9048            ! macos/macish.c macos/macish.h
9049 ____________________________________________________________________________
9050 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
9051         Log: Make op/alarm.t pass
9052      Branch: macperl
9053            ! t/op/alarm.t
9054 ____________________________________________________________________________
9055 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
9056         Log: a tweak to change#13584: need to avoid pad-walking during
9057              global destruction
9058      Branch: maint-5.6/perl
9059            ! op.c
9060 ____________________________________________________________________________
9061 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
9062         Log: Forgot the most important part of #16357.
9063      Branch: perl
9064            ! lib/Unicode/Collate.pm
9065 ____________________________________________________________________________
9066 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
9067         Log: Subject: Unicode::Collate 0.11 Released
9068              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9069              Date: Fri, 03 May 2002 03:19:29 +0900
9070              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
9071      Branch: perl
9072            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
9073            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
9074 ____________________________________________________________________________
9075 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
9076         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
9077              From: Andy Dougherty <doughera@lafayette.edu>
9078              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
9079              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
9080      Branch: perl
9081            ! Makefile.SH ext/util/make_ext
9082 ____________________________________________________________________________
9083 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
9084         Log: Integrate #16353 from macperl;
9085              
9086              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
9087              in test 92 of run/fresh_perl.t on MacOS
9088              
9089              (as pudge rightfully points out, this is voodoo
9090              programming at it best, the real bug is somewhere else,
9091              now we just happened to shake the chicken the right way)
9092      Branch: perl
9093           !> lib/utf8_heavy.pl
9094 ____________________________________________________________________________
9095 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
9096         Log: Subject: Re: Encode, charnames and utf8heavy
9097              From: Dan Kogai <dankogai@dan.co.jp>
9098              Date: Thu, 2 May 2002 00:44:30 +0900
9099              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
9100              
9101              (plus a respective perlunicode tweak)
9102      Branch: perl
9103            ! lib/utf8_heavy.pl pod/perlunicode.pod
9104 ____________________________________________________________________________
9105 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
9106         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
9107              in test 92 of run/fresh_perl.t on MacOS
9108      Branch: macperl
9109            ! lib/utf8_heavy.pl
9110 ____________________________________________________________________________
9111 [ 16352] By: nick                                  on 2002/05/02  17:48:31
9112         Log: setbuf / setvbuf are not PerlIO_ concepts
9113      Branch: perlio
9114            ! XSUB.h
9115 ____________________________________________________________________________
9116 [ 16351] By: nick                                  on 2002/05/02  17:12:21
9117         Log: perl_clone is a threads thing
9118      Branch: perlio
9119            ! makedef.pl
9120 ____________________________________________________________________________
9121 [ 16350] By: nick                                  on 2002/05/02  17:09:43
9122         Log: *** EXPERIMENTAL ***
9123              Have perlsdio.h use the iperlsys.h aliases and see
9124              if that helps non-PERLIO IMP_SYS on Win32.
9125              (Miniperl okay on linux).
9126      Branch: perlio
9127            ! iperlsys.h perlsdio.h
9128 ____________________________________________________________________________
9129 [ 16349] By: nick                                  on 2002/05/02  16:10:15
9130         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
9131              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
9132              - use it in perlio.c
9133      Branch: perlio
9134            ! perlio.c win32/perlhost.h win32/win32.c
9135 ____________________________________________________________________________
9136 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
9137         Log: manual integrate of change#16332 from maint-5.6 branch
9138      Branch: perl
9139            ! mg.c perl.c sv.c util.c
9140 ____________________________________________________________________________
9141 [ 16347] By: nick                                  on 2002/05/02  15:19:59
9142         Log: More layer syms
9143      Branch: perlio
9144            ! makedef.pl
9145 ____________________________________________________________________________
9146 [ 16346] By: nick                                  on 2002/05/02  15:19:20
9147         Log: Use PerlSIO_fdupopen() if not using PerlIO
9148      Branch: perlio
9149            ! perlio.c
9150 ____________________________________________________________________________
9151 [ 16345] By: nick                                  on 2002/05/02  15:18:12
9152         Log: Do not build if not using layers
9153      Branch: perlio
9154            ! win32/win32io.c
9155 ____________________________________________________________________________
9156 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
9157         Log: Upgrade to Encode 1.67.
9158      Branch: perl
9159            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9160            ! ext/Encode/lib/Encode/Guess.pm
9161 ____________________________________________________________________________
9162 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
9163         Log: Integrate perlio:
9164              
9165              [ 16341]
9166              Remove show-stoppers to non-PERLIO Win32 builds
9167              (still not a very good show).
9168      Branch: perl
9169           !> makedef.pl win32/makefile.mk
9170 ____________________________________________________________________________
9171 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
9172         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
9173              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9174              Date: Thu, 02 May 2002 04:22:02 +0100
9175              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
9176      Branch: perl
9177            ! malloc.c
9178 ____________________________________________________________________________
9179 [ 16341] By: nick                                  on 2002/05/02  12:57:23
9180         Log: Remove show-stoppers to non-PERLIO Win32 builds
9181              (still not a very good show).
9182      Branch: perlio
9183            ! makedef.pl win32/makefile.mk
9184 ____________________________________________________________________________
9185 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
9186         Log: Subject: [PATCH] 1/3rd of utf8
9187              From: Nicholas Clark <nick@unfortu.net>
9188              Date: Wed, 1 May 2002 22:58:42 +0100
9189              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
9190      Branch: perl
9191            ! ext/Storable/t/malice.t
9192 ____________________________________________________________________________
9193 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
9194         Log: Integrate #16334 from maint-5.6;
9195              
9196              don't pad $0 with spaces when setting it, use nulls instead (the
9197              spaces show up as a very long line in a ps listing)
9198      Branch: perl
9199           !> mg.c
9200 ____________________________________________________________________________
9201 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
9202         Log: Integrate perlio:
9203              
9204              [ 16335]
9205              Fix the "PerlIO require leak". Snag was that clean_objs
9206              autoloaded DESTROY (needing IO) after known layers had
9207              been freed. Postpone layer list free to PerlIO_cleanup,
9208              rather than PerlIO_destruct. Tweak sequence in perl_destruct
9209              so that sv_undef is immortal till layer list is done with it.
9210      Branch: perl
9211           !> perl.c perlio.c
9212 ____________________________________________________________________________
9213 [ 16337] By: ams                                   on 2002/05/02  08:21:42
9214         Log: Subject: Re: [PATCH] Storable docs
9215              From: Philip Newton <Philip.Newton@gmx.net>
9216              Date: Thu, 02 May 2002 07:58:38 +0200
9217              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
9218              (Applied mostly with tweaks by hand.)
9219      Branch: perl
9220            ! ext/Storable/Storable.pm
9221 ____________________________________________________________________________
9222 [ 16336] By: nick                                  on 2002/05/02  07:59:16
9223         Log: Integrate mainline
9224      Branch: perlio
9225           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
9226           +> ext/Digest/MD5/t/utf8.t
9227            - ext/Digest/MD5/t/aaa.t
9228           !> Configure MANIFEST Makefile.SH config_h.SH
9229           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9230           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
9231           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
9232           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
9233           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
9234           !> lib/Thread.pm util.c
9235 ____________________________________________________________________________
9236 [ 16335] By: nick                                  on 2002/05/02  07:54:51
9237         Log: Fix the "PerlIO require leak". Snag was that clean_objs
9238              autoloaded DESTROY (needing IO) after known layers had
9239              been freed. Postpone layer list free to PerlIO_cleanup,
9240              rather than PerlIO_destruct. Tweak sequence in perl_destruct
9241              so that sv_undef is immortal till layer list is done with it.
9242      Branch: perlio
9243            ! perl.c perlio.c
9244 ____________________________________________________________________________
9245 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
9246         Log: don't pad $0 with spaces when setting it, use nulls instead (the
9247              spaces show up as a very long line in a ps listing)
9248      Branch: maint-5.6/perl
9249            ! mg.c
9250 ____________________________________________________________________________
9251 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
9252         Log: fix yet more race conditions related to fdopen() and dup2():
9253              
9254              fclose() is not thread-safe when two FILE* structures point
9255              to the same underlying fd, as it happens in perl's socket
9256              handles; need to invalidate the fileno slot of one of the
9257              FILE* structures, but unfortunately stdio has no interface
9258              to do this; we can do little else but fiddle with the
9259              FILE* structure directly (yuck! hope this could be done better
9260              under native PerlIO in 5.8)
9261      Branch: maint-5.6/perl
9262            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
9263 ____________________________________________________________________________
9264 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
9265         Log: isolate all environ diddling to the initial interpreter; any
9266              additional interpreters created after the first one cannot
9267              propagate %ENV changes down to the real environment; this
9268              should fix %ENV related races (e.g. multiple threads attempting
9269              to free() environ entries when they run C<%ENV = ()>)
9270      Branch: maint-5.6/perl
9271            ! mg.c perl.c sv.c util.c
9272 ____________________________________________________________________________
9273 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
9274         Log: fix race condition in my_popen(): parent may dup2() into an fd
9275              that got opened by another thread because it closes it
9276              beforehand; instead, let the dup2() itself close the fd
9277      Branch: maint-5.6/perl
9278            ! util.c
9279 ____________________________________________________________________________
9280 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
9281         Log: pipe() IO structures were not fully initialized
9282      Branch: maint-5.6/perl
9283            ! doio.c pp_sys.c
9284 ____________________________________________________________________________
9285 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
9286         Log: fix handle leak in my_popen() if the fork() fails
9287      Branch: maint-5.6/perl
9288            ! util.c
9289 ____________________________________________________________________________
9290 [ 16328] By: nick                                  on 2002/05/02  06:08:22
9291         Log: Integrate mainline
9292      Branch: perlio
9293           +> ext/threads/shared/semaphore.pm
9294           +> ext/threads/shared/t/semaphore.t
9295           !> MANIFEST ext/threads/shared/Makefile.PL
9296           !> ext/threads/shared/t/queue.t
9297 ____________________________________________________________________________
9298 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
9299         Log: Cleanup threads dirs.
9300      Branch: perl
9301            ! Makefile.SH
9302 ____________________________________________________________________________
9303 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
9304         Log: Add the new Digest::MD5 test.
9305      Branch: perl
9306            + ext/Digest/MD5/t/utf8.t
9307            ! MANIFEST
9308 ____________________________________________________________________________
9309 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
9310         Log: New try at the Class::DBI core dump at global cleanup.
9311      Branch: perl
9312            ! gv.h util.c
9313 ____________________________________________________________________________
9314 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
9315         Log: Upgrade to Digest::MD5 2.19.
9316      Branch: perl
9317            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9318            ! ext/Digest/MD5/t/files.t
9319 ____________________________________________________________________________
9320 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
9321         Log: Ooops.  Not everybody does threads.
9322      Branch: perl
9323            ! ext/threads/shared/t/semaphore.t
9324 ____________________________________________________________________________
9325 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
9326         Log: Fix files.t for blead.
9327      Branch: perl
9328            + ext/Digest/MD5/README
9329            ! MANIFEST ext/Digest/MD5/t/files.t
9330 ____________________________________________________________________________
9331 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
9332         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
9333              work yet with blead, my bad.
9334      Branch: perl
9335            + ext/Digest/MD5/t/md5-aaa.t
9336            - ext/Digest/MD5/t/aaa.t
9337            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9338            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
9339            ! ext/Digest/MD5/t/files.t
9340 ____________________________________________________________________________
9341 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
9342         Log: metaconfig unit change for #16319.
9343      Branch: metaconfig/U/perl
9344            ! d_u32align.U
9345 ____________________________________________________________________________
9346 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
9347         Log: Somebody might be compiling a newer Digest::MD5.
9348      Branch: perl
9349            ! Configure config_h.SH
9350 ____________________________________________________________________________
9351 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
9352         Log: Until Arthur fills in semaphore.t.
9353      Branch: perl
9354            ! ext/threads/shared/Makefile.PL
9355            ! ext/threads/shared/t/semaphore.t
9356 ____________________________________________________________________________
9357 [ 16317] By: sky                                   on 2002/05/01  19:36:33
9358         Log: Fix emulation case when loading both Thread and threads::shared
9359              would get awkward.
9360      Branch: perl
9361            ! lib/Thread.pm
9362 ____________________________________________________________________________
9363 [ 16316] By: ams                                   on 2002/05/01  19:35:25
9364         Log: Subject: [PATCH] Storable docs
9365              From: Nicholas Clark <nick@unfortu.net>
9366              Date: Wed, 1 May 2002 20:44:42 +0100
9367              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
9368      Branch: perl
9369            ! ext/Storable/Storable.pm
9370 ____________________________________________________________________________
9371 [ 16315] By: sky                                   on 2002/05/01  19:15:46
9372         Log: Now passes old test case.
9373      Branch: perl
9374            ! ext/threads/shared/semaphore.pm
9375 ____________________________________________________________________________
9376 [ 16314] By: sky                                   on 2002/05/01  19:15:26
9377         Log: Cleanup memory a bit better in some cases.
9378      Branch: perl
9379            ! ext/threads/threads.xs
9380 ____________________________________________________________________________
9381 [ 16313] By: nick                                  on 2002/05/01  18:38:03
9382         Log: Integrate mainline
9383      Branch: perlio
9384           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
9385           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
9386           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
9387           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
9388           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
9389           !> pod/perl.pod pod/perlthrtut.pod toke.c
9390           !> vms/descrip_mms.template vms/perlvms.pod
9391 ____________________________________________________________________________
9392 [ 16312] By: sky                                   on 2002/05/01  18:12:37
9393         Log: Don't forget to add it to the MANIFEST
9394      Branch: perl
9395            + ext/threads/shared/t/semaphore.t
9396            ! MANIFEST
9397 ____________________________________________________________________________
9398 [ 16311] By: sky                                   on 2002/05/01  17:54:19
9399         Log: Add semaphore.pm
9400      Branch: perl
9401            + ext/threads/shared/semaphore.pm
9402 ____________________________________________________________________________
9403 [ 16310] By: sky                                   on 2002/05/01  17:13:57
9404         Log: Fix makefile to put queue.pm correctly, update test script.
9405      Branch: perl
9406            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
9407 ____________________________________________________________________________
9408 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
9409         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
9410              From: Dan Kogai <dankogai@dan.co.jp>
9411              Date: Thu, 2 May 2002 00:14:41 +0900
9412              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
9413      Branch: perl
9414            ! ext/PerlIO/t/fallback.t
9415 ____________________________________________________________________________
9416 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
9417         Log: Encode tweak from Dan Kogai.
9418      Branch: perl
9419            ! ext/Encode/Encode.xs
9420 ____________________________________________________________________________
9421 [ 16307] By: sky                                   on 2002/05/01  13:40:58
9422         Log: Flush directly to avoid erros when running from test harness
9423      Branch: perl
9424            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
9425 ____________________________________________________________________________
9426 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
9427         Log: Update Changes.
9428      Branch: perl
9429            ! Changes patchlevel.h
9430 ____________________________________________________________________________
9431 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
9432         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
9433              From: PPrymmer@factset.com
9434              Date: Wed, 1 May 2002 10:12:53 -0400
9435              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
9436      Branch: perl
9437            ! lib/User/pwent.t
9438 ____________________________________________________________________________
9439 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
9440         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
9441              From: PPrymmer@factset.com
9442              Date: Wed, 1 May 2002 09:54:51 -0400
9443              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
9444      Branch: perl
9445            ! vms/descrip_mms.template
9446 ____________________________________________________________________________
9447 [ 16303] By: sky                                   on 2002/05/01  13:00:57
9448         Log: First attempt at updating perlthrtut for ithreaded threads.pm
9449      Branch: perl
9450            ! pod/perlthrtut.pod
9451 ____________________________________________________________________________
9452 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
9453         Log: Provide the \N{U+HHHH} syntax before we forget.
9454      Branch: perl
9455            ! lib/charnames.pm lib/charnames.t toke.c
9456 ____________________________________________________________________________
9457 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
9458         Log: Subject: Copy-and-Pasto in perl.pod     
9459              From: lupe@lupe-christoph.de (Lupe Christoph)    
9460              Date: Wed, 1 May 2002 13:31:47 +0200
9461              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
9462      Branch: perl
9463            ! pod/perl.pod
9464 ____________________________________________________________________________
9465 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
9466         Log: Upgrade to Encode 1.66.
9467      Branch: perl
9468            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9469            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
9470 ____________________________________________________________________________
9471 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
9472         Log: Integrate perlio:
9473              
9474              [ 16297]
9475              Remove "spurious" (and unnecessary) variables from layer_syms
9476              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
9477              
9478              [ 16296]
9479              perl embed.pl to update global.sym
9480      Branch: perl
9481           !> global.sym makedef.pl
9482 ____________________________________________________________________________
9483 [ 16298] By: ams                                   on 2002/05/01  09:42:27
9484         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
9485              From: Philip Newton <Philip.Newton@gmx.net>
9486              Date: Wed, 01 May 2002 12:41:10 +0200
9487              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
9488      Branch: perl
9489            ! vms/perlvms.pod
9490 ____________________________________________________________________________
9491 [ 16297] By: nick                                  on 2002/05/01  06:50:24
9492         Log: Remove "spurious" (and unnecessary) variables from layer_syms
9493              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
9494      Branch: perlio
9495            ! makedef.pl
9496 ____________________________________________________________________________
9497 [ 16296] By: nick                                  on 2002/05/01  06:21:28
9498         Log: perl embed.pl to update global.sym
9499      Branch: perlio
9500            ! global.sym
9501 ____________________________________________________________________________
9502 [ 16295] By: nick                                  on 2002/05/01  06:16:18
9503         Log: Raw integrate of mainline (global.sym wrong on Win32)
9504      Branch: perlio
9505           +> t/comp/hints.t
9506           !> (integrate 45 files)
9507 ____________________________________________________________________________
9508 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
9509         Log: metaconfig unit change for #16293.
9510      Branch: metaconfig/U/perl
9511            ! bincompat5005.U
9512 ____________________________________________________________________________
9513 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
9514         Log: Try #2 of getting rid of bincompat5005.
9515      Branch: perl
9516            ! Configure NetWare/config_H.wc Porting/Glossary
9517            ! Porting/config.sh Porting/config_H config_h.SH embed.h
9518            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
9519            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
9520            ! wince/config.h wince/config_H.ce
9521 ____________________________________________________________________________
9522 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
9523         Log: metaconfig unit changes for #16291.
9524      Branch: metaconfig
9525            ! U/installdirs/inc_version_list.U
9526      Branch: metaconfig/U/perl
9527            ! bincompat5005.U xs_apiversion.U
9528 ____________________________________________________________________________
9529 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
9530         Log: No bincompat5005.
9531      Branch: perl
9532            ! Configure INSTALL NetWare/config.wc Porting/Glossary
9533            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
9534            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
9535            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
9536            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
9537            ! win32/config.bc win32/config.gc win32/config.vc
9538            ! win32/config.vc64 wince/config.ce
9539 ____________________________________________________________________________
9540 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
9541         Log: Remove sv_setpviv{_,mg}; regen perlapi.
9542      Branch: perl
9543            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
9544 ____________________________________________________________________________
9545 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
9546         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
9547              From: Dave Mitchell <davem@fdgroup.com>
9548              Date: Tue, 30 Apr 2002 23:55:43 +0100
9549              Message-ID: <20020430235543.A27796@fdgroup.com>
9550      Branch: perl
9551            ! sv.c
9552 ____________________________________________________________________________
9553 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
9554         Log: Update to Getopt::Long 2.30.
9555      Branch: perl
9556            ! lib/Getopt/Long.pm
9557 ____________________________________________________________________________
9558 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
9559         Log: Integrate perlio:
9560              
9561              [ 16285]
9562              Attempt at sanity in PerlIO/makedef.pl world:
9563              1. Add comments to what each clump of symbols is for
9564              2. Explicitly export layer syms like I thought they were
9565              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
9566              section.
9567              4. Re-sort perlio.sym
9568      Branch: perl
9569           !> makedef.pl perlio.sym
9570 ____________________________________________________________________________
9571 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
9572         Log: Fix bug id 20020427.004 on %^H.
9573              Add a regression test for %^H.
9574              Change the sort pragma implementation to use a
9575              global variable instead of %^H.
9576      Branch: perl
9577            + t/comp/hints.t
9578            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
9579 ____________________________________________________________________________
9580 [ 16285] By: nick                                  on 2002/04/30  19:00:03
9581         Log: Attempt at sanity in PerlIO/makedef.pl world:
9582              1. Add comments to what each clump of symbols is for
9583              2. Explicitly export layer syms like I thought they were
9584              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
9585              section.
9586              4. Re-sort perlio.sym
9587      Branch: perlio
9588            ! makedef.pl perlio.sym
9589 ____________________________________________________________________________
9590 [ 16284] By: nick                                  on 2002/04/30  18:10:23
9591         Log: Rest of integrate
9592      Branch: perlio
9593           +> lib/ExtUtils/MM_MacOS.pm
9594           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
9595           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
9596           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
9597           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
9598           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9599           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
9600           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
9601           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
9602           !> lib/Test/Harness/t/strap-analyze.t
9603           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
9604           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
9605 ____________________________________________________________________________
9606 [ 16283] By: nick                                  on 2002/04/30  17:53:37
9607         Log: Integrate mailine makedef.pl so I can look at it
9608      Branch: perlio
9609           !> makedef.pl
9610 ____________________________________________________________________________
9611 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
9612         Log: Upgrade to Encode 1.65.
9613      Branch: perl
9614            ! ext/Encode/Changes ext/Encode/Encode.pm
9615            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
9616            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
9617 ____________________________________________________________________________
9618 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
9619         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
9620      Branch: perl
9621            ! makedef.pl
9622 ____________________________________________________________________________
9623 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
9624         Log: NetWare: disable DEBUG/ASSERT for now.
9625      Branch: perl
9626            ! ext/Storable/Storable.xs
9627 ____________________________________________________________________________
9628 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
9629         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
9630              From: Michael G Schwern <schwern@pobox.com>
9631              Date: Tue, 30 Apr 2002 01:05:41 -0400
9632              Message-ID: <20020430050541.GL756@blackrider>
9633      Branch: perl
9634            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
9635            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
9636            ! lib/Test/Harness/t/test-harness.t
9637 ____________________________________________________________________________
9638 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
9639         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
9640              From: Michael G Schwern <schwern@pobox.com>
9641              Date: Tue, 30 Apr 2002 00:24:59 -0400
9642              Message-ID: <20020430042459.GJ756@blackrider>
9643      Branch: perl
9644            + lib/ExtUtils/MM_MacOS.pm
9645            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
9646            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9647            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
9648 ____________________________________________________________________________
9649 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
9650         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
9651              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
9652      Branch: perl
9653            ! util.c
9654 ____________________________________________________________________________
9655 [ 16276] By: ams                                   on 2002/04/30  08:42:32
9656         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
9657              From: "Craig A. Berry" <craigberry@mac.com>
9658              Date: Mon, 29 Apr 2002 23:37:06 -0500
9659              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
9660      Branch: perl
9661            ! t/pod/testp2pt.pl
9662 ____________________________________________________________________________
9663 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
9664         Log: Regen toc.
9665      Branch: perl
9666            ! pod/perltoc.pod
9667 ____________________________________________________________________________
9668 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
9669         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
9670              From: PPrymmer@factset.com
9671              Date: Mon, 29 Apr 2002 17:58:06 -0400
9672              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
9673      Branch: perl
9674            ! vms/perlvms.pod
9675 ____________________________________________________________________________
9676 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
9677         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
9678              from Todd Miller.
9679      Branch: perl
9680            ! hints/openbsd.sh
9681 ____________________________________________________________________________
9682 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
9683         Log: Integrate perlio:
9684              
9685              [ 16270]
9686              Adding Encode::* to .pm creates stash at compile time
9687              which means we need a stronger check on Encode at boot time.
9688      Branch: perl
9689           !> ext/PerlIO/encoding/encoding.pm
9690           !> ext/PerlIO/encoding/encoding.xs
9691 ____________________________________________________________________________
9692 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
9693         Log: OpenBSD hints update from Todd Miller.
9694              
9695              - old versions of OpenBSD don't have 'arch -s'
9696              - OpenBSD 3.1 and higher don't use libdl but users may have
9697              and old libdl on the system so we need to avoid using it.
9698      Branch: perl
9699            ! hints/openbsd.sh
9700 ____________________________________________________________________________
9701 [ 16270] By: nick                                  on 2002/04/29  17:33:38
9702         Log: Adding Encode::* to .pm creates stash at compile time
9703              which means we need a stronger check on Encode at boot time.
9704      Branch: perlio
9705            ! ext/PerlIO/encoding/encoding.pm
9706            ! ext/PerlIO/encoding/encoding.xs
9707 ____________________________________________________________________________
9708 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
9709         Log: Detypo by Ronald Kimball.
9710      Branch: perl
9711            ! pod/perlport.pod
9712 ____________________________________________________________________________
9713 [ 16268] By: nick                                  on 2002/04/29  15:47:00
9714         Log: Integrate mainline
9715      Branch: perlio
9716           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
9717           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
9718           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
9719           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
9720           !> pod/perlfaq2.pod pod/perlfaq3.pod
9721 ____________________________________________________________________________
9722 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
9723         Log: Update Changes.
9724      Branch: perl
9725            ! Changes patchlevel.h
9726 ____________________________________________________________________________
9727 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
9728         Log: MM_NW5 update from C Aditya.
9729      Branch: perl
9730            ! lib/ExtUtils/MM_NW5.pm
9731 ____________________________________________________________________________
9732 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
9733         Log: FAQ sync.
9734      Branch: perl
9735            ! pod/perlfaq2.pod pod/perlfaq3.pod
9736 ____________________________________________________________________________
9737 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
9738         Log: NetBSD hints rewrite from Johnny Lam.
9739      Branch: perl
9740            ! hints/netbsd.sh
9741 ____________________________________________________________________________
9742 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
9743         Log: Upgrade to Encode 1.64.
9744      Branch: perl
9745            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9746            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
9747 ____________________________________________________________________________
9748 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
9749         Log: Subject: [Unicode::Normalize] mkheader tweak
9750              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9751              Date: Mon, 29 Apr 2002 12:58:01 +0900
9752              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
9753      Branch: perl
9754            ! ext/Unicode/Normalize/mkheader
9755 ____________________________________________________________________________
9756 [ 16261] By: nick                                  on 2002/04/29  06:29:48
9757         Log: Integrate mainline
9758      Branch: perlio
9759            - macos/MacPerlTests.cmd macos/xsubpp.patch
9760           !> (integrate 40 files)
9761 ____________________________________________________________________________
9762 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
9763         Log: Upgrade to Unicode::Normalize 0.76,
9764              from SADAHIRO Tomoyuki.
9765      Branch: perl
9766            ! ext/Unicode/Normalize/Changes
9767            ! ext/Unicode/Normalize/Normalize.pm
9768            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
9769            ! ext/Unicode/Normalize/t/func.t
9770 ____________________________________________________________________________
9771 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
9772         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
9773              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
9774              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
9775              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
9776      Branch: perl
9777            ! pod/perlport.pod
9778 ____________________________________________________________________________
9779 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
9780         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
9781              the basic and list tests started hanging).
9782      Branch: perl
9783            ! ext/threads/t/basic.t ext/threads/t/list.t
9784            ! ext/threads/t/thread.t
9785 ____________________________________________________________________________
9786 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
9787         Log: Integrate #16254 from macperl;
9788              
9789              Fix most tests on MacOS (not yet ext/ or /lib)
9790      Branch: perl
9791           !> (integrate 30 files)
9792 ____________________________________________________________________________
9793 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
9794         Log: As requested by pudge.
9795      Branch: perl
9796            - macos/MacPerlTests.cmd macos/xsubpp.patch
9797            ! MANIFEST
9798 ____________________________________________________________________________
9799 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
9800         Log: Integrate perl
9801      Branch: macperl
9802           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
9803           +> wince/cecopy-lib.pl wince/comp.pl
9804           !> (integrate 38 files)
9805 ____________________________________________________________________________
9806 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
9807         Log: Fix most tests on MacOS (not yet ext/ or /lib)
9808      Branch: macperl
9809            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
9810            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
9811            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
9812            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
9813            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
9814            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
9815            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
9816            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
9817 ____________________________________________________________________________
9818 [ 16253] By: nick                                  on 2002/04/28  19:10:50
9819         Log: Integrate mainline
9820      Branch: perlio
9821           +> wince/cecopy-lib.pl wince/comp.pl
9822           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
9823           !> ext/threads/t/basic.t ext/threads/t/list.t
9824           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
9825           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
9826           !> wince/win32.h wince/wince.c
9827 ____________________________________________________________________________
9828 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
9829         Log: More configuration/build changes
9830      Branch: macperl
9831            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
9832            ! macos/Makefile.mk macos/config.h macos/config.sh
9833            ! macos/macish.h
9834 ____________________________________________________________________________
9835 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
9836         Log: Subject: WinCE many fixes
9837              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9838              Date: Sun, 28 Apr 2002 21:54:31 +0400
9839              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
9840      Branch: perl
9841            + wince/cecopy-lib.pl wince/comp.pl
9842            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
9843            ! wince/config_h.PL wince/perldll.def wince/win32.h
9844            ! wince/wince.c
9845 ____________________________________________________________________________
9846 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
9847         Log: Retract the cond.t part of #16249 since the nature
9848              of the test changed.
9849      Branch: perl
9850            ! ext/threads/shared/t/cond.t
9851 ____________________________________________________________________________
9852 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
9853         Log: (retracted by #16258)
9854              
9855              Fix thread tests not to depend on sleep() as
9856              a scheduling aid.  In two tests (basic and list)
9857              I had to change from sleep() hack to another hack...
9858              basically, using the filesystem as a semaphore.
9859              The assumption made is that rmdir() is atomic.
9860              (The sleep() scheduling assumption broke with the
9861              GNU pth in NetBSD.)
9862              
9863              (the cond.t part retracted by #16250)
9864      Branch: perl
9865            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
9866            ! ext/threads/t/list.t ext/threads/t/thread.t
9867 ____________________________________________________________________________
9868 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
9869         Log: Be tidy.
9870      Branch: perl
9871            ! ext/PerlIO/t/fallback.t
9872 ____________________________________________________________________________
9873 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
9874         Log: Integrate perlio:
9875              
9876              [ 16246]
9877              Have :encoding() default to perlqq style fallbacks.
9878              Add test for that.
9879              
9880              [ 16245]
9881              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9882              as gate on layer tests which fail on -Dusesfio
9883              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9884              
9885              [ 16244]
9886              Builds under -Uuseperlio
9887              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9888      Branch: perl
9889           +> ext/PerlIO/t/fallback.t
9890           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
9891           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
9892           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
9893           !> t/io/binmode.t t/io/crlf.t
9894 ____________________________________________________________________________
9895 [ 16246] By: nick                                  on 2002/04/28  10:08:05
9896         Log: Have :encoding() default to perlqq style fallbacks.
9897              Add test for that.
9898      Branch: perlio
9899            + ext/PerlIO/t/fallback.t
9900            ! MANIFEST ext/PerlIO/encoding/encoding.pm
9901            ! ext/PerlIO/encoding/encoding.xs
9902 ____________________________________________________________________________
9903 [ 16245] By: nick                                  on 2002/04/28  08:57:54
9904         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9905              as gate on layer tests which fail on -Dusesfio
9906              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9907      Branch: perlio
9908            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
9909            ! t/io/crlf.t
9910 ____________________________________________________________________________
9911 [ 16244] By: nick                                  on 2002/04/28  08:22:07
9912         Log: Builds under -Uuseperlio
9913              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9914      Branch: perlio
9915            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
9916 ____________________________________________________________________________
9917 [ 16243] By: nick                                  on 2002/04/28  07:19:01
9918         Log: Integrate mainline
9919      Branch: perlio
9920           +> ext/threads/t/list.t
9921           !> (integrate 40 files)
9922 ____________________________________________________________________________
9923 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
9924         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
9925      Branch: perl
9926            ! hints/netbsd.sh
9927 ____________________________________________________________________________
9928 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
9929         Log: Plan better.
9930      Branch: perl
9931            ! t/io/fs.t
9932 ____________________________________________________________________________
9933 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
9934         Log: No trunc worries.
9935      Branch: perl
9936            ! pod/perldelta.pod
9937 ____________________________________________________________________________
9938 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
9939         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
9940              From: Michael G Schwern <schwern@pobox.com>
9941              Date: Sat, 27 Apr 2002 23:20:19 -0400
9942              Message-ID: <20020428032019.GF1821@blackrider>
9943      Branch: perl
9944            ! pod/perlfunc.pod t/io/fs.t
9945 ____________________________________________________________________________
9946 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
9947         Log: More valgrind findings: e.g. t/op/utfhash.t.
9948      Branch: perl
9949            ! hv.c
9950 ____________________________________________________________________________
9951 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
9952         Log: Unused variables now that "did you use incorrect case" is gone;
9953              and valgrind claims that the savepvn() in utilize() leaks in e.g.
9954              lib/blib.t.
9955      Branch: perl
9956            ! op.c
9957 ____________________________________________________________________________
9958 [ 16236] By: sky                                   on 2002/04/28  00:15:45
9959         Log: Added test cases and fixed some obvious things.
9960      Branch: perl
9961            + ext/threads/t/list.t
9962            ! MANIFEST ext/threads/threads.xs
9963 ____________________________________________________________________________
9964 [ 16235] By: sky                                   on 2002/04/27  23:50:11
9965         Log: Removed last traces of autodetach.
9966              Added list() methid.
9967              Changed documentation.
9968      Branch: perl
9969            ! ext/threads/threads.pm ext/threads/threads.xs
9970 ____________________________________________________________________________
9971 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
9972         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
9973              From: Jerrad Pierce <belg4mit@MIT.EDU>
9974              Date: Sat, 27 Apr 2002 19:14:17 -0400
9975              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
9976      Branch: perl
9977            ! lib/FileCache.pm
9978 ____________________________________________________________________________
9979 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
9980         Log: More NetBSD patches from Johnny Lam.
9981              
9982              Remove the need for a $prefix setting that was added in the
9983              previous patch I sent.     Also add the proper rpath options
9984              to the linker flags depending on whether we're on a ELF or
9985              a.out platform.     These were tested both in a non-pkgsrc and
9986              pkgsrc build.
9987              
9988              Append to $libs instead of overwriting its value.  This was
9989              causing $(LDLOADLIBS) to not get added to the dynamic_libs
9990              link command on NetBSD systems and was the cause of the GDBM
9991              problems reported.  Also use '$(LDLOADLIBS)' instead of
9992              expanding its value so that it is more easily overridden in
9993              the Makefile by "make all LDLOADLIBS=...".
9994              
9995              Remove "-L/usr/local/lib" because the location of libgdbm.so
9996              is already added during the Configure process, and this
9997              spurious addition may cause the wrong libgdbm.so to be linked
9998              against as a result.
9999      Branch: perl
10000            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
10001            ! lib/ExtUtils/MM_Unix.pm
10002 ____________________________________________________________________________
10003 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
10004         Log: More VC5-induced casting found by Nikola Knezevic.
10005      Branch: perl
10006            ! av.c hv.c mg.c sv.c
10007 ____________________________________________________________________________
10008 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
10009         Log: More U32 regflags.
10010      Branch: perl
10011            ! op.h regcomp.c thrdvar.h
10012 ____________________________________________________________________________
10013 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
10014         Log: Integrate from bleadperl
10015      Branch: macperl
10016           +> ext/Encode/lib/Encode/Guess.pm
10017           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
10018           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
10019           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
10020           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
10021           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
10022           +> lib/ExtUtils/t/zz_cleanup_dummy.t
10023           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
10024           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
10025           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
10026           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
10027            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10028            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10029            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10030            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10031            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10032            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10033            - t/op/system_tests
10034           !> (integrate 133 files)
10035 ____________________________________________________________________________
10036 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
10037         Log: Retract #16195 since it seems to be unnecessary.
10038      Branch: perl
10039            ! lib/ExtUtils/MM_Unix.pm
10040 ____________________________________________________________________________
10041 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
10042         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
10043              From: "Craig A. Berry" <craigberry@mac.com>
10044              Date: Sat, 27 Apr 2002 15:11:31 -0500
10045              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
10046      Branch: perl
10047            ! vms/descrip_mms.template
10048 ____________________________________________________________________________
10049 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
10050         Log: Some more known open() modes.
10051      Branch: perl
10052            ! pod/perldiag.pod
10053 ____________________________________________________________________________
10054 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
10055         Log: Upgrade to Encode 1.63.
10056      Branch: perl
10057            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10058            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
10059            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
10060            ! ext/Encode/lib/Encode/Encoding.pm
10061            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
10062            ! ext/Encode/lib/Encode/JP/JIS7.pm
10063            ! ext/Encode/lib/Encode/KR/2022_KR.pm
10064            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
10065 ____________________________________________________________________________
10066 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
10067         Log: Update Changes.
10068      Branch: perl
10069            ! Changes patchlevel.h
10070 ____________________________________________________________________________
10071 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
10072         Log: Integrate perlio:
10073              
10074              [ 16221]
10075              Correct which var is nulled, stack movement protection.
10076      Branch: perl
10077           !> ext/PerlIO/encoding/encoding.xs
10078 ____________________________________________________________________________
10079 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
10080         Log: Subject: PATCH t/TEST
10081              From: Mark-Jason Dominus <mjd@plover.com>
10082              Date: Sat, 27 Apr 2002 14:06:56 -0400
10083              Message-ID: <20020427180656.5422.qmail@plover.com>
10084      Branch: perl
10085            ! t/TEST
10086 ____________________________________________________________________________
10087 [ 16222] By: sky                                   on 2002/04/27  17:00:29
10088         Log: Ahem, look another way.
10089      Branch: perl
10090            ! ext/threads/shared/t/queue.t
10091 ____________________________________________________________________________
10092 [ 16221] By: nick                                  on 2002/04/27  16:34:48
10093         Log: Correct which var is nulled, stack movement protection.
10094      Branch: perlio
10095            ! ext/PerlIO/encoding/encoding.xs
10096 ____________________________________________________________________________
10097 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
10098         Log: Integrate perlio:
10099              
10100              [ 16216]
10101              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
10102              - if encoding loads Encode then stack grows.
10103              - pp_binmode was not allowing for that to happen
10104              - added PUTBACK/SPAGAIN.
10105      Branch: perl
10106           !> pp_sys.c
10107 ____________________________________________________________________________
10108 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
10109         Log: First half of NetBSD patch-ai, from Johnny Lam:
10110              
10111              The first part removes "installman" and "installhtml" from the
10112              .PHONY target, which was causing problems during installation.
10113              
10114              (the installman and installhtml are not phony targets,
10115              they are real files)
10116      Branch: perl
10117            ! Makefile.SH
10118 ____________________________________________________________________________
10119 [ 16218] By: nick                                  on 2002/04/27  16:22:40
10120         Log: Integrate mainline
10121      Branch: perlio
10122           +> ext/threads/shared/t/cond.t
10123           !> MANIFEST ext/threads/shared/shared.xs
10124           !> ext/threads/shared/t/queue.t
10125 ____________________________________________________________________________
10126 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
10127         Log: NetBSD patch-ab from Johnny Lam:
10128              
10129              Some tweaks to the NetBSD hints file to make the Configure
10130              process more useful when not building from pkgsrc.  This file
10131              will definitely need to change again when the 1.6 release of
10132              NetBSD comes out, but I'll handle the changes at the later
10133              date.
10134      Branch: perl
10135            ! hints/netbsd.sh
10136 ____________________________________________________________________________
10137 [ 16216] By: nick                                  on 2002/04/27  16:19:21
10138         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
10139              - if encoding loads Encode then stack grows.
10140              - pp_binmode was not allowing for that to happen
10141              - added PUTBACK/SPAGAIN.
10142      Branch: perlio
10143            ! pp_sys.c
10144 ____________________________________________________________________________
10145 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
10146         Log: Integrate perlio:
10147              
10148              [ 16211]
10149              Re-instate $PerlIO::encoding::check at boot.
10150              (Retaining Dan's XS side require though I don't see need.)
10151              
10152              [ 16207]
10153              Fix fd leak on Via(bogus).
10154              Finish implementing PerlIOVia_open().
10155              Export more guts of PerlIO_* so Via_open() can work.
10156              Fix various PerlIO_allocate() features exposed by above.
10157              
10158              [ 16027]
10159              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
10160              and change test not to skip them.
10161              
10162              [ 16023]
10163              Some tweaks for encodings which need lines.
10164              Also disabled trial of using fallbacks.
10165              
10166              [ 16022]
10167              Various tweaks to Encode
10168      Branch: perl
10169           !> embed.fnc ext/PerlIO/Via/Via.xs
10170           !> ext/PerlIO/encoding/encoding.pm
10171           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
10172           !> perlio.c perlio.h perliol.h
10173 ____________________________________________________________________________
10174 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
10175         Log: Upgrade to Encode 1.62.
10176      Branch: perl
10177            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10178 ____________________________________________________________________________
10179 [ 16213] By: ams                                   on 2002/04/27  15:38:50
10180         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
10181              From: Philip Newton <Philip.Newton@gmx.net>
10182              Date: Sat, 27 Apr 2002 08:51:30 +0200
10183              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
10184              
10185              Subject: Re: Change 16183: Stop being coy.
10186              From: Philip Newton <Philip.Newton@gmx.net>
10187              Date: Sat, 27 Apr 2002 08:52:13 +0200
10188              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
10189      Branch: perl
10190            ! INSTALL pod/perldelta.pod
10191 ____________________________________________________________________________
10192 [ 16212] By: sky                                   on 2002/04/27  13:54:46
10193         Log: Add test numbers to make "make test" happy. Order is irrelevant
10194              but number of oks is not.
10195      Branch: perl
10196            ! ext/threads/shared/t/queue.t
10197 ____________________________________________________________________________
10198 [ 16211] By: nick                                  on 2002/04/27  13:29:55
10199         Log: Re-instate $PerlIO::encoding::check at boot.
10200              (Retaining Dan's XS side require though I don't see need.)
10201      Branch: perlio
10202            ! ext/PerlIO/encoding/encoding.pm
10203            ! ext/PerlIO/encoding/encoding.xs
10204 ____________________________________________________________________________
10205 [ 16210] By: sky                                   on 2002/04/27  12:56:44
10206         Log: Fixed race condtions and deadlocks in interaction with 
10207              cond_wait/cond_signal and lock.
10208              Now we wait for a lock to gie up if we return from COND_WAIT
10209              and we are still locked. We also notifiers potential 
10210              lockers that it is free for locking when we go into COND_WAIT.
10211      Branch: perl
10212            + ext/threads/shared/t/cond.t
10213            ! MANIFEST ext/threads/shared/shared.xs
10214            ! ext/threads/shared/t/queue.t
10215 ____________________________________________________________________________
10216 [ 16209] By: nick                                  on 2002/04/27  12:32:41
10217         Log: Integrate mainline
10218      Branch: perlio
10219           +> t/win32/system_tests
10220            - t/op/system_tests
10221           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
10222           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
10223           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
10224           !> t/lib/warnings/pp_hot t/win32/system.t
10225 ____________________________________________________________________________
10226 [ 16208] By: sky                                   on 2002/04/27  11:46:53
10227         Log: Saving locks after we set it to 0 was kind of pointless.
10228              Hunting down fixes in cond_* functions.
10229      Branch: perl
10230            ! ext/threads/shared/shared.xs
10231 ____________________________________________________________________________
10232 [ 16207] By: nick                                  on 2002/04/27  10:12:00
10233         Log: Fix fd leak on Via(bogus).
10234              Finish implementing PerlIOVia_open().
10235              Export more guts of PerlIO_* so Via_open() can work.
10236              Fix various PerlIO_allocate() features exposed by above.
10237      Branch: perlio
10238            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
10239            ! perlio.h perliol.h
10240 ____________________________________________________________________________
10241 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
10242         Log: NetBSD and OpenBSD cannot do comments at #! line
10243              (or long #! lines?)
10244      Branch: perl
10245            ! t/japh/abigail.t
10246 ____________________________________________________________________________
10247 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
10248         Log: Add taint rethink to the todo list.
10249      Branch: perl
10250            ! pod/perltodo.pod
10251 ____________________________________________________________________________
10252 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
10253         Log: Integrate changes #16199 and #16201 from macperl;
10254              
10255              Time::Local compatibility patches, from Graham
10256              
10257              MacPerl require() portability patches
10258      Branch: perl
10259           !> lib/Time/Local.pm pp_ctl.c
10260 ____________________________________________________________________________
10261 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
10262         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
10263              From: Nicholas Clark <nick@unfortu.net>
10264              Date: Fri, 26 Apr 2002 23:27:23 +0100
10265              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
10266      Branch: perl
10267            ! t/lib/warnings/pp_hot
10268 ____________________________________________________________________________
10269 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
10270         Log: Working on MacPerl tests
10271      Branch: macperl
10272            ! macos/MacPerlTests.cmd
10273 ____________________________________________________________________________
10274 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
10275         Log: MacPerl require() portability patches
10276      Branch: macperl
10277            ! pp_ctl.c
10278 ____________________________________________________________________________
10279 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
10280         Log: Fix a few MacPerl_CanonDir() problems
10281      Branch: macperl
10282            ! macos/macish.c macos/macish.h
10283 ____________________________________________________________________________
10284 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
10285         Log: Time::Local compatibility patches, from Graham
10286      Branch: macperl
10287            ! lib/Time/Local.pm
10288 ____________________________________________________________________________
10289 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
10290         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
10291              From: Simon Cozens <simon@netthink.co.uk>
10292              Date: Fri, 26 Apr 2002 21:58:21 +0100
10293              Message-ID: <20020426205821.GB5855@netthink.co.uk>
10294      Branch: perl
10295            ! ext/Time/HiRes/HiRes.pm
10296 ____________________________________________________________________________
10297 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
10298         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
10299              to know about it always (not just when using the pth).
10300      Branch: perl
10301            ! hints/netbsd.sh
10302 ____________________________________________________________________________
10303 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
10304         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
10305      Branch: perl
10306            ! ext/Digest/MD5/t/files.t
10307 ____________________________________________________________________________
10308 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
10309         Log: (retracted by #16229)
10310              Subject: FIXIN problem under Win32
10311              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10312              Date: Thu, 25 Apr 2002 23:03:31 +0200
10313              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
10314      Branch: perl
10315            ! lib/ExtUtils/MM_Unix.pm
10316 ____________________________________________________________________________
10317 [ 16194] By: nick                                  on 2002/04/26  17:36:16
10318         Log: Integrate mainline
10319      Branch: perlio
10320           +> ext/Encode/lib/Encode/Guess.pm
10321           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
10322           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
10323           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
10324           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
10325           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
10326           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
10327           +> t/lib/sample-tests/die_last_minute
10328           !> (integrate 94 files)
10329 ____________________________________________________________________________
10330 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
10331         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
10332              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10333              Date: Fri, 26 Apr 2002 15:38:16 +0200
10334              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
10335      Branch: perl
10336            + t/win32/system_tests
10337            - t/op/system_tests
10338            ! MANIFEST t/win32/system.t
10339 ____________________________________________________________________________
10340 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
10341         Log: Mention explicitly the NetBSD + pth combination.
10342      Branch: perl
10343            ! pod/perldelta.pod
10344 ____________________________________________________________________________
10345 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
10346         Log: Subject: [PATCH] Fix email address.
10347              From: Abigail <abigail@foad.org>
10348              Date: Fri, 26 Apr 2002 18:03:11 +0200
10349              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
10350      Branch: perl
10351            ! t/japh/abigail.t
10352 ____________________________________________________________________________
10353 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
10354         Log: NetWare update from C Aditya.
10355      Branch: perl
10356            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
10357            ! lib/ExtUtils/MM_Unix.pm
10358 ____________________________________________________________________________
10359 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
10360         Log: Subject: [PATCH vms/test.com] use t/TEST
10361              From: "Craig A. Berry" <craigberry@mac.com>
10362              Date: Fri, 26 Apr 2002 09:34:46 -0500
10363              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
10364      Branch: perl
10365            ! vms/test.com
10366 ____________________________________________________________________________
10367 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
10368         Log: Update Changes.
10369      Branch: perl
10370            ! Changes patchlevel.h
10371 ____________________________________________________________________________
10372 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
10373         Log: Subject: [Encode] s/=over2/=over 2/g
10374              From: Dan Kogai <dankogai@dan.co.jp>
10375              Date: Fri, 26 Apr 2002 14:57:09 +0900
10376              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
10377      Branch: perl
10378            ! ext/Encode/Encode.pm
10379 ____________________________________________________________________________
10380 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
10381         Log: Use temp int variable in the W*() since direct casting
10382              to either an int or an IV would not be right.
10383      Branch: perl
10384            ! ext/POSIX/POSIX.xs
10385 ____________________________________________________________________________
10386 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
10387         Log: The #16182 radiates U32ness.
10388      Branch: perl
10389            ! embed.fnc embed.h proto.h regcomp.c toke.c
10390 ____________________________________________________________________________
10391 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
10392         Log: Subject: t/TEST ported to VMS
10393              From: "Craig A. Berry" <craigberry@mac.com>
10394              Date: Fri, 26 Apr 2002 00:13:31 -0500
10395              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
10396      Branch: perl
10397            ! t/TEST
10398 ____________________________________________________________________________
10399 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
10400         Log: Stop being coy.
10401      Branch: perl
10402            ! pod/perldelta.pod
10403 ____________________________________________________________________________
10404 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
10405         Log: Subject: Re: binary compatibility
10406              From: Mark-Jason Dominus <mjd@plover.com>
10407              Date: Wed, 24 Apr 2002 17:35:07 -0400
10408              Message-ID: <20020424213507.7846.qmail@plover.com>
10409      Branch: perl
10410            ! op.h
10411 ____________________________________________________________________________
10412 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
10413         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
10414              allocating half of the retstack!)
10415      Branch: perl
10416            ! README.win32 sv.c
10417 ____________________________________________________________________________
10418 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
10419         Log: temporary variable not wide enough to hold all the bits in
10420              op->op_targ
10421      Branch: perl
10422            ! op.c
10423 ____________________________________________________________________________
10424 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
10425         Log: Add an idea/question from Damian. 
10426      Branch: perl
10427            ! pod/perltodo.pod
10428 ____________________________________________________________________________
10429 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
10430         Log: build missing utilities on windows; clean stray files
10431      Branch: perl
10432            ! win32/Makefile win32/makefile.mk
10433 ____________________________________________________________________________
10434 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
10435         Log: Upgrade to Encode 1.61, from Dan Kogai.
10436      Branch: perl
10437            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
10438            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
10439            ! ext/Encode/lib/Encode/Guess.pm
10440            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
10441            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
10442            ! ext/Encode/t/mime-header.t
10443 ____________________________________________________________________________
10444 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
10445         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
10446              From: andreas.koenig@anima.de (Andreas J. Koenig)
10447              Date: Tue, 23 Apr 2002 04:40:42 +0200      
10448              Message-ID: <m37kmzi1cl.fsf@anima.de>
10449      Branch: perl
10450            ! pod/perluniintro.pod
10451 ____________________________________________________________________________
10452 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
10453         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
10454              platform needs to fill in the other branch here)
10455      Branch: perl
10456            ! ext/Digest/MD5/t/files.t
10457 ____________________________________________________________________________
10458 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
10459         Log: MANIFEST is needlessly held open for entire duration of "make test"
10460      Branch: perl
10461            ! t/TEST t/harness
10462 ____________________________________________________________________________
10463 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
10464         Log: various signed/unsigned mismatch nits
10465      Branch: perl
10466            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
10467            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10468            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
10469            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
10470            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
10471            ! ext/Time/HiRes/HiRes.xs regcomp.c
10472 ____________________________________________________________________________
10473 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
10474         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
10475              From: Nicholas Clark <nick@unfortu.net>
10476              Date: Thu, 25 Apr 2002 22:41:57 +0100
10477              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
10478      Branch: perl
10479            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
10480            + ext/Storable/t/make_downgrade.pl
10481            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
10482            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
10483            ! ext/Storable/t/utf8hash.t
10484 ____________________________________________________________________________
10485 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
10486         Log: Extra guidance for JAPH debuggers.
10487      Branch: perl
10488            ! t/japh/abigail.t
10489 ____________________________________________________________________________
10490 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
10491         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
10492              From: Paul_GreenVOS@vos.stratus.com
10493              Date: Wed, 24 Apr 02 18:27 edt
10494              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
10495      Branch: perl
10496            ! vos/vos.c
10497 ____________________________________________________________________________
10498 [ 16169] By: ams                                   on 2002/04/25  20:33:35
10499         Log: Subject: [PATCH] don't build B/C twice on VMS
10500              From: "Craig A. Berry" <craigberry@mac.com>
10501              Date: Thu, 25 Apr 2002 16:00:57 -0500
10502              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
10503      Branch: perl
10504            ! configure.com
10505 ____________________________________________________________________________
10506 [ 16168] By: ams                                   on 2002/04/25  20:31:19
10507         Log: Subject: Re: POSIX::WEXITSTATUS broken again
10508              From: Andy Dougherty <doughera@lafayette.edu>
10509              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
10510              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
10511      Branch: perl
10512            ! ext/POSIX/POSIX.xs
10513 ____________________________________________________________________________
10514 [ 16167] By: ams                                   on 2002/04/25  19:49:09
10515         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
10516              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10517              Date: Thu, 25 Apr 2002 13:39:35 -0700
10518              Message-Id: <HmGy8gzkguHW092yn@efn.org>
10519      Branch: perl
10520            ! t/harness
10521 ____________________________________________________________________________
10522 [ 16166] By: ams                                   on 2002/04/25  19:43:06
10523         Log: $fh->close(); print $fh "foo" would segfault under -w in
10524              report_evil_fh() because $fh doesn't have a name.
10525      Branch: perl
10526            ! util.c
10527 ____________________________________________________________________________
10528 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
10529         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
10530              being found properly
10531      Branch: perl
10532            ! ext/Cwd/t/cwd.t
10533 ____________________________________________________________________________
10534 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
10535         Log: Brace yourself from Craig Berry to keep older compilers happy.
10536      Branch: perl
10537            ! vms/vms.c
10538 ____________________________________________________________________________
10539 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
10540         Log: More %{} overload tests.
10541      Branch: perl
10542            ! lib/overload.t
10543 ____________________________________________________________________________
10544 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
10545         Log: some extension builds need to find pl2bat.bat on windows
10546      Branch: perl
10547            ! win32/buildext.pl
10548 ____________________________________________________________________________
10549 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
10550         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
10551              From: "Craig A. Berry" <craigberry@mac.com>
10552              Date: Thu, 25 Apr 2002 12:30:06 -0500
10553              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
10554      Branch: perl
10555            ! lib/ExtUtils/MM_VMS.pm
10556 ____________________________________________________________________________
10557 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
10558         Log: windows build fails if there is no perlglob.exe in the PATH
10559      Branch: perl
10560            ! win32/buildext.pl
10561 ____________________________________________________________________________
10562 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
10563         Log: Mysterious setlocale() core dump in ancient Solaris
10564              found by Merijn Broeren.  Doesn't look like Perl's fault.
10565      Branch: perl
10566            ! pod/perldelta.pod
10567 ____________________________________________________________________________
10568 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
10569         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
10570              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
10571              Date: Thu, 25 Apr 2002 17:35:23 +0200
10572              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
10573      Branch: perl
10574            ! pp_ctl.c
10575 ____________________________________________________________________________
10576 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
10577         Log: Subject: [PATCH] pp_ctl.c:pp_require
10578              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
10579              Date: Thu, 25 Apr 2002 16:01:14 +0200
10580              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
10581      Branch: perl
10582            ! pp_ctl.c
10583 ____________________________________________________________________________
10584 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
10585         Log: -Wformat cleanups from Robin Barker.
10586      Branch: perl
10587            ! dump.c embed.fnc proto.h sv.c
10588 ____________________________________________________________________________
10589 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
10590         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
10591              From: Michael G Schwern <schwern@pobox.com>
10592              Date: Thu, 25 Apr 2002 01:51:27 -0400
10593              Message-ID: <20020425055127.GB3456@blackrider>
10594      Branch: perl
10595            + t/lib/sample-tests/bignum t/lib/sample-tests/die
10596            + t/lib/sample-tests/die_head_end
10597            + t/lib/sample-tests/die_last_minute
10598            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
10599            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
10600            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
10601 ____________________________________________________________________________
10602 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
10603         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
10604              From: Michael G Schwern <schwern@pobox.com>
10605              Date: Thu, 25 Apr 2002 01:32:10 -0400
10606              Message-ID: <20020425053210.GA3334@blackrider>
10607      Branch: perl
10608            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
10609            + lib/Test/Simple/t/strays.t
10610            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
10611            ! lib/Test/Simple.pm lib/Test/Simple/Changes
10612            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
10613            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
10614            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
10615            ! lib/Test/Simple/t/use_ok.t
10616 ____________________________________________________________________________
10617 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
10618         Log: Elaborate a bit on Storable.
10619      Branch: perl
10620            ! pod/perldelta.pod
10621 ____________________________________________________________________________
10622 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
10623         Log: Cleaner Encode tests under -Mutf8.
10624      Branch: perl
10625            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
10626 ____________________________________________________________________________
10627 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
10628         Log: Subject: [PATCH] installperl
10629              From: Abe Timmerman <abe@ztreet.demon.nl>
10630              Date: Thu, 25 Apr 2002 01:00:00 +0200
10631              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
10632      Branch: perl
10633            ! installperl
10634 ____________________________________________________________________________
10635 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
10636         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
10637              From: Dan Kogai <dankogai@dan.co.jp>
10638              Date: Thu, 25 Apr 2002 10:49:13 +0900
10639              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
10640      Branch: perl
10641            ! ext/PerlIO/encoding/encoding.xs
10642 ____________________________________________________________________________
10643 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
10644         Log: Stray =back.
10645      Branch: perl
10646            ! README.win32
10647 ____________________________________________________________________________
10648 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
10649         Log: Add an untested warning variant.
10650      Branch: perl
10651            ! t/lib/warnings/op
10652 ____________________________________________________________________________
10653 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
10654         Log: Update Changes.
10655      Branch: perl
10656            ! Changes patchlevel.h
10657 ____________________________________________________________________________
10658 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
10659         Log: Wrong plan.
10660      Branch: perl
10661            ! ext/Encode/t/mime-header.t
10662 ____________________________________________________________________________
10663 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
10664         Log: Upgrade to Encode 1.60, from Dan Kogai.
10665      Branch: perl
10666            + ext/Encode/lib/Encode/Guess.pm
10667            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
10668            + ext/Encode/t/mime-header.t
10669            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
10670            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10671            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
10672            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
10673            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
10674            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
10675 ____________________________________________________________________________
10676 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
10677         Log: another case of enabling binmode() where it should not be: if the
10678              *.enc files are CRLF terminated, the result gets CRCRLF terminations
10679      Branch: perl
10680            ! ext/Encode/t/CJKT.t
10681 ____________________________________________________________________________
10682 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
10683         Log: microperl update; boldly assume time() and time_t
10684              (since we assume ANSI and i_time, anyway).
10685      Branch: perl
10686            ! uconfig.h uconfig.sh
10687 ____________________________________________________________________________
10688 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
10689         Log: Integrate #16136, #16137, #16138 from macperl;
10690              
10691              Silly fix for the SC compiler's fixation with "comp" as a type
10692              
10693              Skip more PerlIO symbols for sfio
10694              
10695              Play nicely in miniperl
10696      Branch: perl
10697           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
10698           !> lib/File/Spec/Mac.pm makedef.pl
10699 ____________________________________________________________________________
10700 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
10701         Log: Sync configpm and config.h for use in 5.8
10702              (still need to do config.sh)
10703      Branch: macperl
10704            ! macos/config.h macos/configpm
10705 ____________________________________________________________________________
10706 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
10707         Log: Make MM_MacOS work with new MakeMaker
10708      Branch: macperl
10709            ! macos/lib/ExtUtils/MM_MacOS.pm
10710 ____________________________________________________________________________
10711 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
10712         Log: Makefile.mk changes for 5.8: additional extensions
10713              and source files; bump version
10714      Branch: macperl
10715            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
10716 ____________________________________________________________________________
10717 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
10718         Log: Play nicely in miniperl
10719      Branch: macperl
10720            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
10721 ____________________________________________________________________________
10722 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
10723         Log: Skip more PerlIO symbols for sfio
10724      Branch: macperl
10725            ! makedef.pl
10726 ____________________________________________________________________________
10727 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
10728         Log: Silly fix for the SC compiler's fixation with "comp" as a type
10729      Branch: macperl
10730            ! ext/Unicode/Normalize/Normalize.xs
10731 ____________________________________________________________________________
10732 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
10733         Log: Merge macperl xsubpp with current xsubpp
10734      Branch: macperl
10735            ! macos/xsubpp
10736 ____________________________________________________________________________
10737 [ 16134] By: nick                                  on 2002/04/24  18:08:37
10738         Log: Integrate mainline
10739      Branch: perlio
10740           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10741           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10742            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10743            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10744            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10745            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10746            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10747            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10748           !> (integrate 44 files)
10749 ____________________________________________________________________________
10750 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
10751         Log: Delete more included modules from bundled_ext
10752      Branch: macperl
10753            - macos/bundled_ext/Digest/MD5/Changes
10754            - macos/bundled_ext/Digest/MD5/MD5.pm
10755            - macos/bundled_ext/Digest/MD5/MD5.xs
10756            - macos/bundled_ext/Digest/MD5/Makefile.PL
10757            - macos/bundled_ext/Digest/MD5/Makefile.mk
10758            - macos/bundled_ext/Digest/MD5/README
10759            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
10760            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
10761            - macos/bundled_ext/Digest/MD5/rfc1321.txt
10762            - macos/bundled_ext/Digest/MD5/t/badfile.t
10763            - macos/bundled_ext/Digest/MD5/t/files.t
10764            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
10765            - macos/bundled_ext/Digest/MD5/typemap
10766            - macos/bundled_ext/Filter/Util/Call/Call.pm
10767            - macos/bundled_ext/Filter/Util/Call/Call.xs
10768            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
10769            - macos/bundled_ext/Filter/Util/Call/ppport.h
10770            - macos/bundled_ext/Filter/t/call.t
10771            - macos/bundled_ext/Filter/t/filter-util.pl
10772            - macos/bundled_ext/List/Util/ChangeLog
10773            - macos/bundled_ext/List/Util/Makefile.PL
10774            - macos/bundled_ext/List/Util/README
10775            - macos/bundled_ext/List/Util/Util.xs
10776            - macos/bundled_ext/List/Util/lib/List/Util.pm
10777            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
10778            - macos/bundled_ext/List/Util/t/blessed.t
10779            - macos/bundled_ext/List/Util/t/dualvar.t
10780            - macos/bundled_ext/List/Util/t/first.t
10781            - macos/bundled_ext/List/Util/t/max.t
10782            - macos/bundled_ext/List/Util/t/maxstr.t
10783            - macos/bundled_ext/List/Util/t/min.t
10784            - macos/bundled_ext/List/Util/t/minstr.t
10785            - macos/bundled_ext/List/Util/t/readonly.t
10786            - macos/bundled_ext/List/Util/t/reduce.t
10787            - macos/bundled_ext/List/Util/t/reftype.t
10788            - macos/bundled_ext/List/Util/t/shuffle.t
10789            - macos/bundled_ext/List/Util/t/sum.t
10790            - macos/bundled_ext/List/Util/t/tainted.t
10791            - macos/bundled_ext/List/Util/t/weak.t
10792            - macos/bundled_ext/MIME/Base64/Base64.pm
10793            - macos/bundled_ext/MIME/Base64/Base64.xs
10794            - macos/bundled_ext/MIME/Base64/Changes
10795            - macos/bundled_ext/MIME/Base64/Makefile.PL
10796            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
10797            - macos/bundled_ext/MIME/Base64/README
10798            - macos/bundled_ext/MIME/Base64/t/base64.t
10799            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
10800            - macos/bundled_ext/MIME/Base64/t/unicode.t
10801            - macos/bundled_ext/Storable/ChangeLog
10802            - macos/bundled_ext/Storable/Makefile.PL
10803            - macos/bundled_ext/Storable/README
10804            - macos/bundled_ext/Storable/Storable.pm
10805            - macos/bundled_ext/Storable/Storable.xs
10806            - macos/bundled_ext/Storable/t/blessed.t
10807            - macos/bundled_ext/Storable/t/canonical.t
10808            - macos/bundled_ext/Storable/t/compat-0.6.t
10809            - macos/bundled_ext/Storable/t/dclone.t
10810            - macos/bundled_ext/Storable/t/dump.pl
10811            - macos/bundled_ext/Storable/t/forgive.t
10812            - macos/bundled_ext/Storable/t/freeze.t
10813            - macos/bundled_ext/Storable/t/lock.t
10814            - macos/bundled_ext/Storable/t/overload.t
10815            - macos/bundled_ext/Storable/t/recurse.t
10816            - macos/bundled_ext/Storable/t/retrieve.t
10817            - macos/bundled_ext/Storable/t/store.t
10818            - macos/bundled_ext/Storable/t/tied.t
10819            - macos/bundled_ext/Storable/t/tied_hook.t
10820            - macos/bundled_ext/Storable/t/tied_items.t
10821            - macos/bundled_ext/Storable/t/utf8.t
10822            - macos/bundled_ext/Time/HiRes/Changes
10823            - macos/bundled_ext/Time/HiRes/HiRes.pm
10824            - macos/bundled_ext/Time/HiRes/HiRes.t
10825            - macos/bundled_ext/Time/HiRes/HiRes.xs
10826            - macos/bundled_ext/Time/HiRes/Makefile.PL
10827            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10828            - macos/bundled_ext/Time/HiRes/hints/sco.pl
10829 ____________________________________________________________________________
10830 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
10831         Log: Thou shalt not assume %x works for UVs.
10832      Branch: perl
10833            ! ext/Encode/Encode.xs
10834 ____________________________________________________________________________
10835 [ 16131] By: nick                                  on 2002/04/24  15:50:31
10836         Log: Submit an old integrate
10837      Branch: perlio
10838           +> (branch 27 files)
10839            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10840            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10841            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10842            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10843            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10844            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10845            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10846           !> (integrate 84 files)
10847 ____________________________________________________________________________
10848 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
10849         Log: Partially retract #12056, from Craig Berry.
10850      Branch: perl
10851            ! vms/vms.c
10852 ____________________________________________________________________________
10853 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
10854         Log: Delete more included modules from bundled_lib
10855      Branch: macperl
10856            - macos/bundled_lib/blib/lib/Class/ISA.pm
10857            - macos/bundled_lib/blib/lib/Digest.pm
10858            - macos/bundled_lib/blib/lib/Filter/Simple.pm
10859            - macos/bundled_lib/blib/lib/Memoize.pm
10860            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
10861            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
10862            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
10863            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
10864            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
10865            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
10866            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
10867            - macos/bundled_lib/blib/lib/NEXT.pm
10868            - macos/bundled_lib/blib/lib/Net/Cmd.pm
10869            - macos/bundled_lib/blib/lib/Net/Config.pm
10870            - macos/bundled_lib/blib/lib/Net/Domain.pm
10871            - macos/bundled_lib/blib/lib/Net/FTP.pm
10872            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
10873            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
10874            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
10875            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
10876            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
10877            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
10878            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10879            - macos/bundled_lib/blib/lib/Net/NNTP.pm
10880            - macos/bundled_lib/blib/lib/Net/Netrc.pm
10881            - macos/bundled_lib/blib/lib/Net/POP3.pm
10882            - macos/bundled_lib/blib/lib/Net/SMTP.pm
10883            - macos/bundled_lib/blib/lib/Net/Time.pm
10884            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
10885            - macos/bundled_lib/blib/lib/Switch.pm
10886            - macos/bundled_lib/t/Class/ISA/test.pl
10887            - macos/bundled_lib/t/Digest/Digest.t
10888            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
10889            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
10890            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
10891            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
10892            - macos/bundled_lib/t/Filter/Simple/data.t
10893            - macos/bundled_lib/t/Filter/Simple/export.t
10894            - macos/bundled_lib/t/Filter/Simple/filter.t
10895            - macos/bundled_lib/t/Filter/Simple/filter_only.t
10896            - macos/bundled_lib/t/Filter/Simple/import.t
10897            - macos/bundled_lib/t/Memoize/array.t
10898            - macos/bundled_lib/t/Memoize/array_confusion.t
10899            - macos/bundled_lib/t/Memoize/correctness.t
10900            - macos/bundled_lib/t/Memoize/errors.t
10901            - macos/bundled_lib/t/Memoize/expire.t
10902            - macos/bundled_lib/t/Memoize/expire_file.t
10903            - macos/bundled_lib/t/Memoize/expire_module_n.t
10904            - macos/bundled_lib/t/Memoize/expire_module_t.t
10905            - macos/bundled_lib/t/Memoize/flush.t
10906            - macos/bundled_lib/t/Memoize/normalize.t
10907            - macos/bundled_lib/t/Memoize/prototype.t
10908            - macos/bundled_lib/t/Memoize/speed.t
10909            - macos/bundled_lib/t/Memoize/tie.t
10910            - macos/bundled_lib/t/Memoize/tie_gdbm.t
10911            - macos/bundled_lib/t/Memoize/tie_ndbm.t
10912            - macos/bundled_lib/t/Memoize/tie_sdbm.t
10913            - macos/bundled_lib/t/Memoize/tie_storable.t
10914            - macos/bundled_lib/t/Memoize/tiefeatures.t
10915            - macos/bundled_lib/t/Memoize/unmemoize.t
10916            - macos/bundled_lib/t/NEXT/actual.t
10917            - macos/bundled_lib/t/NEXT/actuns.t
10918            - macos/bundled_lib/t/NEXT/next.t
10919            - macos/bundled_lib/t/NEXT/unseen.t
10920            - macos/bundled_lib/t/Switch/t/given.t
10921            - macos/bundled_lib/t/Switch/t/nested.t
10922            - macos/bundled_lib/t/Switch/t/switch.t
10923            - macos/bundled_lib/t/libnet/config.t
10924            - macos/bundled_lib/t/libnet/ftp.t
10925            - macos/bundled_lib/t/libnet/hostname.t
10926            - macos/bundled_lib/t/libnet/libnet_t.pl
10927            - macos/bundled_lib/t/libnet/netrc.t
10928            - macos/bundled_lib/t/libnet/nntp.t
10929            - macos/bundled_lib/t/libnet/require.t
10930            - macos/bundled_lib/t/libnet/smtp.t
10931 ____________________________________________________________________________
10932 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
10933         Log: Remove Text::Balanced from bundled_lib (already in lib)
10934      Branch: macperl
10935            - macos/bundled_lib/blib/lib/Text/Balanced.pm
10936            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10937            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10938            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
10939            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
10940            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10941            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
10942            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
10943            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
10944 ____________________________________________________________________________
10945 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
10946         Log: A word of warning to the users of UTF-8 locales.
10947      Branch: perl
10948            ! pod/perluniintro.pod
10949 ____________________________________________________________________________
10950 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
10951         Log: Forgotten from #16125.
10952      Branch: perl
10953            ! t/lib/MakeMaker/Test/Utils.pm
10954 ____________________________________________________________________________
10955 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
10956         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
10957      Branch: perl
10958            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10959            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10960            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10961            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10962            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10963            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10964            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10965            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10966            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
10967            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
10968            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10969            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10970            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
10971            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
10972            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
10973            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
10974            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
10975 ____________________________________________________________________________
10976 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
10977         Log: Subject: New UTF-8 surprise
10978              From: andreas.koenig@anima.de (Andreas J. Koenig)
10979              Date: Mon, 22 Apr 2002 12:08:48 +0200
10980              Message-ID: <m38z7gjb9r.fsf@anima.de>
10981      Branch: perl
10982            ! pp_hot.c t/op/subst.t
10983 ____________________________________________________________________________
10984 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
10985         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
10986              tree that is branched from //depot/maint-5.6/macperl/macos/...
10987      Branch: macperl
10988           +> (branch 3590 files)
10989 ____________________________________________________________________________
10990 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
10991         Log: Try to be clearer about perlio.
10992      Branch: perl
10993            ! INSTALL
10994 ____________________________________________________________________________
10995 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
10996         Log: Subject: Re: binary compatibility
10997              From: Andy Dougherty <doughera@lafayette.edu>
10998              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
10999              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
11000      Branch: perl
11001            ! INSTALL patchlevel.h
11002 ____________________________________________________________________________
11003 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
11004         Log: Go on record about the binary backward incompatibility.
11005      Branch: perl
11006            ! pod/perldelta.pod
11007 ____________________________________________________________________________
11008 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
11009         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
11010              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
11011              Date: Wed, 24 Apr 2002 01:51:43 +0400
11012              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
11013      Branch: perl
11014            ! t/win32/system.t
11015 ____________________________________________________________________________
11016 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
11017         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
11018              From: PPrymmer@factset.com
11019              Date: Tue, 23 Apr 2002 17:14:32 -0400
11020              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
11021      Branch: perl
11022            ! lib/locale.t
11023 ____________________________________________________________________________
11024 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
11025         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
11026              From: Paul_GreenVOS@vos.stratus.com
11027              Date: Tue, 23 Apr 02 15:06 edt   
11028              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
11029      Branch: perl
11030            ! Makefile.SH cflags.SH
11031 ____________________________________________________________________________
11032 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
11033         Log: metaconfig unit change for #16115.
11034      Branch: metaconfig
11035            ! U/compline/byteorder.U
11036      Branch: perl
11037            ! config_h.SH
11038 ____________________________________________________________________________
11039 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
11040         Log: Regen Configure to mirror #16111 (with one added tweak).
11041      Branch: perl
11042            ! Configure
11043 ____________________________________________________________________________
11044 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
11045         Log: Retract #16109.
11046      Branch: perl
11047            ! lib/ExtUtils/MM_Unix.pm
11048 ____________________________________________________________________________
11049 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
11050         Log: FAQ sync.
11051      Branch: perl
11052            ! pod/perlfaq3.pod pod/perlfaq8.pod
11053 ____________________________________________________________________________
11054 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
11055         Log: use encoding no more defaults to Latin 1.
11056      Branch: perl
11057            ! pod/perluniintro.pod
11058 ____________________________________________________________________________
11059 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
11060         Log: Configure test for byteorder loses bits
11061      Branch: perl
11062            ! Configure
11063 ____________________________________________________________________________
11064 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
11065         Log: hacking around byteorder variance between config.sh and config.h
11066              isn't needed after change#16099
11067      Branch: perl
11068            ! ext/Storable/t/malice.t
11069 ____________________________________________________________________________
11070 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
11071         Log: (retracted by #16114)
11072              
11073              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
11074              From: "Green, Paul" <Paul.Green@stratus.com>
11075              Date: Tue, 23 Apr 2002 13:47:19 -0400
11076              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
11077      Branch: perl
11078            ! lib/ExtUtils/MM_Unix.pm
11079 ____________________________________________________________________________
11080 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
11081         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
11082              From: Norton Allen <allen@huarp.harvard.edu>
11083              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
11084              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
11085      Branch: perl
11086            ! lib/File/Find.pm
11087 ____________________________________________________________________________
11088 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
11089         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
11090              From: Norton Allen <allen@huarp.harvard.edu>
11091              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
11092              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
11093      Branch: perl
11094            ! README.qnx hints/qnx.sh
11095 ____________________________________________________________________________
11096 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
11097         Log: Subject: [PATCH] pod/perlhist.pod
11098              From: Abigail <abigail@foad.org>
11099              Date: Tue, 23 Apr 2002 16:21:31 +0200
11100              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
11101              
11102              (removed 5.005_04 which never happened)
11103      Branch: perl
11104            ! pod/perlhist.pod
11105 ____________________________________________________________________________
11106 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
11107         Log: Subject: Re: [PATCH abigail.t] another portability attempt
11108              From: Abigail <abigail@foad.org>
11109              Date: Tue, 23 Apr 2002 11:35:54 +0200
11110              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
11111      Branch: perl
11112            ! t/japh/abigail.t
11113 ____________________________________________________________________________
11114 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
11115         Log: NetWare tweak from C Aditya.
11116      Branch: perl
11117            ! NetWare/Nwmain.c NetWare/nw5.c
11118 ____________________________________________________________________________
11119 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
11120         Log: fix a typo
11121      Branch: perl
11122            ! regexec.c
11123 ____________________________________________________________________________
11124 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
11125         Log: Uncurliff.
11126      Branch: perl
11127            ! README.ko
11128 ____________________________________________________________________________
11129 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
11130         Log: Pointer to UV casting.
11131      Branch: perl
11132            ! regexec.c
11133 ____________________________________________________________________________
11134 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
11135         Log: metaconfig unit change for #16099.
11136      Branch: metaconfig
11137            ! U/compline/byteorder.U
11138 ____________________________________________________________________________
11139 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
11140         Log: Use UV (not long) for BYTEORDER.
11141      Branch: perl
11142            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11143            ! config_h.SH
11144 ____________________________________________________________________________
11145 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
11146         Log: # cpp commands must start in the first column.
11147      Branch: perl
11148            ! scope.c
11149 ____________________________________________________________________________
11150 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
11151         Log: Reborn as text.
11152      Branch: perl
11153            + NetWare/interface.cpp
11154 ____________________________________________________________________________
11155 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
11156         Log: Dead as binary.
11157      Branch: perl
11158            - NetWare/interface.cpp
11159 ____________________________________________________________________________
11160 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
11161         Log: Undo #16091, a time-warped escapee.
11162      Branch: perl
11163            ! lib/ExtUtils/t/MM_Cygwin.t
11164 ____________________________________________________________________________
11165 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
11166         Log: *size tweaks from Sarathy.
11167      Branch: perl
11168            ! ext/Storable/t/malice.t
11169 ____________________________________________________________________________
11170 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
11171         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
11172              From: Stas Bekman <stas@stason.org>
11173              Date: Tue, 23 Apr 2002 01:52:22 +0800
11174              Message-ID: <3CC44DD6.3090401@stason.org>
11175      Branch: perl
11176            ! pod/perlguts.pod
11177 ____________________________________________________________________________
11178 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
11179         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
11180              From: Paul_GreenVOS@vos.stratus.com
11181              Date: Mon, 22 Apr 02 20:35 edt
11182              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
11183      Branch: perl
11184            + hints/t001.c
11185            ! MANIFEST hints/README.hints hints/vos.sh
11186 ____________________________________________________________________________
11187 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
11188         Log: (retracted by #16095)
11189      Branch: perl
11190            ! lib/ExtUtils/t/MM_Cygwin.t
11191 ____________________________________________________________________________
11192 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
11193         Log: Subject: Re: perl@16083
11194              From: Nicholas Clark <nick@unfortu.net>
11195              Date: Mon, 22 Apr 2002 23:17:45 +0100
11196              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
11197      Branch: perl
11198            ! ext/Storable/t/malice.t
11199 ____________________________________________________________________________
11200 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
11201         Log: Upgrade to Encode 1.58.
11202      Branch: perl
11203            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
11204            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
11205            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
11206            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
11207            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
11208            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
11209            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
11210            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
11211            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
11212            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
11213            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
11214            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
11215            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
11216            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
11217            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
11218            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11219            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
11220            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
11221 ____________________________________________________________________________
11222 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
11223         Log: On Win32 the end.t failure should be gone now.
11224      Branch: perl
11225            ! pod/perldelta.pod
11226 ____________________________________________________________________________
11227 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
11228         Log: Subject: [PATCH] update VOS-specific pod files
11229              From: Paul_GreenVOS@vos.stratus.com
11230              Date: Mon, 22 Apr 02 16:02 edt
11231              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
11232      Branch: perl
11233            ! README.vos pod/perlport.pod
11234 ____________________________________________________________________________
11235 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
11236         Log: Subject: [PATCH] cleanup ./hints/vos.sh
11237              From: Paul_GreenVOS@vos.stratus.com
11238              Date: Mon, 22 Apr 02 15:26 edt
11239              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
11240      Branch: perl
11241            ! hints/vos.sh
11242 ____________________________________________________________________________
11243 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
11244         Log: Upgrade to Encode 1.57, from Dan Kogai.
11245      Branch: perl
11246            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11247            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
11248            ! ext/Encode/lib/Encode/Encoding.pm
11249            ! ext/Encode/lib/Encode/JP/JIS7.pm
11250            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
11251            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
11252 ____________________________________________________________________________
11253 [ 16084] By: ams                                   on 2002/04/22  18:10:13
11254         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
11255              From: Stas Bekman <stas@stason.org>
11256              Date: Tue, 23 Apr 2002 01:59:07 +0800
11257              Message-Id: <3CC44F6B.5010300@stason.org>
11258      Branch: perl
11259            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
11260 ____________________________________________________________________________
11261 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
11262         Log: Update Changes.
11263      Branch: perl
11264            ! Changes patchlevel.h
11265 ____________________________________________________________________________
11266 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
11267         Log: In MANIFEST but not added.
11268      Branch: perl
11269            + NetWare/interface.cpp
11270 ____________________________________________________________________________
11271 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
11272         Log: Duh.
11273      Branch: perl
11274            ! lib/ExtUtils/MM_Unix.pm
11275 ____________________________________________________________________________
11276 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
11277         Log: Subject: Re: t/japh/abigail.t [PATCH]
11278              From: Norton Allen <allen@huarp.harvard.edu>
11279              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
11280              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
11281      Branch: perl
11282            ! t/japh/abigail.t
11283 ____________________________________________________________________________
11284 [ 16079] By: ams                                   on 2002/04/22  15:59:55
11285         Log: Subject: {PATCH docs] sockatmark
11286              From: Mark-Jason Dominus <mjd@plover.com>
11287              Date: Mon, 22 Apr 2002 02:43:42 -0400
11288              Message-Id: <20020422064342.24646.qmail@plover.com>
11289      Branch: perl
11290            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
11291 ____________________________________________________________________________
11292 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
11293         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
11294              From: Paul_GreenVOS@vos.stratus.com
11295              Date: Mon, 22 Apr 02 12:40 edt
11296              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
11297      Branch: perl
11298            ! cflags.SH
11299 ____________________________________________________________________________
11300 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
11301         Log: Add new files from #16076; re-sort.
11302      Branch: perl
11303            ! MANIFEST
11304 ____________________________________________________________________________
11305 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
11306         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
11307      Branch: perl
11308            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
11309            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
11310            + NetWare/perllib.cpp NetWare/splittree.pl
11311            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
11312            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
11313            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
11314            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
11315            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
11316            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
11317            ! x2p/hash.c x2p/walk.c
11318 ____________________________________________________________________________
11319 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
11320         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
11321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11322              Date: Mon, 22 Apr 2002 17:56:17 +0200
11323              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
11324      Branch: perl
11325            ! README.aix
11326 ____________________________________________________________________________
11327 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
11328         Log: Signedness nit.
11329      Branch: perl
11330            ! ext/PerlIO/encoding/encoding.xs
11331 ____________________________________________________________________________
11332 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
11333         Log: No semicolons after blocks.
11334      Branch: perl
11335            ! ext/Encode/Encode.xs
11336 ____________________________________________________________________________
11337 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
11338         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
11339      Branch: perl
11340            ! ext/PerlIO/encoding/encoding.pm
11341            ! ext/PerlIO/encoding/encoding.xs
11342 ____________________________________________________________________________
11343 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
11344         Log: Upgrade to Encode 1.56, from Dan Kogai.
11345      Branch: perl
11346            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
11347            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11348            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
11349            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
11350            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
11351            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11352            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
11353            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
11354            ! ext/Encode/lib/Encode/Config.pm
11355            ! ext/Encode/lib/Encode/Encoder.pm
11356            ! ext/Encode/lib/Encode/Encoding.pm
11357            ! ext/Encode/lib/Encode/JP/H2Z.pm
11358            ! ext/Encode/lib/Encode/JP/JIS7.pm
11359            ! ext/Encode/lib/Encode/KR/2022_KR.pm
11360            ! ext/Encode/lib/Encode/PerlIO.pod
11361            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
11362            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
11363            ! ext/Encode/ucm/big5-hkscs.ucm
11364 ____________________________________________________________________________
11365 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
11366         Log: Comment tweak from Philip.
11367      Branch: perl
11368            ! opcode.pl
11369 ____________________________________________________________________________
11370 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
11371         Log: a Test::Harness tweak to make the test lines show up prettier
11372      Branch: perl
11373            ! lib/Test/Harness.pm
11374 ____________________________________________________________________________
11375 [ 16067] By: nick                                  on 2002/04/22  09:19:23
11376         Log: Integrate mainline
11377      Branch: perlio
11378           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
11379           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
11380           !> t/lib/warnings/perlio t/win32/system.t
11381 ____________________________________________________________________________
11382 [ 16066] By: nick                                  on 2002/04/22  09:01:43
11383         Log: Integrate //depot/perlio into mainline
11384      Branch: perl
11385           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11386           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
11387           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
11388 ____________________________________________________________________________
11389 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
11390         Log: clean up after stray test file littering
11391              
11392              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
11393              it seems that it shouldn't (looks like a handle leak in PerlIO
11394              to me)
11395      Branch: perl
11396            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
11397            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
11398            ! t/lib/warnings/perlio t/win32/system.t
11399 ____________________________________________________________________________
11400 [ 16064] By: nick                                  on 2002/04/22  08:02:58
11401         Log: Integrate mainline into perlio
11402      Branch: perlio
11403           +> ext/Storable/t/malice.t
11404            ! pod/perliol.pod
11405           !> (integrate 57 files)
11406 ____________________________________________________________________________
11407 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
11408         Log: integrate change#16062 from mainline
11409              
11410              another windows fix: only create a new console for subprocesses
11411              when all three stdhandles are invalid (from Jan Dubois)
11412      Branch: maint-5.6/perl
11413            ! win32/win32.c
11414 ____________________________________________________________________________
11415 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
11416         Log: another windows fix: only create a new console for subprocesses
11417              when all three stdhandles are invalid (from Jan Dubois)
11418      Branch: perl
11419            ! win32/win32.c
11420 ____________________________________________________________________________
11421 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
11422         Log: all the thread tests now pass on windows (32-bit and 64-bit)
11423      Branch: perl
11424            ! README.win32
11425 ____________________________________________________________________________
11426 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
11427         Log: enable maximal optimizations on win64
11428      Branch: perl
11429            ! win32/Makefile win32/makefile.mk
11430 ____________________________________________________________________________
11431 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
11432         Log: Tweaks copied from Philip Newton's Encode patches.
11433      Branch: perl
11434            ! AUTHORS
11435 ____________________________________________________________________________
11436 [ 16057] By: sky                                   on 2002/04/22  00:19:40
11437         Log: End blocks were not run on Win32.
11438              The real fix should be to turn this flag on in RunPerl but
11439              I think we are too close 5.8 to change that.
11440      Branch: perl
11441            ! ext/threads/threads.xs
11442 ____________________________________________________________________________
11443 [ 16056] By: sky                                   on 2002/04/21  23:29:22
11444         Log: Do not unlock mutex twice.
11445              Do not unlock mutex after it has been destroyed and freed.
11446              Do not email p5p without uncrossing eyes.
11447      Branch: perl
11448            ! ext/threads/threads.xs
11449 ____________________________________________________________________________
11450 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
11451         Log: squelch some more type mismatch warnings
11452              
11453              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
11454              missing parens in macro definition
11455      Branch: perl
11456            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
11457            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
11458            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
11459            ! pp.c regexec.c sv.h
11460 ____________________________________________________________________________
11461 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
11462         Log: Make writing user-defined character properties nicer.
11463      Branch: perl
11464            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
11465 ____________________________________________________________________________
11466 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
11467         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
11468              isn't the case on win64
11469      Branch: perl
11470            ! ext/Storable/t/malice.t
11471 ____________________________________________________________________________
11472 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
11473         Log: One more way to do character class subtraction.
11474      Branch: perl
11475            ! pod/perlunicode.pod
11476 ____________________________________________________________________________
11477 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
11478         Log: Mopup of #16048.
11479      Branch: perl
11480            ! pp_sys.c
11481 ____________________________________________________________________________
11482 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
11483         Log: some test failures have been fixed
11484      Branch: perl
11485            ! README.win32
11486 ____________________________________________________________________________
11487 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
11488         Log: use compare_text() rather than compare() to avoid bogus
11489              failures when the test files happen to be CRLF terminated
11490      Branch: perl
11491            ! ext/Encode/t/JP.t
11492 ____________________________________________________________________________
11493 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
11494         Log: fixes for all the warnings reported by Visual C (most of this
11495              change is from change#12026)
11496      Branch: perl
11497            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
11498            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
11499            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
11500            ! regexec.c sv.c toke.c universal.c utf8.c util.c
11501            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
11502 ____________________________________________________________________________
11503 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
11504         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
11505              From: Nicholas Clark <nick@unfortu.net>
11506              Date: Sun, 21 Apr 2002 19:15:24 +0100
11507              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
11508      Branch: perl
11509            + ext/Storable/t/malice.t
11510            ! MANIFEST ext/Storable/Storable.pm
11511 ____________________________________________________________________________
11512 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
11513         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
11514              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11515              Date: Sun, 21 Apr 2002 19:37:51 +0200
11516              Message-ID: <3CC3150F.5798.22A05AE@localhost>
11517      Branch: perl
11518            ! ext/Encode/t/perlio.t
11519 ____________________________________________________________________________
11520 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
11521         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
11522              From: Andrey Sapozhnikov <sapa@icb.chel.su>
11523              Date: Fri, 19 Apr 2002 19:55:56 +0600
11524              Message-ID: <3CC021EC.5080005@icb.chel.su>
11525              
11526              (tweaked a bit)
11527      Branch: perl
11528            ! pod/perltrap.pod
11529 ____________________________________________________________________________
11530 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
11531         Log: Do not assume that io buffer flushing happens in the same
11532              order as joins (that assumption broke in a multicpu IRIX box)
11533      Branch: perl
11534            ! ext/threads/t/thread.t
11535 ____________________________________________________________________________
11536 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
11537         Log: As if people would be reading the documentation :-)
11538      Branch: perl
11539            ! opcode.pl
11540 ____________________________________________________________________________
11541 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
11542         Log: Typo tweaks.
11543      Branch: perl
11544            ! pod/perlrun.pod
11545 ____________________________________________________________________________
11546 [ 16041] By: sky                                   on 2002/04/21  13:53:54
11547         Log: Got the last memory leak in the while(1) { threads->create(sub 
11548              {})->join() }, now we can loop over a million threads without a 
11549              problem. 
11550              Cleared up SVs that should have been mortal but never where.
11551      Branch: perl
11552            ! ext/threads/threads.xs
11553 ____________________________________________________________________________
11554 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
11555         Log: Make doc clearer, as suggested by Brent Dax
11556      Branch: perl
11557            ! opcode.pl
11558 ____________________________________________________________________________
11559 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
11560         Log: Revert change #15974.
11561      Branch: perl
11562            ! ext/B/B/Deparse.pm
11563 ____________________________________________________________________________
11564 [ 16038] By: nick                                  on 2002/04/21  08:43:48
11565         Log: Integrate mainline
11566      Branch: perlio
11567           +> win32/config.vc64 win32/config_H.vc64
11568           !> (integrate 43 files)
11569 ____________________________________________________________________________
11570 [ 16037] By: nick                                  on 2002/04/21  08:10:07
11571         Log: Integrate mainline
11572      Branch: perlio
11573           +> ext/Encode/ucm/big5-eten.ucm
11574            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
11575            - win32/config.win64 win32/config_H.win64
11576           !> MANIFEST Porting/makerel ext/Encode/Changes
11577           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
11578           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11579           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
11580           !> ext/Encode/lib/Encode/Config.pm
11581           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
11582           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
11583           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
11584           !> pod/perlunicode.pod vms/vms.c
11585 ____________________________________________________________________________
11586 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
11587         Log: S_ stands sfor static.
11588      Branch: perl
11589            ! hv.c
11590 ____________________________________________________________________________
11591 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
11592         Log: htovs et al might be macros.
11593      Branch: perl
11594            ! perl.h
11595 ____________________________________________________________________________
11596 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
11597         Log: missed checkin of this file in change#16033
11598      Branch: perl
11599            ! makedef.pl
11600 ____________________________________________________________________________
11601 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
11602         Log: Windows 64-bit support:
11603              
11604              * support for building it in the regular makefiles
11605              * large files support via the _*i64() functions (this should be
11606              portable to the 32-bit universe too, but quite untested and
11607              and binary-incompatible, therefore not enabled there)
11608              * three additional test failures in addition to the t/end.t one
11609              (see README.win32)
11610              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
11611              the ones available from the CRT (needed because Perl uses
11612              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
11613              * add a few 64-bit notes to README.win32
11614              
11615              The following general problems were also fixed:
11616              
11617              * s/struct stat/Stat_t/g
11618              * Data::Dumper had some naughty 'long' typecasts
11619              * Errno_pm.PL didn't work safe when winsock.h was not in the same
11620              directory as errno.h
11621              * various tell/seek things were incorrectly prototyped
11622              * squelch ugly looking noise when running tests
11623              * Embed.t wasn't linking in all the libraries
11624              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
11625              * re-enable all the disabled warnings (additional fixes may be
11626              needed for the warnings uncovered by this)
11627      Branch: perl
11628            + win32/config.vc64 win32/config_H.vc64
11629            ! MANIFEST README.win32 doio.c dosish.h
11630            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
11631            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
11632            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
11633            ! win32/config.vc win32/makefile.mk win32/perlglob.c
11634            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
11635            ! win32/win32iop.h win32/win32sck.c
11636 ____________________________________________________________________________
11637 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
11638         Log: Upgrade to Encode 1.52, from Dan Kogai.
11639      Branch: perl
11640            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11641            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
11642            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
11643            ! ext/Encode/lib/Encode/JP/JIS7.pm
11644            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
11645            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
11646            ! ext/Encode/ucm/big5-hkscs.ucm
11647 ____________________________________________________________________________
11648 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
11649         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11650              From: Mark-Jason Dominus <mjd@plover.com>
11651              Date: Sat, 20 Apr 2002 03:36:28 -0400
11652              Message-ID: <20020420073628.324.qmail@plover.com>
11653      Branch: perl
11654            ! pod/perlopentut.pod
11655 ____________________________________________________________________________
11656 [ 16030] By: sky                                   on 2002/04/20  22:02:32
11657         Log: Remove auto-detach
11658              Cleans up memory now, destroys the mutex and frees thread
11659              Makes returnvalues mortal
11660              Doesn't run thread_destruct until the thread has stopped AND
11661              all references to it are gone.
11662      Branch: perl
11663            ! ext/threads/threads.xs
11664 ____________________________________________________________________________
11665 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
11666         Log: Subject: [PATCH @16005] rescue perldoc for VMS
11667              From: "Craig A. Berry" <craigberry@mac.com>
11668              Date: Sat, 20 Apr 2002 15:16:30 -0500
11669              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
11670      Branch: perl
11671            ! vms/vms.c
11672 ____________________________________________________________________________
11673 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
11674         Log: Subject: Re: [PATCH] typo
11675              From: andreas.koenig@anima.de (Andreas J. Koenig)
11676              Date: Sat, 20 Apr 2002 15:41:23 +0200
11677              Message-ID: <m37kn2o5bw.fsf@anima.de>
11678      Branch: perl
11679            ! ext/Encode/encoding.pm
11680 ____________________________________________________________________________
11681 [ 16027] By: nick                                  on 2002/04/20  21:42:09
11682         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
11683              and change test not to skip them.
11684      Branch: perlio
11685            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
11686 ____________________________________________________________________________
11687 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
11688         Log: Upgrade to Encode 1.51, from Dan Kogai.
11689      Branch: perl
11690            + ext/Encode/ucm/big5-eten.ucm
11691            - ext/Encode/ucm/big5.ucm
11692            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11693            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
11694            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11695            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
11696            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
11697            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
11698 ____________________________________________________________________________
11699 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
11700         Log: purge existing win64 stuff (this never really worked in 5.7.x)
11701              in preparation for completely redone win64 support
11702      Branch: perl
11703            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
11704            ! MANIFEST Porting/makerel
11705 ____________________________________________________________________________
11706 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
11707         Log: Subject: Re: perl@16005
11708              From: Stas Bekman <stas@stason.org>
11709              Date: Sat, 20 Apr 2002 13:06:49 +0800
11710              Message-ID: <3CC0F769.1010705@stason.org>
11711              (with a minor formatting nit)
11712      Branch: perl
11713            ! pod/perlfunc.pod
11714 ____________________________________________________________________________
11715 [ 16023] By: nick                                  on 2002/04/20  19:06:04
11716         Log: Some tweaks for encodings which need lines.
11717              Also disabled trial of using fallbacks.
11718      Branch: perlio
11719            ! ext/PerlIO/encoding/encoding.pm
11720            ! ext/PerlIO/encoding/encoding.xs
11721 ____________________________________________________________________________
11722 [ 16022] By: nick                                  on 2002/04/20  18:37:38
11723         Log: Various tweaks to Encode
11724      Branch: perlio
11725            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11726            ! ext/Encode/Unicode/Unicode.xs
11727            ! ext/Encode/lib/Encode/Encoding.pm
11728            ! ext/Encode/lib/Encode/JP/JIS7.pm
11729            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
11730 ____________________________________________________________________________
11731 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
11732         Log: Subject: [PATCH] perlunicode.pod typos
11733              From: andreas.koenig@anima.de (Andreas J. Koenig)     
11734              Date: Sat, 20 Apr 2002 11:20:25 +0200
11735              Message-ID: <m3vgamoheu.fsf@anima.de>
11736      Branch: perl
11737            ! pod/perlunicode.pod
11738 ____________________________________________________________________________
11739 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
11740         Log: Test tweak from mjd.
11741      Branch: perl
11742            ! lib/Memoize/t/errors.t
11743 ____________________________________________________________________________
11744 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
11745         Log: Integrate perlio:
11746              
11747              [ 16018]
11748              Fill in the PERLIO sections.
11749              
11750              [ 16017]
11751              Add :bytes to POD part.
11752              Remove 'alias' to Encode now it exists as a module.
11753              
11754              [ 16014]
11755              Tweak to Encode.xs to avoid buffer overrun.
11756              
11757              [ 16007]
11758              Silence warning generating warning message for U+FFFF does not map etc.
11759              
11760              [ 15912]
11761              XS versions of encode/decode for Encode::Unicode
11762      Branch: perl
11763           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
11764 ____________________________________________________________________________
11765 [ 16018] By: nick                                  on 2002/04/20  13:38:24
11766         Log: Fill in the PERLIO sections.
11767      Branch: perlio
11768            ! pod/perlrun.pod
11769 ____________________________________________________________________________
11770 [ 16017] By: nick                                  on 2002/04/20  13:37:15
11771         Log: Add :bytes to POD part.
11772              Remove 'alias' to Encode now it exists as a module.
11773      Branch: perlio
11774            ! lib/PerlIO.pm
11775 ____________________________________________________________________________
11776 [ 16016] By: sky                                   on 2002/04/20  13:12:31
11777         Log: Really let the update of the link list do something.
11778      Branch: perl
11779            ! ext/threads/threads.xs
11780 ____________________________________________________________________________
11781 [ 16015] By: nick                                  on 2002/04/20  07:51:26
11782         Log: Integrate mainline
11783      Branch: perlio
11784           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
11785           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
11786           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
11787 ____________________________________________________________________________
11788 [ 16014] By: nick                                  on 2002/04/20  07:46:11
11789         Log: Tweak to Encode.xs to avoid buffer overrun.
11790      Branch: perlio
11791            ! ext/Encode/Encode.xs
11792 ____________________________________________________________________________
11793 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
11794         Log: Subject: [PATCH] t/japh/abigail.t
11795              From: abigail@foad.org
11796              Date: Fri, 19 Apr 2002 02:21:36 +0200
11797              Message-ID: <20020419002136.16948.qmail@foad.org>
11798              
11799              Subject: Re: [PATCH] t/japh/abigail.t
11800              From: "Craig A. Berry" <craigberry@mac.com>
11801              Date: Fri, 19 Apr 2002 11:23:45 -0500
11802              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
11803      Branch: perl
11804            ! t/japh/abigail.t
11805 ____________________________________________________________________________
11806 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
11807         Log: User-defined character properties were unintentionally
11808              removed, noticed by Dan Kogai.
11809      Branch: perl
11810            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
11811            ! pod/perlunicode.pod t/op/pat.t
11812 ____________________________________________________________________________
11813 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
11814         Log: Subject: Re: [PATCH] Big5-related changes.
11815              From: Autrijus Tang <autrijus@autrijus.org>
11816              Date: Sat, 20 Apr 2002 04:06:31 +0800
11817              Message-ID: <20020419200631.GA20964@not.autrijus.org>
11818      Branch: perl
11819            ! README.cn README.tw
11820 ____________________________________________________________________________
11821 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
11822         Log: Add a BUGS sections to O.pm
11823      Branch: perl
11824            ! ext/B/O.pm
11825 ____________________________________________________________________________
11826 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
11827         Log: Disable warning noise
11828      Branch: perl
11829            ! t/io/open.t
11830 ____________________________________________________________________________
11831 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
11832         Log: More tests for the 3-arg open
11833      Branch: perl
11834            ! t/io/open.t t/lib/warnings/doio
11835 ____________________________________________________________________________
11836 [ 16007] By: nick                                  on 2002/04/19  17:45:53
11837         Log: Silence warning generating warning message for U+FFFF does not map etc.
11838      Branch: perlio
11839            ! ext/Encode/Encode.xs
11840 ____________________________________________________________________________
11841 [ 16006] By: nick                                  on 2002/04/19  15:24:57
11842         Log: Integrate mainline (for Tk with Encode testing)
11843              Some perlio & encode issues otherwise cleanish.
11844      Branch: perlio
11845           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11846           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11847           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11848           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11849           +> ext/threads/t/thread.t
11850            - ext/Encode/lib/Encode/Unicode.pm
11851           !> (integrate 38 files)
11852 ____________________________________________________________________________
11853 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
11854         Log: Update Changes.
11855      Branch: perl
11856            ! Changes patchlevel.h
11857 ____________________________________________________________________________
11858 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
11859         Log: Subject: [PATCH] warn on ref open without perlio
11860              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11861              Date: Thu, 18 Apr 2002 23:17:44 +0200
11862              Message-ID: <20020418231744.A24159@rafael>
11863              
11864              (with one nit, the skip message needed "# " prefix)
11865      Branch: perl
11866            ! doio.c pod/perldiag.pod t/lib/warnings/doio
11867 ____________________________________________________________________________
11868 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
11869         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
11870              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11871              Date: Fri, 19 Apr 2002 15:43:47 +0200
11872              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
11873      Branch: perl
11874            ! README.hpux
11875 ____________________________________________________________________________
11876 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
11877         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
11878      Branch: perl
11879            ! ext/PerlIO/encoding/encoding.pm
11880            ! ext/PerlIO/encoding/encoding.xs
11881 ____________________________________________________________________________
11882 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
11883         Log: Upgrade to Encode 1.50, from Dan Kogai.
11884      Branch: perl
11885            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11886            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11887            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11888            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11889            - ext/Encode/lib/Encode/Unicode.pm
11890            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
11891            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11892            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
11893            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
11894            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11895            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
11896            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
11897            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
11898            ! ext/Encode/t/jisx0208.ref
11899 ____________________________________________________________________________
11900 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
11901         Log: Subject: CPAN.pm sync
11902              From: andreas.koenig@anima.de (Andreas J. Koenig)
11903              Date: Fri, 19 Apr 2002 11:55:07 +0200
11904              Message-ID: <m3ads0qah0.fsf@anima.de>
11905      Branch: perl
11906            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11907 ____________________________________________________________________________
11908 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
11909         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
11910      Branch: perl
11911            ! pod/perltooc.pod
11912 ____________________________________________________________________________
11913 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
11914         Log: The previous change on this was *ahem* slightly off-topic.
11915      Branch: perl
11916            ! ext/PerlIO/encoding/encoding.pm
11917 ____________________________________________________________________________
11918 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
11919         Log: variant of change#14657 from mainline, modified for binary
11920              compatibility for 5.6.x (from  Jan Dubois)
11921      Branch: maint-5.6/perl
11922            ! lib/Win32.pod win32/win32.c
11923 ____________________________________________________________________________
11924 [ 15996] By: ams                                   on 2002/04/18  16:16:26
11925         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
11926              From: abigail@foad.org
11927              Date: Thu, 18 Apr 2002 17:09:45 +0200
11928              Message-Id: <20020418150945.389.qmail@foad.org>
11929      Branch: perl
11930            ! pod/perldebtut.pod
11931 ____________________________________________________________________________
11932 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
11933         Log: z/OS situation update.
11934      Branch: perl
11935            ! pod/perldelta.pod
11936 ____________________________________________________________________________
11937 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
11938         Log: Doc tweaks.
11939      Branch: perl
11940            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
11941 ____________________________________________________________________________
11942 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
11943         Log: The tests need perlio.
11944      Branch: perl
11945            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
11946 ____________________________________________________________________________
11947 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
11948         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11949              From: Mark-Jason Dominus <mjd@plover.com>
11950              Date: Thu, 18 Apr 2002 09:38:17 -0400
11951              Message-ID: <20020418133817.22436.qmail@plover.com>    
11952              
11953              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
11954              From: Mark-Jason Dominus <mjd@plover.com>
11955              Date: Thu, 18 Apr 2002 09:54:50 -0400
11956              Message-ID: <20020418135450.22999.qmail@plover.com>    
11957      Branch: perl
11958            ! pod/perlfaq8.pod
11959 ____________________________________________________________________________
11960 [ 15991] By: sky                                   on 2002/04/18  09:18:14
11961         Log: Port testcases from thr5005 tests so we don't fail on same things.
11962              Added yield support using threads->yield().
11963      Branch: perl
11964            + ext/threads/t/thread.t
11965            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
11966 ____________________________________________________________________________
11967 [ 15990] By: nick                                  on 2002/04/18  07:56:40
11968         Log: Integrate mainline
11969      Branch: perlio
11970            - t/io/full.t
11971           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
11972           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
11973           !> perl.c t/op/groups.t toke.c win32/win32.c
11974 ____________________________________________________________________________
11975 [ 15989] By: sky                                   on 2002/04/18  07:15:55
11976         Log: Always flush the PerlIO buffers after running END blocks in 
11977              perl_destruct. This should fix ext/threads/t/end.t under Win32.
11978      Branch: perl
11979            ! perl.c
11980 ____________________________________________________________________________
11981 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
11982         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
11983      Branch: perl
11984            ! perl.c
11985 ____________________________________________________________________________
11986 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
11987         Log: Move /dev/full testing post-5.8.0.
11988      Branch: perl
11989            - t/io/full.t
11990            ! MANIFEST
11991 ____________________________________________________________________________
11992 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
11993         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
11994              ("Crays have only REAL memory.")
11995      Branch: perl
11996            ! hints/unicos.sh hints/unicosmk.sh
11997 ____________________________________________________________________________
11998 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
11999         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
12000              From: luc.st-louis@ca.transport.bombardier.com
12001              Date: Wed, 17 Apr 2002 14:22:25 -0400
12002              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
12003      Branch: perl
12004            ! win32/win32.c
12005 ____________________________________________________________________________
12006 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
12007         Log: With -Uuseperlio the error might be EBADF.
12008      Branch: perl
12009            ! t/io/full.t
12010 ____________________________________________________________________________
12011 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
12012         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
12013              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
12014              Date: Wed, 17 Apr 2002 21:16:22 +0400
12015              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
12016      Branch: perl
12017            ! lib/ExtUtils/t/Embed.t
12018 ____________________________________________________________________________
12019 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
12020         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
12021              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
12022              Date: Wed, 17 Apr 2002 20:08:03 +0400
12023              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
12024      Branch: perl
12025            ! win32/win32.c
12026 ____________________________________________________________________________
12027 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
12028         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
12029              From: Mark-Jason Dominus <mjd@plover.com>
12030              Date: Wed, 17 Apr 2002 11:14:17 -0400
12031              Message-ID: <20020417151417.27268.qmail@plover.com>
12032      Branch: perl
12033            ! t/io/full.t
12034 ____________________________________________________________________________
12035 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
12036         Log: README.cjk update.
12037      Branch: perl
12038            ! README.cn README.jp README.ko README.tw
12039 ____________________________________________________________________________
12040 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
12041         Log: Subject: [PATCH toke.c] @:foo?
12042              From: Philip Newton <Philip.Newton@gmx.net>
12043              Date: Wed, 17 Apr 2002 19:48:09 +0200
12044              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
12045      Branch: perl
12046            ! toke.c
12047 ____________________________________________________________________________
12048 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
12049         Log: Subject: Re: gcc on HP
12050              From: Philip Newton <Philip.Newton@gmx.net>
12051              Date: Wed, 17 Apr 2002 20:36:34 +0200
12052              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
12053      Branch: perl
12054            ! README.hpux
12055 ____________________________________________________________________________
12056 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
12057         Log: Adjust test for groups that appear multiple times on Cygwin
12058      Branch: perl
12059            ! t/op/groups.t
12060 ____________________________________________________________________________
12061 [ 15976] By: nick                                  on 2002/04/17  17:03:40
12062         Log: Integrate mainline
12063      Branch: perlio
12064           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
12065           +> ext/PerlIO/encoding/encoding.pm
12066           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
12067           +> ext/threads/shared/t/queue.t t/io/full.t
12068            - ext/Encode/lib/Encode/XS.pm
12069           !> (integrate 50 files)
12070 ____________________________________________________________________________
12071 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
12072         Log: Update Changes.
12073      Branch: perl
12074            ! Changes patchlevel.h
12075 ____________________________________________________________________________
12076 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
12077         Log: Subject: [PATCH B::Deparse] "foo bar"->()
12078              From: Robin Houston <robin@kitsite.com>
12079              Date: Wed, 17 Apr 2002 15:45:32 +0100
12080              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
12081      Branch: perl
12082            ! ext/B/B/Deparse.pm
12083 ____________________________________________________________________________
12084 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
12085         Log: metaconfig unit change for #15972.
12086      Branch: metaconfig/U/perl
12087            ! Extensions.U
12088 ____________________________________________________________________________
12089 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
12090         Log: As suggested by Arthur: the threads and threads::shared
12091              modules are always present.  This tries to preempt two
12092              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
12093              to have this new fancy threads implementation but my Perl
12094              doesn't seem to have it" (2) someone attempting to install
12095              threads using CPAN.pm and CPAN.pm helpfully starting to
12096              install perl 5.8.0 (which they might already have installed).
12097      Branch: perl
12098            ! Configure ext/threads/Makefile.PL
12099            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
12100            ! ext/threads/shared/shared.xs ext/threads/threads.pm
12101            ! ext/threads/threads.xs
12102 ____________________________________________________________________________
12103 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
12104         Log: More signedness nits.
12105      Branch: perl
12106            ! ext/Encode/Encode.xs
12107 ____________________________________________________________________________
12108 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
12109         Log: fast_abs_path() is tainted.
12110      Branch: perl
12111            ! ext/Cwd/t/cwd.t
12112 ____________________________________________________________________________
12113 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
12114         Log: Signedness nit.
12115      Branch: perl
12116            ! ext/Encode/bin/enc2xs
12117 ____________________________________________________________________________
12118 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
12119         Log: Subject: gcc on HP
12120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12121              Date: Wed, 17 Apr 2002 12:43:38 +0200
12122              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
12123      Branch: perl
12124            ! README.hpux
12125 ____________________________________________________________________________
12126 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
12127         Log: Add just a little bit more explanation to PerlIO::encoding.
12128      Branch: perl
12129            ! ext/PerlIO/encoding/encoding.pm
12130 ____________________________________________________________________________
12131 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
12132         Log: PerlIO::encoding 0.01 from Dan Kogai.
12133      Branch: perl
12134            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
12135            + ext/PerlIO/encoding/encoding.pm
12136            + ext/PerlIO/encoding/encoding.xs
12137            ! MANIFEST
12138 ____________________________________________________________________________
12139 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
12140         Log: Upgrade to Encode 1.42, from Dan Kogai.
12141      Branch: perl
12142            - ext/Encode/lib/Encode/XS.pm
12143            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
12144            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
12145            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12146            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
12147            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
12148            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
12149            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12150            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
12151            ! ext/Encode/lib/Encode/Config.pm
12152            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
12153            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
12154            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
12155            ! ext/Encode/t/encoding.t
12156 ____________________________________________________________________________
12157 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
12158         Log: Test tweaks from mjd and Benjamin Goldberg.
12159      Branch: perl
12160            ! t/io/full.t
12161 ____________________________________________________________________________
12162 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
12163         Log: Document taint-safeness.   Life in the fast_abs_path()
12164              lane is unsafe.
12165      Branch: perl
12166            ! lib/Cwd.pm
12167 ____________________________________________________________________________
12168 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
12169         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
12170              From: Mark-Jason Dominus <mjd@plover.com>
12171              Date: Tue, 16 Apr 2002 19:24:12 -0400
12172              Message-ID: <20020416232412.14297.qmail@plover.com>
12173      Branch: perl
12174            + t/io/full.t
12175            ! MANIFEST perlio.c
12176 ____________________________________________________________________________
12177 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
12178         Log: Manifestations of mjd, from mjd.
12179      Branch: perl
12180            ! MANIFEST
12181 ____________________________________________________________________________
12182 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
12183         Log: metaconfig unit change for #15959.
12184      Branch: metaconfig/U/perl
12185            ! Extensions.U
12186 ____________________________________________________________________________
12187 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
12188         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
12189              From: Andy Dougherty <doughera@lafayette.edu>
12190              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
12191              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
12192      Branch: perl
12193            ! Configure
12194 ____________________________________________________________________________
12195 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
12196         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
12197              From: Nicholas Clark <nick@unfortu.net>
12198              Date: Tue, 16 Apr 2002 22:22:41 +0100
12199              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
12200      Branch: perl
12201            ! embed.fnc global.sym hv.c universal.c
12202 ____________________________________________________________________________
12203 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
12204         Log: Documents for Merijn and lots of XXXs for NI-S :-)
12205      Branch: perl
12206            ! pod/perlfunc.pod pod/perlrun.pod
12207 ____________________________________________________________________________
12208 [ 15956] By: sky                                   on 2002/04/16  21:26:53
12209         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
12210              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
12211              stuff being 0xabababab on cleanup.
12212      Branch: perl
12213            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
12214            ! MANIFEST
12215 ____________________________________________________________________________
12216 [ 15955] By: nick                                  on 2002/04/16  20:46:03
12217         Log: Integate mainline (other machine)
12218      Branch: perlio
12219           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
12220           !> t/op/magic.t
12221 ____________________________________________________________________________
12222 [ 15954] By: nick                                  on 2002/04/16  20:13:32
12223         Log: Integrate mainline
12224      Branch: perlio
12225           +> README.cn README.jp README.ko README.tw
12226           +> ext/threads/shared/t/av_refs.t
12227           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
12228           !> (integrate 41 files)
12229 ____________________________________________________________________________
12230 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
12231         Log: B::walkoptree bugfix (see also #15850)
12232      Branch: perl
12233            ! ext/B/B.xs ext/B/t/terse.t
12234 ____________________________________________________________________________
12235 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
12236         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
12237              From: Philip Newton <Philip.Newton@gmx.net>
12238              Date: Tue, 16 Apr 2002 21:09:44 +0200
12239              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
12240      Branch: perl
12241            ! pod/perltodo.pod
12242 ____________________________________________________________________________
12243 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
12244         Log: Subject: [PATCH] B::Deparse problems with japhs
12245              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12246              Date: Tue, 16 Apr 2002 15:47:33 +0100
12247              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
12248      Branch: perl
12249            ! ext/B/B/Deparse.pm
12250 ____________________________________________________________________________
12251 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
12252         Log: Stas' tainting worries, obscured by me.
12253      Branch: perl
12254            ! ext/Cwd/t/cwd.t lib/Cwd.pm
12255 ____________________________________________________________________________
12256 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
12257         Log: Pod tweak to avoid =item<japanese> problems.
12258      Branch: perl
12259            ! README.jp
12260 ____________________________________________________________________________
12261 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
12262         Log: Some UTF-8 todos.
12263      Branch: perl
12264            ! pod/perltodo.pod
12265 ____________________________________________________________________________
12266 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
12267         Log: Let's not promise too much: use utf8 only works on identifier
12268              names, not package or subroutine names (admittedly limited [1], but
12269              that's what the Camel says, and that's what we are going to stick
12270              to for 5.8.0).  Also document that use vars does not do utf8.
12271              [1] The obvious problem in both is that package and subroutine
12272              names need to mappable to the filesystem.
12273      Branch: perl
12274            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
12275 ____________________________________________________________________________
12276 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
12277         Log: Subject: [PATCH] small typo in IO::Pipe pod
12278              From: Slaven Rezic <rezic@onlineoffice.de>
12279              Date: Tue, 16 Apr 2002 12:31:10 +0200
12280              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
12281      Branch: perl
12282            ! ext/IO/lib/IO/Pipe.pm
12283 ____________________________________________________________________________
12284 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
12285         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
12286              From: Arthur Bergman <arthur@contiller.se>
12287              Date: Tue, 16 Apr 2002 11:58:45 +0200
12288              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
12289      Branch: perl
12290            ! lib/Attribute/Handlers.pm
12291 ____________________________________________________________________________
12292 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
12293         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
12294              Jungshik Shin.  Regen toc.
12295      Branch: perl
12296            + README.cn README.jp README.ko README.tw
12297            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12298 ____________________________________________________________________________
12299 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
12300         Log: my $utf8here, our $utf8here, and package variable $utf8here.
12301              
12302              The actual minimal fix is in utf8.c and from NI-S,
12303              the rest are the tests (in fresh_perl since I couldn't get
12304              them easily to work elsewhere) and a slight behaviour change:
12305              previously UTF-8 identifiers had to start with an alphabetic
12306              character.  No more so, now they can start with an (Unicode)
12307              ID_Continue character (which however is not a (Unicode) digit).
12308              (Limiting the first character to ID_Start would be rather
12309              restrictive, since ID_Start allows only alphabetic letters.)
12310              
12311              TODO: use vars qw($utf8here).  This I don't find to be
12312              a showstopper.
12313      Branch: perl
12314            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
12315            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
12316 ____________________________________________________________________________
12317 [ 15942] By: ams                                   on 2002/04/16  02:24:25
12318         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
12319              From: "Craig A. Berry" <craigberry@mac.com>
12320              Date: Mon, 15 Apr 2002 22:06:14 -0500
12321              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
12322      Branch: perl
12323            ! lib/FileCache.t
12324 ____________________________________________________________________________
12325 [ 15941] By: ams                                   on 2002/04/16  02:16:35
12326         Log: Subject: [PATCH] s2p fix for VMS
12327              From: "Craig A. Berry" <craigberry@mac.com>
12328              Date: Mon, 15 Apr 2002 21:48:36 -0500
12329              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
12330      Branch: perl
12331            ! configure.com t/x2p/s2p.t x2p/s2p.PL
12332 ____________________________________________________________________________
12333 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
12334         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
12335              (and the licensing of the other code clarified, from Mark Bixby.)
12336      Branch: perl
12337            ! mpeix/mpeix.c
12338 ____________________________________________________________________________
12339 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
12340         Log: AUTHORS updates.
12341      Branch: perl
12342            ! AUTHORS
12343 ____________________________________________________________________________
12344 [ 15938] By: sky                                   on 2002/04/15  22:13:17
12345         Log: Add support for my $foo : shared; 
12346              Add testcase for this.
12347              Update manifest.
12348      Branch: perl
12349            + ext/threads/shared/t/shared_attr.t
12350            ! MANIFEST ext/threads/shared/shared.pm
12351 ____________________________________________________________________________
12352 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
12353         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
12354              From: abigail@foad.org
12355              Date: Mon, 15 Apr 2002 17:41:17 +0200
12356              Message-ID: <20020415154117.1559.qmail@foad.org>
12357              
12358              (With EBCDIC skippage added, and the skip reason
12359              skippage on the two ?? loops tweaked.)
12360      Branch: perl
12361            + t/japh/abigail.t
12362            ! MANIFEST t/TEST
12363 ____________________________________________________________________________
12364 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
12365         Log: Subject: Re: [ID 20020412.005] Dancing ??s
12366              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
12367              Date: Sun, 14 Apr 2002 16:09:30 +0100
12368              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
12369      Branch: perl
12370            ! pod/perlop.pod pp_hot.c t/op/pat.t
12371 ____________________________________________________________________________
12372 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
12373         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
12374              From: abigail@foad.org
12375              Date: Mon, 15 Apr 2002 17:40:02 +0200
12376              Message-ID: <20020415154002.1549.qmail@foad.org>
12377      Branch: perl
12378            ! t/test.pl
12379 ____________________________________________________________________________
12380 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
12381         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
12382              From: "Craig A. Berry" <craigberry@mac.com>
12383              Date: Mon, 15 Apr 2002 14:05:26 -0500
12384              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
12385      Branch: perl
12386            ! universal.c
12387 ____________________________________________________________________________
12388 [ 15933] By: sky                                   on 2002/04/15  21:26:16
12389         Log: Test arrays containing references, and references to shared arrays.
12390      Branch: perl
12391            + ext/threads/shared/t/av_refs.t
12392 ____________________________________________________________________________
12393 [ 15932] By: nick                                  on 2002/04/15  15:06:49
12394         Log: Integrate mainline (for Encode)
12395      Branch: perlio
12396           +> ext/Encode/Encode/ConfigLocal_PM.e2x
12397           +> ext/Encode/lib/Encode/JP/JIS7.pm
12398            - ext/Encode/lib/Encode/JP/2022_JP.pm
12399            - ext/Encode/lib/Encode/JP/2022_JP1.pm
12400            - ext/Encode/lib/Encode/JP/JIS.pm
12401           !> (integrate 26 files)
12402 ____________________________________________________________________________
12403 [ 15931] By: ams                                   on 2002/04/15  14:51:31
12404         Log: Subject: [PATCH] Chip didn't time travel.
12405              From: abigail@foad.org
12406              Date: Mon, 15 Apr 2002 17:40:22 +0200
12407              Message-Id: <20020415154022.1554.qmail@foad.org>
12408      Branch: perl
12409            ! pod/perlhist.pod
12410 ____________________________________________________________________________
12411 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
12412         Log: Update Changes.
12413      Branch: perl
12414            ! Changes patchlevel.h
12415 ____________________________________________________________________________
12416 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
12417         Log: The #15921 made the 'no warnings' unnecessary.
12418      Branch: perl
12419            ! t/op/magic.t
12420 ____________________________________________________________________________
12421 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
12422         Log: Subject: Re: [FILE] FileCache.t
12423              From: belg4mit <belg4mit@mit.edu>
12424              Date: Mon, 15 Apr 2002 01:31:21 -0400
12425              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
12426      Branch: perl
12427            ! lib/FileCache.t
12428 ____________________________________________________________________________
12429 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
12430         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
12431      Branch: perl
12432            ! lib/FileCache.pm lib/FileCache.t
12433 ____________________________________________________________________________
12434 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
12435         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
12436              From: Nicholas Clark <nick@unfortu.net>
12437              Date: Sun, 14 Apr 2002 22:54:43 +0100
12438              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
12439      Branch: perl
12440            ! lib/Hash/Util.t
12441 ____________________________________________________________________________
12442 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
12443         Log: Subject: [Encode] 1.40 released!
12444              From: Dan Kogai <dankogai@dan.co.jp>
12445              Date: Mon, 15 Apr 2002 07:51:52 +0900
12446              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
12447      Branch: perl
12448            + ext/Encode/Encode/ConfigLocal_PM.e2x
12449            + ext/Encode/lib/Encode/JP/JIS7.pm
12450            - ext/Encode/lib/Encode/JP/2022_JP.pm
12451            - ext/Encode/lib/Encode/JP/2022_JP1.pm
12452            - ext/Encode/lib/Encode/JP/JIS.pm
12453            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
12454            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
12455            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
12456            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
12457            ! ext/Encode/lib/Encode/Config.pm
12458            ! ext/Encode/lib/Encode/Encoder.pm
12459            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12460            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
12461 ____________________________________________________________________________
12462 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
12463         Log: return undef is of questionable style.
12464      Branch: perl
12465            ! lib/Hash/Util.pm
12466 ____________________________________________________________________________
12467 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
12468         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
12469              From: mjd@plover.com
12470              Date: 15 Apr 2002 06:46:02 -0000
12471              Message-ID: <20020415064602.17052.qmail@plover.com>     
12472      Branch: perl
12473            ! t/op/magic.t
12474 ____________________________________________________________________________
12475 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
12476         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
12477              From: mjd@plover.com
12478              Date: 14 Apr 2002 22:30:17 -0000
12479              Message-ID: <20020414223017.17361.qmail@plover.com>
12480      Branch: perl
12481            ! t/op/re_tests
12482 ____________________________________________________________________________
12483 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
12484         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
12485              From: Mark-Jason Dominus <mjd@plover.com>
12486              Date: Mon, 15 Apr 2002 02:41:52 -0400
12487              Message-ID: <20020415064152.16958.qmail@plover.com>
12488      Branch: perl
12489            ! perl.c t/lib/warnings/toke
12490 ____________________________________________________________________________
12491 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
12492         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
12493              From: "Craig A. Berry" <craigberry@mac.com>
12494              Date: Sun, 14 Apr 2002 18:56:02 -0500
12495              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
12496      Branch: perl
12497            ! configure.com
12498 ____________________________________________________________________________
12499 [ 15919] By: nick                                  on 2002/04/15  06:14:25
12500         Log: Integrate mainline
12501      Branch: perlio
12502           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
12503           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
12504           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
12505 ____________________________________________________________________________
12506 [ 15918] By: ams                                   on 2002/04/15  04:25:48
12507         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
12508              From: Stas Bekman <stas@stason.org>
12509              Date: Mon, 15 Apr 2002 11:45:03 +0800
12510              Message-Id: <3CBA4CBF.9030306@stason.org>
12511      Branch: perl
12512            ! lib/Cwd.pm
12513 ____________________________________________________________________________
12514 [ 15917] By: ams                                   on 2002/04/15  04:21:14
12515         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
12516              From: Mark-Jason Dominus <mjd@plover.com>
12517              Date: Mon, 15 Apr 2002 00:30:26 -0400
12518              Message-Id: <20020415043026.11417.qmail@plover.com>
12519      Branch: perl
12520            ! perl.c t/lib/warnings/toke
12521 ____________________________________________________________________________
12522 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
12523         Log: Correct precedence problem in #15915
12524      Branch: perl
12525            ! lib/vars.pm
12526 ____________________________________________________________________________
12527 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
12528         Log: use vars wasn't use utf8 aware.
12529      Branch: perl
12530            ! lib/vars.pm
12531 ____________________________________________________________________________
12532 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
12533         Log: Subject: [PATCH] Re: restricted hashes are unblessable
12534              From: Nicholas Clark <nick@unfortu.net>
12535              Date: Sat, 13 Apr 2002 23:43:02 +0100
12536              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
12537              
12538              The function name sucks but can't think of anything better.
12539      Branch: perl
12540            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
12541 ____________________________________________________________________________
12542 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
12543         Log: Subject: AUTHORS update
12544              From: Chris Nandor <pudge@pobox.com>
12545              Date: Sun, 14 Apr 2002 11:54:40 -0400
12546              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
12547      Branch: perl
12548            ! AUTHORS
12549 ____________________________________________________________________________
12550 [ 15912] By: nick                                  on 2002/04/14  14:47:18
12551         Log: XS versions of encode/decode for Encode::Unicode
12552      Branch: perlio
12553            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
12554 ____________________________________________________________________________
12555 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
12556         Log: metaconfig unit changes for #15910.
12557      Branch: metaconfig
12558            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12559            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12560            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12561            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12562            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12563            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12564            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12565            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12566            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12567            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12568            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12569            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12570            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12571            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12572            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12573            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12574            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12575            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12576            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12577            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12578            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12579            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12580            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12581            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12582 ____________________________________________________________________________
12583 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
12584         Log: Simplify the _r probing code by adding the i_systime
12585              only for the APIs where it matters.
12586      Branch: perl
12587            ! Configure reentr.pl
12588 ____________________________________________________________________________
12589 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
12590         Log: Integrate perlio:
12591              
12592              [ 15904]
12593              Disable test code (assertions) in CRLF layer.
12594              
12595              [ 15903]
12596              Avoid expensive paranoid check that decoder does return legal UTF-8
12597      Branch: perl
12598           !> ext/Encode/Encode.xs perlio.c
12599 ____________________________________________________________________________
12600 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
12601         Log: Subject: patch for FileCache in 5.7.3
12602              From: JPIERCE <belg4mit@MIT.EDU>
12603              Date: Sun, 14 Apr 2002 00:38:21 -0400
12604              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
12605      Branch: perl
12606            ! lib/FileCache.pm
12607 ____________________________________________________________________________
12608 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
12609         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
12610              From: Tim Bunce <Tim.Bunce@pobox.com>
12611              Date: Sun, 14 Apr 2002 12:07:35 +0100
12612              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
12613      Branch: perl
12614            ! ext/Storable/Storable.xs
12615 ____________________________________________________________________________
12616 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
12617         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
12618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12619              Date: Sun, 14 Apr 2002 16:29:59 +0200
12620              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
12621      Branch: perl
12622            ! hints/hpux.sh
12623 ____________________________________________________________________________
12624 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
12625         Log: Subject: Enable portable gcc code on hp-ux
12626              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12627              Date: Sun, 14 Apr 2002 16:30:01 +0200
12628              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
12629      Branch: perl
12630            ! hints/hpux.sh
12631 ____________________________________________________________________________
12632 [ 15904] By: nick                                  on 2002/04/14  09:18:01
12633         Log: Disable test code (assertions) in CRLF layer.
12634      Branch: perlio
12635            ! perlio.c
12636 ____________________________________________________________________________
12637 [ 15903] By: nick                                  on 2002/04/14  09:16:39
12638         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
12639      Branch: perlio
12640            ! ext/Encode/Encode.xs
12641 ____________________________________________________________________________
12642 [ 15902] By: nick                                  on 2002/04/14  09:15:45
12643         Log: Integrate mainline
12644      Branch: perlio
12645           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
12646           +> t/win32/longpath.t t/win32/system.t
12647            - t/op/winsystem.t
12648           !> (integrate 30 files)
12649 ____________________________________________________________________________
12650 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
12651         Log: Fixed URL for the Alpha editor.
12652      Branch: perl
12653            ! pod/perlfaq3.pod
12654 ____________________________________________________________________________
12655 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
12656         Log: Dedodgify.
12657      Branch: perl
12658            ! ext/Storable/Storable.xs
12659 ____________________________________________________________________________
12660 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
12661         Log: AUTHORS updates.
12662      Branch: perl
12663            ! AUTHORS
12664 ____________________________________________________________________________
12665 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
12666         Log: s2p needs Config.pm.
12667      Branch: perl
12668            ! Makefile.SH
12669 ____________________________________________________________________________
12670 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
12671         Log: Subject: [PATCH] Benchmark.t 75,90,109
12672              From: Nicholas Clark <nick@unfortu.net>
12673              Date: Sat, 13 Apr 2002 21:43:04 +0100
12674              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
12675      Branch: perl
12676            ! lib/Benchmark.t
12677 ____________________________________________________________________________
12678 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
12679         Log: Tweaks by Autrijus Tang.
12680      Branch: perl
12681            ! ext/Encode/encoding.pm
12682 ____________________________________________________________________________
12683 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
12684         Log: FAQ sync.
12685      Branch: perl
12686            ! pod/perlfaq5.pod
12687 ____________________________________________________________________________
12688 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
12689         Log: z/OS tally update.
12690      Branch: perl
12691            ! pod/perldelta.pod
12692 ____________________________________________________________________________
12693 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
12694         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
12695              From: Nicholas Clark <nick@unfortu.net>
12696              Date: Sat, 13 Apr 2002 02:58:07 +0100
12697              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
12698      Branch: perl
12699            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
12700            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
12701            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
12702            ! t/lib/st-dump.pl
12703 ____________________________________________________________________________
12704 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
12705         Log: Add piconv and enc2xs to the list of utilities.
12706      Branch: perl
12707            ! utils.lst
12708 ____________________________________________________________________________
12709 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
12710         Log: s.
12711      Branch: perl
12712            ! pod/perlunicode.pod
12713 ____________________________________________________________________________
12714 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
12715         Log: Phrasing fixes by Nick Clark
12716      Branch: perl
12717            ! pod/perlunicode.pod
12718 ____________________________________________________________________________
12719 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
12720         Log: More POD fixes and typos
12721      Branch: perl
12722            ! pod/perlunicode.pod
12723 ____________________________________________________________________________
12724 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
12725         Log: Subject: Re: UTF-8 and DB_File ?
12726              From: andreas.koenig@anima.de (Andreas J. Koenig)
12727              Date: Sat, 13 Apr 2002 13:29:41 +0200
12728              Message-ID: <m3ads7j0pm.fsf@anima.de>
12729      Branch: perl
12730            ! pod/perlunicode.pod
12731 ____________________________________________________________________________
12732 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
12733         Log: Fix a typo noticed by Paul Johnson.
12734      Branch: perl
12735            ! MANIFEST
12736 ____________________________________________________________________________
12737 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
12738         Log: Subject: Re: Win32 Status
12739              From: Michael G Schwern <schwern@pobox.com>
12740              Date: Fri, 12 Apr 2002 10:15:33 -0400
12741              Message-ID: <20020412141533.GB9788@blackrider>
12742      Branch: perl
12743            ! lib/ExtUtils/t/INST.t
12744 ____________________________________________________________________________
12745 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
12746         Log: Upgrade to Encode 1.34, from Dan Kogai.
12747      Branch: perl
12748            ! ext/Encode/Changes ext/Encode/Encode.pm
12749            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12750            ! ext/Encode/t/Unicode.t
12751 ____________________________________________________________________________
12752 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
12753         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
12754              From: Graham TerMarsch <graham@howlingfrog.com>
12755              Date: Fri, 12 Apr 2002 12:28:47 -0700
12756              Message-Id: <200204121228.47826.graham@howlingfrog.com>
12757      Branch: perl
12758            ! AUTHORS
12759 ____________________________________________________________________________
12760 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
12761         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
12762              From: Nicholas Clark <nick@unfortu.net>
12763              Date: Fri, 12 Apr 2002 21:59:06 +0100
12764              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
12765      Branch: perl
12766            ! pp_pack.c t/op/pack.t
12767 ____________________________________________________________________________
12768 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
12769         Log: Re-sort MANIFEST.
12770      Branch: perl
12771            ! MANIFEST
12772 ____________________________________________________________________________
12773 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
12774         Log: Move also the Win32 system testing to t/win32.
12775      Branch: perl
12776            + t/win32/system.t
12777            - t/op/winsystem.t
12778            ! MANIFEST
12779 ____________________________________________________________________________
12780 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
12781         Log: Integrate change #15879 from maint-5.6;
12782              
12783              Win32::GetLongPathName() did not return valid results if there
12784              were "." and ".." components in the path; also fix a potential
12785              buffer overflow if the long path happens to be longer than
12786              MAX_PATH (this can presumably happen if they use \\?\... style
12787              paths); add a rather limited testsuite that exercises just the
12788              edge cases
12789      Branch: perl
12790           +> t/win32/longpath.t
12791           !> MANIFEST t/harness win32/win32.c
12792 ____________________________________________________________________________
12793 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
12794         Log: Win32::GetLongPathName() did not return valid results if there
12795              were "." and ".." components in the path; also fix a potential
12796              buffer overflow if the long path happens to be longer than
12797              MAX_PATH (this can presumably happen if they use \\?\... style
12798              paths); add a rather limited testsuite that exercises just the
12799              edge cases
12800      Branch: maint-5.6/perl
12801            + t/win32/longpath.t
12802            ! MANIFEST t/harness win32/win32.c
12803 ____________________________________________________________________________
12804 [ 15878] By: nick                                  on 2002/04/12  14:38:32
12805         Log: Integrate mainline
12806      Branch: perlio
12807           +> lib/ExtUtils/t/INST_PREFIX.t
12808           !> (integrate 37 files)
12809 ____________________________________________________________________________
12810 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
12811         Log: Update Changes.
12812      Branch: perl
12813            ! Changes patchlevel.h
12814 ____________________________________________________________________________
12815 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
12816         Log: Discuss the magic of \w in security terms.
12817      Branch: perl
12818            ! pod/perlsec.pod pod/perlunicode.pod
12819 ____________________________________________________________________________
12820 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
12821         Log: Add a warning about the symbolic methods and
12822              symbolic sub refs not being checked for taint.
12823      Branch: perl
12824            ! pod/perlsec.pod
12825 ____________________________________________________________________________
12826 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
12827         Log: In EBCDIC the BOM detection doesn't seem
12828              to be working right.  For now skipping the test,
12829              waiting for Dan's opinion.
12830      Branch: perl
12831            ! ext/Encode/t/Unicode.t
12832 ____________________________________________________________________________
12833 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
12834         Log: Update to Net::Ping 2.16.
12835      Branch: perl
12836            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
12837 ____________________________________________________________________________
12838 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
12839         Log: Upgrade to CGI.pm 2.81.
12840      Branch: perl
12841            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
12842 ____________________________________________________________________________
12843 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
12844         Log: Move up restricted hashes a bit.
12845      Branch: perl
12846            ! pod/perldelta.pod
12847 ____________________________________________________________________________
12848 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
12849         Log: Now using Unicode 3.2.0.
12850      Branch: perl
12851            ! pod/perldelta.pod
12852 ____________________________________________________________________________
12853 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
12854         Log: UNICOS too has sockpair issues (unsurprisingly,
12855              since UNICOS/mk has them too)
12856      Branch: perl
12857            ! ext/Socket/socketpair.t
12858 ____________________________________________________________________________
12859 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
12860         Log: FAQ patch from mjd regarding Tie::File.
12861      Branch: perl
12862            ! pod/perlfaq5.pod
12863 ____________________________________________________________________________
12864 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
12865         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
12866              consider using the NamesList.
12867      Branch: perl
12868            ! lib/charnames.pm lib/charnames.t
12869 ____________________________________________________________________________
12870 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
12871         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
12872              From: "Craig A. Berry" <craigberry@mac.com>
12873              Date: Thu, 11 Apr 2002 13:47:21 -0500
12874              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
12875      Branch: perl
12876            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12877 ____________________________________________________________________________
12878 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
12879         Log: More NT Unicode information from Jan Dubois.
12880      Branch: perl
12881            ! pod/perltodo.pod
12882 ____________________________________________________________________________
12883 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
12884         Log: Add one perltodo item (and move bunch of them to better spot),
12885              add sysopen() to "Functions for filehandles, files, or directories".
12886      Branch: perl
12887            ! pod/perlfunc.pod pod/perltodo.pod
12888 ____________________________________________________________________________
12889 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
12890         Log: Prettyprinting: shorten the lines to avoid linewrapping.
12891      Branch: perl
12892            ! t/TEST
12893 ____________________________________________________________________________
12894 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
12895         Log: Also NEC SUPER-UX has buggy sockpair().
12896      Branch: perl
12897            ! ext/Socket/socketpair.t
12898 ____________________________________________________________________________
12899 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
12900         Log: dTHX works on its own just fine.
12901      Branch: perl
12902            ! ext/DynaLoader/dl_aix.xs
12903 ____________________________________________________________________________
12904 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
12905         Log: Must hold off building s2p until there's a miniperl.
12906      Branch: perl
12907            ! Makefile.SH
12908 ____________________________________________________________________________
12909 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
12910         Log: AIX: strerror_r() needs dTHX.
12911      Branch: perl
12912            ! ext/DynaLoader/dl_aix.xs
12913 ____________________________________________________________________________
12914 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
12915         Log: Extracting the s2p may require the right dynlibpath.
12916      Branch: perl
12917            ! Makefile.SH
12918 ____________________________________________________________________________
12919 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
12920         Log: Doc tweaks.
12921      Branch: perl
12922            ! ext/Time/HiRes/HiRes.pm
12923 ____________________________________________________________________________
12924 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
12925         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
12926              From: Michael G Schwern <schwern@pobox.com>
12927              Date: Thu, 11 Apr 2002 01:25:26 -0400
12928              Message-ID: <20020411052525.GA17038@blackrider>
12929      Branch: perl
12930            + lib/ExtUtils/t/INST_PREFIX.t
12931            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
12932            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12933            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12934            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
12935            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12936            ! lib/ExtUtils/t/prefixify.t
12937 ____________________________________________________________________________
12938 [ 15855] By: nick                                  on 2002/04/11  06:26:44
12939         Log: Integrate mainline
12940      Branch: perlio
12941           !> (integrate 42 files)
12942 ____________________________________________________________________________
12943 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
12944         Log: Unused variables.
12945      Branch: perl
12946            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12947 ____________________________________________________________________________
12948 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
12949         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
12950              From: Ilya Martynov <ilya@martynov.org>
12951              Date: 11 Apr 2002 03:21:17 +0400
12952              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
12953      Branch: perl
12954            ! lib/Term/ReadLine.pm
12955 ____________________________________________________________________________
12956 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
12957         Log: Upgrade to Encode 1.33, from Dan Kogai.
12958      Branch: perl
12959            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
12960            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
12961            ! ext/Encode/lib/Encode/Supported.pod
12962            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
12963            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
12964            ! ext/Encode/ucm/adobeSymbol.ucm
12965            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12966 ____________________________________________________________________________
12967 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
12968         Log: Backward portability from Dan Kogai.
12969      Branch: perl
12970            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
12971            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
12972            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
12973            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
12974            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
12975            ! ext/Storable/t/store.t ext/Storable/t/tied.t
12976            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
12977            ! ext/Storable/t/utf8.t
12978 ____________________________________________________________________________
12979 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
12980         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
12981              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
12982              bug in B::walkoptree still to be fixed.
12983      Branch: perl
12984            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
12985 ____________________________________________________________________________
12986 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
12987         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
12988              From: Philip Newton <Philip.Newton@gmx.net>
12989              Date: Wed, 10 Apr 2002 21:29:58 +0200
12990              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
12991      Branch: perl
12992            ! pod/perldelta.pod
12993 ____________________________________________________________________________
12994 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
12995         Log: Integrate perlio:
12996              
12997              [ 15847]
12998              Add a \t to Win32 pm_to_blib $(TOUCH) line.
12999      Branch: perl
13000           !> lib/ExtUtils/MM_Win32.pm
13001 ____________________________________________________________________________
13002 [ 15847] By: nick                                  on 2002/04/10  13:08:29
13003         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
13004      Branch: perlio
13005            ! lib/ExtUtils/MM_Win32.pm
13006 ____________________________________________________________________________
13007 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
13008         Log: Try to fool old AIX when threading, from Merijn.
13009      Branch: perl
13010            ! perl.h
13011 ____________________________________________________________________________
13012 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
13013         Log: Update Changes.
13014      Branch: perl
13015            ! Changes patchlevel.h
13016 ____________________________________________________________________________
13017 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
13018         Log: Welcome to the 5.7.3.
13019      Branch: perl
13020            ! NetWare/Makefile win32/Makefile
13021 ____________________________________________________________________________
13022 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
13023         Log: Make x2p/s2p part of the test_prep target now that we
13024              have a test for it.
13025      Branch: perl
13026            ! Makefile.SH
13027 ____________________________________________________________________________
13028 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
13029         Log: Integrate perlio:
13030              
13031              [ 15840]
13032              We have been 5.7.3 for a while - install there ...
13033      Branch: perl
13034           !> win32/makefile.mk
13035 ____________________________________________________________________________
13036 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
13037         Log: SImilarly to old HP-UX, in old AIX too including
13038              crypt.h leads into trouble.  (from Merijn)
13039      Branch: perl
13040            ! hints/aix.sh
13041 ____________________________________________________________________________
13042 [ 15840] By: nick                                  on 2002/04/10  10:04:19
13043         Log: We have been 5.7.3 for a while - install there ...
13044      Branch: perlio
13045            ! win32/makefile.mk
13046 ____________________________________________________________________________
13047 [ 15839] By: nick                                  on 2002/04/10  10:03:46
13048         Log: Intgrate mainline
13049      Branch: perlio
13050           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
13051            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
13052            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
13053           !> (integrate 40 files)
13054 ____________________________________________________________________________
13055 [ 15838] By: ams                                   on 2002/04/10  04:16:45
13056         Log: Subject: [PATCH] ext/attrs.t getting skipped
13057              From: "Craig A. Berry" <craigberry@mac.com>
13058              Date: Tue, 9 Apr 2002 23:58:49 -0500
13059              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
13060      Branch: perl
13061            ! t/TEST
13062 ____________________________________________________________________________
13063 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
13064         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
13065              From: Michael G Schwern <schwern@pobox.com>
13066              Date: Tue, 9 Apr 2002 20:52:55 -0400
13067              Message-ID: <20020410005254.GI8954@blackrider>
13068      Branch: perl
13069            ! t/op/sub_lval.t
13070 ____________________________________________________________________________
13071 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
13072         Log: Undo accident in #15385.
13073      Branch: metaconfig/U/perl
13074            ! Extensions.U
13075 ____________________________________________________________________________
13076 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
13077         Log: Retract the UTF-8 filenames patch.  This may be
13078              better dealt with in Perl level, a la File::Spec
13079              (since the whole mess is strongly filesystem-specific).
13080      Branch: metaconfig/U/perl
13081            + usecjk.U
13082            ! Extensions.U
13083      Branch: perl
13084            - ext/File/Glob/t/utf8.t
13085            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
13086            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
13087            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13088            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
13089            ! t/op/readdir.t
13090 ____________________________________________________________________________
13091 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
13092         Log: Upgrade to Encode 1.32, from Dan Kogai.
13093      Branch: perl
13094            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
13095            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
13096            - ext/Encode/ucm/macGurmukhi.ucm
13097            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
13098            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
13099            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
13100            ! ext/Encode/lib/Encode/Encoder.pm
13101            ! ext/Encode/lib/Encode/Supported.pod
13102            ! ext/Encode/lib/Encode/Unicode.pm
13103            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
13104            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
13105 ____________________________________________________________________________
13106 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
13107         Log: Add tests for s2p/psed, from Wolfgang Laun.
13108      Branch: perl
13109            + t/x2p/s2p.t
13110            ! MANIFEST t/TEST
13111 ____________________________________________________________________________
13112 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
13113         Log: FAQ sync.
13114      Branch: perl
13115            ! pod/perlfaq2.pod pod/perlfaq3.pod
13116 ____________________________________________________________________________
13117 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
13118         Log: Remove false dependency between getgrent and setpwent
13119              having/not having FILE**.  Also make the names of the
13120              {set,get,end}* interface struct members a bit shorter.
13121      Branch: perl
13122            ! reentr.c reentr.h reentr.pl
13123 ____________________________________________________________________________
13124 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
13125         Log: Avoid bad prototypes.
13126      Branch: perl
13127            ! hints/hpux.sh
13128 ____________________________________________________________________________
13129 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
13130         Log: metaconfig unit change for #15828.
13131      Branch: metaconfig
13132            ! U/protos/Protochk.U
13133 ____________________________________________________________________________
13134 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
13135         Log: As Merijn points out, pthread.h really needs to be known
13136              by protochk.
13137      Branch: perl
13138            ! Configure
13139 ____________________________________________________________________________
13140 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
13141         Log: Integrate perlio:
13142              
13143              [ 15826]
13144              Patch up Encode for Tk
13145      Branch: perl
13146           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
13147           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
13148 ____________________________________________________________________________
13149 [ 15826] By: nick                                  on 2002/04/09  12:38:25
13150         Log: Patch up Encode for Tk
13151      Branch: perlio
13152            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
13153            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
13154 ____________________________________________________________________________
13155 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
13156         Log: Portability tweak.
13157      Branch: perl
13158            ! lib/File/CheckTree.t
13159 ____________________________________________________________________________
13160 [ 15824] By: sky                                   on 2002/04/09  10:51:07
13161         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
13162              From: Abigail <abigail@osp.nl>
13163              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
13164              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
13165      Branch: perl
13166            ! pod/perlhist.pod
13167 ____________________________________________________________________________
13168 [ 15823] By: nick                                  on 2002/04/09  08:17:59
13169         Log: Integrate mainline
13170      Branch: perlio
13171           +> ext/Encode/lib/Encode/Config.pm
13172           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
13173           !> (integrate 37 files)
13174 ____________________________________________________________________________
13175 [ 15822] By: ams                                   on 2002/04/09  06:43:50
13176         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
13177              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13178              Date: Tue, 09 Apr 2002 02:00:51 -0400
13179              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
13180      Branch: perl
13181            ! lib/File/CheckTree.pm
13182 ____________________________________________________________________________
13183 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
13184         Log: Small perldelta tweaks.
13185      Branch: perl
13186            ! pod/perldelta.pod
13187 ____________________________________________________________________________
13188 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
13189         Log: File::Checktree update from Paul Grassie.
13190      Branch: perl
13191            ! lib/File/CheckTree.pm lib/File/CheckTree.t
13192 ____________________________________________________________________________
13193 [ 15819] By: ams                                   on 2002/04/08  22:43:48
13194         Log: Subject: patch against t/op/sub_lval.t
13195              From: Jim Cromie <jcromie@divsol.com>
13196              Date: Mon, 08 Apr 2002 17:38:16 -0600
13197              Message-Id: <3CB229E8.9080500@divsol.com>
13198      Branch: perl
13199            ! t/op/sub_lval.t
13200 ____________________________________________________________________________
13201 [ 15818] By: ams                                   on 2002/04/08  22:40:16
13202         Log: Humbly pay homage to the redundancy gods.
13203      Branch: perl
13204            ! mg.c
13205 ____________________________________________________________________________
13206 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
13207         Log: metaconfig mirror #15816.
13208      Branch: metaconfig
13209            ! U/modified/Unix.U
13210 ____________________________________________________________________________
13211 [ 15816] By: ams                                   on 2002/04/08  22:18:32
13212         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
13213      Branch: perl
13214            ! Porting/Glossary
13215 ____________________________________________________________________________
13216 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
13217         Log: Small piconv tweaks (sent to Dan).
13218      Branch: perl
13219            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
13220            ! ext/Encode/lib/Encode/Alias.pm
13221 ____________________________________________________________________________
13222 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
13223         Log: Update Changes.
13224      Branch: perl
13225            ! Changes patchlevel.h
13226 ____________________________________________________________________________
13227 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
13228         Log: FAQ sync.  (Ignoring the few URL differences for now.)
13229      Branch: perl
13230            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13231            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
13232            ! pod/perlfaq7.pod pod/perlfaq9.pod
13233 ____________________________________________________________________________
13234 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
13235         Log: Upgrade to Encode 1.31, from Dan Kogai.
13236      Branch: perl
13237            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
13238            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
13239            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
13240            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
13241 ____________________________________________________________________________
13242 [ 15811] By: ams                                   on 2002/04/08  17:00:37
13243         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
13244              From: Andy Dougherty <doughera@lafayette.edu>
13245              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
13246              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
13247      Branch: perl
13248            ! lib/sort.t pp_sort.c
13249 ____________________________________________________________________________
13250 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
13251         Log: metaconfig unit changes for #15809.
13252      Branch: metaconfig
13253            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
13254 ____________________________________________________________________________
13255 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
13256         Log: Mirroring #15806.
13257      Branch: perl
13258            ! Porting/Glossary Porting/config.sh Porting/config_H
13259 ____________________________________________________________________________
13260 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
13261         Log: metaconfig unit changes for #15807.
13262      Branch: metaconfig
13263            ! U/protos/Protochk.U U/threads/d_asctime_r.U
13264            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
13265            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
13266            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
13267            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
13268            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
13269            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
13270            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
13271            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
13272            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
13273            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
13274            ! U/threads/d_getprotobyname_r.U
13275            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
13276            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
13277            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
13278            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
13279            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
13280            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
13281            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
13282            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
13283            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
13284            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
13285            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
13286            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
13287            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
13288            ! U/threads/i_pthread.U
13289      Branch: perl
13290            ! config_h.SH
13291 ____________________________________________________________________________
13292 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
13293         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
13294              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13295              Date: Mon, 08 Apr 2002 14:34:27 +0200
13296              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
13297      Branch: perl
13298            ! Configure hints/hpux.sh reentr.pl
13299 ____________________________________________________________________________
13300 [ 15806] By: ams                                   on 2002/04/08  13:50:43
13301         Log: Subject: [PATCH] Updates to Porting/Glossary
13302              From: Paul_GreenVOS@vos.stratus.com
13303              Date: Mon, 8 Apr 02 10:44 edt
13304              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
13305      Branch: perl
13306            ! Porting/Glossary
13307 ____________________________________________________________________________
13308 [ 15805] By: ams                                   on 2002/04/08  13:47:32
13309         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
13310              coredumps on startup)
13311              From: Michael G Schwern <schwern@pobox.com>
13312              Date: Mon, 8 Apr 2002 10:34:49 -0400
13313              Message-Id: <20020408143449.GB3245@blackrider>
13314      Branch: perl
13315            ! lib/ExtUtils/MM_Unix.pm
13316 ____________________________________________________________________________
13317 [ 15804] By: ams                                   on 2002/04/08  13:29:28
13318         Log: Subject: [PATCH] example in pod/perllexwarn.pod
13319              From: Slaven Rezic <slaven.rezic@berlin.de>
13320              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
13321              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
13322      Branch: perl
13323            ! pod/perllexwarn.pod
13324 ____________________________________________________________________________
13325 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
13326         Log: Upgrade to Encode 1.30, from Dan Kogai. 
13327      Branch: perl
13328            + ext/Encode/lib/Encode/Encoder.pm
13329            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
13330            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
13331            ! ext/Encode/lib/Encode/Supported.pod
13332            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
13333            ! ext/Encode/t/grow.t
13334 ____________________________________________________________________________
13335 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
13336         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
13337              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13338              Date: Mon, 08 Apr 2002 01:08:40 +0100
13339              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
13340      Branch: perl
13341            ! ext/MIME/Base64/t/base64.t
13342 ____________________________________________________________________________
13343 [ 15801] By: nick                                  on 2002/04/08  07:28:27
13344         Log: Integrate mainline
13345      Branch: perlio
13346           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
13347           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
13348           +> ext/File/Glob/t/utf8.t
13349           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
13350           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
13351           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
13352            - ext/Encode/lib/Encode/10646_1.pm
13353            - ext/Encode/lib/Encode/Internal.pm
13354            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13355            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
13356            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
13357            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
13358            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
13359            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
13360            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
13361           !> (integrate 157 files)
13362 ____________________________________________________________________________
13363 [ 15800] By: ams                                   on 2002/04/08  07:06:21
13364         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
13365              From: Jan Dubois <JanD@ActiveState.com>
13366              Date: Mon, 08 Apr 2002 00:10:39 -0700
13367              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
13368      Branch: perl
13369            ! lib/ExtUtils/Packlist.pm
13370 ____________________________________________________________________________
13371 [ 15799] By: ams                                   on 2002/04/08  04:50:36
13372         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
13373              From: Stas Bekman <stas@stason.org>
13374              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
13375              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
13376      Branch: perl
13377            ! pod/perlguts.pod
13378 ____________________________________________________________________________
13379 [ 15798] By: ams                                   on 2002/04/08  03:56:52
13380         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
13381      Branch: perl
13382            ! util.c
13383 ____________________________________________________________________________
13384 [ 15797] By: ams                                   on 2002/04/08  01:30:38
13385         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
13386              same line of code. (As suggested by Simon Cozens.)
13387      Branch: perl
13388            ! mg.c
13389 ____________________________________________________________________________
13390 [ 15796] By: ams                                   on 2002/04/08  01:27:24
13391         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
13392              Simon Cozens.
13393      Branch: perl
13394            ! embed.fnc util.c
13395 ____________________________________________________________________________
13396 [ 15795] By: ams                                   on 2002/04/08  01:05:16
13397         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
13398              From: Tom Brown <thecap@peach.ece.utexas.edu>
13399              Date: Sun, 07 Apr 2002 23:20:05 GMT
13400              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
13401      Branch: perl
13402            ! ext/Devel/DProf/DProf.xs
13403 ____________________________________________________________________________
13404 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
13405         Log: Retract #15793 since #15775 should fix the problem.
13406      Branch: perl
13407            ! hv.c
13408 ____________________________________________________________________________
13409 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
13410         Log: (Retracted by #15794)
13411              Subject: [PATCH] hv.c
13412              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13413              Date: Sun, 7 Apr 2002 14:25:48 +0200
13414              Message-ID: <3CB056EC.16340.1119992@localhost>
13415      Branch: perl
13416            ! hv.c
13417 ____________________________________________________________________________
13418 [ 15792] By: ams                                   on 2002/04/07  21:48:49
13419         Log: Make other nits nervous.
13420      Branch: perl
13421            ! gv.c perl.c
13422 ____________________________________________________________________________
13423 [ 15791] By: ams                                   on 2002/04/07  20:31:08
13424         Log: Subject: [MIME::Base64 patch] t/base64.t fix
13425              From: Dan Kogai <dankogai@dan.co.jp>
13426              Date: Mon, 8 Apr 2002 06:19:29 +0900
13427              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
13428      Branch: perl
13429            ! ext/MIME/Base64/t/base64.t
13430 ____________________________________________________________________________
13431 [ 15790] By: ams                                   on 2002/04/07  20:15:52
13432         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
13433              From: Slaven Rezic <slaven.rezic@berlin.de>
13434              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
13435              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
13436      Branch: perl
13437            ! ext/Devel/Peek/Peek.xs
13438 ____________________________________________________________________________
13439 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
13440         Log: Fully qualify in warning message the name of a subroutine redefined
13441              via glob assignment
13442      Branch: perl
13443            ! sv.c t/lib/warnings/op t/lib/warnings/sv
13444 ____________________________________________________________________________
13445 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
13446         Log: Update from Dan Kogai.
13447      Branch: perl
13448            ! ext/Encode/t/Unicode.t
13449 ____________________________________________________________________________
13450 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
13451         Log: Can't right now twist my brain to figure out
13452              the right CR/LF code point mappings in EBCDIC.
13453      Branch: perl
13454            ! lib/Pod/t/eol.t
13455 ____________________________________________________________________________
13456 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
13457         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
13458              From: Nicholas Clark <nick@ccl4.org>
13459              Date: Sun, 7 Apr 2002 15:01:56 +0100
13460              Message-ID: <20020407150156.R10686@plum.flirble.org>
13461      Branch: perl
13462            ! ext/Data/Dumper/Dumper.xs
13463 ____________________________________________________________________________
13464 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
13465         Log: Tpyo.
13466      Branch: perl
13467            ! lib/Pod/t/eol.t
13468 ____________________________________________________________________________
13469 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
13470         Log: EBCDIC branch was forgotten.
13471      Branch: perl
13472            ! ext/Devel/Peek/Peek.t
13473 ____________________________________________________________________________
13474 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
13475         Log: charnames::viacode() was broken, noticed by Jeffrey.
13476      Branch: perl
13477            ! lib/charnames.pm lib/charnames.t
13478 ____________________________________________________________________________
13479 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
13480         Log: Missing files.
13481      Branch: perl
13482            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
13483            ! MANIFEST ext/Encode/MANIFEST
13484 ____________________________________________________________________________
13485 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
13486         Log: (intentionally empty)
13487      Branch: perl
13488            ! MANIFEST sv.h
13489 ____________________________________________________________________________
13490 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
13491         Log: Upgrade to Encode 1.26, from Dan Kogai.
13492      Branch: perl
13493            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
13494            + ext/Encode/ucm/jis0212.ucm
13495            - ext/Encode/lib/Encode/10646_1.pm
13496            - ext/Encode/lib/Encode/Internal.pm
13497            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13498            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
13499            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
13500            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
13501            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
13502            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
13503            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
13504            - ext/Encode/ucm/macRumanian.ucm
13505            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
13506            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13507            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
13508            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
13509            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
13510            ! ext/Encode/lib/Encode/Encoding.pm
13511            ! ext/Encode/lib/Encode/Supported.pod
13512            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
13513            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
13514            ! ext/Encode/ucm/adobeSymbol.ucm
13515            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
13516            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
13517            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
13518            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
13519            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
13520            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
13521            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
13522            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
13523            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13524            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13525            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13526            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13527            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13528            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13529            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13530            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13531            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13532            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
13533            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
13534            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
13535            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
13536            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
13537            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
13538            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
13539            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
13540            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
13541            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
13542            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13543            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
13544            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
13545            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13546            ! ext/Encode/ucm/nextstep.ucm
13547 ____________________________________________________________________________
13548 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
13549         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
13550              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
13551              Now, where was my coffee mug...
13552      Branch: perl
13553            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
13554            ! pp_sys.c
13555 ____________________________________________________________________________
13556 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
13557         Log: Subject: [PATCH] MakeMaker basic.t on Win32
13558              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13559              Date: Sun, 7 Apr 2002 14:25:48 +0200
13560              Message-ID: <3CB056EC.27101.1119A3D@localhost>
13561              
13562              Subject: [PATCH] MakeMaker && Win32 && nmake
13563              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13564              Date: Sun, 7 Apr 2002 14:25:48 +0200
13565              Message-ID: <3CB056EC.9001.11199ED@localhost>
13566      Branch: perl
13567            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13568 ____________________________________________________________________________
13569 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
13570         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
13571              From: Philip Newton <Philip.Newton@gmx.net>
13572              Date: Sun, 07 Apr 2002 07:51:49 +0200      
13573              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
13574      Branch: perl
13575            ! utf8.c
13576 ____________________________________________________________________________
13577 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
13578         Log: There was no nice way of getting in UTF-8 filenames:
13579              now one can use in the (new) three-arg form of readdir()
13580              and in File::Glob import a ":utf8" to transparently accept
13581              the filenames as Unicode.  Note that only :utf8 is supported,
13582              not fancier stuff like :encoding(foobar)
13583      Branch: perl
13584            + ext/File/Glob/t/utf8.t
13585            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
13586            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
13587            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13588            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
13589            ! t/op/readdir.t
13590 ____________________________________________________________________________
13591 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
13592         Log: Subject: [PATCH] Re: perl@15772
13593              From: Nicholas Clark <nick@ccl4.org>
13594              Date: Sun, 7 Apr 2002 11:06:42 +0100
13595              Message-ID: <20020407110641.O10686@plum.flirble.org>
13596      Branch: perl
13597            ! hv.c
13598 ____________________________________________________________________________
13599 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
13600         Log: Subject: [PATCH] Re: 15764 breakage
13601              From: Michael G Schwern <schwern@pobox.com>
13602              Date: Sat, 6 Apr 2002 19:14:02 -0500
13603              Message-ID: <20020407001401.GA7076@blackrider>
13604      Branch: perl
13605            ! lib/ExtUtils/MM_Unix.pm
13606 ____________________________________________________________________________
13607 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
13608         Log: Instruction tweak.
13609      Branch: perl
13610            ! README.os390
13611 ____________________________________________________________________________
13612 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
13613         Log: Update Changes.
13614      Branch: perl
13615            ! Changes patchlevel.h
13616 ____________________________________________________________________________
13617 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
13618         Log: Subject: [PATCH] Encode tweaks for VMS
13619              From: Michael G Schwern <schwern@pobox.com>
13620              Date: Sat, 6 Apr 2002 03:26:09 -0500
13621              Message-ID: <20020406082609.GA28758@blackrider>
13622      Branch: perl
13623            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13624            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
13625            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13626            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13627 ____________________________________________________________________________
13628 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
13629         Log: Prettyprinting and version paranoia.
13630      Branch: perl
13631            ! ext/DB_File/t/db-recno.t
13632 ____________________________________________________________________________
13633 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
13634         Log: Be explicit about the two DB_File tests croaking
13635              in Mac OS X.
13636      Branch: perl
13637            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
13638 ____________________________________________________________________________
13639 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
13640         Log: Regen toc.
13641      Branch: perl
13642            ! pod/perltoc.pod
13643 ____________________________________________________________________________
13644 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
13645         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13646              From: Benjamin Goldberg <goldbb2@earthlink.net>
13647              Date: Fri, 05 Apr 2002 19:15:42 -0500
13648              Message-ID: <3CAE3E2E.8483505@earthlink.net>
13649      Branch: perl
13650            ! hv.h
13651 ____________________________________________________________________________
13652 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
13653         Log: Underline that the current implementation is not
13654              guaranteed to be forever; and reformat a bit.
13655      Branch: perl
13656            ! lib/utf8.pm
13657 ____________________________________________________________________________
13658 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
13659         Log: Subject: Weak spots in the utf8 manpage
13660              From: andreas.koenig@anima.de (Andreas J. Koenig)
13661              Date: Fri, 05 Apr 2002 10:08:44 +0200      
13662              Message-ID: <m3u1qqefeb.fsf@anima.de>      
13663      Branch: perl
13664            ! lib/utf8.pm
13665 ____________________________________________________________________________
13666 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
13667         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
13668              From: Michael G Schwern <schwern@pobox.com>
13669              Date: Sat, 6 Apr 2002 03:22:03 -0500
13670              Message-ID: <20020406082203.GA28713@blackrider>
13671      Branch: perl
13672            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
13673            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
13674            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
13675            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
13676            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
13677            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
13678            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13679            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
13680            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
13681            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
13682 ____________________________________________________________________________
13683 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
13684         Log: No need to avoid utf8 warnings after #15762.
13685      Branch: perl
13686            ! lib/Unicode/Collate.pm
13687 ____________________________________________________________________________
13688 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
13689         Log: As noted by Philip Newton: nothing wrong with BOM,
13690              but 0xFFFE quite wrong.
13691      Branch: perl
13692            ! t/lib/warnings/utf8 utf8.c utf8.h
13693 ____________________________________________________________________________
13694 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
13695         Log: Explain the "gaps" in the UTF-8 encoding.
13696      Branch: perl
13697            ! pod/perlunicode.pod utf8.h
13698 ____________________________________________________________________________
13699 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
13700         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
13701              From: Nicholas Clark <nick@unfortu.net>
13702              Date: Sat, 6 Apr 2002 14:54:51 +0100
13703              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
13704      Branch: perl
13705            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
13706 ____________________________________________________________________________
13707 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
13708         Log: Signedness nits.
13709      Branch: perl
13710            ! hv.c
13711 ____________________________________________________________________________
13712 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
13713         Log: Make hv_notallowed a static as suggested by Nick Clark;
13714              and synchronize the nomenclature to talk about restricted
13715              (not fixed) hashes.
13716      Branch: perl
13717            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
13718            ! proto.h
13719 ____________________________________________________________________________
13720 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
13721         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13722              From: Nicholas Clark <nick@unfortu.net>
13723              Date: Sat, 6 Apr 2002 00:21:17 +0100
13724              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
13725              
13726              (with the last one reversed)
13727      Branch: perl
13728            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
13729            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
13730 ____________________________________________________________________________
13731 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
13732         Log: Update the warning message.
13733      Branch: perl
13734            ! README.tru64
13735 ____________________________________________________________________________
13736 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
13737         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
13738              From: Dan Kogai <dankogai@dan.co.jp>
13739              Date: Sat, 6 Apr 2002 06:08:40 +0900
13740              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
13741      Branch: perl
13742            ! pod/perlunicode.pod
13743 ____________________________________________________________________________
13744 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
13745         Log: Some tests were failing silently instead of saying "not ok"
13746      Branch: perl
13747            ! t/comp/proto.t
13748 ____________________________________________________________________________
13749 [ 15753] By: nick                                  on 2002/04/05  19:30:12
13750         Log: Integrate mainline
13751      Branch: perlio
13752           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
13753           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
13754           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
13755 ____________________________________________________________________________
13756 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
13757         Log: Minor Tie::File test patch, from mjd.
13758      Branch: perl
13759            ! lib/Tie/File/t/24_cache_loop.t
13760 ____________________________________________________________________________
13761 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
13762         Log: Not *that* different line endings (noticed by Philip Newton)
13763      Branch: perl
13764            ! pod/perldelta.pod
13765 ____________________________________________________________________________
13766 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
13767         Log: Retract #15745 for now; won't work without more Encode fixes.
13768      Branch: perl
13769            ! ext/Encode/lib/Encode/10646_1.pm
13770 ____________________________________________________________________________
13771 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
13772         Log: metaconfig unit change for #15748.
13773      Branch: metaconfig
13774            ! U/modified/Oldconfig.U
13775 ____________________________________________________________________________
13776 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
13777         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
13778              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13779              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
13780              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
13781      Branch: perl
13782            ! Configure
13783 ____________________________________________________________________________
13784 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
13785         Log: NetWare update from C Aditya.
13786      Branch: perl
13787            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
13788 ____________________________________________________________________________
13789 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
13790         Log: Win32 pacifying from mjd.
13791      Branch: perl
13792            ! lib/Tie/File/t/26_twrite.t
13793 ____________________________________________________________________________
13794 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
13795         Log: Integrate perlio:
13796              
13797              [ 15744]
13798              Not only did UCS-2 have dodgy name it was buggy.
13799      Branch: perl
13800           !> ext/Encode/lib/Encode/10646_1.pm
13801 ____________________________________________________________________________
13802 [ 15744] By: nick                                  on 2002/04/05  13:02:36
13803         Log: Not only did UCS-2 have dodgy name it was buggy.
13804      Branch: perlio
13805            ! ext/Encode/lib/Encode/10646_1.pm
13806 ____________________________________________________________________________
13807 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
13808         Log: Subject: Patch for bug ID 20020221.007
13809              From: Archer Sully <archer@meer.net>
13810              Date: Thu, 4 Apr 2002 21:45:34 -0700
13811              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
13812              
13813              Fix for "[ID 20020221.007] SEGV in Storable with empty string
13814              scalar object" (dclone)
13815      Branch: perl
13816            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
13817 ____________________________________________________________________________
13818 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
13819         Log: Subject: Re: lib/sort.t failure 
13820              From: "John P. Linderman" <jpl@research.att.com>
13821              Date: Fri, 05 Apr 2002 06:19:07 -0500
13822              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
13823              
13824              with a minor formatting tweak
13825      Branch: perl
13826            ! pod/perlfunc.pod
13827 ____________________________________________________________________________
13828 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
13829         Log: Subject: Re: lib/sort.t failure (and [PATCH])
13830              From: "John P. Linderman" <jpl@research.att.com>
13831              Date: Fri, 05 Apr 2002 07:13:27 -0500
13832              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
13833      Branch: perl
13834            ! lib/sort.t
13835 ____________________________________________________________________________
13836 [ 15740] By: nick                                  on 2002/04/05  09:31:42
13837         Log: Integrate mainline
13838      Branch: perlio
13839           +> (branch 49 files)
13840           !> (integrate 82 files)
13841 ____________________________________________________________________________
13842 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
13843         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13844              From: Dan Kogai <dankogai@dan.co.jp>
13845              Date: Fri, 5 Apr 2002 11:52:50 +0900
13846              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
13847      Branch: perl
13848            ! ext/Encode/t/Aliases.t
13849 ____________________________________________________________________________
13850 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
13851         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13852              From: Dan Kogai <dankogai@dan.co.jp>
13853              Date: Fri, 5 Apr 2002 11:39:55 +0900
13854              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
13855      Branch: perl
13856            ! ext/Encode/lib/Encode/Alias.pm
13857 ____________________________________________________________________________
13858 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
13859         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
13860              From: Ilmari Karonen <iltzu@sci.fi>
13861              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
13862              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
13863      Branch: perl
13864            ! gv.c t/op/method.t
13865 ____________________________________________________________________________
13866 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
13867         Log: I was fooled for a while, somebody else might be too.
13868      Branch: perl
13869            ! t/test.pl
13870 ____________________________________________________________________________
13871 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
13872         Log: test.pl-ify.
13873      Branch: perl
13874            ! t/op/method.t
13875 ____________________________________________________________________________
13876 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
13877         Log: Upgrade to Encode 1.20, from Dan Kogai.
13878      Branch: perl
13879            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
13880            + ext/Encode/ucm/adobeSymbol.ucm
13881            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
13882            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
13883            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
13884            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
13885            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
13886            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
13887            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
13888            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13889            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13890            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13891            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13892            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13893            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13894            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13895            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13896            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13897            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
13898            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
13899            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
13900            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
13901            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13902            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
13903            + ext/Encode/ucm/macSymbol.ucm
13904            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13905            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
13906            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
13907            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13908            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13909            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13910            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13911            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13912            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
13913            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
13914            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
13915            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
13916            ! ext/Encode/lib/Encode/Alias.pm
13917            ! ext/Encode/lib/Encode/Supported.pod
13918            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13919            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
13920            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
13921            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
13922            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13923            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
13924            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
13925            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
13926            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
13927            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
13928            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13929            ! ext/Encode/ucm/nextstep.ucm
13930 ____________________________________________________________________________
13931 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
13932         Log: Subject: left-over "use 5.7.2" in threads.pm
13933              From: Slaven Rezic <slaven.rezic@berlin.de>
13934              Date: 21 Mar 2002 23:18:13 +0100
13935              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
13936      Branch: perl
13937            ! ext/threads/threads.pm
13938 ____________________________________________________________________________
13939 [ 15732] By: ams                                   on 2002/04/04  17:08:13
13940         Log: Subject: [PATCH 5.7.3 DOCS]
13941              From: mjd@plover.com
13942              Date: 4 Apr 2002 15:59:39 -0000
13943              Message-Id: <20020404155939.6754.qmail@plover.com>
13944      Branch: perl
13945            ! pod/perlfaq9.pod
13946 ____________________________________________________________________________
13947 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
13948         Log: metaconfig unit change for #15730.
13949      Branch: metaconfig
13950            ! U/threads/usethreads.U
13951 ____________________________________________________________________________
13952 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
13953         Log: Subject: Re: lib/sort.t failure [PATCH]
13954              From: Andy Dougherty <doughera@lafayette.edu>
13955              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
13956              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
13957              
13958              Default to usethreads in case the user most probably forgot it.
13959      Branch: perl
13960            ! Configure
13961 ____________________________________________________________________________
13962 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
13963         Log: Typo nits from Wolfgang Laun.
13964      Branch: perl
13965            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
13966 ____________________________________________________________________________
13967 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
13968         Log: Detypo in diagnostics.
13969      Branch: perl
13970            ! lib/locale.t
13971 ____________________________________________________________________________
13972 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
13973         Log: pod2html: try to be EOL agnostic.
13974              (Needs testing on CRLF and CR platforms.)
13975      Branch: perl
13976            + lib/Pod/t/eol.t
13977            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
13978 ____________________________________________________________________________
13979 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
13980         Log: Subject: [PATCH} Pod::HTML and HTML4
13981              From: Robert Spier <rspier@pobox.com>
13982              Date: Wed, 03 Apr 2002 16:26:21 -0800
13983              Message-ID: <3CAB9DAD.20305@pobox.com>
13984      Branch: perl
13985            ! lib/Pod/Html.pm
13986 ____________________________________________________________________________
13987 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
13988         Log: Byebye, beebee.
13989      Branch: perl
13990            ! t/lib/warnings/perlio
13991 ____________________________________________________________________________
13992 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
13993         Log: Subject: Re: enc2xs needs portable way to know it's in the core
13994              From: PPrymmer@factset.com
13995              Date: Wed, 3 Apr 2002 14:29:32 -0500
13996              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
13997      Branch: perl
13998            ! configure.com
13999 ____________________________________________________________________________
14000 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
14001         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
14002              From: Dominic Dunlop <domo@computer.org>
14003              Date: Wed, 3 Apr 2002 22:44:01 +0200
14004              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
14005      Branch: perl
14006            ! lib/File/Spec/t/rel2abs2rel.t
14007 ____________________________________________________________________________
14008 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
14009         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
14010              From: Paul_GreenVOS@vos.stratus.com
14011              Date: Wed, 3 Apr 02 16:34 est
14012              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
14013      Branch: perl
14014            ! pp_pack.c
14015 ____________________________________________________________________________
14016 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
14017         Log: Upgrade to Tie::File 0.93, from mjd.
14018      Branch: perl
14019            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
14020            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
14021            ! lib/Tie/File/t/41_heap.t
14022 ____________________________________________________________________________
14023 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
14024         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
14025              From: Andy Dougherty <doughera@lafayette.edu>
14026              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
14027              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
14028      Branch: perl
14029            ! lib/AnyDBM_File.t
14030 ____________________________________________________________________________
14031 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
14032         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
14033              and ccflags including -DNO_LOCALE
14034      Branch: perl
14035            ! perl.h
14036 ____________________________________________________________________________
14037 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
14038         Log: EPOC tweaks from Olaf Flebbe.
14039      Branch: perl
14040            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
14041 ____________________________________________________________________________
14042 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
14043         Log: Subject: [PATCH] Set @INC earlier
14044              From: Andy Dougherty <doughera@lafayette.edu>
14045              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
14046              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
14047      Branch: perl
14048            ! lib/AnyDBM_File.t lib/sort.t
14049 ____________________________________________________________________________
14050 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
14051         Log: perlcompile.pod was listing all B:: modules, except B::Concise
14052              (resubmitted)
14053      Branch: perl
14054            ! pod/perlcompile.pod
14055 ____________________________________________________________________________
14056 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
14057         Log: perlcompile.pod was listing all B:: modules, except B::Concise
14058      Branch: perl
14059            ! pod/perlcompile.pod
14060 ____________________________________________________________________________
14061 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
14062         Log: non-perlio robustness.
14063      Branch: perl
14064            ! ext/Socket/socketpair.t lib/utf8.t
14065 ____________________________________________________________________________
14066 [ 15713] By: nick                                  on 2002/04/03  18:06:49
14067         Log: Integrate mainline
14068      Branch: perlio
14069           +> lib/Tie/File/t/41_heap.t
14070           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
14071           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
14072           !> regexec.c t/op/re_tests t/op/tiearray.t
14073 ____________________________________________________________________________
14074 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
14075         Log: Tweak for 8.3 compat.
14076      Branch: perl
14077            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
14078            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
14079            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
14080            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
14081            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
14082            ! ext/Encode/bin/enc2xs
14083 ____________________________________________________________________________
14084 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
14085         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
14086              From: Mark-Jason Dominus <mjd@plover.com>
14087              Date: Wed, 03 Apr 2002 13:04:40 -0500
14088              Message-ID: <20020403180440.7614.qmail@plover.com>
14089      Branch: perl
14090            ! t/op/tiearray.t
14091 ____________________________________________________________________________
14092 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
14093         Log: Forgotten.
14094      Branch: perl
14095            + lib/Tie/File/t/41_heap.t
14096            ! MANIFEST
14097 ____________________________________________________________________________
14098 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
14099         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
14100              From: Mark Kvale <kvale@phy.ucsf.edu>
14101              Date: Tue, 2 Apr 2002 13:57:37 -0800
14102              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
14103      Branch: perl
14104            ! t/op/re_tests
14105 ____________________________________________________________________________
14106 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
14107         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
14108              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
14109              Date: Wed, 03 Apr 2002 03:34:34 +0100
14110              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
14111      Branch: perl
14112            ! regcomp.c
14113 ____________________________________________________________________________
14114 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
14115         Log: The leavetry crash should now be history.
14116      Branch: perl
14117            ! t/op/tiearray.t
14118 ____________________________________________________________________________
14119 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
14120         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
14121              From: Michael G Schwern <schwern@pobox.com>
14122              Date: Wed, 3 Apr 2002 10:56:44 -0500
14123              Message-ID: <20020403155644.GC916@blackrider>
14124      Branch: perl
14125            ! lib/ExtUtils/MM_Win95.pm
14126 ____________________________________________________________________________
14127 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
14128         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
14129              From: Dave Mitchell <davem@fdgroup.com>
14130              Date: Wed, 3 Apr 2002 02:08:26 +0100
14131              Message-ID: <20020403020825.B16724@fdgroup.com>
14132      Branch: perl
14133            ! pp_ctl.c
14134 ____________________________________________________________________________
14135 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
14136         Log: Prototype tweak for non-threaded builds.
14137      Branch: perl
14138            ! perl.c
14139 ____________________________________________________________________________
14140 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
14141         Log: Detached threads do not help; they still hold resources.
14142      Branch: perl
14143            ! ext/threads/threads.pm pod/perldiag.pod
14144 ____________________________________________________________________________
14145 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
14146         Log: Doc tweak from Wolfgang Laun.
14147      Branch: perl
14148            ! lib/File/Compare.pm
14149 ____________________________________________________________________________
14150 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
14151         Log: Subject: [PATCH bleadperl] regexec.c
14152              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14153              Date: Wed, 3 Apr 2002 11:13:30 +0200
14154              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
14155      Branch: perl
14156            ! regexec.c
14157 ____________________________________________________________________________
14158 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
14159         Log: Document the "Cleanup skipped ..." warning.
14160      Branch: perl
14161            ! ext/threads/threads.pm pod/perldiag.pod
14162 ____________________________________________________________________________
14163 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
14164         Log: Integrate perlio:
14165              
14166              [ 15698]
14167              Fix segfaults when mainthread exits with other threads running:
14168              - track number of running threads
14169              - if main thread calls perl_destruct() with other threads running
14170              skip most of cleanup (with a warning).
14171              
14172              [ 15696]
14173              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
14174      Branch: perl
14175           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
14176           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
14177           !> pod/perlapi.pod proto.h
14178 ____________________________________________________________________________
14179 [ 15698] By: nick                                  on 2002/04/03  13:15:30
14180         Log: Fix segfaults when mainthread exits with other threads running:
14181              - track number of running threads
14182              - if main thread calls perl_destruct() with other threads running
14183              skip most of cleanup (with a warning).
14184      Branch: perlio
14185            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
14186            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
14187 ____________________________________________________________________________
14188 [ 15697] By: nick                                  on 2002/04/03  07:34:13
14189         Log: Integrate mainline
14190      Branch: perlio
14191           +> lib/Net/Ping/t/250_ping_hires.t
14192           !> (integrate 33 files)
14193 ____________________________________________________________________________
14194 [ 15696] By: nick                                  on 2002/04/03  06:41:58
14195         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
14196      Branch: perlio
14197            ! lib/ExtUtils/xsubpp
14198 ____________________________________________________________________________
14199 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
14200         Log: Subject: [PATCH @15047] debugger
14201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14202              Date: Sat, 16 Mar 2002 04:38:50 -0500
14203              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
14204      Branch: perl
14205            ! lib/perl5db.pl
14206 ____________________________________________________________________________
14207 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
14208         Log: Third Degree flags.
14209      Branch: perl
14210            ! Makefile.SH
14211 ____________________________________________________________________________
14212 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
14213         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
14214              From: Mark-Jason Dominus <mjd@plover.com>
14215              Date: Tue, 02 Apr 2002 16:35:11 -0500
14216              Message-ID: <20020402213511.27781.qmail@plover.com>
14217              
14218              (tweaked)
14219      Branch: perl
14220            ! pod/perlfunc.pod
14221 ____________________________________________________________________________
14222 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
14223         Log: Upgrade to Tie::File 0.92, from mjd.
14224      Branch: perl
14225            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
14226            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14227            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
14228            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
14229            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
14230            ! lib/Tie/File/t/40_abs_cache.t
14231 ____________________________________________________________________________
14232 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
14233         Log: Subject: [PATCH] Update my email address in perl.c
14234              From: Paul_GreenVOS@vos.stratus.com
14235              Date: Tue, 2 Apr 02 15:27 est
14236              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
14237      Branch: perl
14238            ! AUTHORS perl.c
14239 ____________________________________________________________________________
14240 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
14241         Log: POD fix.
14242      Branch: perl
14243            ! pod/perldelta.pod
14244 ____________________________________________________________________________
14245 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
14246         Log: What started as a small nit (the charnames test, nit found
14247              be Hugo), ballooned a bit... the goal is Larry's wish that
14248              illegal Unicode (such as U+FFFF) by default doesn't warn,
14249              since what if somebody WANTS to create illegal Unicode?
14250              Now getting close to this in the regex runtime.
14251              (Also, fix more of my fixation that BOM would be U+FFFE.)
14252      Branch: perl
14253            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
14254            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
14255 ____________________________________________________________________________
14256 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
14257         Log: Talk more about Net::Ping.
14258      Branch: perl
14259            ! pod/perldelta.pod
14260 ____________________________________________________________________________
14261 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
14262         Log: Upgrade to Net::Ping 2.14.
14263      Branch: perl
14264            + lib/Net/Ping/t/250_ping_hires.t
14265            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
14266            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
14267            ! lib/Net/Ping/t/140_stream_inst.t
14268 ____________________________________________________________________________
14269 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
14270         Log: XML::Parser 2.31 should be out shortly.
14271      Branch: perl
14272            ! pod/perldelta.pod
14273 ____________________________________________________________________________
14274 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
14275         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
14276              From: George Necula <necula@eecs.berkeley.edu>
14277              Date: Tue, 2 Apr 2002 10:22:41 -0800
14278              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
14279      Branch: perl
14280            ! lib/File/Spec/Cygwin.pm
14281 ____________________________________________________________________________
14282 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
14283         Log: EBCDIC test tweak.
14284      Branch: perl
14285            ! pod/perldelta.pod t/uni/case.pl
14286 ____________________________________________________________________________
14287 [ 15683] By: nick                                  on 2002/04/02  15:36:17
14288         Log: Integrate mainline
14289      Branch: perlio
14290           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
14291           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
14292           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
14293 ____________________________________________________________________________
14294 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
14295         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
14296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14297              Date: Tue, 2 Apr 2002 00:37:08 -0500
14298              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
14299      Branch: perl
14300            ! os2/os2ish.h perlio.c
14301 ____________________________________________________________________________
14302 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
14303         Log: Subject: [PATCH @15047] debugger again
14304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14305              Date: Tue, 2 Apr 2002 00:30:31 -0500
14306              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
14307      Branch: perl
14308            ! lib/perl5db.pl
14309 ____________________________________________________________________________
14310 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
14311         Log: Subject: [PATCH @15047] test() in CPAN.pm
14312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14313              Date: Tue, 2 Apr 2002 00:46:45 -0500
14314              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
14315      Branch: perl
14316            ! lib/CPAN.pm
14317 ____________________________________________________________________________
14318 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
14319         Log: Sync with libnet-1.11
14320      Branch: perl
14321            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
14322            ! lib/Net/SMTP.pm
14323 ____________________________________________________________________________
14324 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
14325         Log: NetWare tweaks from C Aditya.
14326      Branch: perl
14327            ! NetWare/t/NWScripts.pl scope.c
14328 ____________________________________________________________________________
14329 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
14330         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
14331              From: Dan Kogai <dankogai@dan.co.jp>
14332              Date: Tue, 2 Apr 2002 22:21:47 +0900
14333              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
14334      Branch: perl
14335            ! ext/Encode/Encode.xs
14336 ____________________________________________________________________________
14337 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
14338         Log: Integrate perlio:
14339              
14340              [ 15675]
14341              Add buffer size growth test.
14342              
14343              [ 15674]
14344              Calculate buffer size needs in float to avoid 32-bit overflow.
14345      Branch: perl
14346           +> ext/Encode/t/grow.t
14347           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
14348 ____________________________________________________________________________
14349 [ 15675] By: nick                                  on 2002/04/02  07:49:41
14350         Log: Add buffer size growth test.
14351      Branch: perlio
14352            + ext/Encode/t/grow.t
14353            ! MANIFEST ext/Encode/MANIFEST
14354 ____________________________________________________________________________
14355 [ 15674] By: nick                                  on 2002/04/02  07:40:49
14356         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
14357      Branch: perlio
14358            ! ext/Encode/Encode.xs
14359 ____________________________________________________________________________
14360 [ 15673] By: nick                                  on 2002/04/02  07:40:06
14361         Log: Integrate mainline
14362      Branch: perlio
14363           +> (branch 102 files)
14364            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14365            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14366            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14367            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14368            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14369            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14370            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14371            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14372            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
14373            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
14374            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14375            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
14376            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
14377            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
14378            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
14379            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
14380            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
14381            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
14382            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
14383            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
14384            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
14385            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
14386            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
14387            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
14388            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
14389            - ext/Encode/Encode/macCentEuro.ucm
14390            - ext/Encode/Encode/macCroatian.ucm
14391            - ext/Encode/Encode/macCyrillic.ucm
14392            - ext/Encode/Encode/macDingbats.ucm
14393            - ext/Encode/Encode/macGreek.ucm
14394            - ext/Encode/Encode/macIceland.ucm
14395            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14396            - ext/Encode/Encode/macRumanian.ucm
14397            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14398            - ext/Encode/Encode/macTurkish.ucm
14399            - ext/Encode/Encode/macUkraine.ucm
14400            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14401            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
14402            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
14403            - ext/Encode/compile ext/Encode/encode.h
14404            - ext/Encode/lib/Encode/CN/2022_CN.pm
14405            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
14406            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14407            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
14408            - lib/unicore/PropertyValueAliases.txt
14409           !> (integrate 143 files)
14410 ____________________________________________________________________________
14411 [ 15672] By: ams                                   on 2002/04/02  04:42:44
14412         Log: Win32 fix for Tie::File from MJD.
14413      Branch: perl
14414            ! lib/Tie/File.pm
14415 ____________________________________________________________________________
14416 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
14417         Log: Add a few tests to the timing-sensitive list.
14418      Branch: perl
14419            ! INSTALL
14420 ____________________________________________________________________________
14421 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
14422         Log: Subject: [PATCH sort.t] extensive regression testing
14423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14424              Date: Mon, 1 Apr 2002 23:50:24 +0200
14425              Message-ID: <20020401235024.E677@rafael>
14426      Branch: perl
14427            ! lib/sort.t
14428 ____________________________________________________________________________
14429 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
14430         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
14431              From: Nicholas Clark <nick@unfortu.net>
14432              Date: Mon, 1 Apr 2002 21:54:05 +0100
14433              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
14434      Branch: perl
14435            ! lib/Memoize/t/errors.t
14436 ____________________________________________________________________________
14437 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
14438         Log: Subject: getting rid of a few superfluous $&/$`
14439              From: Jeffrey Friedl <jfriedl@yahoo.com>
14440              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
14441              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
14442              
14443              (with more-backward-compat than just using @- and @+, also by Jeffrey)
14444              
14445              (The version number of Text::Balanced intentionally not
14446              increased since Damian will make a new release after 5.8)
14447      Branch: perl
14448            ! lib/Pod/Html.pm lib/Text/Balanced.pm
14449 ____________________________________________________________________________
14450 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
14451         Log: Subject: [PATCH 5.7.3 TESTS]
14452              From: mjd@plover.com
14453              Date: 1 Apr 2002 20:32:18 -0000
14454              Message-ID: <20020401203218.25230.qmail@plover.com>
14455      Branch: perl
14456            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
14457            ! t/op/tiearray.t t/test.pl
14458 ____________________________________________________________________________
14459 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
14460         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
14461              From: Paul_GreenVOS@vos.stratus.com
14462              Date: Mon, 1 Apr 02 15:15 est
14463              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
14464      Branch: perl
14465            ! iperlsys.h
14466 ____________________________________________________________________________
14467 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
14468         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
14469              From: Paul_GreenVOS@vos.stratus.com
14470              Date: Mon, 1 Apr 02 14:11 est
14471              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
14472      Branch: perl
14473            ! lib/ExtUtils/MM_Unix.pm
14474 ____________________________________________________________________________
14475 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
14476         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
14477              From: Nicholas Clark <nick@unfortu.net>
14478              Date: Mon, 1 Apr 2002 19:30:05 +0100
14479              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
14480      Branch: perl
14481            ! t/op/pat.t t/op/utfhash.t
14482 ____________________________________________________________________________
14483 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
14484         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
14485              From: Mark-Jason Dominus <mjd@plover.com>
14486              Date: Mon, 01 Apr 2002 13:22:01 -0500
14487              Message-ID: <20020401182201.21189.qmail@plover.com>
14488      Branch: perl
14489            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
14490 ____________________________________________________________________________
14491 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
14492         Log: Update Changes.
14493      Branch: perl
14494            ! Changes patchlevel.h
14495 ____________________________________________________________________________
14496 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
14497         Log: Subject: [PATCH 5.7.3 DOC]
14498              From: mjd@plover.com
14499              Date: 1 Apr 2002 17:23:40 -0000
14500              Message-ID: <20020401172340.16410.qmail@plover.com>
14501      Branch: perl
14502            ! pod/perldelta.pod
14503 ____________________________________________________________________________
14504 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
14505         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
14506      Branch: perl
14507            ! hints/unicos.sh
14508 ____________________________________________________________________________
14509 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
14510         Log: Advertise piconv and enc2xs.
14511      Branch: perl
14512            ! pod/perldelta.pod
14513 ____________________________________________________________________________
14514 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
14515         Log: Add enc2xs.
14516      Branch: perl
14517            + utils/enc2xs.PL
14518            ! MANIFEST utils/Makefile
14519 ____________________________________________________________________________
14520 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
14521         Log: Integrate perlio:
14522              
14523              [ 15653]
14524              Be more explicit testing for \015 not \r
14525      Branch: perl
14526           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
14527           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
14528 ____________________________________________________________________________
14529 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
14530         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
14531              From: Philip Newton <Philip.Newton@gmx.net>
14532              Date: Mon, 01 Apr 2002 17:06:18 +0200
14533              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
14534      Branch: perl
14535            ! lib/charnames.pm lib/charnames.t
14536 ____________________________________________________________________________
14537 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
14538         Log: Subject: detypo patch
14539              From: andreas.koenig@anima.de (Andreas J. Koenig)
14540              Date: Mon, 01 Apr 2002 10:09:21 +0200
14541              Message-ID: <m3r8lzsuvi.fsf@anima.de>
14542      Branch: perl
14543            ! INSTALL
14544 ____________________________________________________________________________
14545 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
14546         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
14547              From: Philip Newton <Philip.Newton@gmx.net>
14548              Date: Mon, 01 Apr 2002 08:12:01 +0200
14549              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
14550      Branch: perl
14551            ! lib/charnames.pm lib/charnames.t
14552 ____________________________________________________________________________
14553 [ 15653] By: nick                                  on 2002/04/01  09:20:24
14554         Log: Be more explicit testing for \015 not \r
14555      Branch: perlio
14556            ! t/io/crlf.t
14557 ____________________________________________________________________________
14558 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
14559         Log: If under UTF-8 locale the utf8.pm really needs to be found.
14560      Branch: perl
14561            ! t/comp/cpp.t t/run/switchPx.t
14562 ____________________________________________________________________________
14563 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
14564         Log: Upgrade to Tie::File 0.91, from mjd.
14565      Branch: perl
14566            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
14567            + lib/Tie/File/t/26_twrite.t
14568            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14569            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14570            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
14571            ! lib/Tie/File/t/16_handle.t
14572 ____________________________________________________________________________
14573 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
14574         Log: DJGPP tweaks from Laszlo.
14575      Branch: perl
14576            ! lib/ExtUtils/MM_DOS.pm util.c
14577 ____________________________________________________________________________
14578 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
14579         Log: Discussion about minimal installations.
14580      Branch: perl
14581            ! INSTALL
14582 ____________________________________________________________________________
14583 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
14584         Log: Comment tweak from Hugo.
14585      Branch: perl
14586            ! regexec.c
14587 ____________________________________________________________________________
14588 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
14589         Log: Another UTF-8 locale tweak from Hugo.
14590      Branch: perl
14591            ! regexec.c
14592 ____________________________________________________________________________
14593 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
14594         Log: Document the known MacOS X locale problem.
14595      Branch: perl
14596            ! pod/perldelta.pod
14597 ____________________________________________________________________________
14598 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
14599         Log: Regex fix from Hugo: in UTF-8 locales the character
14600              counting code didn't work right for minimal matches.
14601      Branch: perl
14602            ! regexec.c
14603 ____________________________________________________________________________
14604 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
14605         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
14606              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14607              Date: Sun, 31 Mar 2002 20:32:43 -0500
14608              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
14609      Branch: perl
14610            ! lib/ExtUtils/xsubpp
14611 ____________________________________________________________________________
14612 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
14613         Log: Document known FreeBSD locale glitch. 
14614      Branch: perl
14615            ! pod/perldelta.pod
14616 ____________________________________________________________________________
14617 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
14618         Log: There is --list in glibc iconv.
14619      Branch: perl
14620            ! ext/Encode/bin/piconv
14621 ____________________________________________________________________________
14622 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
14623         Log: Slight usage tweaks to piconv: show usage with
14624              no -t -f or -l arguments, or with -h.
14625      Branch: perl
14626            ! ext/Encode/bin/piconv
14627 ____________________________________________________________________________
14628 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
14629         Log: Get the piconv installed.
14630      Branch: perl
14631            + utils/piconv.PL
14632            ! MANIFEST utils/Makefile
14633 ____________________________________________________________________________
14634 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
14635         Log: Spelling tweaks.
14636      Branch: perl
14637            ! ext/Encode/bin/piconv
14638 ____________________________________________________________________________
14639 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
14640         Log: Upgrade to Encode 1.11, from Dan Kogai.
14641      Branch: perl
14642            + ext/Encode/Encode/Changes.e2x
14643            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
14644            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
14645            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
14646            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
14647            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
14648            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
14649            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
14650            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
14651            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
14652            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
14653            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
14654            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
14655            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
14656            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
14657            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
14658            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
14659            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
14660            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
14661            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
14662            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
14663            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
14664            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
14665            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
14666            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
14667            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
14668            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
14669            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
14670            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
14671            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
14672            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
14673            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
14674            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
14675            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
14676            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
14677            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
14678            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
14679            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
14680            + ext/Encode/ucm/viscii.ucm
14681            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14682            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14683            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14684            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14685            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14686            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14687            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14688            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14689            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14690            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14691            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14692            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14693            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14694            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14695            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14696            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14697            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14698            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14699            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14700            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14701            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14702            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14703            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14704            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14705            - ext/Encode/Encode/ksc5601.ucm
14706            - ext/Encode/Encode/macCentEuro.ucm
14707            - ext/Encode/Encode/macCroatian.ucm
14708            - ext/Encode/Encode/macCyrillic.ucm
14709            - ext/Encode/Encode/macDingbats.ucm
14710            - ext/Encode/Encode/macGreek.ucm
14711            - ext/Encode/Encode/macIceland.ucm
14712            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14713            - ext/Encode/Encode/macRumanian.ucm
14714            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14715            - ext/Encode/Encode/macTurkish.ucm
14716            - ext/Encode/Encode/macUkraine.ucm
14717            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14718            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14719            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
14720            - lib/encoding.pm lib/encoding.t
14721            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
14722            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
14723            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
14724            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
14725            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
14726            ! ext/Encode/Makefile.PL ext/Encode/README
14727            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
14728            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14729            ! ext/Encode/lib/Encode/Alias.pm
14730            ! ext/Encode/lib/Encode/Supported.pod
14731 ____________________________________________________________________________
14732 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
14733         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
14734              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
14735              respective test    and doc tweaks.
14736      Branch: perl
14737            ! lib/charnames.pm lib/charnames.t
14738 ____________________________________________________________________________
14739 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
14740         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
14741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14742              Date: Sun, 31 Mar 2002 22:47:31 +0200
14743              Message-ID: <20020331224731.E854@rafael>
14744      Branch: perl
14745            ! pod/perlfunc.pod
14746 ____________________________________________________________________________
14747 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
14748         Log: Subject: [PATCH] __attribute__ problems with g++
14749              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14750              Date: Sun, 31 Mar 2002 22:43:03 +0200
14751              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
14752      Branch: perl
14753            ! perl.h
14754 ____________________________________________________________________________
14755 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
14756         Log: Put back the #! line, false alarm.
14757      Branch: perl
14758            ! lib/ExtUtils/t/Constant.t
14759 ____________________________________________________________________________
14760 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
14761         Log: Subject: Re: [Patch] pod/perlvar.pod
14762              From: Philip Newton <Philip.Newton@gmx.net>
14763              Date: Sun, 31 Mar 2002 07:40:43 +0200
14764              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
14765      Branch: perl
14766            ! pod/perlvar.pod
14767 ____________________________________________________________________________
14768 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
14769         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
14770              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14771              Date: Sat, 30 Mar 2002 21:37:37 -0500
14772              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
14773      Branch: perl
14774            ! ext/Socket/socketpair.t
14775 ____________________________________________________________________________
14776 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
14777         Log: Subject: Re: compile tweak for Win32
14778              From: Michael G Schwern <schwern@pobox.com>
14779              Date: Fri, 29 Mar 2002 17:48:22 -0500      
14780              Message-ID: <20020329224822.GG16816@blackrider>
14781      Branch: perl
14782            ! win32/buildext.pl
14783 ____________________________________________________________________________
14784 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
14785         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
14786              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14787              Date: Sat, 30 Mar 2002 22:19:46 +0100
14788              Message-ID: <20020330221946.A28497@rafael>
14789      Branch: perl
14790            ! t/lib/1_compile.t
14791 ____________________________________________________________________________
14792 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
14793         Log: Subject: [PATCH regmesg.t] increase output verbosity
14794              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14795              Date: Sat, 30 Mar 2002 22:34:08 +0100
14796              Message-ID: <20020330223408.C28497@rafael>
14797      Branch: perl
14798            ! t/op/regmesg.t
14799 ____________________________________________________________________________
14800 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
14801         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
14802              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14803              Date: Sat, 30 Mar 2002 21:36:23 +0100
14804              Message-ID: <20020330213623.A677@rafael>
14805      Branch: perl
14806            ! regcomp.c
14807 ____________________________________________________________________________
14808 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
14809         Log: If using a network filesystem several different hosts
14810              may be trying to lock the same file.  In this case offering
14811              to kill the other process is not that helpful.  (Unless one
14812              has *real* clustering, but that's not usually the case.)
14813      Branch: perl
14814            ! lib/CPAN.pm
14815 ____________________________________________________________________________
14816 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
14817         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
14818              From: andreas.koenig@anima.de (Andreas J. Koenig)
14819              Date: Sat, 30 Mar 2002 06:12:36 +0100
14820              Message-ID: <m3hemyvdtn.fsf@anima.de>
14821      Branch: perl
14822            ! lib/Dumpvalue.pm
14823 ____________________________________________________________________________
14824 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
14825         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
14826              From: Jeremy Zawodny <Jeremy@Zawodny.com>
14827              Date: Fri, 29 Mar 2002 17:55:20 -0800
14828              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
14829      Branch: perl
14830            ! utils/dprofpp.PL
14831 ____________________________________________________________________________
14832 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
14833         Log: Subject: [Patch] pod/perlvar.pod
14834              From: Dan Kogai <dankogai@dan.co.jp>
14835              Date: Sun, 31 Mar 2002 02:03:36 +0900
14836              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
14837      Branch: perl
14838            ! pod/perlvar.pod
14839 ____________________________________________________________________________
14840 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
14841         Log: Subject: [PATCH] MM & Encode fixes
14842              From: Michael G Schwern <schwern@pobox.com>
14843              Date: Sat, 30 Mar 2002 06:41:56 -0500
14844              Message-ID: <20020330114156.GA16533@blackrider>
14845      Branch: perl
14846            + lib/ExtUtils/t/basic.t
14847            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14848            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
14849            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
14850            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14851            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14852            ! lib/ExtUtils/t/hints.t
14853 ____________________________________________________________________________
14854 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
14855         Log: EBCDICification.
14856      Branch: perl
14857            ! lib/charnames.t
14858 ____________________________________________________________________________
14859 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
14860         Log: Upgrade to Tie::File 0.90, from mjd.
14861      Branch: perl
14862            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
14863            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14864            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14865            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
14866            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
14867            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
14868            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
14869            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
14870            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14871 ____________________________________________________________________________
14872 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
14873         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
14874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14875              Date: Sat, 30 Mar 2002 00:20:39 +0100
14876              Message-ID: <20020330002039.A716@rafael>
14877      Branch: perl
14878            ! lib/sort.pm
14879 ____________________________________________________________________________
14880 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
14881         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
14882              From: Michael G Schwern <schwern@pobox.com>
14883              Date: Fri, 29 Mar 2002 18:14:20 -0500
14884              Message-ID: <20020329231419.GI16816@blackrider>
14885      Branch: perl
14886            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
14887            ! wince/Makefile.ce
14888 ____________________________________________________________________________
14889 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
14890         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
14891              From: Paul_GreenVOS@vos.stratus.com
14892              Date: Fri, 29 Mar 02 18:01 est
14893              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
14894      Branch: perl
14895            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
14896 ____________________________________________________________________________
14897 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
14898         Log: AUTHORS updates.
14899      Branch: perl
14900            ! AUTHORS
14901 ____________________________________________________________________________
14902 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
14903         Log: Upgrade to Encode 1.01, from Dan Kogai.
14904      Branch: perl
14905            ! ext/Encode/Changes ext/Encode/Encode.pm
14906            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14907            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14908            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14909            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14910            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14911            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14912            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14913            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14914            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14915            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14916            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14917            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14918            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14919            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14920            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14921            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14922            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14923            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14924            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14925            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14926            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14927            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14928            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14929            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14930            ! ext/Encode/Encode/ksc5601.ucm
14931            ! ext/Encode/Encode/macCentEuro.ucm
14932            ! ext/Encode/Encode/macCroatian.ucm
14933            ! ext/Encode/Encode/macCyrillic.ucm
14934            ! ext/Encode/Encode/macDingbats.ucm
14935            ! ext/Encode/Encode/macGreek.ucm
14936            ! ext/Encode/Encode/macIceland.ucm
14937            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14938            ! ext/Encode/Encode/macRumanian.ucm
14939            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14940            ! ext/Encode/Encode/macTurkish.ucm
14941            ! ext/Encode/Encode/macUkraine.ucm
14942            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14943            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14944            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
14945            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14946            ! ext/Encode/lib/Encode/CJKConstants.pm
14947            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
14948            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
14949            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
14950 ____________________________________________________________________________
14951 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
14952         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
14953              From: "Craig A. Berry" <craigberry@mac.com>
14954              Date: Fri, 29 Mar 2002 13:46:28 -0600
14955              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
14956      Branch: perl
14957            ! configure.com
14958 ____________________________________________________________________________
14959 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
14960         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
14961              which one has to get from the CPAN distribution.
14962      Branch: perl
14963            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
14964            + lib/Memoize/t/expmod_t.t
14965            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14966            - lib/Memoize/t/expire_module_t.t
14967            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
14968            ! lib/Memoize/README
14969 ____________________________________________________________________________
14970 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
14971         Log: metaconfig unit tweak.
14972      Branch: metaconfig/U/perl
14973            ! versiononly.U
14974 ____________________________________________________________________________
14975 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
14976         Log: Configure-related tweaks.
14977      Branch: perl
14978            ! Porting/Glossary Porting/config.sh Porting/config_H
14979            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14980            ! vos/config.ga.h
14981 ____________________________________________________________________________
14982 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
14983         Log: Ooops.
14984      Branch: perl
14985            ! t/op/ver.t
14986 ____________________________________________________________________________
14987 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
14988         Log: Subject: [PATCH @15606] d_time for vms
14989              From: "Craig A. Berry" <craigberry@mac.com>
14990              Date: Fri, 29 Mar 2002 11:58:29 -0600
14991              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
14992      Branch: perl
14993            ! configure.com
14994 ____________________________________________________________________________
14995 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
14996         Log: Subject: Re: Regex-Unicode bugs
14997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14998              Date: Thu, 28 Mar 2002 10:12:35 +0100
14999              Message-ID: <20020328101235.F678@rafael>
15000      Branch: perl
15001            ! t/op/regmesg.t
15002 ____________________________________________________________________________
15003 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
15004         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
15005              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15006              Date: Fri, 29 Mar 2002 16:53:27 +0000
15007              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
15008      Branch: perl
15009            ! pod/perlre.pod pod/perlretut.pod
15010 ____________________________________________________________________________
15011 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
15012         Log: Subject: Re: debugger debuggers wanted
15013              From: spidb@cpan.org
15014              Date: Fri, 29 Mar 2002 06:34:11 -0500
15015              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
15016      Branch: perl
15017            ! lib/perl5db.pl
15018 ____________________________________________________________________________
15019 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
15020         Log: Update Changes.
15021      Branch: perl
15022            ! Changes patchlevel.h
15023 ____________________________________________________________________________
15024 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
15025         Log: Rename for 8.3-friendliness.
15026      Branch: perl
15027            + lib/unicore/PropValueAliases.txt
15028            - lib/unicore/PropertyValueAliases.txt
15029            ! MANIFEST lib/unicore/README.perl
15030 ____________________________________________________________________________
15031 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
15032         Log: Retract ExtUtils/t/basic.t until it works.
15033      Branch: perl
15034            - lib/ExtUtils/t/basic.t
15035            ! MANIFEST
15036 ____________________________________________________________________________
15037 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
15038         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
15039              From: Slaven Rezic <slaven.rezic@berlin.de>
15040              Date: 28 Mar 2002 22:27:14 +0100
15041              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
15042      Branch: perl
15043            ! hints/freebsd.sh
15044 ____________________________________________________________________________
15045 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
15046         Log: Interesting... where did this come from?
15047              (The Configure change in #15600)
15048      Branch: perl
15049            ! config_h.SH
15050 ____________________________________________________________________________
15051 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
15052         Log: metaconfig unit change for #15600.
15053      Branch: metaconfig/U/perl
15054            ! versiononly.U
15055 ____________________________________________________________________________
15056 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
15057         Log: Subject: versiononly should not put `old' versions in inc
15058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15059              Date: Fri, 29 Mar 2002 12:53:49 +0100
15060              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
15061      Branch: perl
15062            ! Configure
15063 ____________________________________________________________________________
15064 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
15065         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
15066              From: Michael G Schwern <schwern@pobox.com>
15067              Date: Fri, 29 Mar 2002 04:12:47 -0500
15068              Message-ID: <20020329091247.GA7432@blackrider>
15069              
15070              (with two nits: (1) change lib/Extutils/Command/MM.pm
15071              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
15072              @INC to compile.t)
15073      Branch: perl
15074            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
15075            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
15076            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
15077            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
15078            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
15079            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
15080            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
15081            + lib/ExtUtils/t/Problem-Module/Makefile.PL
15082            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
15083            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
15084            + t/lib/MakeMaker/Test/Utils.pm
15085            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
15086            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15087            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
15088            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
15089            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
15090            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15091            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15092            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
15093            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
15094            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
15095            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
15096            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
15097            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
15098            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
15099            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
15100            ! t/lib/TieOut.pm
15101 ____________________________________________________________________________
15102 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
15103         Log: Leftovers from Encode 0.99.
15104      Branch: perl
15105            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
15106            - ext/Encode/compile ext/Encode/encode.h
15107            - ext/Encode/lib/Encode/CN/2022_CN.pm
15108            - ext/Encode/lib/Encode/Details.pod
15109 ____________________________________________________________________________
15110 [ 15597] By: nick                                  on 2002/03/29  14:03:35
15111         Log: Integrate mainline
15112      Branch: perlio
15113           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
15114           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
15115           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
15116           !> (integrate 130 files)
15117 ____________________________________________________________________________
15118 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
15119         Log: Subject: Another Unicode-3.2-induced doc fix
15120              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15121              Date: Fri, 29 Mar 2002 21:45:47 +0900
15122              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
15123      Branch: perl
15124            ! ext/Unicode/Normalize/Normalize.pm
15125 ____________________________________________________________________________
15126 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
15127         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
15128              From: Slaven Rezic <slaven.rezic@berlin.de>
15129              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
15130              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
15131      Branch: perl
15132            ! reentr.c reentr.pl
15133 ____________________________________________________________________________
15134 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
15135         Log: Subject: [PATCH] Quieting OS X
15136              From: Michael G Schwern <schwern@pobox.com>
15137              Date: Fri, 29 Mar 2002 05:46:23 -0500
15138              Message-ID: <20020329104622.GA9163@blackrider>
15139      Branch: perl
15140            ! ext/POSIX/t/posix.t t/op/stat.t
15141 ____________________________________________________________________________
15142 [ 15593] By: ams                                   on 2002/03/29  07:32:22
15143         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
15144              From: Paul_GreenVOS@vos.stratus.com
15145              Date: Fri, 29 Mar 02 0:05 est
15146              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
15147      Branch: perl
15148            ! ext/Time/HiRes/HiRes.xs
15149 ____________________________________________________________________________
15150 [ 15592] By: ams                                   on 2002/03/29  07:28:29
15151         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
15152              From: Spider Boardman <spidb@cpan.org>
15153              Date: Fri, 29 Mar 2002 00:52:24 -0500
15154              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
15155      Branch: perl
15156            ! op.c t/op/attrs.t
15157 ____________________________________________________________________________
15158 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
15159         Log: It's perlce.
15160      Branch: perl
15161            ! pod/perldelta.pod
15162 ____________________________________________________________________________
15163 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
15164         Log: MPE/iX tweaks from Mark Bixby.
15165      Branch: perl
15166            ! ext/Storable/t/lock.t mpeix/relink
15167 ____________________________________________________________________________
15168 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
15169         Log: Upgrade to Encode 1.00, from Dan Kogai.
15170              
15171              (one nit: bin/enc2xs needed also ../..)
15172      Branch: perl
15173            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
15174            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
15175            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
15176            ! (edit 104 files)
15177 ____________________________________________________________________________
15178 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
15179         Log: Subject: [PATCH] NEXT LINE --> NEL
15180              From: Philip Newton <Philip.Newton@gmx.net>
15181              Date: Thu, 28 Mar 2002 21:03:10 +0000
15182              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
15183      Branch: perl
15184            ! lib/charnames.pm lib/charnames.t
15185 ____________________________________________________________________________
15186 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
15187         Log: binmode :bytes, again.
15188      Branch: perl
15189            ! lib/utf8.t
15190 ____________________________________________________________________________
15191 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
15192         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
15193              From: Mark-Jason Dominus <mjd@plover.com>
15194              Date: Thu, 28 Mar 2002 10:36:03 -0500
15195              Message-ID: <20020328153603.11992.qmail@plover.com>
15196      Branch: perl
15197            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
15198 ____________________________________________________________________________
15199 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
15200         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
15201      Branch: perl
15202            ! lib/charnames.pm lib/charnames.t pp_pack.c
15203 ____________________________________________________________________________
15204 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
15205         Log: If expecting UTF-8, probably not expecting UTF-16.
15206      Branch: perl
15207            ! t/comp/require.t
15208 ____________________________________________________________________________
15209 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
15210         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
15211              From: Paul_GreenVOS@vos.stratus.com
15212              Date: Thu, 28 Mar 02 8:22 est
15213              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
15214      Branch: perl
15215            ! lib/Time/Local.pm
15216 ____________________________________________________________________________
15217 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
15218         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
15219              From: Paul_GreenVOS@vos.stratus.com
15220              Date: Thu, 28 Mar 02 7:46 est
15221              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
15222      Branch: perl
15223            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
15224 ____________________________________________________________________________
15225 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
15226         Log: A little bit better error message for \pq, still
15227              not good because the script context is not shown.
15228      Branch: perl
15229            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
15230 ____________________________________________________________________________
15231 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
15232         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
15233              From: Jeffrey Friedl <jfriedl@yahoo.com>
15234              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
15235              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
15236      Branch: perl
15237            ! sv.c t/op/pat.t
15238 ____________________________________________________________________________
15239 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
15240         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
15241              From: Mark-Jason Dominus <mjd@plover.com>
15242              Date: Thu, 28 Mar 2002 05:04:40 -0500
15243              Message-ID: <20020328100440.22081.qmail@plover.com>
15244      Branch: perl
15245            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
15246 ____________________________________________________________________________
15247 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
15248         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
15249              From: mjd@plover.com
15250              Date: 28 Mar 2002 09:22:06 -0000
15251              Message-ID: <20020328092206.18833.qmail@plover.com>
15252      Branch: perl
15253            ! lib/encoding.t
15254 ____________________________________________________________________________
15255 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
15256         Log: Unicode 3.2.0-induced doc tweaks.
15257      Branch: perl
15258            ! pod/perlretut.pod pod/perlunicode.pod
15259 ____________________________________________________________________________
15260 [ 15576] By: nick                                  on 2002/03/28  07:40:04
15261         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
15262      Branch: perlio
15263           +> (branch 31 files)
15264           !> (integrate 162 files)
15265 ____________________________________________________________________________
15266 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
15267         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
15268              From: Paul_GreenVOS@vos.stratus.com
15269              Date: Thu, 28 Mar 02 0:16 est
15270              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
15271      Branch: perl
15272            ! ext/POSIX/t/posix.t
15273 ____________________________________________________________________________
15274 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
15275         Log: Subject: Re: Regex-Unicode bugs
15276              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15277              Date: Wed, 27 Mar 2002 13:48:06 +0100
15278              Message-ID: <20020327134806.C18945@rafael>
15279              
15280              regmesg.t patch still would be nice.
15281      Branch: perl
15282            ! regcomp.c
15283 ____________________________________________________________________________
15284 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
15285         Log: Subject: Re: Regex-Unicode bugs
15286              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
15287              Date: Wed, 27 Mar 2002 12:39:57 +0000
15288              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
15289      Branch: perl
15290            ! pod/perldiag.pod regcomp.c
15291 ____________________________________________________________________________
15292 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
15293         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
15294              From: Paul_GreenVOS@vos.stratus.com
15295              Date: Wed, 27 Mar 02 23:33 est
15296              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
15297      Branch: perl
15298            ! t/io/fs.t
15299 ____________________________________________________________________________
15300 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
15301         Log: The Official 3.2.0 came out.
15302      Branch: perl
15303            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
15304            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
15305            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
15306            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
15307            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
15308            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
15309            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
15310            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
15311            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
15312            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
15313            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
15314            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
15315            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
15316            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
15317            + lib/unicore/lib/UnifiedI.pl
15318            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
15319 ____________________________________________________________________________
15320 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
15321         Log: socketpair binmode :bytes.
15322      Branch: perl
15323            ! ext/Socket/socketpair.t
15324 ____________________________________________________________________________
15325 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
15326         Log: Don't install anything beneath 't' directories.
15327      Branch: perl
15328            ! installperl
15329 ____________________________________________________________________________
15330 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
15331         Log: More UTF-8 locale sensitivity.
15332      Branch: perl
15333            ! t/io/utf8.t
15334 ____________________________________________________________________________
15335 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
15336         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
15337              From: Stas Bekman <stas@stason.org>
15338              Date: Thu, 28 Mar 2002 10:13:45 +0800
15339              Message-ID: <3CA27C59.4020209@stason.org>
15340              
15341              Temp file cleanup.
15342      Branch: perl
15343            ! lib/Pod/t/pod2html-lib.pl
15344 ____________________________________________________________________________
15345 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
15346         Log: Be compatible also with non-UTF-8 locales.
15347      Branch: perl
15348            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
15349            ! lib/Locale/Language.pod
15350 ____________________________________________________________________________
15351 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
15352         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
15353              From: Spider Boardman <spidb@cpan.org>
15354              Date: Wed, 27 Mar 2002 20:52:28 -0500
15355              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
15356      Branch: perl
15357            ! cv.h op.c t/op/attrs.t toke.c
15358 ____________________________________________________________________________
15359 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
15360         Log: "Last element".
15361      Branch: perl
15362            ! pod/perlfunc.pod
15363 ____________________________________________________________________________
15364 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
15365         Log: Subject: Error in perlfunc for "die"
15366              From: William R Ward <bill@wards.net>
15367              Date: 27 Mar 2002 12:31:32 -0800
15368              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
15369      Branch: perl
15370            ! pod/perlfunc.pod
15371 ____________________________________________________________________________
15372 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
15373         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
15374              From: Mark Kvale <kvale@phy.ucsf.edu>
15375              Date: Wed, 27 Mar 2002 16:45:37 -0800
15376              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
15377      Branch: perl
15378            ! pod/perlre.pod pod/perlretut.pod
15379 ____________________________________________________________________________
15380 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
15381         Log: Try to handle UTF-8 locales.
15382      Branch: perl
15383            ! lib/locale.t
15384 ____________________________________________________________________________
15385 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
15386         Log: More binmode :bytes.
15387      Branch: perl
15388            ! t/io/utf8.t
15389 ____________________________________________________________________________
15390 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
15391         Log: binmode(FH, ":bytes") is the right way, methinks.
15392      Branch: perl
15393            ! ext/PerlIO/t/encoding.t
15394 ____________________________________________________________________________
15395 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
15396         Log: UTF-8 locale: need to open explicitly for bytes.
15397      Branch: perl
15398            ! ext/PerlIO/t/encoding.t
15399 ____________________________________________________________________________
15400 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
15401         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
15402      Branch: perl
15403            ! lib/Locale/Language.pm lib/Locale/Language.pod
15404 ____________________________________________________________________________
15405 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
15406         Log: Warn instead of croak.
15407      Branch: perl
15408            ! pod/perldiag.pod utf8.c
15409 ____________________________________________________________________________
15410 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
15411         Log: UTF-8 locale: there might already be one UTF-8 discipline.
15412      Branch: perl
15413            ! lib/open.t
15414 ____________________________________________________________________________
15415 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
15416         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
15417              From: "Craig A. Berry" <craigberry@mac.com>
15418              Date: Wed, 27 Mar 2002 15:22:13 -0600
15419              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
15420      Branch: perl
15421            ! t/lib/1_compile.t t/lib/compmod.pl
15422 ____________________________________________________________________________
15423 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
15424         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
15425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15426              Date: Wed, 27 Mar 2002 22:35:03 +0100
15427              Message-ID: <20020327223503.A678@rafael>
15428      Branch: perl
15429            ! pod/perlop.pod
15430 ____________________________________________________________________________
15431 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
15432         Log: Start using the Unicode 3.2.0 data (NOTE: still
15433              unofficial, but the data is unlikely to change much.
15434              Doublecheck when 3.2.0 gets released.)
15435      Branch: perl
15436            + lib/unicore/PropertyAliases.txt
15437            + lib/unicore/PropertyValueAliases.txt
15438            ! (edit 129 files)
15439 ____________________________________________________________________________
15440 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
15441         Log: Update Changes.
15442      Branch: perl
15443            ! Changes patchlevel.h
15444 ____________________________________________________________________________
15445 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
15446         Log: Further fixing for #15549.  Six tests are failing
15447              under Solaris with en_US.UTF-8 but those failures seem
15448              unrelated to the BOUND problem, will look at them later.
15449      Branch: perl
15450            ! regexec.c
15451 ____________________________________________________________________________
15452 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
15453         Log: Possible fix for "Orks, Dragons, and Elves":
15454              should now build under UTF-8 locales (is building
15455              under Solaris en_US.UTF-8 right now).
15456      Branch: perl
15457            ! Makefile.SH regexec.c
15458 ____________________________________________________________________________
15459 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
15460         Log: Forgotten from #15523.
15461      Branch: perl
15462            ! lib/Math/BigInt/Calc.pm
15463 ____________________________________________________________________________
15464 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
15465         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
15466              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
15467              Date: Wed, 27 Mar 2002 13:32:00 +0100
15468              Message-ID: <20020327133200.A18945@rafael>
15469      Branch: perl
15470            ! regcomp.c t/lib/warnings/regcomp
15471 ____________________________________________________________________________
15472 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
15473         Log: Subject: [PATCH] MANIFES --> MANIFEST
15474              From: Philip Newton <Philip.Newton@gmx.net>
15475              Date: Wed, 27 Mar 2002 10:05:46 +0000
15476              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
15477              
15478              (plus a few tweaks more)
15479      Branch: perl
15480            ! Porting/check83.pl
15481 ____________________________________________________________________________
15482 [ 15545] By: nick                                  on 2002/03/27  07:37:36
15483         Log: Integrate mainline
15484      Branch: perlio
15485           +> lib/Math/BigInt/t/with_sub.t
15486            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15487            - lib/bignum/t/trace.t
15488           !> (integrate 76 files)
15489 ____________________________________________________________________________
15490 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
15491         Log: Obsolete mailing list information.
15492      Branch: perl
15493            ! README.bs2000 README.os390 README.vmesa
15494 ____________________________________________________________________________
15495 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
15496         Log: More URL "whitespacing".
15497      Branch: perl
15498            ! README.bs2000 README.hurd README.mpeix README.netware
15499            ! README.os390 README.vmesa README.vos README.win32
15500            ! pod/perl5004delta.pod pod/perl5005delta.pod
15501            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
15502            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
15503            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
15504            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
15505            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
15506            ! pod/perltodo.pod
15507 ____________________________________________________________________________
15508 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
15509         Log: I like doubleclicking on URLs in pods to select them.
15510      Branch: perl
15511            ! README.amiga README.epoc README.vos pod/perl561delta.pod
15512            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
15513            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
15514            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
15515            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
15516            ! pod/perltodo.pod pod/perlvar.pod
15517 ____________________________________________________________________________
15518 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
15519         Log: Regen modlib.
15520      Branch: perl
15521            ! pod/perlmodlib.pod
15522 ____________________________________________________________________________
15523 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
15524         Log: Update the CPAN sites list.
15525      Branch: perl
15526            ! pod/perlmodlib.PL pod/perlmodlib.pod
15527 ____________________________________________________________________________
15528 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
15529         Log: Regen modlib, toc.
15530      Branch: perl
15531            ! pod/perlmodlib.pod pod/perltoc.pod
15532 ____________________________________________________________________________
15533 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
15534         Log: s/rationale/rational/
15535      Branch: perl
15536            ! lib/Math/BigRat.pm lib/bigrat.pm
15537 ____________________________________________________________________________
15538 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
15539         Log: s/done/esac/
15540      Branch: perl
15541            ! hints/dec_osf.sh
15542 ____________________________________________________________________________
15543 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
15544         Log: Advertise big* and BigRat.
15545      Branch: perl
15546            ! pod/perldelta.pod
15547 ____________________________________________________________________________
15548 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
15549         Log: A missing ) in #15527.
15550      Branch: perl
15551            ! pp_sys.c
15552 ____________________________________________________________________________
15553 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
15554         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
15555              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15556              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
15557              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
15558      Branch: perl
15559            ! lib/ExtUtils/typemap
15560 ____________________________________________________________________________
15561 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
15562         Log: Subject: Re: Cygwin PerlIO.t failing
15563              From: Stas Bekman <stas@stason.org>
15564              Date: Wed, 27 Mar 2002 01:34:11 +0800
15565              Message-ID: <3CA0B113.1070800@stason.org>
15566      Branch: perl
15567            ! ext/PerlIO/PerlIO.t
15568 ____________________________________________________________________________
15569 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
15570         Log: Subject: [PATCH] safety check for vms/test.com
15571              From: "Craig A. Berry" <craigberry@mac.com>
15572              Date: Tue, 26 Mar 2002 12:15:21 -0600
15573              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
15574      Branch: perl
15575            ! vms/test.com
15576 ____________________________________________________________________________
15577 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
15578         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
15579              From: PPrymmer@factset.com
15580              Date: Tue, 26 Mar 2002 13:04:59 -0500
15581              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
15582      Branch: perl
15583            ! configure.com
15584 ____________________________________________________________________________
15585 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
15586         Log: Subject: [PATCH] Minor typo in test harness
15587              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
15588              Date: Tue, 26 Mar 2002 17:44:06 -0000
15589              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
15590      Branch: perl
15591            ! t/lib/warnings/perlio
15592 ____________________________________________________________________________
15593 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
15594         Log: Subject: PATCH s2p.PL
15595              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15596              Date: Tue, 26 Mar 2002 17:16:46 +0100
15597              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
15598      Branch: perl
15599            ! x2p/s2p.PL
15600 ____________________________________________________________________________
15601 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
15602         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
15603      Branch: perl
15604            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15605            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15606            ! MANIFEST
15607 ____________________________________________________________________________
15608 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
15609         Log: Avoid and document a weird bug in UNICOS/mk.
15610      Branch: perl
15611            ! pod/perldelta.pod pp_sys.c
15612 ____________________________________________________________________________
15613 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
15614         Log: Math::BigInt::Lite 0.09, from Tels.
15615      Branch: perl
15616            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15617            ! MANIFEST
15618 ____________________________________________________________________________
15619 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
15620         Log: For now disable the test in OS/390; it seems to hang,
15621              but frustratingly seems to run from command line and
15622              from Perl debugger.
15623      Branch: perl
15624            ! lib/Math/BigInt/t/mbi_rand.t
15625 ____________________________________________________________________________
15626 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
15627         Log: EPOC update from Olaf Flebbe.
15628      Branch: perl
15629            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
15630            ! pod/perlport.pod t/io/fs.t
15631 ____________________________________________________________________________
15632 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
15633         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
15634              and bignum 0.11, from Tels.
15635      Branch: perl
15636            + lib/Math/BigInt/t/with_sub.t
15637            - lib/bignum/t/trace.t
15638            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15639            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
15640            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
15641            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
15642            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
15643            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
15644            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
15645            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
15646            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
15647            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
15648            ! lib/bignum/t/bigrat.t lib/bigrat.pm
15649            ! t/lib/Math/BigInt/Subclass.pm
15650 ____________________________________________________________________________
15651 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
15652         Log: Integrate perlio:
15653              
15654              [ 15521]
15655              Testcase for crlf spanning buffer boundary
15656              
15657              [ 15520]
15658              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
15659      Branch: perl
15660           +> t/io/crlf.t
15661           !> MANIFEST perlio.c
15662 ____________________________________________________________________________
15663 [ 15521] By: nick                                  on 2002/03/26  15:31:55
15664         Log: Testcase for crlf spanning buffer boundary
15665      Branch: perlio
15666            + t/io/crlf.t
15667            ! MANIFEST
15668 ____________________________________________________________________________
15669 [ 15520] By: nick                                  on 2002/03/26  15:09:52
15670         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
15671      Branch: perlio
15672            ! perlio.c
15673 ____________________________________________________________________________
15674 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
15675         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
15676      Branch: perl
15677            ! t/lib/1_compile.t
15678 ____________________________________________________________________________
15679 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
15680         Log: Document the Configure (really, awk) glitch in
15681              UNICOS/mk.
15682      Branch: perl
15683            ! pod/perldelta.pod
15684 ____________________________________________________________________________
15685 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
15686         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
15687              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15688              Date: Fri, 22 Mar 2002 16:11:28 +0100
15689              Message-ID: <3C9B57B0.31936.496399@localhost>
15690      Branch: perl
15691            ! win32/win32.c
15692 ____________________________________________________________________________
15693 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
15694         Log: Subject: Re: Jarkko likes OOOOs
15695              From: "Gerrit P. Haase" <gp@familiehaase.de>
15696              Date: Tue, 26 Mar 2002 08:44:02 +0100
15697              Message-ID: <40509050505.20020326084402@familiehaase.de>
15698      Branch: perl
15699            ! t/io/fs.t
15700 ____________________________________________________________________________
15701 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
15702         Log: Subject: [patch utils/perlbug] subject header setting problem      
15703              From: Stas Bekman <stas@stason.org>
15704              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
15705              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
15706      Branch: perl
15707            ! utils/perlbug.PL
15708 ____________________________________________________________________________
15709 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
15710         Log: Subject: [PATCH] win32/makefile.mk
15711              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15712              Date: Tue, 26 Mar 2002 13:56:19 +0100
15713              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
15714      Branch: perl
15715            ! win32/makefile.mk
15716 ____________________________________________________________________________
15717 [ 15513] By: nick                                  on 2002/03/26  07:17:17
15718         Log: Integrate mainline
15719      Branch: perlio
15720           +> (branch 39 files)
15721            - (delete 109 files)
15722           !> (integrate 105 files)
15723 ____________________________________________________________________________
15724 [ 15512] By: nick                                  on 2002/03/26  06:52:42
15725         Log: Integrate mainline
15726      Branch: perlio
15727           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
15728           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
15729           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
15730           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
15731           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
15732 ____________________________________________________________________________
15733 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
15734         Log: Installation advice from Robert Spier. 
15735      Branch: perl
15736            ! INSTALL
15737 ____________________________________________________________________________
15738 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
15739         Log: Stas setting things right.
15740      Branch: perl
15741            ! ext/PerlIO/PerlIO.t
15742 ____________________________________________________________________________
15743 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
15744         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
15745              From: Paul_GreenVOS@vos.stratus.com
15746              Date: Mon, 25 Mar 02 23:57 est
15747              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
15748      Branch: perl
15749            ! ext/IO/lib/IO/t/io_unix.t
15750 ____________________________________________________________________________
15751 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
15752         Log: Add threads hints for UNICOS/mk and UNICOS.
15753              (I'm just guessing on UNICOS.)
15754      Branch: perl
15755            ! hints/unicos.sh hints/unicosmk.sh
15756 ____________________________________________________________________________
15757 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
15758         Log: Mention the effect of Unicode keys on hashes.
15759      Branch: perl
15760            ! pod/perlunicode.pod
15761 ____________________________________________________________________________
15762 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
15763         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
15764              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15765              Date: Mon, 25 Mar 2002 17:24:33 -0600
15766              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
15767      Branch: perl
15768            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
15769            ! vms/vms_yfix.pl
15770 ____________________________________________________________________________
15771 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
15772         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
15773      Branch: perl
15774            ! hints/dec_osf.sh
15775 ____________________________________________________________________________
15776 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
15777         Log: The .ucm of Encode are big when uncompressed.
15778      Branch: perl
15779            ! INSTALL
15780 ____________________________________________________________________________
15781 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
15782         Log: I don't understand what is going on what these
15783              news tests, retracting the whole lot.
15784      Branch: perl
15785            ! ext/PerlIO/PerlIO.t
15786 ____________________________________________________________________________
15787 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
15788         Log: Upgrade to Encode 0.99, from Dan Kogai.
15789      Branch: perl
15790            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
15791            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
15792            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
15793            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
15794            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
15795            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
15796            + ext/Encode/Encode/ksc5601.ucm
15797            + ext/Encode/Encode/macCentEuro.ucm
15798            + ext/Encode/Encode/macCroatian.ucm
15799            + ext/Encode/Encode/macCyrillic.ucm
15800            + ext/Encode/Encode/macDingbats.ucm
15801            + ext/Encode/Encode/macGreek.ucm
15802            + ext/Encode/Encode/macIceland.ucm
15803            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
15804            + ext/Encode/Encode/macRumanian.ucm
15805            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
15806            + ext/Encode/Encode/macTurkish.ucm
15807            + ext/Encode/Encode/macUkraine.ucm
15808            + ext/Encode/Encode/shiftjis.ucm
15809            + ext/Encode/lib/Encode/10646_1.pm
15810            + ext/Encode/lib/Encode/CJKConstants.pm
15811            + ext/Encode/lib/Encode/CN/2022_CN.pm
15812            + ext/Encode/lib/Encode/JP/2022_JP.pm
15813            + ext/Encode/lib/Encode/JP/2022_JP1.pm
15814            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
15815            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
15816            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
15817            + ext/Encode/ucm2table
15818            - (delete 109 files)
15819            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
15820            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
15821            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
15822            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15823            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15824            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
15825            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
15826            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
15827            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
15828            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
15829            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
15830            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
15831            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
15832            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
15833            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
15834            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
15835            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
15836            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
15837            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
15838            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
15839            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
15840            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
15841            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
15842            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
15843            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
15844            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15845            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
15846            ! ext/Encode/Makefile.PL ext/Encode/README
15847            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15848            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15849            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
15850            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
15851            ! ext/Encode/lib/Encode/Details.pod
15852            ! ext/Encode/lib/Encode/Encoding.pm
15853            ! ext/Encode/lib/Encode/Internal.pm
15854            ! ext/Encode/lib/Encode/JP/H2Z.pm
15855            ! ext/Encode/lib/Encode/JP/JIS.pm
15856            ! ext/Encode/lib/Encode/Supported.pod
15857            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15858            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15859            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
15860            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
15861            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
15862            ! ext/Encode/t/jisx0212.ref
15863 ____________________________________________________________________________
15864 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
15865         Log: Noise with -w.
15866      Branch: perl
15867            ! ext/PerlIO/PerlIO.t
15868 ____________________________________________________________________________
15869 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
15870         Log: If no perlio no perlio warnings, either.
15871      Branch: perl
15872            ! lib/warnings.t
15873 ____________________________________________________________________________
15874 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
15875         Log: ...and put some of the new perlio tests here.
15876              The in-memory ones not yet since my poor brain
15877              refuses to find the right TODO incantation.
15878      Branch: perl
15879            ! ext/PerlIO/PerlIO.t
15880 ____________________________________________________________________________
15881 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
15882         Log: Take away the perlio-requiring tests..
15883      Branch: perl
15884            ! t/io/open.t
15885 ____________________________________________________________________________
15886 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
15887         Log: More correct now, but actually the two new tests
15888              need to be moved, since they are perlio-only...
15889      Branch: perl
15890            ! t/io/open.t
15891 ____________________________________________________________________________
15892 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
15893         Log: More neo-io tests from Stas Bekman.
15894      Branch: perl
15895            ! t/io/open.t
15896 ____________________________________________________________________________
15897 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
15898         Log: Document the QNX6 sprintf glitch.
15899      Branch: perl
15900            ! pod/perldelta.pod
15901 ____________________________________________________________________________
15902 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
15903         Log: AmigaOS must use the ixemul directly, since there
15904              is no more vfork support.
15905      Branch: perl
15906            ! hints/amigaos.sh
15907 ____________________________________________________________________________
15908 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
15909         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
15910              From: Norton Allen <allen@huarp.harvard.edu>
15911              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
15912              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
15913      Branch: perl
15914            ! pp_sys.c
15915 ____________________________________________________________________________
15916 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
15917         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
15918              From: Norton Allen <allen@huarp.harvard.edu>
15919              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
15920              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
15921      Branch: perl
15922            ! ext/Socket/socketpair.t
15923 ____________________________________________________________________________
15924 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
15925         Log: Clarify the 8.3 rule.
15926      Branch: perl
15927            ! Porting/check83.pl
15928 ____________________________________________________________________________
15929 [ 15490] By: nick                                  on 2002/03/25  16:05:07
15930         Log: Integrate mainline
15931      Branch: perlio
15932           +> ext/Encode/lib/Encode/EncFormat.pod
15933           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
15934            - ext/Encode/lib/EncodeFormat.pod
15935           !> (integrate 41 files)
15936 ____________________________________________________________________________
15937 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
15938         Log: Update Changes.
15939      Branch: perl
15940            ! Changes patchlevel.h
15941 ____________________________________________________________________________
15942 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
15943         Log: Forgotten from #15486.
15944      Branch: perl
15945            ! perl.c
15946 ____________________________________________________________________________
15947 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
15948         Log: It seems that FreeBSD does not like using Perl's malloc
15949              when multithreaded.
15950      Branch: perl
15951            ! hints/freebsd.sh
15952 ____________________________________________________________________________
15953 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
15954         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
15955              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15956              Date: Mon, 25 Mar 2002 11:33:17 +0100
15957              Message-ID: <20020325113317.A1410@rafael>
15958              
15959              Apparently VMS does not do YYDEBUG.
15960      Branch: perl
15961            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
15962 ____________________________________________________________________________
15963 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
15964         Log: Subject: [PATCH] warnings for perlio + others
15965              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15966              Date: Mon, 25 Mar 2002 13:01:44 -0000
15967              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
15968      Branch: perl
15969            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
15970            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
15971            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
15972            ! warnings.pl
15973 ____________________________________________________________________________
15974 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
15975         Log: As verified by Doug MacEachern.
15976      Branch: perl
15977            ! pod/perldelta.pod
15978 ____________________________________________________________________________
15979 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
15980         Log: MPE/iX update from Mark Bixby.
15981      Branch: perl
15982            + mpeix/mpeix.c
15983            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
15984            ! hints/mpeix.sh mpeix/mpeixish.h
15985 ____________________________________________________________________________
15986 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
15987         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
15988              From: Nicholas Clark <nick@unfortu.net>
15989              Date: Sun, 24 Mar 2002 22:50:06 +0000
15990              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
15991      Branch: perl
15992            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
15993 ____________________________________________________________________________
15994 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
15995         Log: Subject: [PATCH] fix warning + carp interaction
15996              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
15997              Date: Sun, 24 Mar 2002 23:00:21 -0000
15998              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
15999      Branch: perl
16000            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
16001            ! warnings.pl
16002 ____________________________________________________________________________
16003 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
16004         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
16005              (All the code changes have already been applied earlier.)
16006      Branch: perl
16007            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
16008 ____________________________________________________________________________
16009 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
16010         Log: DB_File: for the core version, no need to specify
16011              a minimum MM version.
16012      Branch: perl
16013            ! ext/DB_File/Makefile.PL
16014 ____________________________________________________________________________
16015 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
16016         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
16017              From: Dave Mitchell <davem@fdgroup.com>
16018              Date: Sun, 24 Mar 2002 22:23:08 +0000
16019              Message-ID: <20020324222308.B21963@fdgroup.com>
16020      Branch: perl
16021            ! pp_pack.c
16022 ____________________________________________________________________________
16023 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
16024         Log: Subject: [PATCH @15450] errno help for VMS
16025              From: "Craig A. Berry" <craigberry@mac.com>
16026              Date: Sun, 24 Mar 2002 16:17:52 -0600
16027              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
16028      Branch: perl
16029            ! ext/POSIX/t/posix.t vms/vms.c
16030 ____________________________________________________________________________
16031 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
16032         Log: Upgrade to Locale::Codes 2.03.
16033      Branch: perl
16034            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
16035            ! lib/Locale/Country.pm
16036 ____________________________________________________________________________
16037 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
16038         Log: metaconfig unit change for #15474.
16039      Branch: metaconfig/U/perl
16040            ! Extensions.U
16041 ____________________________________________________________________________
16042 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
16043         Log: The #15472 said "properly".  Ha!
16044      Branch: perl
16045            ! Configure
16046 ____________________________________________________________________________
16047 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
16048         Log: metaconfig unit change for #15472.
16049      Branch: metaconfig/U/perl
16050            ! Extensions.U
16051 ____________________________________________________________________________
16052 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
16053         Log: Properly scan for the subextensions of Encode
16054              when doing static builds.
16055      Branch: perl
16056            ! Configure
16057 ____________________________________________________________________________
16058 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
16059         Log: Tru64: Document the known odbm failure with static builds.
16060      Branch: perl
16061            ! README.tru64
16062 ____________________________________________________________________________
16063 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
16064         Log: microperl tweaks.
16065      Branch: perl
16066            ! Makefile.micro locale.c util.c
16067 ____________________________________________________________________________
16068 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
16069         Log: metaconfig unit changes for #15468.
16070      Branch: metaconfig
16071            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
16072            ! U/modified/libc.U U/modified/libs.U
16073            ! U/threads/d_pthread_atfork.U
16074 ____________________________________________________________________________
16075 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
16076         Log: Various metaconfig unit cleanup; only one visible change
16077              in Configure, though.
16078      Branch: perl
16079            ! Configure
16080 ____________________________________________________________________________
16081 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
16082         Log: Upgrade to Encode 0.98, from Dan Kogai.
16083      Branch: perl
16084            + ext/Encode/lib/Encode/EncFormat.pod
16085            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
16086            - ext/Encode/lib/EncodeFormat.pod
16087            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
16088            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
16089            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16090            ! ext/Encode/lib/Encode/Alias.pm
16091            ! ext/Encode/lib/Encode/Details.pod
16092            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16093            ! ext/Encode/lib/Encode/JP/JIS.pm
16094            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16095 ____________________________________________________________________________
16096 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
16097         Log: Integrate perlio:
16098              
16099              [ 15462]
16100              Avoid core-dump in Encode with PERLIO=mmap
16101      Branch: perl
16102           !> ext/Encode/Encode.xs
16103 ____________________________________________________________________________
16104 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
16105         Log: In the spirit of #15464.
16106      Branch: perl
16107            ! perl.c sv.c
16108 ____________________________________________________________________________
16109 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
16110         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
16111              From: Michael G Schwern <schwern@pobox.com>
16112              Date: Sun, 24 Mar 2002 02:27:25 -0500
16113              Message-ID: <20020324072725.GA3554@blackrider>
16114      Branch: perl
16115            ! perl.c
16116 ____________________________________________________________________________
16117 [ 15463] By: nick                                  on 2002/03/24  10:24:41
16118         Log: Integrate mainline
16119      Branch: perlio
16120           +> (branch 28 files)
16121            - lib/bigfloat.t lib/bigint.t
16122           !> (integrate 59 files)
16123 ____________________________________________________________________________
16124 [ 15462] By: nick                                  on 2002/03/24  08:59:35
16125         Log: Avoid core-dump in Encode with PERLIO=mmap
16126      Branch: perlio
16127            ! ext/Encode/Encode.xs
16128 ____________________________________________________________________________
16129 [ 15461] By: nick                                  on 2002/03/24  08:58:21
16130         Log: Too many machines doing integrate mainline
16131      Branch: perlio
16132           !> Changes Configure lib/AutoSplit.t
16133           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
16134           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
16135           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
16136           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
16137 ____________________________________________________________________________
16138 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
16139         Log: Retract Math::BigInt::Lite for now, seems to confuse
16140              bignum and bigrat.
16141      Branch: perl
16142            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
16143            ! MANIFEST
16144 ____________________________________________________________________________
16145 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
16146         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
16147              From: "Craig A. Berry" <craigberry@mac.com>
16148              Date: Sat, 23 Mar 2002 23:23:00 -0600
16149              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
16150      Branch: perl
16151            ! configure.com vms/vms.c
16152 ____________________________________________________________________________
16153 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
16154         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
16155              From: Michael G Schwern <schwern@pobox.com>
16156              Date: Sat, 23 Mar 2002 21:32:32 -0500
16157              Message-ID: <20020324023232.GA29972@blackrider>
16158              
16159              (with Russ Allbery's simplifications)
16160      Branch: perl
16161            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
16162 ____________________________________________________________________________
16163 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
16164         Log: Merge Math::BigInt::Lite 0.08, from Tels.
16165      Branch: perl
16166            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
16167            ! MANIFEST
16168 ____________________________________________________________________________
16169 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
16170         Log: Too chatty.
16171      Branch: perl
16172            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
16173 ____________________________________________________________________________
16174 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
16175         Log: Merge bignum 0.10, from Tels.
16176      Branch: perl
16177            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
16178            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
16179            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
16180            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
16181            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
16182            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
16183            ! MANIFEST
16184 ____________________________________________________________________________
16185 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
16186         Log: Rename the Perl 4 tests in preparation of bignum.
16187      Branch: perl
16188            + lib/bigfloatpl.t lib/bigintpl.t
16189            - lib/bigfloat.t lib/bigint.t
16190            ! MANIFEST
16191 ____________________________________________________________________________
16192 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
16193         Log: Merge Math::BigRat 0.04, from Tels.
16194      Branch: perl
16195            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
16196            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
16197            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
16198            + t/lib/Math/BigRat/Test.pm
16199            ! MANIFEST
16200 ____________________________________________________________________________
16201 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
16202         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
16203              From: Dave Mitchell <davem@fdgroup.com>
16204              Date: Sat, 23 Mar 2002 22:27:24 +0000
16205              Message-ID: <20020323222724.A19425@fdgroup.com>
16206      Branch: perl
16207            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
16208 ____________________________________________________________________________
16209 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
16210         Log: Forgotten.
16211      Branch: perl
16212            ! ext/Unicode/Normalize/README
16213 ____________________________________________________________________________
16214 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
16215         Log: Update Changes.
16216      Branch: perl
16217            ! Changes patchlevel.h
16218 ____________________________________________________________________________
16219 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
16220         Log: Subject: perldoc -m [PATCH]
16221              From: "John L. Allen" <allen@grumman.com>
16222              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
16223              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
16224      Branch: perl
16225            ! utils/perldoc.PL
16226 ____________________________________________________________________________
16227 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
16228         Log: Subject: Re: Copious warnings from Sys::Syslog
16229              From: andreas.koenig@anima.de (Andreas J. Koenig)
16230              Date: Sat, 23 Mar 2002 06:47:08 +0100
16231              Message-ID: <m31yebvns3.fsf@anima.de>
16232      Branch: perl
16233            ! ext/Sys/Syslog/Syslog.pm
16234 ____________________________________________________________________________
16235 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
16236         Log: Upgrade to Math::BigInt 1.55, from Tels.
16237      Branch: perl
16238            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
16239            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
16240            + lib/Math/BigInt/t/use_lib4.t
16241            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16242            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
16243            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
16244            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
16245            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
16246            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
16247            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
16248            ! lib/Math/BigInt/t/upgrade.t
16249 ____________________________________________________________________________
16250 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
16251         Log: Upgrade to Encode 0.97, from Dan Kogai.
16252      Branch: perl
16253            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
16254            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
16255            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
16256            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16257            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
16258            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
16259            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
16260            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
16261            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
16262            ! ext/Encode/t/Tcl.t
16263 ____________________________________________________________________________
16264 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
16265         Log: Slight tweaks on #15443.
16266      Branch: perl
16267            ! pod/perlvar.pod
16268 ____________________________________________________________________________
16269 [ 15444] By: nick                                  on 2002/03/23  17:30:42
16270         Log: Integrate mainline
16271      Branch: perlio
16272           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
16273           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
16274           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
16275           !> (integrate 50 files)
16276 ____________________________________________________________________________
16277 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
16278         Log: Subject: patch [bleadperl]: Document %! special variable
16279              From: mjd@plover.com
16280              Date: 23 Mar 2002 18:25:44 -0000
16281              Message-ID: <20020323182544.11741.qmail@plover.com>    
16282      Branch: perl
16283            ! pod/perlvar.pod
16284 ____________________________________________________________________________
16285 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
16286         Log: Since the Encode::JP is unsupported under EBCDIC we
16287              cannot run this test (aliases as such should work fine).
16288      Branch: perl
16289            ! ext/Encode/t/Aliases.t
16290 ____________________________________________________________________________
16291 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
16292         Log: EBCDIC: the sorting order is different under
16293              byte-EBCDIC and Unicode.
16294      Branch: perl
16295            ! t/op/utfhash.t
16296 ____________________________________________________________________________
16297 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
16298         Log: EBCDIC: the character codes are different.
16299      Branch: perl
16300            ! lib/Pod/t/pod2html-lib.pl
16301 ____________________________________________________________________________
16302 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
16303         Log: Purify: #15434 got the test the wrong.
16304              (Is there an approved way of testing "is this an unop"?)
16305      Branch: perl
16306            ! op.c
16307 ____________________________________________________________________________
16308 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
16309         Log: Purify: Array bounds read: could read one character past the end.
16310      Branch: perl
16311            ! pp_pack.c
16312 ____________________________________________________________________________
16313 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
16314         Log: Purify: Array bounds read: reading one byte before the buffer.
16315      Branch: perl
16316            ! util.c
16317 ____________________________________________________________________________
16318 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
16319         Log: Purify: Unitialized memory read.  Too many code paths
16320              to keep track of, I guess.
16321      Branch: perl
16322            ! sv.c
16323 ____________________________________________________________________________
16324 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
16325         Log: Purify: Array bounds write: pre-extend the strxfrm
16326              buffer by a factor of four (suggested maximum by HP-UX;
16327              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
16328              know how portable that is; locale.c uses yet another trick
16329              (not a particularly good trick, I might add))
16330      Branch: perl
16331            ! ext/POSIX/POSIX.xs
16332 ____________________________________________________________________________
16333 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
16334         Log: Purify: Array bounds read: o->op_last was accessed
16335              for unops (via newUNOP() and ck_eof()).
16336              (analysis okay, patch bad: see #15439)
16337      Branch: perl
16338            ! op.c
16339 ____________________________________________________________________________
16340 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
16341         Log: Subject: [PATCH] vms/test.com, File::Find tests
16342              From: "Craig A. Berry" <craigberry@mac.com>
16343              Date: Fri, 22 Mar 2002 16:52:59 -0600
16344              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
16345      Branch: perl
16346            ! vms/test.com
16347 ____________________________________________________________________________
16348 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
16349         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
16350              From: Michael G Schwern <schwern@pobox.com>
16351              Date: Fri, 22 Mar 2002 18:08:19 -0500
16352              Message-ID: <20020322230819.GB16454@blackrider>
16353      Branch: perl
16354            ! ext/Sys/Syslog/Syslog.pm
16355 ____________________________________________________________________________
16356 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
16357         Log: Update the information on Encode.
16358      Branch: perl
16359            ! pod/perldelta.pod
16360 ____________________________________________________________________________
16361 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
16362         Log: Upgrade to Encode 0.96, from Dan Kogai.
16363      Branch: perl
16364            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
16365            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
16366            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
16367            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16368            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
16369            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
16370            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
16371            ! ext/Encode/lib/Encode/Alias.pm
16372            ! ext/Encode/lib/Encode/Encoding.pm
16373            ! ext/Encode/lib/Encode/Internal.pm
16374            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16375 ____________________________________________________________________________
16376 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
16377         Log: Subject: [PATCH] h2xs.t fix for VMS
16378              From: "Craig A. Berry" <craigberry@mac.com>
16379              Date: Fri, 22 Mar 2002 15:47:38 -0600
16380              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
16381      Branch: perl
16382            ! lib/h2xs.t
16383 ____________________________________________________________________________
16384 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
16385         Log: One more pass.
16386      Branch: perl
16387            ! epoc/config.sh
16388 ____________________________________________________________________________
16389 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
16390         Log: Even better version from Olaf Flebbe.
16391      Branch: perl
16392            ! epoc/config.sh pp_sys.c util.c
16393 ____________________________________________________________________________
16394 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
16395         Log: EPOC update from Olaf Flebbe.
16396      Branch: perl
16397            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
16398            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
16399 ____________________________________________________________________________
16400 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
16401         Log: Tweak from John P. Linderman.
16402      Branch: perl
16403            ! pod/perlhack.pod
16404 ____________________________________________________________________________
16405 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
16406         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
16407              From: Stas Bekman <stas@stason.org>
16408              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
16409              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
16410      Branch: perl
16411            ! pod/perlfunc.pod
16412 ____________________________________________________________________________
16413 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
16414         Log: Subject: [PATCH] check sysconf's return value in reentr.c
16415              From: <slaven.rezic@berlin.de>
16416              Date: Fri, 22 Mar 2002 18:30:36 +0100
16417              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
16418              
16419              (plus use 4k instead 2k as the "usual" size)
16420      Branch: perl
16421            ! reentr.c reentr.pl
16422 ____________________________________________________________________________
16423 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
16424         Log: Update Changes.
16425      Branch: perl
16426            ! Changes patchlevel.h
16427 ____________________________________________________________________________
16428 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
16429         Log: Forgot from #15416.
16430      Branch: perl
16431            ! pod/perlfaq3.pod
16432 ____________________________________________________________________________
16433 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
16434         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
16435              From: andreas.koenig@anima.de (Andreas J. Koenig)
16436              Date: Fri, 22 Mar 2002 16:27:51 +0100
16437              Message-ID: <m3n0x0vczs.fsf@anima.de>
16438      Branch: perl
16439            ! pod/perlmodstyle.pod
16440 ____________________________________________________________________________
16441 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
16442         Log: metaconfig unit changes for #15418.
16443      Branch: metaconfig
16444            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16445            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16446            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16447            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16448            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16449            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16450            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16451            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16452            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16453            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16454            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16455            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16456            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16457            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16458            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16459            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16460            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16461            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16462            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16463            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16464            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16465            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16466            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16467            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16468 ____________________________________________________________________________
16469 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
16470         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
16471              Also, there's no i_stdio.
16472      Branch: perl
16473            ! Configure reentr.h reentr.pl
16474 ____________________________________________________________________________
16475 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
16476         Log: Document a known AIX warning.
16477      Branch: perl
16478            ! pod/perldelta.pod
16479 ____________________________________________________________________________
16480 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
16481         Log: Undo #15415, allow the faq people to catch up first.
16482      Branch: perl
16483            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
16484 ____________________________________________________________________________
16485 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
16486         Log: FAQ sync.
16487      Branch: perl
16488            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
16489 ____________________________________________________________________________
16490 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
16491         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
16492              From: andreas.koenig@anima.de (Andreas J. Koenig)
16493              Date: Fri, 22 Mar 2002 15:16:19 +0100
16494              Message-ID: <m38z8kwuvg.fsf@anima.de>
16495              
16496              (plus reformat)
16497      Branch: perl
16498            ! pod/perldelta.pod
16499 ____________________________________________________________________________
16500 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
16501         Log: Integrate perlio:
16502              
16503              [ 15412]
16504              Check for sanity of UTF-8 keys in hashes
16505              (feel free to add more tests...)
16506              
16507              [ 15410]
16508              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
16509              - when (e.g.) STDOUT is char special file and gets IoOFP
16510              created - do _NOT_ pass num_svs as that fopen-s stringified
16511              glob, and not fdopen-s the fd.
16512      Branch: perl
16513           +> t/op/utfhash.t
16514           !> MANIFEST doio.c
16515 ____________________________________________________________________________
16516 [ 15412] By: nick                                  on 2002/03/22  10:50:53
16517         Log: Check for sanity of UTF-8 keys in hashes
16518              (feel free to add more tests...)
16519      Branch: perlio
16520            + t/op/utfhash.t
16521            ! MANIFEST
16522 ____________________________________________________________________________
16523 [ 15411] By: ams                                   on 2002/03/22  08:36:33
16524         Log: Revert #15200 for backwards compatiblity reasons.
16525      Branch: perl
16526            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
16527            ! pp_ctl.c t/op/override.t
16528 ____________________________________________________________________________
16529 [ 15410] By: nick                                  on 2002/03/22  07:47:41
16530         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
16531              - when (e.g.) STDOUT is char special file and gets IoOFP
16532              created - do _NOT_ pass num_svs as that fopen-s stringified
16533              glob, and not fdopen-s the fd.
16534      Branch: perlio
16535            ! doio.c
16536 ____________________________________________________________________________
16537 [ 15409] By: nick                                  on 2002/03/22  07:19:33
16538         Log: Integrate mainline
16539      Branch: perlio
16540           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
16541           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
16542           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
16543           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
16544           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
16545           +> ext/Encode/lib/Encode/Details.pod
16546           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16547           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
16548           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16549           +> lib/Pod/t/pod2html-lib.pl
16550            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16551           !> (integrate 39 files)
16552 ____________________________________________________________________________
16553 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
16554         Log: Win32 tweak from mjd.
16555      Branch: perl
16556            ! lib/Tie/File.pm
16557 ____________________________________________________________________________
16558 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
16559         Log: If Unicode keys are entered to a hash, a bit is turned on.
16560              If the bit is on, when the keys are fetched from the hash
16561              (%h, each %h, keys %h), the Unicodified versions of the keys
16562              are returned if needed.  This solution errs on the size of
16563              over-Unicodifying, the old solution erred on the side of
16564              under-Unicodifying.  As long as the hash keys can be a mix
16565              of byte and Unicode strings, a perfect fit is hard to come by.
16566      Branch: perl
16567            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
16568            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
16569 ____________________________________________________________________________
16570 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
16571         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
16572              From: Mike Guy <mjtg@cam.ac.uk>
16573              Date: Fri, 22 Mar 2002 02:08:20 +0000
16574              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
16575      Branch: perl
16576            ! pod/perldelta.pod
16577 ____________________________________________________________________________
16578 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
16579         Log: PM_SETRE() fallout.
16580      Branch: perl
16581            ! ext/ByteLoader/bytecode.h
16582 ____________________________________________________________________________
16583 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
16584         Log: Subject: [PATCH pod/perlxs.pod] doc fix
16585              From: Stas Bekman <stas@stason.org>
16586              Date: Thu, 21 Mar 2002 18:47:35 +0800
16587              Message-ID: <3C99BA47.9010403@stason.org>
16588      Branch: perl
16589            ! pod/perlxs.pod
16590 ____________________________________________________________________________
16591 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
16592         Log: Subject: [PATCH]
16593              From: Slaven Rezic <slaven.rezic@berlin.de>
16594              Date: 21 Mar 2002 10:19:23 +0100
16595              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
16596              
16597              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
16598      Branch: perl
16599            ! hints/freebsd.sh
16600 ____________________________________________________________________________
16601 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
16602         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
16603              From: Tim Bunce <Tim.Bunce@pobox.com>
16604              Date: Thu, 21 Mar 2002 21:18:05 +0000
16605              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
16606      Branch: perl
16607            ! ext/Storable/Storable.xs
16608 ____________________________________________________________________________
16609 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
16610         Log: Reword the Apache^Wmod_perl bit so that Sarathy
16611              can sleep easier :-)
16612      Branch: perl
16613            ! pod/perldelta.pod
16614 ____________________________________________________________________________
16615 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
16616         Log: It seems that the strange failure (core dump) of
16617              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
16618              (1) using Sun's cc helps
16619              (2) rewriting the ithreads PM_SETRE() to do the
16620              setting in two steps helps
16621              (3) no other platforms have the crash
16622              (4) Tru64's Third Degree sees nothing evil
16623              So we implement (2).
16624      Branch: perl
16625            ! op.h
16626 ____________________________________________________________________________
16627 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
16628         Log: Solaris: default to the SUNwspro cc if it is available.
16629      Branch: perl
16630            ! hints/solaris_2.sh
16631 ____________________________________________________________________________
16632 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
16633         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
16634              does not get fixed in time.
16635      Branch: perl
16636            ! pod/perldelta.pod
16637 ____________________________________________________________________________
16638 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
16639         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
16640              From: Dave Mitchell <davem@fdgroup.com>
16641              Date: Thu, 21 Mar 2002 17:24:40 +0000
16642              Message-ID: <20020321172440.C13683@fdgroup.com>
16643      Branch: perl
16644            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
16645            ! pod/perlapi.pod proto.h sv.h toke.c
16646 ____________________________________________________________________________
16647 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
16648         Log: One more proto escapee.
16649      Branch: perl
16650            ! hints/linux.sh
16651 ____________________________________________________________________________
16652 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
16653         Log: metaconfig unit change for #15394.
16654      Branch: metaconfig/U/perl
16655            ! Checkcc.U
16656 ____________________________________________________________________________
16657 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
16658         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
16659              From: Robin Barker <rmb1@cise.npl.co.uk>
16660              Date: Thu, 21 Mar 2002 17:35:00 GMT
16661              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
16662      Branch: perl
16663            ! Configure
16664 ____________________________________________________________________________
16665 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
16666         Log: Subject: Re: [tests for Pod::Html]
16667              From: Stas Bekman <stas@stason.org>
16668              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
16669              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
16670      Branch: perl
16671            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16672            - t/pod2html/README
16673            ! MANIFEST lib/Pod/t/pod2html-lib.pl
16674 ____________________________________________________________________________
16675 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
16676         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
16677              From: Stas Bekman <stas@stason.org>
16678              Date: Thu, 21 Mar 2002 18:50:56 +0800
16679              Message-ID: <3C99BB10.50004@stason.org>
16680      Branch: perl
16681            ! ext/Cwd/Cwd.xs
16682 ____________________________________________________________________________
16683 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
16684         Log: Upgrade to Encode 0.95, from Dan Kogai.
16685      Branch: perl
16686            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
16687            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
16688            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
16689            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
16690            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
16691            + ext/Encode/lib/Encode/Details.pod
16692            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16693            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16694            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16695            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
16696            ! ext/Encode/Makefile.PL
16697 ____________________________________________________________________________
16698 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
16699         Log: Mention the new syslog try-harder feature.
16700      Branch: perl
16701            ! pod/perldelta.pod
16702 ____________________________________________________________________________
16703 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
16704         Log: metaconfig unit changes for #15388.
16705      Branch: metaconfig
16706            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16707            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16708            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16709            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16710            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16711            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16712            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16713            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16714            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16715            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16716            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16717            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16718            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16719            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16720            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16721            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16722            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16723            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16724            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16725            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16726            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16727            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16728            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16729            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16730 ____________________________________________________________________________
16731 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
16732         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
16733              From: Spider Boardman <spider@web.zk3.dec.com>
16734              Date: Thu, 21 Mar 2002 09:23:45 -0500
16735              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
16736      Branch: perl
16737            ! Configure hints/hpux.sh reentr.pl
16738 ____________________________________________________________________________
16739 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
16740         Log: NetWare diff from C Aditya.
16741      Branch: perl
16742            ! perl.h
16743 ____________________________________________________________________________
16744 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
16745         Log: The htmlview test doesn't work yet.
16746      Branch: perl
16747            + t/pod2html/README
16748            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16749            ! MANIFEST
16750 ____________________________________________________________________________
16751 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
16752         Log: Placeholder.
16753      Branch: perl
16754            ! MANIFEST
16755 ____________________________________________________________________________
16756 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
16757         Log: Integrate perlio:
16758              
16759              [ 15381]
16760              Restore tabs so dmake will parse file!
16761      Branch: perl
16762           !> win32/makefile.mk
16763 ____________________________________________________________________________
16764 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
16765         Log: Subject: [tests for Pod::Html]
16766              From: Stas Bekman <stas@stason.org>
16767              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
16768              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
16769      Branch: perl
16770            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
16771            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16772            + lib/Pod/t/pod2html-lib.pl
16773            ! MANIFEST
16774 ____________________________________________________________________________
16775 [ 15382] By: nick                                  on 2002/03/21  07:21:57
16776         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
16777      Branch: perlio
16778           +> ext/Encode/AUTHORS ext/Encode/Changes
16779           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16780           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16781           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16782           +> ext/I18N/Langinfo/fallback/const-c.inc
16783           +> ext/I18N/Langinfo/fallback/const-xs.inc
16784           +> lib/ExtUtils/t/Constant.t
16785            - ext/Encode/Encode/euc-jp-0212.enc
16786            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
16787            - ext/Encode/t/table.euc ext/Encode/t/table.ref
16788            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
16789           !> (integrate 105 files)
16790 ____________________________________________________________________________
16791 [ 15381] By: nick                                  on 2002/03/21  06:59:57
16792         Log: Restore tabs so dmake will parse file!
16793      Branch: perlio
16794            ! win32/makefile.mk
16795 ____________________________________________________________________________
16796 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
16797         Log: Upgrade to Unicode::Normalize 0.16.
16798      Branch: perl
16799            ! ext/Unicode/Normalize/Changes
16800            ! ext/Unicode/Normalize/Normalize.pm
16801 ____________________________________________________________________________
16802 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
16803         Log: Schwern's wallet is a bit more loose.
16804      Branch: perl
16805            ! t/lib/1_compile.t
16806 ____________________________________________________________________________
16807 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
16808         Log: Subject: [PATCH]
16809              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16810              Date: Wed, 20 Mar 2002 22:56:17 -0000
16811              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
16812              
16813              packWARN also for subdirs.
16814      Branch: perl
16815            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
16816            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
16817            ! win32/win32.c
16818 ____________________________________________________________________________
16819 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
16820         Log: A plan is better.
16821      Branch: perl
16822            ! ext/Encode/t/CJKalias.t
16823 ____________________________________________________________________________
16824 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
16825         Log: Upgrade to Encode 0.94, from Dan Kogai.
16826      Branch: perl
16827            + ext/Encode/lib/Encode/Description.pod
16828            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16829            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
16830            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16831            ! ext/Encode/lib/Encode/Encoding.pm
16832            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16833            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16834            ! ext/Encode/t/CJKalias.t
16835 ____________________________________________________________________________
16836 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
16837         Log: Rats' nest.
16838      Branch: perl
16839            ! hints/solaris_2.sh
16840 ____________________________________________________________________________
16841 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
16842         Log: Rrright.
16843      Branch: perl
16844            ! pod/perlguts.pod
16845 ____________________________________________________________________________
16846 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
16847         Log: Update Changes.
16848      Branch: perl
16849            ! Changes patchlevel.h
16850 ____________________________________________________________________________
16851 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
16852         Log: Reapply #15336.
16853      Branch: perl
16854            ! ext/Encode/lib/Encode/Tcl.pm
16855 ____________________________________________________________________________
16856 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
16857         Log: Upgrade to Encode 0.93, from Dan Kogai.
16858      Branch: perl
16859            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
16860            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16861            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
16862            ! ext/Encode/README ext/Encode/TW/TW.pm
16863            ! ext/Encode/lib/Encode/CN/HZ.pm
16864            ! ext/Encode/lib/Encode/Encoding.pm
16865            ! ext/Encode/lib/Encode/Internal.pm
16866            ! ext/Encode/lib/Encode/JP/Constants.pm
16867            ! ext/Encode/lib/Encode/JP/H2Z.pm
16868            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16869            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16870            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16871            ! ext/Encode/lib/Encode/Tcl/Table.pm
16872            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16873            ! ext/Encode/lib/Encode/iso10646_1.pm
16874            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16875            ! ext/Encode/t/JP.t
16876 ____________________________________________________________________________
16877 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
16878         Log: Subject: patch for syslog
16879              From: <Nick.Williams@morganstanley.com>
16880              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
16881              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
16882      Branch: perl
16883            ! ext/Sys/Syslog/Syslog.pm
16884 ____________________________________________________________________________
16885 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
16886         Log: Some failure updates.
16887      Branch: perl
16888            ! pod/perldelta.pod
16889 ____________________________________________________________________________
16890 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
16891         Log: Getopt::Long 2.29 from Johan Vromans.
16892      Branch: perl
16893            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
16894 ____________________________________________________________________________
16895 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
16896         Log: Rename ExtUtils.t to Constant.t, as suggested by
16897              Nicholas Clark.
16898      Branch: perl
16899            + lib/ExtUtils/t/Constant.t
16900            - lib/ExtUtils/t/ExtUtils.t
16901            ! MANIFEST
16902 ____________________________________________________________________________
16903 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
16904         Log: Subject: [PATCH] TODO - Make Schwern Poorer
16905              From: Nicholas Clark <nick@unfortu.net>
16906              Date: Tue, 19 Mar 2002 22:50:28 +0000
16907              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
16908      Branch: perl
16909            ! t/lib/1_compile.t
16910 ____________________________________________________________________________
16911 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
16912         Log: Subject: Re: The story of O [PATCH]
16913              From: Richard.Foley@t-online.de (Richard Foley)
16914              Date: Sun, 17 Mar 2002 08:37:26 +0100
16915              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
16916      Branch: perl
16917            ! lib/perl5db.pl
16918 ____________________________________________________________________________
16919 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
16920         Log: Mention the external modules Encode::HanExtra and
16921              PadWalker.
16922      Branch: perl
16923            ! pod/perldelta.pod
16924 ____________________________________________________________________________
16925 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
16926         Log: Subject: [PATCH] List lexicals from debugger
16927              From: Peter Scott <Peter@PSDT.com>
16928              Date: Tue, 19 Mar 2002 12:28:52 -0800
16929              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
16930      Branch: perl
16931            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
16932 ____________________________________________________________________________
16933 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
16934         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
16935              and :encoding(xxx) was errorneously parsed.
16936      Branch: perl
16937            ! lib/open.pm
16938 ____________________________________________________________________________
16939 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
16940         Log: Subject: [PATCH bleadperl] exec.t tweak
16941              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16942              Date: Wed, 20 Mar 2002 01:21:40 +0100
16943              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
16944              
16945              4NT returns 2 as error-code for nonexistant file.
16946      Branch: perl
16947            ! t/op/exec.t
16948 ____________________________________________________________________________
16949 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
16950         Log: minor Tie::File test patch to make win32 happier, from mjd.
16951      Branch: perl
16952            ! lib/Tie/File/t/30_defer.t
16953 ____________________________________________________________________________
16954 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
16955         Log: Subject: [PATCH bleadperl] magic.t tweak
16956              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16957              Date: Wed, 20 Mar 2002 00:39:16 +0100
16958              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
16959      Branch: perl
16960            ! t/op/magic.t
16961 ____________________________________________________________________________
16962 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
16963         Log: Typo fix from Andreas Koenig, plus a tweak.
16964      Branch: perl
16965            ! pod/perlunicode.pod
16966 ____________________________________________________________________________
16967 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
16968         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
16969              in Mandrake 8.2.  Now we need to figure out a way not to
16970              unbreak Apache.
16971      Branch: perl
16972            ! hints/linux.sh
16973 ____________________________________________________________________________
16974 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
16975         Log: Fix for "UTF-8 bug with s///" from Hugo.
16976      Branch: perl
16977            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
16978            ! t/op/pat.t
16979 ____________________________________________________________________________
16980 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
16981         Log: metaconfig unit change for #15354.
16982      Branch: metaconfig
16983            ! U/threads/usethreads.U
16984 ____________________________________________________________________________
16985 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
16986         Log: Installation updates on threads and perlio.
16987      Branch: perl
16988            ! Configure INSTALL
16989 ____________________________________________________________________________
16990 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
16991         Log: Tpo.
16992      Branch: perl
16993            ! pod/perlfaq6.pod
16994 ____________________________________________________________________________
16995 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
16996         Log: Regen modlib and toc.
16997      Branch: perl
16998            ! pod/perlmodlib.pod pod/perltoc.pod
16999 ____________________________________________________________________________
17000 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
17001         Log: Whitespace tweaks.
17002      Branch: perl
17003            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
17004            ! pod/perltodo.pod pod/perlunicode.pod
17005 ____________________________________________________________________________
17006 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
17007         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
17008              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
17009              (And as suggested by Markus Kuhn.)
17010              
17011              While we are at it, document also the case of
17012              mixed hash keys as a known potential troublemaker.
17013              (Since it's locale-related, sometimes.)
17014      Branch: perl
17015            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
17016            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
17017            ! pod/perluniintro.pod
17018 ____________________________________________________________________________
17019 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
17020         Log: Surely a typo.
17021      Branch: perl
17022            ! gv.c
17023 ____________________________________________________________________________
17024 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
17025         Log: Take two.
17026      Branch: perl
17027            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
17028            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
17029 ____________________________________________________________________________
17030 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
17031         Log: Let's try this from scratch.
17032      Branch: perl
17033            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
17034            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
17035 ____________________________________________________________________________
17036 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
17037         Log: I could do this all day...
17038      Branch: perl
17039            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
17040            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
17041 ____________________________________________________________________________
17042 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
17043         Log: Grrr.
17044      Branch: perl
17045            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
17046            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
17047 ____________________________________________________________________________
17048 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
17049         Log: Subject: Re: Nearly OK for cygwin@15318
17050              From: John Peacock <jpeacock@rowman.com>
17051              Date: Tue, 19 Mar 2002 15:58:08 -0500
17052              Message-ID: <3C97A660.3060302@rowman.com>
17053      Branch: perl
17054            ! pod/perlport.pod
17055 ____________________________________________________________________________
17056 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
17057         Log: Subject: Re: Nearly OK for cygwin@15318
17058              From: <slaven.rezic@berlin.de>
17059              Date: Tue, 19 Mar 2002 21:47:49 +0100
17060              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
17061              
17062              Subject: Re: Nearly OK for cygwin@15318
17063              From: <slaven.rezic@berlin.de>
17064              Date: Tue, 19 Mar 2002 21:37:18 +0100
17065              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
17066      Branch: perl
17067            ! pod/perlport.pod t/io/fs.t
17068 ____________________________________________________________________________
17069 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
17070         Log: D'oh.
17071      Branch: perl
17072            + ext/I18N/Langinfo/fallback/const-c.inc
17073            + ext/I18N/Langinfo/fallback/const-xs.inc
17074 ____________________________________________________________________________
17075 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
17076         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
17077              From: Nicholas Clark <nick@unfortu.net>
17078              Date: Tue, 19 Mar 2002 22:37:08 +0000
17079              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
17080              
17081              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
17082              From: Nicholas Clark <nick@ccl4.org>
17083              Date: Tue, 19 Mar 2002 22:39:55 +0000
17084              Message-ID: <20020319223954.G94831@plum.flirble.org>
17085      Branch: perl
17086            - ext/I18N/Langinfo/fallback.xs
17087            ! MANIFEST
17088 ____________________________________________________________________________
17089 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
17090         Log: Text, not binary.
17091      Branch: perl
17092            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
17093            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
17094 ____________________________________________________________________________
17095 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
17096         Log: Subject: Re: perl@15244
17097              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17098              Date: Mon, 18 Mar 2002 17:37:31 +0100
17099              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
17100              
17101              (Goedendag: Dutch whitespace police)
17102      Branch: perl
17103            ! hints/hpux.sh
17104 ____________________________________________________________________________
17105 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
17106         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
17107              From: Nicholas Clark <nick@unfortu.net>
17108              Date: Tue, 19 Mar 2002 21:52:47 +0000
17109              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
17110      Branch: perl
17111            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
17112            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
17113            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
17114            ! ext/Sys/Syslog/Makefile.PL
17115 ____________________________________________________________________________
17116 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
17117         Log: More pathname portability checks.
17118      Branch: perl
17119            ! Porting/check83.pl
17120 ____________________________________________________________________________
17121 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
17122         Log: Begone, Encode::Tcl::Extended.
17123      Branch: perl
17124            ! ext/Encode/lib/Encode/Tcl.pm
17125 ____________________________________________________________________________
17126 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
17127         Log: This is like trying to put the shaving cream
17128              back to the can...
17129      Branch: perl
17130            ! hints/linux.sh
17131 ____________________________________________________________________________
17132 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
17133         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
17134              types of usleep().  Fun, fun. fun.
17135      Branch: perl
17136            ! hints/linux.sh
17137 ____________________________________________________________________________
17138 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
17139         Log: Sarathy's new suggestion for Linux threading flags.
17140      Branch: perl
17141            ! hints/linux.sh
17142 ____________________________________________________________________________
17143 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
17144         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
17145      Branch: perl
17146            - ext/Encode/Encode/euc-jp-0212.ucm
17147            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
17148            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
17149 ____________________________________________________________________________
17150 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
17151         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
17152              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17153              Date: Tue, 19 Mar 2002 00:42:22 +0100
17154              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
17155      Branch: perl
17156            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
17157 ____________________________________________________________________________
17158 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
17159         Log: "+" is not a valid filename character in VMS.
17160      Branch: perl
17161            + ext/Encode/Encode/euc-jp-0212.ucm
17162            - ext/Encode/Encode/euc-jp+0212.ucm
17163            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
17164 ____________________________________________________________________________
17165 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
17166         Log: Update Changes.
17167      Branch: perl
17168            ! Changes patchlevel.h
17169 ____________________________________________________________________________
17170 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
17171         Log: Take away _GNU_SOURCE since that does not seem
17172              to play well with other software (like Apache),
17173              just hint away the WHOAs.
17174      Branch: perl
17175            ! hints/linux.sh
17176 ____________________________________________________________________________
17177 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
17178         Log: metaconfig unit change for #15326.
17179      Branch: metaconfig
17180            ! U/threads/d_crypt_r.U
17181 ____________________________________________________________________________
17182 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
17183         Log: Support crypt_r(const char*,const char*, CRYPTD*).
17184      Branch: perl
17185            ! Configure reentr.h reentr.pl
17186 ____________________________________________________________________________
17187 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
17188         Log: VMS acrobatics from Peter Prymmer.
17189      Branch: perl
17190            ! lib/ExtUtils/t/ExtUtils.t
17191 ____________________________________________________________________________
17192 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
17193         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
17194              From: Stas Bekman <stas@stason.org>
17195              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
17196              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
17197      Branch: perl
17198            ! lib/Pod/Html.pm
17199 ____________________________________________________________________________
17200 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
17201         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
17202              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17203              Date: Tue, 19 Mar 2002 10:49:27 +0100
17204              Message-ID: <20020319104927.C705@rafael>   
17205      Branch: perl
17206            ! ext/B/t/xref.t
17207 ____________________________________________________________________________
17208 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
17209         Log: Integrate perlio:
17210              
17211              [ 15314]
17212              Move docs for Encode::valid_utf8 (which does not exist)
17213              to be docs for utf8::valid() (which does).
17214      Branch: perl
17215           !> ext/Encode/Encode.pm lib/utf8.pm
17216 ____________________________________________________________________________
17217 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
17218         Log: Remove Encode::Tcl::Extended, suggested by
17219              SADAHIRO Tomoyuki.
17220      Branch: perl
17221            - ext/Encode/Encode/euc-jp-0212.enc
17222            - ext/Encode/lib/Encode/Tcl/Extended.pm
17223            ! MANIFEST ext/Encode/MANIFEST
17224            ! ext/Encode/lib/Encode/Tcl/Escape.pm
17225            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
17226 ____________________________________________________________________________
17227 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
17228         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
17229      Branch: perl
17230            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
17231            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
17232            + ext/Encode/t/jisx0212.ref
17233            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
17234            - ext/Encode/t/table.ref
17235            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
17236            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
17237            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
17238            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
17239            ! ext/Encode/lib/Encode/CN/HZ.pm
17240            ! ext/Encode/lib/Encode/Encoding.pm
17241            ! ext/Encode/lib/Encode/Internal.pm
17242            ! ext/Encode/lib/Encode/JP/Constants.pm
17243            ! ext/Encode/lib/Encode/JP/H2Z.pm
17244            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17245            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
17246            ! ext/Encode/lib/Encode/Tcl/Escape.pm
17247            ! ext/Encode/lib/Encode/Tcl/Extended.pm
17248            ! ext/Encode/lib/Encode/Tcl/Table.pm
17249            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
17250            ! ext/Encode/lib/Encode/iso10646_1.pm
17251            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
17252            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
17253            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
17254 ____________________________________________________________________________
17255 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
17256         Log: constness+signedness nit.
17257      Branch: perl
17258            ! ext/Unicode/Normalize/Normalize.xs
17259 ____________________________________________________________________________
17260 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
17261         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
17262      Branch: perl
17263            ! ext/Unicode/Normalize/Changes
17264            ! ext/Unicode/Normalize/Normalize.pm
17265            ! ext/Unicode/Normalize/Normalize.xs
17266            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
17267            ! ext/Unicode/Normalize/t/func.t
17268 ____________________________________________________________________________
17269 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
17270         Log: Split the ebcdic details to perlebcdic.
17271      Branch: perl
17272            ! pod/perlebcdic.pod pod/perluniintro.pod
17273 ____________________________________________________________________________
17274 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
17275         Log: Be explicit.
17276      Branch: perl
17277            ! pod/perluniintro.pod
17278 ____________________________________________________________________________
17279 [ 15315] By: nick                                  on 2002/03/19  09:24:18
17280         Log: Integrate mainline
17281      Branch: perlio
17282           +> ext/List/Util/t/openhan.t
17283           !> (integrate 53 files)
17284 ____________________________________________________________________________
17285 [ 15314] By: nick                                  on 2002/03/19  07:39:07
17286         Log: Move docs for Encode::valid_utf8 (which does not exist)
17287              to be docs for utf8::valid() (which does).
17288      Branch: perlio
17289            ! ext/Encode/Encode.pm lib/utf8.pm
17290 ____________________________________________________________________________
17291 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
17292         Log: Update the Unicode vs EBCDIC situation.
17293      Branch: perl
17294            ! pod/perlebcdic.pod pod/perluniintro.pod
17295 ____________________________________________________________________________
17296 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
17297         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
17298              From: Robert Spier <rspier@pobox.com>
17299              Date: Mon, 18 Mar 2002 19:22:55 -0800
17300              Message-ID: <15510.44815.383439.823671@rls.cx>
17301      Branch: perl
17302            ! ext/threads/t/end.t
17303 ____________________________________________________________________________
17304 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
17305         Log: UTF-8 walk errors that become visible in EBCDIC.
17306      Branch: perl
17307            ! regexec.c
17308 ____________________________________________________________________________
17309 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
17310         Log: s/regcinclasslen/reginclass/ and remove the old
17311              reginclass since nothing is using it.
17312      Branch: perl
17313            ! embed.fnc embed.h proto.h regexec.c
17314 ____________________________________________________________________________
17315 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
17316         Log: Close the file so it can be (a) removed (b) reopened.
17317      Branch: perl
17318            ! ext/B/t/xref.t
17319 ____________________________________________________________________________
17320 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
17321         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
17322              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17323              Date: Mon, 18 Mar 2002 23:14:31 +0100
17324              Message-ID: <20020318231431.A699@rafael>
17325      Branch: perl
17326            ! ext/B/B.xs utf8.c
17327 ____________________________________________________________________________
17328 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
17329         Log: Failed patch hunk reapplied.
17330      Branch: perl
17331            ! lib/Tie/File/t/32_defer_misc.t
17332 ____________________________________________________________________________
17333 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
17334         Log: For DEBUGGING threaded builds.
17335      Branch: perl
17336            ! sv.c
17337 ____________________________________________________________________________
17338 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
17339         Log: AUTHORS update.
17340      Branch: perl
17341            ! AUTHORS
17342 ____________________________________________________________________________
17343 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
17344         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
17345              (Fix from Craig Berry)
17346      Branch: perl
17347            ! pp_sys.c
17348 ____________________________________________________________________________
17349 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
17350         Log: Subject: [PATCH] configure.com home-grown kill() check
17351              From: "Craig A. Berry" <craigberry@mac.com>
17352              Date: Mon, 18 Mar 2002 13:52:59 -0600
17353              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
17354      Branch: perl
17355            ! configure.com
17356 ____________________________________________________________________________
17357 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
17358         Log: Upgrade to Tie::File 0.50.
17359      Branch: perl
17360            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
17361            ! lib/Tie/File/t/32_defer_misc.t
17362 ____________________________________________________________________________
17363 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
17364         Log: AUTHORS updates.
17365      Branch: perl
17366            ! AUTHORS
17367 ____________________________________________________________________________
17368 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
17369         Log: Update Changes.
17370      Branch: perl
17371            ! Changes patchlevel.h
17372 ____________________________________________________________________________
17373 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
17374         Log: OS/390 update.
17375      Branch: perl
17376            ! pod/perldelta.pod
17377 ____________________________________________________________________________
17378 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
17379         Log: Forgot from #15288.
17380      Branch: perl
17381            ! ext/B/B.xs
17382 ____________________________________________________________________________
17383 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
17384         Log: Make regex DEBUGGING faster.
17385      Branch: perl
17386            ! perl.c perl.h regexec.c
17387 ____________________________________________________________________________
17388 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
17389         Log: Undo accidental perl.h part of #15295 (wait for #15297)
17390      Branch: perl
17391            ! perl.h
17392 ____________________________________________________________________________
17393 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
17394         Log: Subject: prefix slip
17395              From: andreas.koenig@anima.de (Andreas J. Koenig)
17396              Date: Mon, 18 Mar 2002 16:24:46 +0100
17397              Message-ID: <m3y9gp3nlt.fsf@anima.de>
17398              
17399              (perl.h part accidental, undone by #15296)
17400      Branch: perl
17401            ! INSTALL perl.h
17402 ____________________________________________________________________________
17403 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
17404         Log: Be tidy.
17405      Branch: perl
17406            ! ext/B/t/xref.t
17407 ____________________________________________________________________________
17408 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
17409         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
17410              From: Spider Boardman <spider@web.zk3.dec.com>
17411              Date: Mon, 18 Mar 2002 10:09:50 -0500
17412              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
17413      Branch: perl
17414            ! README.tru64 hints/dec_osf.sh
17415 ____________________________________________________________________________
17416 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
17417         Log: NetWare tweaks from C Aditya <caditya@novell.com>
17418      Branch: perl
17419            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
17420 ____________________________________________________________________________
17421 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
17422         Log: metaconfig unit change for #15290.
17423      Branch: metaconfig/U/perl
17424            ! perlxv.U
17425 ____________________________________________________________________________
17426 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
17427         Log: Subject: d_nv_preserves_uv_bits
17428              From: Nicholas Clark <nick@unfortu.net>
17429              Date: Thu, 14 Mar 2002 22:24:19 +0000
17430              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
17431      Branch: perl
17432            ! Configure Porting/Glossary Porting/config.sh config_h.SH
17433            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
17434            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17435            ! win32/config.bc win32/config.gc win32/config.vc
17436            ! win32/config.win64
17437 ____________________________________________________________________________
17438 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
17439         Log: Subject: Re: perl@15244
17440              From: Spider Boardman <spider@web.zk3.dec.com>
17441              Date: Mon, 18 Mar 2002 09:38:55 -0500
17442              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
17443              
17444              (IA64 work.)
17445      Branch: perl
17446            ! hints/hpux.sh perl.h
17447 ____________________________________________________________________________
17448 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
17449         Log: Subject: [PATCH B] B::perlstring()
17450              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17451              Date: Sun, 17 Mar 2002 23:06:12 +0100
17452              Message-ID: <20020317230612.A24442@rafael>
17453      Branch: perl
17454            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
17455 ____________________________________________________________________________
17456 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
17457         Log: Subject: [PATCH] another pack "w" thing
17458              From: Nicholas Clark <nick@unfortu.net>
17459              Date: Sat, 16 Mar 2002 21:52:15 +0000
17460              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
17461      Branch: perl
17462            ! pp_pack.c t/op/pack.t
17463 ____________________________________________________________________________
17464 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
17465         Log: More prototypes blindness in Solaris.
17466              (TODO: readdir64_r really needs to be seen.)
17467      Branch: perl
17468            ! hints/solaris_2.sh
17469 ____________________________________________________________________________
17470 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
17471         Log: Integrate perlio:
17472              
17473              [ 15282]
17474              Tidy the "does not map" message for non-characters
17475              (e.g. iso-8859-3 "\xA5").
17476      Branch: perl
17477           !> ext/Encode/Encode.xs
17478 ____________________________________________________________________________
17479 [ 15284] By: nick                                  on 2002/03/18  11:00:31
17480         Log: Integrate mainline
17481      Branch: perlio
17482           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
17483           +> lib/Tie/File/t/32_defer_misc.t
17484           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
17485           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
17486           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
17487           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
17488           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
17489           !> reentr.pl regexec.c t/op/pat.t util.c
17490 ____________________________________________________________________________
17491 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
17492         Log: Sync with Scalar-List-Utils-1.07
17493      Branch: perl
17494            + ext/List/Util/t/openhan.t
17495            ! MANIFEST ext/List/Util/ChangeLog
17496            ! ext/List/Util/lib/List/Util.pm
17497            ! ext/List/Util/lib/Scalar/Util.pm
17498 ____________________________________________________________________________
17499 [ 15282] By: nick                                  on 2002/03/18  08:11:28
17500         Log: Tidy the "does not map" message for non-characters
17501              (e.g. iso-8859-3 "\xA5").
17502      Branch: perlio
17503            ! ext/Encode/Encode.xs
17504 ____________________________________________________________________________
17505 [ 15281] By: ams                                   on 2002/03/18  04:44:37
17506         Log: URL fix from MJD.
17507      Branch: perl
17508            ! pod/perlfaq3.pod
17509 ____________________________________________________________________________
17510 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
17511         Log: More prototype calming (really should fix the Configure
17512              protochk, but not at this point in time).
17513      Branch: perl
17514            ! hints/solaris_2.sh
17515 ____________________________________________________________________________
17516 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
17517         Log: return at the wrong side of #endif.
17518      Branch: perl
17519            ! util.c
17520 ____________________________________________________________________________
17521 [ 15278] By: ams                                   on 2002/03/17  23:45:31
17522         Log: Typo fix from Stas Bekman.
17523      Branch: perl
17524            ! pod/perlhack.pod
17525 ____________________________________________________________________________
17526 [ 15277] By: ams                                   on 2002/03/17  23:41:35
17527         Log: Upgrade to Tie::File 0.21.
17528      Branch: perl
17529            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
17530            + lib/Tie/File/t/32_defer_misc.t
17531            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
17532            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
17533            ! lib/Tie/File/t/22_autochomp.t
17534 ____________________________________________________________________________
17535 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
17536         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
17537              character classes use inlined macros instead of the full
17538              function call.
17539      Branch: perl
17540            ! regexec.c
17541 ____________________________________________________________________________
17542 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
17543         Log: Integrate perlio:
17544              
17545              [ 15274]
17546              Other :encoding oddities
17547              - we should really pop while we can still make method calls
17548              in case DESTROY does something.
17549              - Provide a no-op DESTROY
17550              - Use SvPV_only() rather than just SvPV_on()
17551              
17552              [ 15273]
17553              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
17554      Branch: perl
17555           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17556           !> ext/Encode/lib/Encode/Encoding.pm sv.c
17557 ____________________________________________________________________________
17558 [ 15274] By: nick                                  on 2002/03/17  20:00:12
17559         Log: Other :encoding oddities
17560              - we should really pop while we can still make method calls
17561              in case DESTROY does something.
17562              - Provide a no-op DESTROY
17563              - Use SvPV_only() rather than just SvPV_on()
17564      Branch: perlio
17565            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17566            ! ext/Encode/lib/Encode/Encoding.pm
17567 ____________________________________________________________________________
17568 [ 15273] By: nick                                  on 2002/03/17  19:53:24
17569         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
17570      Branch: perlio
17571            ! sv.c
17572 ____________________________________________________________________________
17573 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
17574         Log: Implement the retry-on-ERANGE for the get*_r().
17575              The buffer will keep doubling until 64k.
17576      Branch: perl
17577            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
17578            ! reentr.h reentr.pl
17579 ____________________________________________________________________________
17580 [ 15271] By: nick                                  on 2002/03/17  17:38:44
17581         Log: Integrate mainline
17582      Branch: perlio
17583           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
17584           +> t/op/pow.t
17585           !> (integrate 28 files)
17586 ____________________________________________________________________________
17587 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
17588         Log: Subject: UTF-8 bug (maybe alreayd known?)
17589              From: andreas.koenig@anima.de (Andreas J. Koenig)
17590              Date: Fri, 08 Mar 2002 16:36:01 +0100
17591              Message-ID: <m3n0xjul5q.fsf@anima.de>
17592      Branch: perl
17593            ! pp_hot.c t/op/pat.t
17594 ____________________________________________________________________________
17595 [ 15269] By: nick                                  on 2002/03/17  09:12:39
17596         Log: Integarate mainline
17597      Branch: perlio
17598           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
17599           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
17600           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
17601           !> (integrate 69 files)
17602 ____________________________________________________________________________
17603 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
17604         Log: Subject: SEGV in s/// and UTF-8
17605              From: andreas.koenig@anima.de (Andreas J. Koenig)
17606              Date: Tue, 12 Mar 2002 00:40:09 +0100
17607              Message-ID: <m3r8mqad2e.fsf@anima.de>
17608      Branch: perl
17609            ! regexec.c t/op/pat.t
17610 ____________________________________________________________________________
17611 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
17612         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
17613              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
17614              which assume that 2**someinteger is accurate.
17615      Branch: perl
17616            + t/op/pow.t
17617            ! MANIFEST pp.c t/test.pl
17618 ____________________________________________________________________________
17619 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
17620         Log: _r-ify config.win64, too.
17621      Branch: perl
17622            ! win32/config.win64
17623 ____________________________________________________________________________
17624 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
17625         Log: Better place to initialize (IRIX cc noticed that
17626              the many "goto defchars" bypass the initialization)
17627      Branch: perl
17628            ! regcomp.c
17629 ____________________________________________________________________________
17630 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
17631         Log: If not building threaded, never mind the threaded prototypes.
17632      Branch: perl
17633            ! Configure reentr.pl
17634 ____________________________________________________________________________
17635 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
17636         Log: metaconfig: If not using threads, not point probing for the
17637              prototypes (since they might be hidden behind many defines
17638              we won't have if not building threaded)
17639      Branch: metaconfig
17640            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17641            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17642            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17643            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17644            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17645            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17646            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17647            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17648            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17649            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17650            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17651            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17652            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17653            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17654            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17655            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17656            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17657            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17658            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17659            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17660            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17661            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17662            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17663            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17664 ____________________________________________________________________________
17665 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
17666         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
17667      Branch: perl
17668            ! hints/freebsd.sh
17669 ____________________________________________________________________________
17670 [ 15261] By: ams                                   on 2002/03/16  18:14:04
17671         Log: Upgrade to Tie::File 0.20.
17672      Branch: perl
17673            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
17674            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
17675            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
17676            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
17677            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
17678            ! lib/Tie/File/t/11_rv_splice_rs.t
17679            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
17680            ! lib/Tie/File/t/16_handle.t
17681 ____________________________________________________________________________
17682 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
17683         Log: There seems to be a trend for the *time_r to be hidden.
17684      Branch: perl
17685            ! hints/irix_6.sh
17686 ____________________________________________________________________________
17687 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
17688         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
17689              From: Stas Bekman <stas@stason.org>
17690              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
17691              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
17692      Branch: perl
17693            ! lib/Pod/Html.pm
17694 ____________________________________________________________________________
17695 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
17696         Log: Subject: [PATCH] Re: dumpvar.pl bug
17697              From: Peter Scott <Peter@PSDT.com>
17698              Date: Fri, 15 Mar 2002 18:19:21 -0800
17699              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
17700      Branch: perl
17701            ! lib/dumpvar.pl lib/perl5db.pl
17702 ____________________________________________________________________________
17703 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
17704         Log: More paranoid _r protochecking.  At least Tru64 and
17705              Linux need additional hinting help to believe that
17706              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
17707              to see what goes bang.
17708      Branch: perl
17709            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
17710            ! reentr.pl
17711 ____________________________________________________________________________
17712 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
17713         Log: metaconfig: more paranoid _r protochecking.
17714      Branch: metaconfig
17715            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17716            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17717            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17718            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17719            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17720            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17721            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17722            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17723            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17724            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17725            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17726            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17727            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17728            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17729            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17730            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17731            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17732            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17733            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17734            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17735            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17736            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17737            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17738            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17739 ____________________________________________________________________________
17740 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
17741         Log: HP-UX gcc 3 warnings found by Sarathy.
17742      Branch: perl
17743            ! regcomp.c sv.c
17744 ____________________________________________________________________________
17745 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
17746         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
17747              From: Slaven Rezic <slaven.rezic@berlin.de>
17748              Date: 16 Mar 2002 15:29:18 +0100
17749              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
17750      Branch: perl
17751            ! pod/perldelta.pod
17752 ____________________________________________________________________________
17753 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
17754         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
17755      Branch: perl
17756            ! Porting/findrfuncs reentr.h reentr.pl
17757 ____________________________________________________________________________
17758 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
17759         Log: UIN32_MAX with borken under HP-UX+gcc
17760      Branch: perl
17761            ! handy.h
17762 ____________________________________________________________________________
17763 [ 15251] By: ams                                   on 2002/03/16  02:38:08
17764         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
17765              *::DESTROY() is deprecated
17766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17767              Date: Thu, 14 Mar 2002 18:39:22 -0500
17768              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
17769              
17770              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
17771              *::DESTROY() is deprecated
17772              From: Dave Mitchell <davem@fdgroup.com>
17773              Date: Fri, 15 Mar 2002 19:22:49 +0000
17774              Message-Id: <20020315192249.A22389@fdgroup.com>
17775      Branch: perl
17776            ! gv.c t/op/method.t
17777 ____________________________________________________________________________
17778 [ 15250] By: ams                                   on 2002/03/16  02:14:41
17779         Log: Plural nit.
17780      Branch: perl
17781            ! pod/perldelta.pod
17782 ____________________________________________________________________________
17783 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
17784         Log: Doesn't make sense to test for protos if the
17785              functions are not to be used (!= functions exist!)
17786              This might be the key (well, a key) to the HP-UX
17787              problems.
17788      Branch: perl
17789            ! reentr.h reentr.pl
17790 ____________________________________________________________________________
17791 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
17792         Log: Typo in #15247.
17793      Branch: perl
17794            ! hints/hpux.sh
17795 ____________________________________________________________________________
17796 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
17797         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
17798              in HP-UX (from H.Merijn Brand)
17799      Branch: perl
17800            ! hints/hpux.sh
17801 ____________________________________________________________________________
17802 [ 15246] By: ams                                   on 2002/03/15  17:53:23
17803         Log: Subject: minor corrections in perldelta.pod
17804              From: mjd@plover.com
17805              Date: 15 Mar 2002 18:48:42 -0000
17806              Message-Id: <20020315184842.13573.qmail@plover.com>
17807      Branch: perl
17808            ! pod/perldelta.pod
17809 ____________________________________________________________________________
17810 [ 15245] By: ams                                   on 2002/03/15  17:37:52
17811         Log: Upgrade to Tie::File 0.19.
17812      Branch: perl
17813            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
17814            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
17815            + lib/Tie/File/t/21_win32.t
17816            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
17817            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
17818            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
17819            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
17820            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
17821            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
17822            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
17823            ! lib/Tie/File/t/17_misc_meth.t
17824 ____________________________________________________________________________
17825 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
17826         Log: Update Changes.
17827      Branch: perl
17828            ! Changes patchlevel.h
17829 ____________________________________________________________________________
17830 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
17831         Log: Forgot from #15241.
17832      Branch: perl
17833            ! win32/config_sh.PL
17834 ____________________________________________________________________________
17835 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
17836         Log: Subject: patch pod/perltodo.pod
17837              From: mjd@plover.com
17838              Date: 15 Mar 2002 15:42:18 -0000
17839              Message-ID: <20020315154218.10163.qmail@plover.com>
17840              
17841              (With s/WANT/Want/)
17842      Branch: perl
17843            ! pod/perltodo.pod
17844 ____________________________________________________________________________
17845 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
17846         Log: Subject: [PATCH bleadperl] (revision 5 undef)
17847              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17848              Date: Fri, 15 Mar 2002 00:39:48 +0100
17849              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
17850      Branch: perl
17851            ! win32/config.bc win32/config.gc win32/config.vc
17852            ! win32/config.win64
17853 ____________________________________________________________________________
17854 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
17855         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
17856              From: Michael G Schwern <schwern@pobox.com>
17857              Date: Thu, 14 Mar 2002 16:39:29 -0500
17858              Message-ID: <20020314213929.GA2912@blackrider>
17859      Branch: perl
17860            ! lib/perl5db.pl
17861 ____________________________________________________________________________
17862 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
17863         Log: Integrate perlio:
17864              
17865              [ 15235]
17866              Add the binmode()s to make JP.t pass on Win32
17867      Branch: perl
17868           !> embed.fnc ext/Encode/t/JP.t
17869 ____________________________________________________________________________
17870 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
17871         Log: Monster _r patch: try to scan for all known _r variants,
17872              and then use them (under ithreads).  May fail in HP-UX,
17873              and the op/groups is known to be fickle everywhere.  Known
17874              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
17875              warnings in AIX since the first arguments of getnetbyaddr
17876              and getnetbyadd_r are of different types.  Thanks, IBM.)
17877              
17878              In non-Configure platforms deny the existence of any
17879              of the _r thingies.  (Also add the recently introduced
17880              d_tm_* to places it wasn't already in.)
17881              
17882              TODO: the suggested glibc buffer growth retry loop in case
17883              some entries (at least for: gr*, host*) are big.
17884              Forgot win32/config.win64.
17885      Branch: perl
17886            + reentr.c reentr.h reentr.pl
17887            ! Configure MANIFEST Makefile.SH NetWare/Makefile
17888            ! NetWare/config.wc Porting/Glossary Porting/config.sh
17889            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
17890            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
17891            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
17892            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
17893            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
17894            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
17895            ! win32/config.bc win32/config.gc win32/config.vc
17896            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
17897 ____________________________________________________________________________
17898 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
17899         Log: Be more explicit on when is the $! worth anything.
17900      Branch: perl
17901            ! pod/perlvar.pod
17902 ____________________________________________________________________________
17903 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
17904         Log: metaconfig: _r _r we go.
17905      Branch: metaconfig
17906            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17907            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17908            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17909            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17910            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17911            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17912            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17913            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17914            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17915            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17916            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17917            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17918            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17919            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17920            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17921            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17922            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17923            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17924            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17925            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17926            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17927            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17928            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17929            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17930 ____________________________________________________________________________
17931 [ 15235] By: nick                                  on 2002/03/15  07:31:54
17932         Log: Add the binmode()s to make JP.t pass on Win32
17933      Branch: perlio
17934            ! ext/Encode/t/JP.t
17935 ____________________________________________________________________________
17936 [ 15234] By: nick                                  on 2002/03/15  07:20:49
17937         Log: Integrate perlio:
17938              
17939              [ 15233]
17940              Mark JP.t's data files as binary
17941              
17942              [ 15011]
17943              Avoid $Id$ cleverness and just have a $VERSION.
17944      Branch: perl
17945           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
17946 ____________________________________________________________________________
17947 [ 15233] By: nick                                  on 2002/03/15  07:18:02
17948         Log: Mark JP.t's data files as binary
17949      Branch: perlio
17950            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
17951 ____________________________________________________________________________
17952 [ 15232] By: nick                                  on 2002/03/15  07:13:38
17953         Log: Integrate mainline
17954      Branch: perlio
17955           +> ext/B/t/xref.t
17956           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
17957           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
17958           !> perl.c t/op/arith.t
17959 ____________________________________________________________________________
17960 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
17961         Log: The section needs to be in the makedepend script
17962              (from Jan-Erik Karlsson).
17963      Branch: perl
17964            ! makedepend.SH
17965 ____________________________________________________________________________
17966 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
17967         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
17968              From: Nicholas Clark <nick@unfortu.net>
17969              Date: Thu, 14 Mar 2002 23:05:23 +0000
17970              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
17971      Branch: perl
17972            ! ext/Safe/safe2.t
17973 ____________________________________________________________________________
17974 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
17975         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
17976              From: "Brent Dax" <brentdax@cpan.org>
17977              Date: Thu, 14 Mar 2002 09:08:41 -0800
17978              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
17979      Branch: perl
17980            ! lib/Pod/Html.pm
17981 ____________________________________________________________________________
17982 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
17983         Log: metaconfig: one round again for the _r.
17984      Branch: metaconfig
17985            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17986            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17987            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17988            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17989            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17990            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17991            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17992            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17993            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17994            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17995            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17996            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17997            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17998            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17999            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
18000            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
18001            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
18002            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18003            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
18004            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
18005            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
18006            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
18007            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
18008            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
18009 ____________________________________________________________________________
18010 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
18011         Log: metaconfig: new round of the _r units.
18012      Branch: metaconfig
18013            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
18014            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
18015            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
18016            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
18017            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
18018            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
18019            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18020            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
18021            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
18022            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
18023            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
18024            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
18025            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
18026            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
18027            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
18028            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
18029            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
18030            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18031            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
18032            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
18033            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
18034            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
18035            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
18036            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
18037      Branch: metaconfig/U/perl
18038            + i_crypt.U
18039 ____________________________________________________________________________
18040 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
18041         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
18042              From: Paul_GreenVOS@vos.stratus.com
18043              Date: Tue, 12 Mar 02 19:22 est   
18044              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
18045      Branch: perl
18046            ! lib/Benchmark.t t/op/arith.t
18047 ____________________________________________________________________________
18048 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
18049         Log: Subject: Re: Win32: C:\Program Files
18050              From: "Ken Williams" <ken@mathforum.org>
18051              Date: Wed, 13 Mar 2002 17:50:59 -0600
18052              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
18053              
18054              Add -t to perl -h.
18055      Branch: perl
18056            ! perl.c
18057 ____________________________________________________________________________
18058 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
18059         Log: Extra paranoia from Nick Clark.
18060      Branch: perl
18061            ! ext/Safe/safe2.t
18062 ____________________________________________________________________________
18063 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
18064         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
18065              From: Nicholas Clark <nick@ccl4.org>
18066              Date: Wed, 13 Mar 2002 14:22:50 +0000
18067              Message-ID: <20020313142250.G92566@plum.flirble.org>
18068      Branch: perl
18069            ! ext/Safe/safe2.t
18070 ____________________________________________________________________________
18071 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
18072         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
18073              From: <slaven.rezic@berlin.de>
18074              Date: Tue, 12 Mar 2002 13:03:41 +0100      
18075              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
18076      Branch: perl
18077            ! Makefile.SH
18078 ____________________________________________________________________________
18079 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
18080         Log: Subject: [PATCH] a test for B::Xref
18081              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18082              Date: Wed, 13 Mar 2002 17:18:57 +0100
18083              Message-ID: <20020313171857.F1144@rafael>
18084      Branch: perl
18085            + ext/B/t/xref.t
18086            ! MANIFEST ext/B/B/Xref.pm
18087 ____________________________________________________________________________
18088 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
18089         Log: Subject: [PATCH] Exporter.pm POD fixups
18090              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18091              Date: Wed, 13 Mar 2002 16:21:42 +0100
18092              Message-ID: <20020313162142.A1144@rafael>
18093      Branch: perl
18094            ! lib/Exporter.pm
18095 ____________________________________________________________________________
18096 [ 15219] By: nick                                  on 2002/03/14  07:00:16
18097         Log: Integrate mainline
18098      Branch: perlio
18099           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
18100 ____________________________________________________________________________
18101 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
18102         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
18103              From: Michael G Schwern <schwern@pobox.com>
18104              Date: Wed, 13 Mar 2002 17:43:00 -0500
18105              Message-ID: <20020313224300.GG3311@blackrider>
18106      Branch: perl
18107            ! lib/ExtUtils/MM_VMS.pm
18108 ____________________________________________________________________________
18109 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
18110         Log: Pod tweak.
18111      Branch: perl
18112            ! lib/open.pm
18113 ____________________________________________________________________________
18114 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
18115         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
18116              From: "Craig A. Berry" <craigberry@mac.com>
18117              Date: Wed, 13 Mar 2002 01:44:01 -0600
18118              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
18119      Branch: perl
18120            ! vms/descrip_mms.template
18121 ____________________________________________________________________________
18122 [ 15215] By: nick                                  on 2002/03/13  08:08:36
18123         Log: Integrate mainline.
18124      Branch: perlio
18125           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
18126            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
18127            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
18128            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
18129            - ext/Data/Util/t/Hash.t
18130           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
18131           !> ext/Encode/lib/Encode/CN/HZ.pm
18132           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
18133           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
18134           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
18135           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18136           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
18137           !> t/op/override.t toke.c universal.c
18138 ____________________________________________________________________________
18139 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
18140         Log: metaconfig: three guesses.
18141      Branch: metaconfig
18142            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
18143            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
18144            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
18145            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
18146            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
18147            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
18148            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18149            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
18150            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
18151            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
18152            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
18153            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
18154            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
18155            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
18156            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
18157            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
18158            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
18159            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18160            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
18161            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
18162            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
18163            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
18164            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
18165            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
18166 ____________________________________________________________________________
18167 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
18168         Log: metaconfig: regen _r units again.
18169      Branch: metaconfig
18170            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
18171            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
18172            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
18173            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
18174            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
18175            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
18176            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18177            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
18178            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
18179            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
18180            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
18181            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
18182            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
18183            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
18184            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
18185            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
18186            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
18187            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18188            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
18189            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
18190            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
18191            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
18192            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
18193            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
18194 ____________________________________________________________________________
18195 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
18196         Log: metaconfig: regen _r units.
18197      Branch: metaconfig
18198            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
18199            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
18200            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
18201            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
18202            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
18203            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
18204            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
18205            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18206            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
18207            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
18208            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
18209            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
18210            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
18211            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
18212            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
18213            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
18214            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
18215            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
18216            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18217            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
18218            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
18219            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
18220            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
18221            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
18222            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
18223 ____________________________________________________________________________
18224 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
18225         Log: metaconfig unit tweaks.
18226      Branch: metaconfig
18227            + U/threads/d_setprotoent_r.U
18228            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
18229            ! U/threads/d_tmpnam_r.U
18230 ____________________________________________________________________________
18231 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
18232         Log: metaconfig: replace the _r units with autogenerated ones.
18233      Branch: metaconfig
18234            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
18235            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
18236            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
18237            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
18238            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
18239            + U/threads/d_getprotobyname_r.U
18240            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
18241            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
18242            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
18243            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
18244            + U/threads/d_setservent_r.U
18245            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
18246            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
18247            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
18248            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
18249            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
18250            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
18251            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
18252            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
18253            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
18254            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
18255            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
18256            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
18257            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
18258            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18259            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
18260            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
18261            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
18262            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
18263            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18264            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18265            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
18266            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
18267            ! U/threads/d_ttyname_r.U
18268 ____________________________________________________________________________
18269 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
18270         Log: More known threadsafings.
18271      Branch: perl
18272            ! Porting/findrfuncs
18273 ____________________________________________________________________________
18274 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
18275         Log: Small tweaks.
18276      Branch: perl
18277            ! lib/Internals.t universal.c
18278 ____________________________________________________________________________
18279 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
18280         Log: VERSIONize.
18281      Branch: perl
18282            ! ext/Encode/lib/Encode/CN/HZ.pm
18283            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
18284            ! ext/Encode/lib/Encode/JP/JIS.pm
18285 ____________________________________________________________________________
18286 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
18287         Log: Subject: perl datastructure conversion shortcuts for DDD
18288              From: Stas Bekman <stas@stason.org>
18289              Date: Mon, 11 Mar 2002 14:54:31 +0800
18290              Message-ID: <3C8C54A7.5020502@stason.org>
18291      Branch: perl
18292            ! pod/perlhack.pod
18293 ____________________________________________________________________________
18294 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
18295         Log: Regen modlib.
18296      Branch: perl
18297            ! pod/perlmodlib.pod
18298 ____________________________________________________________________________
18299 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
18300         Log: Regen toc.
18301      Branch: perl
18302            ! pod/perltoc.pod
18303 ____________________________________________________________________________
18304 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
18305         Log: Tiny pod tweaks.
18306      Branch: perl
18307            ! lib/Hash/Util.pm
18308 ____________________________________________________________________________
18309 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
18310         Log: perldeltaize Hash::Util.
18311      Branch: perl
18312            ! pod/perldelta.pod
18313 ____________________________________________________________________________
18314 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
18315         Log: Move the readonly interface back to universal.c,
18316              (new name: Internals::SvREADONLY), remove Data::Util,
18317              move Hash::Util to lib, also introduce refcnt interface
18318              (Internals::SvREFCNT).     Make both the new interfaces
18319              to be more sane so that if they set the value, they return
18320              the new value, not the old one.
18321      Branch: perl
18322            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
18323            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
18324            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
18325            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
18326            - ext/Data/Util/t/Hash.t
18327            ! MANIFEST ext/B/t/stash.t universal.c
18328 ____________________________________________________________________________
18329 [ 15200] By: ams                                   on 2002/03/12  15:16:05
18330         Log: Subject: Disambiguate "Can't locate"
18331              From: Mike Guy <mjtg@cam.ac.uk>
18332              Date: Tue, 12 Mar 2002 16:04:23 +0000
18333              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
18334      Branch: perl
18335            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
18336            ! pp_ctl.c t/op/override.t
18337 ____________________________________________________________________________
18338 [ 15199] By: ams                                   on 2002/03/12  15:04:43
18339         Log: Subject: [PATCH] perl/lib/File/stat.t
18340              From: Paul_GreenVOS@vos.stratus.com
18341              Date: Tue, 12 Mar 02 11:00 est
18342              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
18343      Branch: perl
18344            ! lib/File/stat.t
18345 ____________________________________________________________________________
18346 [ 15198] By: ams                                   on 2002/03/12  15:00:44
18347         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
18348              From: Robin Barker <rmb1@cise.npl.co.uk>
18349              Date: Tue, 12 Mar 2002 13:31:58 GMT
18350              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
18351      Branch: perl
18352            ! pod/perlfunc.pod
18353 ____________________________________________________________________________
18354 [ 15197] By: ams                                   on 2002/03/12  14:57:34
18355         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
18356              From: "Clinton A. Pierce" <clintp@geeksalad.org>
18357              Date: Tue, 12 Mar 2002 10:11:53 -0500
18358              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
18359      Branch: perl
18360            ! toke.c
18361 ____________________________________________________________________________
18362 [ 15196] By: nick                                  on 2002/03/12  13:40:35
18363         Log: Integrate mainline
18364      Branch: perlio
18365           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
18366           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
18367           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
18368           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
18369            - t/lib/access.t
18370           !> (integrate 96 files)
18371 ____________________________________________________________________________
18372 [ 15195] By: nick                                  on 2002/03/12  06:08:24
18373         Log: Integrate mainline (a while ago)
18374      Branch: perlio
18375           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
18376           +> ext/Encode/t/TW.t
18377            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
18378            - ext/Encode/lib/Encode/Tcl/HanZi.pm
18379            - ext/I18N/Langinfo/fallback.c
18380           !> (integrate 80 files)
18381 ____________________________________________________________________________
18382 [ 15194] By: ams                                   on 2002/03/12  06:02:20
18383         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
18384              From: Jonathan Stowe <gellyfish@gellyfish.com>
18385              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
18386              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
18387      Branch: perl
18388            ! ext/Encode/CN/Makefile.PL
18389 ____________________________________________________________________________
18390 [ 15193] By: ams                                   on 2002/03/12  05:55:07
18391         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
18392              From: Dave Mitchell <davem@fdgroup.co.uk>
18393              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
18394              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
18395      Branch: perl
18396            ! pod/perlguts.pod
18397 ____________________________________________________________________________
18398 [ 15192] By: ams                                   on 2002/03/12  05:50:08
18399         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
18400              From: Anton Tagunov <tagunov@motor.ru>
18401              Date: Tue, 12 Mar 2002 01:40:58 +0300
18402              Message-Id: <1194068830.20020312014058@motor.ru>
18403              (Applied with tweaks.)
18404      Branch: perl
18405            ! lib/utf8.pm
18406 ____________________________________________________________________________
18407 [ 15191] By: ams                                   on 2002/03/12  05:42:21
18408         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
18409              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18410              Date: Sun, 10 Mar 2002 22:10:15 +0100
18411              Message-Id: <3C8BD9C7.13988.73992D@localhost>
18412      Branch: perl
18413            ! iperlsys.h
18414 ____________________________________________________________________________
18415 [ 15190] By: ams                                   on 2002/03/12  05:38:08
18416         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
18417              From: Anton Tagunov <tagunov@motor.ru>
18418              Date: Mon, 11 Mar 2002 23:27:47 +0300
18419              Message-Id: <19414222180.20020311232747@motor.ru>
18420      Branch: perl
18421            ! pod/perlsub.pod
18422 ____________________________________________________________________________
18423 [ 15189] By: ams                                   on 2002/03/12  05:34:49
18424         Log: Subject: minor patch for comment in utfebcdic.h
18425              From: Anton Tagunov <tagunov@motor.ru>
18426              Date: Tue, 12 Mar 2002 00:20:21 +0300
18427              Message-Id: <13817376786.20020312002021@motor.ru>
18428      Branch: perl
18429            ! utfebcdic.h
18430 ____________________________________________________________________________
18431 [ 15188] By: ams                                   on 2002/03/12  05:32:30
18432         Log: Subject: [PATCH ?] B::Xref improvements
18433              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18434              Date: Mon, 11 Mar 2002 23:32:20 +0100
18435              Message-Id: <20020311233220.A12677@rafael>
18436      Branch: perl
18437            ! ext/B/B/Xref.pm
18438 ____________________________________________________________________________
18439 [ 15187] By: ams                                   on 2002/03/12  05:30:02
18440         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
18441              From: Paul_GreenVOS@vos.stratus.com
18442              Date: Mon, 11 Mar 02 17:23 est
18443              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
18444      Branch: perl
18445            ! lib/ExtUtils/MM_Unix.pm
18446 ____________________________________________________________________________
18447 [ 15186] By: ams                                   on 2002/03/12  05:27:06
18448         Log: Subject: [PATCH] installperl - minor untangle for VOS
18449              From: Paul_GreenVOS@vos.stratus.com
18450              Date: Mon, 11 Mar 02 17:05 est
18451              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
18452      Branch: perl
18453            ! installperl
18454 ____________________________________________________________________________
18455 [ 15185] By: ams                                   on 2002/03/12  05:25:59
18456         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
18457              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18458              Date: Mon, 11 Mar 2002 22:37:39 +0100
18459              Message-Id: <20020311223739.A691@rafael>
18460      Branch: perl
18461            ! ext/B/B/Deparse.pm
18462 ____________________________________________________________________________
18463 [ 15184] By: ams                                   on 2002/03/12  05:20:54
18464         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
18465              From: Michael G Schwern <schwern@pobox.com>
18466              Date: Tue, 12 Mar 2002 01:12:08 -0500
18467              Message-Id: <20020312061208.GD904@blackrider>
18468      Branch: perl
18469            ! hints/netbsd.sh
18470 ____________________________________________________________________________
18471 [ 15183] By: ams                                   on 2002/03/12  04:12:30
18472         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18473              From: Autrijus Tang <autrijus@autrijus.org>
18474              Date: Tue, 12 Mar 2002 13:05:53 +0800
18475              Message-Id: <20020312050553.GA7864@not.autrijus.org>
18476              (Only doc hunk applied, supplementing #15182.)
18477      Branch: perl
18478            ! ext/Encode/Encode.pm
18479 ____________________________________________________________________________
18480 [ 15182] By: ams                                   on 2002/03/12  04:04:34
18481         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18482              From: Autrijus Tang <autrijus@autrijus.org>
18483              Date: Tue, 12 Mar 2002 12:56:46 +0800
18484              Message-Id: <20020312045646.GA7689@not.autrijus.org>
18485              (Private mail.)
18486      Branch: perl
18487            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
18488 ____________________________________________________________________________
18489 [ 15181] By: ams                                   on 2002/03/12  03:09:20
18490         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18491              From: Autrijus Tang <autrijus@autrijus.org>
18492              Date: Tue, 12 Mar 2002 11:55:06 +0800
18493              Message-Id: <20020312035506.GA6946@not.autrijus.org>
18494      Branch: perl
18495            ! ext/Encode/Encode.pm
18496 ____________________________________________________________________________
18497 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
18498         Log: Deypo.
18499      Branch: metaconfig
18500            ! U/threads/d_asctime_r.U
18501 ____________________________________________________________________________
18502 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
18503         Log: FAQ sync.
18504      Branch: perl
18505            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18506            ! pod/perlfaq4.pod pod/perlfaq5.pod
18507 ____________________________________________________________________________
18508 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
18509         Log: The test needs perlio.
18510      Branch: perl
18511            ! lib/open.t
18512 ____________________________________________________________________________
18513 [ 15177] By: ams                                   on 2002/03/11  15:41:08
18514         Log: Subject: perlreftut update
18515              From: Mark-Jason Dominus <mjd@plover.com>
18516              Date: Mon, 11 Mar 2002 11:36:27 -0500
18517              Message-Id: <20020311163627.31020.qmail@plover.com>
18518      Branch: perl
18519            ! pod/perlreftut.pod
18520 ____________________________________________________________________________
18521 [ 15176] By: ams                                   on 2002/03/11  15:35:24
18522         Log: Subject: Minor correction in perlfaq5
18523              From: mjd@plover.com
18524              Date: 11 Mar 2002 16:34:22 -0000
18525              Message-Id: <20020311163422.30963.qmail@plover.com>
18526      Branch: perl
18527            ! pod/perlfaq5.pod
18528 ____________________________________________________________________________
18529 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
18530         Log: number of skipped tests was incorrect
18531      Branch: perl
18532            ! t/op/stat.t
18533 ____________________________________________________________________________
18534 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
18535         Log: remove doubled CRs
18536      Branch: perl
18537            ! win32/Makefile
18538 ____________________________________________________________________________
18539 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
18540         Log: Update Changes.
18541      Branch: perl
18542            ! Changes patchlevel.h
18543 ____________________________________________________________________________
18544 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
18545         Log: Regen toc.
18546      Branch: perl
18547            ! pod/perltoc.pod
18548 ____________________________________________________________________________
18549 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
18550         Log: Add t/CN.t and t/TW.t; re-sort.
18551      Branch: perl
18552            ! ext/Encode/MANIFEST
18553 ____________________________________________________________________________
18554 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
18555         Log: Document what to do if one yearns back to
18556              the old legacy encoding.
18557      Branch: perl
18558            ! lib/encoding.pm
18559 ____________________________________________________________________________
18560 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
18561         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
18562              as general purpose encoding transformation interfaces
18563              since that's not what they are.
18564      Branch: perl
18565            ! lib/utf8.pm pod/perlunicode.pod sv.c
18566 ____________________________________________________________________________
18567 [ 15168] By: ams                                   on 2002/03/11  12:54:16
18568         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
18569              warnings
18570              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18571              Date: Mon, 11 Mar 2002 14:35:22 +0100
18572              Message-Id: <20020311143522.A7431@rafael>
18573      Branch: perl
18574            ! t/lib/warnings/pp_sys
18575 ____________________________________________________________________________
18576 [ 15167] By: ams                                   on 2002/03/11  04:57:20
18577         Log: A little commonsense is better than 1_compile.
18578      Branch: perl
18579            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
18580 ____________________________________________________________________________
18581 [ 15166] By: ams                                   on 2002/03/11  04:53:50
18582         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
18583              From: Michael G Schwern <schwern@pobox.com>
18584              Date: Sun, 10 Mar 2002 13:27:12 -0500
18585              Message-Id: <20020310182712.GC693@blackrider>
18586              
18587              Subject: [PATCH] Hash::Util part 2
18588              From: Michael G Schwern <schwern@pobox.com>
18589              Date: Sun, 10 Mar 2002 15:09:34 -0500
18590              Message-Id: <20020310200934.GB27112@blackrider>
18591              
18592              Subject: [PATCH] Hash::Util MANIFEST correction
18593              From: Michael G Schwern <schwern@pobox.com>
18594              Date: Sun, 10 Mar 2002 16:27:07 -0500
18595              Message-Id: <20020310212707.GF27112@blackrider>
18596              
18597              (Also changes find.t and taint.t, which were looking for access.t)
18598      Branch: perl
18599            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
18600            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
18601            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
18602            + ext/Data/Util/t/Hash.t
18603            - t/lib/access.t
18604            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
18605            ! pod/perldiag.pod pod/perltodo.pod universal.c
18606 ____________________________________________________________________________
18607 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
18608         Log: metaconfig: more thready fixes.
18609      Branch: metaconfig
18610            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
18611            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
18612            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
18613            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
18614            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
18615            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
18616            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18617            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18618            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
18619 ____________________________________________________________________________
18620 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
18621         Log: Skip obsoleted interfaces.
18622      Branch: perl
18623            ! Porting/findrfuncs
18624 ____________________________________________________________________________
18625 [ 15162] By: ams                                   on 2002/03/11  03:48:14
18626         Log: Typo fixes.
18627      Branch: perl
18628            ! perl.c
18629 ____________________________________________________________________________
18630 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
18631         Log: Upgrade to Locale::Codes 2.02.
18632      Branch: perl
18633            + lib/Locale/Codes/t/rename.t
18634            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
18635            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
18636            ! lib/Locale/Country.pod
18637 ____________________________________________________________________________
18638 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
18639         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
18640              From: Nicholas Clark <nick@unfortu.net>
18641              Date: Sun, 10 Mar 2002 18:17:50 +0000
18642              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
18643              
18644              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
18645              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18646              Date: Sun, 10 Mar 2002 13:53:34 -0800
18647              Message-ID: <eX9i8gzkg26G092yn@efn.org>
18648              
18649              (and reenable the feature in freebsd,
18650              and move the freebsd pr url to perl.c)
18651      Branch: perl
18652            ! hints/freebsd.sh perl.c pod/perldelta.pod
18653 ____________________________________________________________________________
18654 [ 15159] By: ams                                   on 2002/03/11  03:34:13
18655         Log: Subject: [PATCH stash.t] access::readonly is gone
18656              From: Michael G Schwern <schwern@pobox.com>
18657              Date: Sun, 10 Mar 2002 16:18:14 -0500
18658              Message-Id: <20020310211813.GE27112@blackrider>
18659      Branch: perl
18660            ! ext/B/t/stash.t
18661 ____________________________________________________________________________
18662 [ 15158] By: ams                                   on 2002/03/11  03:28:04
18663         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
18664              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18665              Date: Sun, 10 Mar 2002 22:10:15 +0100
18666              Message-Id: <3C8BD9C7.610.7398DD@localhost>
18667      Branch: perl
18668            ! lib/Net/Ping/t/110_icmp_inst.t
18669 ____________________________________________________________________________
18670 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
18671         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
18672              From: Michael G Schwern <schwern@pobox.com>
18673              Date: Sun, 10 Mar 2002 19:22:33 -0500
18674              Message-ID: <20020311002233.GE4927@blackrider>
18675      Branch: perl
18676            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
18677            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
18678            ! lib/Test/Simple/t/fail-more.t
18679 ____________________________________________________________________________
18680 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
18681         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
18682              From: Michael G Schwern <schwern@pobox.com>
18683              Date: Sun, 10 Mar 2002 17:14:10 -0500
18684              Message-ID: <20020310221410.GA4915@blackrider>
18685      Branch: perl
18686            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
18687            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
18688 ____________________________________________________________________________
18689 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
18690         Log: Subject: [PATCH] more warnings tidyup
18691              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18692              Date: Sun, 10 Mar 2002 21:01:39 -0000
18693              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
18694      Branch: perl
18695            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
18696            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
18697            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
18698            ! util.c
18699 ____________________________________________________________________________
18700 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
18701         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
18702              From: Nicholas Clark <nick@unfortu.net>
18703              Date: Sun, 10 Mar 2002 23:21:07 +0000
18704              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
18705      Branch: perl
18706            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
18707            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
18708            ! ext/Encode/TW/Makefile.PL
18709 ____________________________________________________________________________
18710 [ 15153] By: ams                                   on 2002/03/11  03:06:59
18711         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
18712              From: Max Baker <max@warped.org>
18713              Date: Fri, 8 Mar 2002 10:56:19 -0800
18714              Message-Id: <20020308105619.A15039@warped.org>
18715      Branch: perl
18716            ! ext/IO/lib/IO/Socket/INET.pm
18717 ____________________________________________________________________________
18718 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
18719         Log: Subject: [PATCH] spelling correction
18720              From: Nicholas Clark <nick@unfortu.net>
18721              Date: Sun, 10 Mar 2002 18:34:42 +0000
18722              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
18723      Branch: perl
18724            ! pp.c pp_hot.c
18725 ____________________________________________________________________________
18726 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
18727         Log: DG/UX updates from Takis Psarogiannakopoulos.
18728      Branch: perl
18729            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
18730 ____________________________________________________________________________
18731 [ 15150] By: ams                                   on 2002/03/11  03:02:47
18732         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
18733              From: Chris Nandor <pudge@pobox.com>
18734              Date: Mon, 04 Mar 2002 17:48:12 -0500
18735              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
18736      Branch: perl
18737            ! lib/DB.pm lib/perl5db.pl
18738 ____________________________________________________________________________
18739 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
18740         Log: metaconfig unit changes in preparation of reentrancy changes.
18741      Branch: metaconfig
18742            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
18743            + U/threads/d_ttyname_r.U
18744            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
18745            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
18746            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
18747            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
18748            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18749            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
18750            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
18751            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
18752            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
18753            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18754            ! U/threads/d_strerror_r.U
18755 ____________________________________________________________________________
18756 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
18757         Log: Mysterious characters.
18758      Branch: perl
18759            ! utf8.h
18760 ____________________________________________________________________________
18761 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
18762         Log: Unused.
18763      Branch: perl
18764            ! op.c
18765 ____________________________________________________________________________
18766 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
18767         Log: Implement :std subpragma of the open pragma
18768              that makes the standard filehandles to talk in
18769              encodings.  This change set off a weird warning
18770              from op.c, though: disabled it now until someone
18771              who knows what it is about comes along.
18772      Branch: perl
18773            ! lib/open.pm op.c
18774 ____________________________________________________________________________
18775 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
18776         Log: Document the logic of :locale better.
18777      Branch: perl
18778            ! lib/open.pm
18779 ____________________________________________________________________________
18780 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
18781         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
18782              From: Slaven Rezic <slaven.rezic@berlin.de>
18783              Date: 10 Mar 2002 02:49:17 +0100
18784              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
18785      Branch: perl
18786            ! hints/freebsd.sh
18787 ____________________________________________________________________________
18788 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
18789         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
18790              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18791              Date: Sun, 10 Mar 2002 17:08:54 +0900
18792              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
18793      Branch: perl
18794            ! ext/Encode/lib/Encode/Tcl.pm
18795            ! ext/Encode/lib/Encode/Tcl/Escape.pm
18796            ! ext/Encode/lib/Encode/Tcl/Extended.pm
18797            ! ext/Encode/lib/Encode/Tcl/Table.pm
18798 ____________________________________________________________________________
18799 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
18800         Log: The patch does the following:
18801              - Nix the unneccessary diagnostics line
18802              - Quell -w warnings if the first ENV doesn't exist
18803              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
18804              is too baroque and bloated for daily use (and for perl core inclusion).
18805              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
18806              non-fatal.
18807              - Consequently, the ^OPEN bits is set only when needed.
18808      Branch: perl
18809            ! lib/open.pm
18810 ____________________________________________________________________________
18811 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
18812         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
18813      Branch: perl
18814            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
18815 ____________________________________________________________________________
18816 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
18817         Log: Precedence problem.
18818      Branch: perl
18819            ! ext/Socket/socketpair.t
18820 ____________________________________________________________________________
18821 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
18822         Log: Renaming tweaks, and split off the reentrant "superbuffer"
18823              init routine.
18824      Branch: perl
18825            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
18826            ! sv.c util.c
18827 ____________________________________________________________________________
18828 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
18829         Log: The 7-bit jis seems to be the hanging one.
18830      Branch: perl
18831            ! ext/Encode/t/Tcl.t
18832 ____________________________________________________________________________
18833 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
18834         Log: Begone.
18835      Branch: perl
18836            ! ext/Encode/MANIFEST
18837 ____________________________________________________________________________
18838 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
18839         Log: Better fix from Autrijus.
18840      Branch: perl
18841            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
18842            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
18843 ____________________________________________________________________________
18844 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
18845         Log: Not everybody has Encode::HanExtra.
18846      Branch: perl
18847            ! ext/Encode/Encode.pm
18848 ____________________________________________________________________________
18849 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
18850         Log: Decutandpasto.
18851      Branch: perl
18852            ! ext/Encode/lib/Encode/Tcl.pm
18853 ____________________________________________________________________________
18854 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
18855         Log: Subject: [PATCH] Data::Dumper
18856              From: Nicholas Clark <nick@unfortu.net>
18857              Date: Sat, 9 Mar 2002 19:03:54 +0000
18858              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
18859      Branch: perl
18860            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18861            ! ext/Data/Dumper/t/dumper.t
18862 ____________________________________________________________________________
18863 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
18864         Log: Subject: [PATCH] socketpair.t w/o fork
18865              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18866              Date: Sat, 9 Mar 2002 14:55:11 +0100
18867              Message-ID: <3C8A224F.29578.13691BA@localhost>
18868              
18869              (modified as suggested by Sarathy)
18870      Branch: perl
18871            ! ext/Socket/socketpair.t
18872 ____________________________________________________________________________
18873 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
18874         Log: Subject: [PATCH perldelta] Mention Change 14727
18875              From: Autrijus Tang <autrijus@autrijus.org>
18876              Date: Sat, 9 Mar 2002 23:31:40 +0800
18877              Message-ID: <20020309153140.GA4224@not.autrijus.org>
18878      Branch: perl
18879            ! pod/perldelta.pod
18880 ____________________________________________________________________________
18881 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
18882         Log: Make Encode.pm implicitly load external CJK tables the first
18883              time they're needed (instead of immediately), from Autrijus
18884              Tang.
18885      Branch: perl
18886            ! ext/Encode/Encode.pm
18887 ____________________________________________________________________________
18888 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
18889         Log: Subject: Re: Two questions
18890              From: Nicholas Clark <nick@unfortu.net>
18891              Date: Sat, 9 Mar 2002 12:42:40 +0000
18892              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
18893      Branch: perl
18894            ! Porting/pumpkin.pod
18895 ____________________________________________________________________________
18896 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
18897         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
18898              From: Paul_GreenVOS@vos.stratus.com
18899              Date: Fri, 8 Mar 02 22:34 est
18900              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
18901      Branch: perl
18902            ! pp_sys.c
18903 ____________________________________________________________________________
18904 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
18905         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
18906              From: davem@fdgroup.co.uk
18907              Date: Sat, 9 Mar 2002 00:13:27 GMT
18908              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
18909      Branch: perl
18910            ! dump.c
18911 ____________________________________________________________________________
18912 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
18913         Log: Deglitch from Rafael.
18914      Branch: perl
18915            ! ext/B/t/lint.t
18916 ____________________________________________________________________________
18917 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
18918         Log: Still more portability.
18919      Branch: perl
18920            ! Porting/findrfuncs
18921 ____________________________________________________________________________
18922 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
18923         Log: More portability.
18924      Branch: perl
18925            ! Porting/findrfuncs
18926 ____________________________________________________________________________
18927 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
18928         Log: Shared library paths; running tests manually.
18929      Branch: perl
18930            ! INSTALL
18931 ____________________________________________________________________________
18932 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
18933         Log: Subject: RE: Two questions
18934              From: "Green, Paul" <Paul.Green@stratus.com>
18935              Date: Fri, 8 Mar 2002 17:55:19 -0500
18936              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
18937      Branch: perl
18938            ! Porting/pumpkin.pod
18939 ____________________________________________________________________________
18940 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
18941         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
18942              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
18943      Branch: perl
18944            + ext/B/t/lint.t
18945            ! MANIFEST ext/B/B/Lint.pm
18946 ____________________________________________________________________________
18947 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
18948         Log: metaconfig unit change for #15119.
18949      Branch: metaconfig
18950            ! U/threads/d_pthread_atfork.U
18951 ____________________________________________________________________________
18952 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
18953         Log: In DG/UX finding pthread_atfork requires a true compile,
18954              from Takis Psarogiannakopoulos.
18955      Branch: perl
18956            ! Configure config_h.SH
18957 ____________________________________________________________________________
18958 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
18959         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
18960              From: John Peacock <jpeacock@rowman.com>
18961              Date: Fri, 08 Mar 2002 15:52:41 -0500
18962              Message-ID: <3C892499.4050502@rowman.com>
18963      Branch: perl
18964            ! lib/ExtUtils/xsubpp
18965 ____________________________________________________________________________
18966 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
18967         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
18968              From: "Craig A. Berry" <craigberry@mac.com>
18969              Date: Fri, 08 Mar 2002 15:02:51 -0600
18970              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
18971      Branch: perl
18972            ! t/op/write.t
18973 ____________________________________________________________________________
18974 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
18975         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
18976              From: Paul_GreenVOS@vos.stratus.com
18977              Date: Fri, 8 Mar 02 14:45 est
18978              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
18979      Branch: perl
18980            ! installperl
18981 ____________________________________________________________________________
18982 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
18983         Log: Subject: [PATCH @15109] tm_tm_* for VMS
18984              From: "Craig A. Berry" <craigberry@mac.com>
18985              Date: Fri, 08 Mar 2002 13:07:52 -0600
18986              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
18987      Branch: perl
18988            ! configure.com
18989 ____________________________________________________________________________
18990 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
18991         Log: Detypo.
18992      Branch: perl
18993            ! Changes
18994 ____________________________________________________________________________
18995 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
18996         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
18997      Branch: perl
18998            ! t/op/pat.t
18999 ____________________________________________________________________________
19000 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
19001         Log: HP-UX nm seems to repeat itself.
19002      Branch: perl
19003            ! Porting/findrfuncs
19004 ____________________________________________________________________________
19005 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
19006         Log: Nice porting script from Sarathy.  Well, less nice
19007              in the sense that it shows the looong road ahead.
19008      Branch: perl
19009            + Porting/findrfuncs
19010            ! MANIFEST Porting/makerel
19011 ____________________________________________________________________________
19012 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
19013         Log: Subject: Re: Performance considerations for UTF-8
19014              From: Jarkko Hietaniemi <jhi@iki.fi>
19015              Date: Fri, 8 Mar 2002 18:53:28 +0200
19016              Message-ID: <20020308185328.D640@alpha.hut.fi>
19017              
19018              (put all in perlunicode)
19019      Branch: perl
19020            ! pod/perlunicode.pod
19021 ____________________________________________________________________________
19022 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
19023         Log: Update Changes.
19024      Branch: perl
19025            ! Changes patchlevel.h
19026 ____________________________________________________________________________
19027 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
19028         Log: Subject: Cygwin cygipc support skipped
19029              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
19030              Date: Fri, 8 Mar 2002 16:59:34 +0100
19031              Message-ID: <113694157285.20020308165934@familiehaase.de>
19032      Branch: perl
19033            ! hints/cygwin.sh
19034 ____________________________________________________________________________
19035 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
19036         Log: metaconfig unit change for #15106.
19037      Branch: metaconfig
19038            ! U/compline/d_gconvert.U
19039 ____________________________________________________________________________
19040 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
19041         Log: Subject: Re: [PATCH] tests for Gconvert
19042              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19043              Date: Thu, 07 Mar 2002 16:48:10 -0800
19044              Message-ID: <KpAi8gzkganW092yn@efn.org>
19045      Branch: perl
19046            ! Configure config_h.SH t/base/num.t
19047 ____________________________________________________________________________
19048 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
19049         Log: The new test has some teething problems.
19050      Branch: perl
19051            - ext/B/t/lint.t
19052            ! MANIFEST
19053 ____________________________________________________________________________
19054 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
19055         Log: Subject: [PATCH] B::Lint tests
19056              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19057              Date: Fri, 8 Mar 2002 14:47:19 +0100
19058              Message-ID: <20020308144719.A2663@rafael>
19059      Branch: perl
19060            + ext/B/t/lint.t
19061            ! MANIFEST ext/B/B/Lint.pm
19062 ____________________________________________________________________________
19063 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
19064         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
19065              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
19066              Date: Fri, 8 Mar 2002 13:24:14 GMT
19067              Message-Id: <200203081324.NAA00642@cleo>
19068      Branch: perl
19069            ! hints/powerux.sh
19070 ____________________________________________________________________________
19071 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
19072         Log: Subject: HP has some new models
19073              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19074              Date: Fri, 08 Mar 2002 13:07:02 +0100
19075              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
19076      Branch: perl
19077            ! README.hpux
19078 ____________________________________________________________________________
19079 [ 15101] By: ams                                   on 2002/03/08  09:11:40
19080         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
19081              From: Stas Bekman <stas@stason.org>
19082              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
19083              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
19084      Branch: perl
19085            ! pod/perlguts.pod
19086 ____________________________________________________________________________
19087 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
19088         Log: Update Changes
19089      Branch: maint-5.6/macperl
19090            ! macos/Changes
19091 ____________________________________________________________________________
19092 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
19093         Log: Replace macperlbundled with macperldelta
19094      Branch: maint-5.6/macperl
19095            ! macos/macperl/MacPerl.podhelp
19096 ____________________________________________________________________________
19097 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
19098         Log: Comsetic fixes (Thomas Wegner)
19099      Branch: maint-5.6/macperl
19100            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
19101 ____________________________________________________________________________
19102 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
19103         Log: Bump OS version
19104      Branch: maint-5.6/macperl
19105            ! macos/config.sh
19106 ____________________________________________________________________________
19107 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
19108         Log: Thought I deleted this already?
19109      Branch: perl
19110            - ext/I18N/Langinfo/fallback.c
19111 ____________________________________________________________________________
19112 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
19113         Log: perlport updates from Pudge.
19114      Branch: perl
19115            ! pod/perlport.pod
19116 ____________________________________________________________________________
19117 [ 15094] By: ams                                   on 2002/03/08  03:06:03
19118         Log: Nitpick.
19119      Branch: perl
19120            ! MANIFEST
19121 ____________________________________________________________________________
19122 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
19123         Log: Wrong test.
19124      Branch: perl
19125            ! pod/perldelta.pod
19126 ____________________________________________________________________________
19127 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
19128         Log: Integrate change 14064 from macperl to blead.
19129      Branch: perl
19130           !> pod/perlmodinstall.pod pod/perlport.pod
19131 ____________________________________________________________________________
19132 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
19133         Log: Integrate recent perlport changes
19134      Branch: maint-5.6/macperl
19135           !> pod/perlport.pod
19136 ____________________________________________________________________________
19137 [ 15089] By: ams                                   on 2002/03/08  01:54:03
19138         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
19139              minor typo in perlguts.pod
19140              From: Anton Tagunov <tagunov@motor.ru>
19141              Date: Fri, 8 Mar 2002 05:26:59 +0300
19142              Message-Id: <4649821189.20020308052659@motor.ru>
19143      Branch: perl
19144            ! pod/perlguts.pod
19145 ____________________________________________________________________________
19146 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
19147         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
19148              From: Anton Tagunov <tagunov@newmail.ru>
19149              Date: Fri, 8 Mar 2002 04:31:44 +0300
19150              Message-ID: <13946506773.20020308043144@newmail.ru>
19151              
19152              (one test changed)
19153      Branch: perl
19154            ! lib/encoding.t sv.c
19155 ____________________________________________________________________________
19156 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
19157         Log: Subject: [PATCH perldelta] some more deltas
19158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19159              Date: Thu, 7 Mar 2002 23:13:23 +0100
19160              Message-ID: <20020307231323.A13068@rafael>
19161      Branch: perl
19162            ! pod/perldelta.pod
19163 ____________________________________________________________________________
19164 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
19165         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
19166              From: Paul_GreenVOS@vos.stratus.com
19167              Date: Thu, 7 Mar 02 14:25 est
19168              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
19169      Branch: perl
19170            ! t/io/fs.t
19171 ____________________________________________________________________________
19172 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
19173         Log: As suggested by Anton Tagunov, eq and cmp now obey the
19174              encoding pragma (by remapping their byte argument if the
19175              other argument is in Unicode).  Also fix a bug found by
19176              Anton where ord undef under the encoding pragma would barf.
19177              ([ID 20020307.009] A null pointer dereference with 'use encoding')
19178              Finally, use the nicer form of sv_recode_to_utf8.
19179      Branch: perl
19180            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
19181 ____________________________________________________________________________
19182 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
19183         Log: Retract #14985, #14899, and #14990, following the principles
19184              "Do no harm." and "If it ain't broke, don't fix it."
19185              
19186              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
19187              some, but still broken, and I do not have the extra brain
19188              cells for the EBCDIC backport.  Secondly, the old version
19189              worked both in EBCDIC and non-.  Thirdly, the old version
19190              may be more amenable for the behaviour suggsted by Anton
19191              Tagunov regarding the encoding pragma.
19192      Branch: perl
19193            ! embed.fnc embed.h global.sym proto.h sv.c util.c
19194 ____________________________________________________________________________
19195 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
19196         Log: Long doubles give you long doubles.
19197      Branch: perl
19198            ! t/base/num.t
19199 ____________________________________________________________________________
19200 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
19201         Log: Forgotten deMANIFESTation.
19202      Branch: perl
19203            ! MANIFEST
19204 ____________________________________________________________________________
19205 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
19206         Log: Obsolete unused file, noticed by Dank Kogai.
19207      Branch: perl
19208            - ext/Encode/lib/Encode/JP/Tr.pm
19209 ____________________________________________________________________________
19210 [ 15080] By: ams                                   on 2002/03/07  11:31:46
19211         Log: Subject: [PATCH Changes] Changes should mirror version number
19212              From: Robin Barker <rmb1@cise.npl.co.uk>
19213              Date: Thu, 7 Mar 2002 11:04:24 GMT
19214              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
19215      Branch: perl
19216            ! Porting/pumpkin.pod
19217 ____________________________________________________________________________
19218 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
19219         Log: metaconfig unit change for #15078.
19220      Branch: metaconfig
19221            ! U/compline/d_gconvert.U
19222 ____________________________________________________________________________
19223 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
19224         Log: Subject: Re: [PATCH] tests for Gconvert
19225              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19226              Date: Wed, 06 Mar 2002 20:22:54 -0800
19227              Message-ID: <esuh8gzkg2/b092yn@efn.org>
19228      Branch: perl
19229            ! Configure pod/perldelta.pod t/base/num.t
19230 ____________________________________________________________________________
19231 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
19232         Log: Mac OS X UFS does not do ctime.
19233      Branch: perl
19234            ! pod/perldelta.pod pod/perlport.pod
19235 ____________________________________________________________________________
19236 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
19237         Log: AUTHORS updates.
19238      Branch: perl
19239            ! AUTHORS
19240 ____________________________________________________________________________
19241 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
19242         Log: Continued Chinese puzzles from Autrijus.
19243      Branch: perl
19244            + ext/Encode/t/CN.t ext/Encode/t/TW.t
19245            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
19246 ____________________________________________________________________________
19247 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
19248         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
19249              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19250              Date: Wed, 6 Mar 2002 18:13:51 +0100
19251              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
19252      Branch: perl
19253            ! lib/File/Spec/Win32.pm
19254 ____________________________________________________________________________
19255 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
19256         Log: perlport tweaks.
19257      Branch: perl
19258            ! pod/perlport.pod
19259 ____________________________________________________________________________
19260 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
19261         Log: Subject: Re: [PATCH docs] Re: Bug with -M
19262              From: Michael G Schwern <schwern@pobox.com>
19263              Date: Wed, 6 Mar 2002 16:20:27 -0500
19264              Message-ID: <20020306212027.GC4257@blackrider>
19265      Branch: perl
19266            ! pod/perlfunc.pod pod/perlport.pod
19267 ____________________________________________________________________________
19268 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
19269         Log: perldelta updates.
19270      Branch: perl
19271            ! pod/perldelta.pod
19272 ____________________________________________________________________________
19273 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
19274         Log: 5005threads wasn't even compiling.
19275      Branch: perl
19276            ! perl.c
19277 ____________________________________________________________________________
19278 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
19279         Log: Subject: Re: perl@15047 New format tests for still existing bugs
19280              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19281              Date: Wed, 06 Mar 2002 12:59:29 +0100
19282              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
19283      Branch: perl
19284            ! t/op/write.t
19285 ____________________________________________________________________________
19286 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
19287         Log: Regen Glossary et al.
19288      Branch: perl
19289            ! Porting/Glossary Porting/config.sh Porting/config_H
19290 ____________________________________________________________________________
19291 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
19292         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
19293              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
19294      Branch: perl
19295            ! util.c
19296 ____________________________________________________________________________
19297 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
19298         Log: metaconfig unit change for #15065.
19299      Branch: metaconfig
19300            ! U/compline/i_time.U
19301 ____________________________________________________________________________
19302 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
19303         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
19304      Branch: perl
19305            ! Configure config_h.SH
19306 ____________________________________________________________________________
19307 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
19308         Log: Must remove fallback.c also from here.
19309      Branch: perl
19310            ! MANIFEST
19311 ____________________________________________________________________________
19312 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
19313         Log: Subject: Re: perl@15047 WinCE
19314              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19315              Date: Wed, 06 Mar 2002 13:41:30 +0100
19316              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
19317              
19318              Subject: Re: perl@15047 Win32
19319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19320              Date: Wed, 06 Mar 2002 13:46:02 +0100
19321              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
19322              
19323              Subject: Re: perl@15047 Epoc
19324              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19325              Date: Wed, 06 Mar 2002 13:48:31 +0100
19326              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
19327              
19328              Subject: Re: perl@15047 NetWare
19329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19330              Date: Wed, 06 Mar 2002 13:55:46 +0100
19331              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
19332      Branch: perl
19333            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
19334            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19335            ! wince/Makefile.ce wince/config.h
19336 ____________________________________________________________________________
19337 [ 15062] By: ams                                   on 2002/03/06  09:26:49
19338         Log: Subject: Re: perl@15047
19339              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19340              Date: Wed, 06 Mar 2002 11:25:50 +0100
19341              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
19342      Branch: perl
19343            ! cygwin/perlld.in
19344 ____________________________________________________________________________
19345 [ 15061] By: ams                                   on 2002/03/06  08:44:12
19346         Log: Subject: Re: perl@15047
19347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19348              Date: Wed, 06 Mar 2002 10:38:02 +0100
19349              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
19350      Branch: perl
19351            ! pod/perldelta.pod
19352 ____________________________________________________________________________
19353 [ 15060] By: ams                                   on 2002/03/06  08:30:33
19354         Log: Subject: Update perlhist.pod
19355              From: mjd@plover.com
19356              Date: 6 Mar 2002 07:11:55 -0000
19357              Message-Id: <20020306071155.10240.qmail@plover.com>
19358              
19359              Subject: [PATCH pod/perlvar.pod] $^V => string
19360              From: Stas Bekman <stas@stason.org>
19361              Date: Wed, 06 Mar 2002 14:56:55 +0800
19362              Message-Id: <3C85BDB7.7050700@stason.org>
19363      Branch: perl
19364            ! pod/perlhist.pod pod/perlvar.pod
19365 ____________________________________________________________________________
19366 [ 15059] By: ams                                   on 2002/03/06  04:15:38
19367         Log: Subject: [PATCH] assorted configure.com fix-ups
19368              From: "Craig A. Berry" <craigberry@mac.com>
19369              Date: Tue, 5 Mar 2002 23:11:22 -0600
19370              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
19371      Branch: perl
19372            ! configure.com
19373 ____________________________________________________________________________
19374 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
19375         Log: IRIX failure with long doubles.
19376      Branch: perl
19377            ! t/op/pack.t
19378 ____________________________________________________________________________
19379 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
19380         Log: Make reality and Changes coincide.
19381      Branch: perl
19382            ! Changes
19383 ____________________________________________________________________________
19384 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
19385         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
19386              From: Anton Tagunov <tagunov@motor.ru>
19387              Date: Wed, 6 Mar 2002 02:10:21 +0300
19388              Message-ID: <11152782757.20020306021021@motor.ru>
19389              
19390              (reworded)
19391      Branch: perl
19392            ! pod/perluniintro.pod
19393 ____________________________________________________________________________
19394 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
19395         Log: Subject: [PATCH] B::Lint doesn't work
19396              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19397              Date: Tue, 5 Mar 2002 22:51:18 +0100
19398              Message-ID: <20020305225118.C733@rafael>
19399      Branch: perl
19400            ! ext/B/B/Lint.pm
19401 ____________________________________________________________________________
19402 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
19403         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
19404              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19405              Date: Mon, 04 Mar 2002 16:24:32 -0800
19406              Message-ID: <ABBh8gzkgezX092yn@efn.org>
19407      Branch: perl
19408            ! op.h pp_ctl.c t/op/flip.t
19409 ____________________________________________________________________________
19410 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
19411         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
19412              From: Nicholas Clark <nick@unfortu.net>
19413              Date: Tue, 5 Mar 2002 22:30:49 +0000
19414              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
19415      Branch: perl
19416            ! pod/perldelta.pod
19417 ____________________________________________________________________________
19418 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
19419         Log: Subject: [PATCH] tests for Gconvert
19420              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19421              Date: Tue, 05 Mar 2002 16:35:45 -0800
19422              Message-ID: <hRWh8gzkgONX092yn@efn.org>
19423      Branch: perl
19424            ! t/base/num.t
19425 ____________________________________________________________________________
19426 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
19427         Log: Subject: [PATCH] toplevel Makefile.SH
19428              From: Paul_GreenVOS@vos.stratus.com
19429              Date: Tue, 5 Mar 02 17:34 est
19430              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
19431      Branch: perl
19432            ! Makefile.SH
19433 ____________________________________________________________________________
19434 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
19435         Log: Subject: [PATCH] pointer to perldelta in Changes
19436              From: Chris Nandor <pudge@pobox.com>
19437              Date: Tue, 05 Mar 2002 16:04:50 -0500
19438              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
19439      Branch: perl
19440            ! Changes
19441 ____________________________________________________________________________
19442 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
19443         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
19444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19445              Date: Tue, 5 Mar 2002 22:26:20 +0100
19446              Message-ID: <20020305222620.A733@rafael>
19447      Branch: perl
19448            ! pod/perldelta.pod
19449 ____________________________________________________________________________
19450 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
19451         Log: Solaris: allow for /usr/bin/df not to exist.
19452              
19453              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
19454              From: Kingpin <mthurn@copper.dulles.tasc.com>
19455              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
19456              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
19457      Branch: perl
19458            ! hints/solaris_2.sh
19459 ____________________________________________________________________________
19460 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
19461         Log: Update Changes.
19462      Branch: perl
19463            ! Changes patchlevel.h
19464 ____________________________________________________________________________
19465 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
19466         Log: Double MANIFESTing.
19467      Branch: perl
19468            ! ext/Encode/MANIFEST
19469 ____________________________________________________________________________
19470 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
19471         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
19472      Branch: perl
19473            - ext/Encode/Encode/7bit-kr.enc
19474            - ext/Encode/lib/Encode/Tcl/HanZi.pm
19475            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
19476 ____________________________________________________________________________
19477 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
19478         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
19479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19480              Date: Tue, 5 Mar 2002 14:35:57 +0100
19481              Message-ID: <20020305143557.C695@rafael>   
19482      Branch: perl
19483            ! pp_sys.c t/lib/warnings/pp_sys
19484 ____________________________________________________________________________
19485 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
19486         Log: Subject: [PATCH Devel::PPPort]
19487              From: Robin Barker <rmb1@cise.npl.co.uk>
19488              Date: Tue, 5 Mar 2002 13:37:59 GMT
19489              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
19490      Branch: perl
19491            ! ext/Devel/PPPort/Makefile.PL
19492 ____________________________________________________________________________
19493 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
19494         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
19495      Branch: perl
19496            ! ext/Encode/t/Tcl.t
19497 ____________________________________________________________________________
19498 [ 15041] By: nick                                  on 2002/03/05  07:23:58
19499         Log: Integrate mainline (5.7.3)
19500      Branch: perlio
19501           +> ext/Encode/lib/Encode/CN/HZ.pm
19502            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
19503           !> (integrate 54 files)
19504 ____________________________________________________________________________
19505 [ 15040] By: ams                                   on 2002/03/05  05:10:33
19506         Log: Subject: DOC PATCH 5.7.3 (perldelta)
19507              From: mjd@plover.com
19508              Date: 5 Mar 2002 05:35:58 -0000
19509              Message-Id: <20020305053558.31677.qmail@plover.com>
19510      Branch: perl
19511            ! pod/perldelta.pod
19512 ____________________________________________________________________________
19513 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
19514         Log: This is 5.7.3.
19515      Branch: perl
19516            ! patchlevel.h
19517 ____________________________________________________________________________
19518 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
19519         Log: Shoo.
19520      Branch: perl
19521            ! ext/Encode/t/Tcl.t
19522 ____________________________________________________________________________
19523 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
19524         Log: Update Changes.
19525      Branch: perl
19526            ! Changes patchlevel.h
19527 ____________________________________________________________________________
19528 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
19529         Log: Regen perlapi.
19530      Branch: perl
19531            ! pod/perlapi.pod
19532 ____________________________________________________________________________
19533 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
19534         Log: Tie::File doc tweak for Win32 from mjd. 
19535      Branch: perl
19536            ! lib/Tie/File.pm
19537 ____________________________________________________________________________
19538 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
19539         Log: Regen toc.
19540      Branch: perl
19541            ! pod/perltoc.pod
19542 ____________________________________________________________________________
19543 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
19544         Log: Decommission Encode::Tcl HZ testing for now.
19545      Branch: perl
19546            ! ext/Encode/t/Tcl.t
19547 ____________________________________________________________________________
19548 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
19549         Log: Must have a return.
19550      Branch: perl
19551            ! pp_pack.c
19552 ____________________________________________________________________________
19553 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
19554         Log: The very latest win32 score from Jan Dubois.
19555      Branch: perl
19556            ! pod/perldelta.pod
19557 ____________________________________________________________________________
19558 [ 15030] By: ams                                   on 2002/03/05  01:40:01
19559         Log: Subject: [PATCH] README.macos
19560              From: Chris Nandor <pudge@pobox.com>
19561              Date: Mon, 04 Mar 2002 17:37:59 -0500
19562              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
19563      Branch: perl
19564            ! README.macos
19565 ____________________________________________________________________________
19566 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
19567         Log: "The last pieces of Chinese puzzle" from Autrijus.
19568      Branch: perl
19569            + ext/Encode/lib/Encode/CN/HZ.pm
19570            - ext/Encode/Encode/HZ.enc
19571            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
19572            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
19573 ____________________________________________________________________________
19574 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
19575         Log: Known test failures updates.
19576      Branch: perl
19577            ! pod/perldelta.pod
19578 ____________________________________________________________________________
19579 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
19580         Log: One more nit from mjd.
19581      Branch: perl
19582            ! lib/Tie/File/t/16_handle.t
19583 ____________________________________________________________________________
19584 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
19585         Log: Upgrade to Tie::File 0.17 from mjd.
19586      Branch: perl
19587            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
19588            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19589 ____________________________________________________________________________
19590 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
19591         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
19592              From: Nicholas Clark <nick@unfortu.net>
19593              Date: Mon, 4 Mar 2002 23:33:52 +0000
19594              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
19595      Branch: perl
19596            ! pod/perldelta.pod
19597 ____________________________________________________________________________
19598 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
19599         Log: Escapee.
19600      Branch: perl
19601            ! proto.h
19602 ____________________________________________________________________________
19603 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
19604         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
19605              From: Nicholas Clark <nick@unfortu.net>
19606              Date: Mon, 4 Mar 2002 22:48:38 +0000
19607              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
19608      Branch: perl
19609            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
19610            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
19611            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
19612            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
19613            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
19614            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
19615            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
19616 ____________________________________________________________________________
19617 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
19618         Log: Cleaner.
19619      Branch: perl
19620            ! Makefile.SH
19621 ____________________________________________________________________________
19622 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
19623         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
19624              From: Jeffrey Friedl <jfriedl@yahoo.com>
19625              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
19626              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
19627      Branch: perl
19628            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
19629            ! pod/perlvar.pod
19630 ____________________________________________________________________________
19631 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
19632         Log: More Han tweaks from Autrjius Tang: most importantly,
19633              gbk is identical to cp936, so gbk can be removed and
19634              taken care of by an alias.
19635      Branch: perl
19636            - ext/Encode/Encode/gbk.enc
19637            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19638            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
19639            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
19640            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19641 ____________________________________________________________________________
19642 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
19643         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
19644              From: Nicholas Clark <nick@unfortu.net>
19645              Date: Mon, 4 Mar 2002 22:20:13 +0000
19646              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
19647      Branch: perl
19648            ! pod/perldelta.pod
19649 ____________________________________________________________________________
19650 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
19651         Log: Based on
19652              
19653              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
19654              From: Anton Tagunov <tagunov@motor.ru>
19655              Date: Mon, 4 Mar 2002 21:14:39 +0300
19656              Message-ID: <1814137429.20020304211439@motor.ru>
19657      Branch: perl
19658            ! pod/perlunicode.pod
19659 ____________________________________________________________________________
19660 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
19661         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
19662              From: John Peacock <jpeacock@rowman.com>
19663              Date: Mon, 04 Mar 2002 16:18:42 -0500
19664              Message-ID: <3C83E4B2.3060700@rowman.com>
19665              
19666              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
19667              From: John Peacock <jpeacock@rowman.com>
19668              Date: Mon, 04 Mar 2002 16:42:55 -0500
19669              Message-ID: <3C83EA5F.80303@rowman.com>
19670      Branch: perl
19671            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19672 ____________________________________________________________________________
19673 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
19674         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
19675              From: "Craig A. Berry" <craigberry@mac.com>
19676              Date: Mon, 04 Mar 2002 14:47:59 -0600
19677              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
19678              
19679              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
19680              From: "Craig A. Berry" <craigberry@mac.com>
19681              Date: Mon, 04 Mar 2002 15:04:58 -0600
19682              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
19683      Branch: perl
19684            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
19685 ____________________________________________________________________________
19686 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
19687         Log: metaconfig unit change for #15014.
19688      Branch: metaconfig/U/perl
19689            ! Extensions.U
19690 ____________________________________________________________________________
19691 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
19692         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
19693              of known extensions, where Encode::JP already is.
19694      Branch: perl
19695            ! Configure Porting/config.sh Porting/config_H uconfig.h
19696 ____________________________________________________________________________
19697 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
19698         Log: SJIS, from Dan Kogai.
19699      Branch: perl
19700            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
19701 ____________________________________________________________________________
19702 [ 15012] By: nick                                  on 2002/03/04  17:35:50
19703         Log: Intergrate perlio's Encode/compile
19704      Branch: perl
19705           !> ext/Encode/compile
19706 ____________________________________________________________________________
19707 [ 15011] By: nick                                  on 2002/03/04  17:29:54
19708         Log: Avoid $Id$ cleverness and just have a $VERSION.
19709      Branch: perlio
19710            ! ext/Encode/compile
19711 ____________________________________________________________________________
19712 [ 15010] By: nick                                  on 2002/03/04  17:29:14
19713         Log: Integrate mainline
19714      Branch: perlio
19715           +> lib/Math/BigInt/t/isa.t
19716           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
19717           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
19718           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
19719           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
19720           !> warnings.pl
19721 ____________________________________________________________________________
19722 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
19723         Log: Integrate ext/Encode/compile from perlio.
19724      Branch: perl
19725           !> ext/Encode/compile
19726 ____________________________________________________________________________
19727 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
19728         Log: Integrate perlio:
19729              
19730              [ 15002]
19731              Win32 tweak
19732              
19733              [ 14999]
19734              Win32 hack
19735              
19736              [ 14995]
19737              Remove debugging assert
19738      Branch: perl
19739           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
19740           !> lib/Tie/File/t/16_handle.t
19741 ____________________________________________________________________________
19742 [ 15007] By: nick                                  on 2002/03/04  17:08:17
19743         Log: Integrate mainline
19744      Branch: perlio
19745           !> AUTHORS Changes Porting/Glossary Porting/config.sh
19746           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
19747           !> pod/perltoc.pod
19748 ____________________________________________________________________________
19749 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
19750         Log: A new M::BI test.
19751      Branch: perl
19752            + lib/Math/BigInt/t/isa.t
19753            ! MANIFEST
19754 ____________________________________________________________________________
19755 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
19756         Log: Subject: VMS test and perldelta update
19757              From: "Craig A. Berry" <craigberry@mac.com>
19758              Date: Mon, 04 Mar 2002 11:03:37 -0600
19759              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
19760      Branch: perl
19761            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
19762 ____________________________________________________________________________
19763 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
19764         Log: Needed for threaded builds.
19765      Branch: perl
19766            ! embed.fnc embed.h
19767 ____________________________________________________________________________
19768 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
19769         Log: Subject: [PATCH] taint + deprecated warnings
19770              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19771              Date: Mon, 4 Mar 2002 16:33:23 -0000
19772              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
19773      Branch: perl
19774            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
19775            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
19776            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
19777 ____________________________________________________________________________
19778 [ 15002] By: nick                                  on 2002/03/04  16:19:06
19779         Log: Win32 tweak
19780      Branch: perlio
19781            ! lib/Tie/File/t/16_handle.t
19782 ____________________________________________________________________________
19783 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
19784         Log: Update Changes.
19785      Branch: perl
19786            ! Changes patchlevel.h
19787 ____________________________________________________________________________
19788 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
19789         Log: AUTHORS updates.
19790      Branch: perl
19791            ! AUTHORS
19792 ____________________________________________________________________________
19793 [ 14999] By: nick                                  on 2002/03/04  15:26:43
19794         Log: Win32 hack
19795      Branch: perlio
19796            ! ext/Encode/compile ext/Encode/t/JP.t
19797 ____________________________________________________________________________
19798 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
19799         Log: Encode doc tweak from Autrijus Tang.
19800      Branch: perl
19801            ! ext/Encode/Encode.pm
19802 ____________________________________________________________________________
19803 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
19804         Log: Regen Glossary et al.  (It seems the #14875 didn't
19805              quite work in removing the double-dot?)
19806      Branch: perl
19807            ! Porting/Glossary Porting/config.sh Porting/config_H
19808 ____________________________________________________________________________
19809 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
19810         Log: Regen toc.
19811      Branch: perl
19812            ! pod/perltoc.pod
19813 ____________________________________________________________________________
19814 [ 14995] By: nick                                  on 2002/03/04  14:42:09
19815         Log: Remove debugging assert
19816      Branch: perlio
19817            ! ext/threads/shared/shared.xs
19818 ____________________________________________________________________________
19819 [ 14994] By: nick                                  on 2002/03/04  14:41:54
19820         Log: Integrate mainline
19821      Branch: perlio
19822           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
19823           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19824           !> lib/Tie/File/t/15_pushpop.t util.c
19825 ____________________________________________________________________________
19826 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
19827         Log: Han update from Autrijus Tang. 
19828      Branch: perl
19829            ! ext/Encode/Encode.pm
19830 ____________________________________________________________________________
19831 [ 14992] By: nick                                  on 2002/03/04  14:08:38
19832         Log: Integrate mainline - all tests pass - some noise from threads
19833              av_simple (SuSE7.3).
19834      Branch: perlio
19835           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19836           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19837           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19838           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19839           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19840           +> lib/Tie/File/t/11_rv_splice_rs.t
19841           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19842           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19843           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19844            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19845            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19846            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19847            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19848            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19849            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19850            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19851            - lib/Tie/File/15_pushpop.t
19852           !> (integrate 47 files)
19853 ____________________________________________________________________________
19854 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
19855         Log: Missing MANIFESTations.
19856      Branch: perl
19857            ! MANIFEST
19858 ____________________________________________________________________________
19859 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
19860         Log: Attempt at portability.
19861      Branch: perl
19862            ! util.c
19863 ____________________________________________________________________________
19864 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
19865         Log: Needed by #14985.
19866      Branch: perl
19867            ! embed.h global.sym proto.h
19868 ____________________________________________________________________________
19869 [ 14988] By: ams                                   on 2002/03/04  08:59:27
19870         Log: Upgrade to Tie::File 0.16.
19871      Branch: perl
19872            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19873            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
19874            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19875            ! lib/Tie/File/t/15_pushpop.t
19876 ____________________________________________________________________________
19877 [ 14987] By: ams                                   on 2002/03/04  08:48:11
19878         Log: Subject: [PATCH @14577] perly-fixer
19879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19880              Date: Mon, 4 Mar 2002 02:28:51 -0500
19881              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
19882      Branch: perl
19883            ! Makefile.SH perly.fixer
19884 ____________________________________________________________________________
19885 [ 14986] By: ams                                   on 2002/03/04  08:43:37
19886         Log: Subject: [PATCH @14577] xsubpp
19887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19888              Date: Mon, 4 Mar 2002 02:25:52 -0500
19889              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
19890      Branch: perl
19891            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19892 ____________________________________________________________________________
19893 [ 14985] By: ams                                   on 2002/03/04  08:40:46
19894         Log: Subject: [PATCH @14577] sv_cmp and friends
19895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19896              Date: Mon, 4 Mar 2002 02:31:04 -0500
19897              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
19898      Branch: perl
19899            ! embed.fnc sv.c util.c
19900 ____________________________________________________________________________
19901 [ 14984] By: ams                                   on 2002/03/04  08:16:06
19902         Log: Fix File::Path docs as suggested by Ronald Kimball.
19903      Branch: perl
19904            ! lib/File/Path.pm
19905 ____________________________________________________________________________
19906 [ 14983] By: ams                                   on 2002/03/04  08:11:20
19907         Log: Update perldata fix as suggested by Benjamin Goldberg.
19908      Branch: perl
19909            ! pod/perldata.pod
19910 ____________________________________________________________________________
19911 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
19912         Log: Faulty skip.
19913      Branch: perl
19914            ! ext/DB_File/t/db-recno.t
19915 ____________________________________________________________________________
19916 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
19917         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
19918              From: Anton Tagunov <tagunov@motor.ru>
19919              Date: Mon, 4 Mar 2002 05:41:41 +0300
19920              Message-Id: <7916563907.20020304054141@motor.ru>
19921              
19922              Subject: [ID 20020303.005] Patch perlinicode C API description
19923              From: Anton Tagunov <tagunov@motor.ru>
19924              Date: Mon, 4 Mar 2002 06:08:23 +0300
19925              Message-Id: <2018165510.20020304060823@motor.ru>
19926      Branch: perl
19927            ! lib/utf8.pm pod/perlunicode.pod
19928 ____________________________________________________________________________
19929 [ 14980] By: ams                                   on 2002/03/04  02:19:20
19930         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
19931              From: Anton Tagunov <tagunov@motor.ru>
19932              Date: Mon, 4 Mar 2002 02:17:40 +0300
19933              Message-Id: <1344322124.20020304021740@motor.ru>
19934      Branch: perl
19935            ! pod/perldata.pod
19936 ____________________________________________________________________________
19937 [ 14979] By: ams                                   on 2002/03/04  02:17:54
19938         Log: Subject: RE: [PATCH] RE: DB_File breakage
19939              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19940              Date: Sun, 3 Mar 2002 23:56:31 -0000
19941              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
19942      Branch: perl
19943            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19944            ! ext/DB_File/t/db-recno.t
19945 ____________________________________________________________________________
19946 [ 14978] By: ams                                   on 2002/03/04  02:07:16
19947         Log: Subject: [PATCH] docs for ExtUtils::Manifest
19948              From: Nicholas Clark <nick@unfortu.net>
19949              Date: Sun, 3 Mar 2002 23:29:25 +0000
19950              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
19951      Branch: perl
19952            ! lib/ExtUtils/Manifest.pm
19953 ____________________________________________________________________________
19954 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
19955         Log: Forgot from the M::BI 1.54 update.
19956      Branch: perl
19957            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
19958            ! lib/Math/BigInt/t/upgrade.inc
19959 ____________________________________________________________________________
19960 [ 14976] By: ams                                   on 2002/03/04  02:04:32
19961         Log: Subject: [PATCH] attr
19962              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19963              Date: Sun, 3 Mar 2002 22:09:58 -0000
19964              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
19965      Branch: perl
19966            ! lib/warnings.pm warnings.pl
19967 ____________________________________________________________________________
19968 [ 14975] By: ams                                   on 2002/03/04  02:01:27
19969         Log: Subject: [PATCH] File::Path documentation
19970              From: Colin Meyer <cmeyer@helvella.org>
19971              Date: Sun, 3 Mar 2002 14:54:24 -0800
19972              Message-Id: <20020303145424.A21774@hobart.helvella.org>
19973      Branch: perl
19974            ! lib/File/Path.pm
19975 ____________________________________________________________________________
19976 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
19977         Log: Typo.
19978      Branch: perl
19979            ! lib/Math/BigInt/t/upgrade.t
19980 ____________________________________________________________________________
19981 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
19982         Log: Editing errors.
19983      Branch: perl
19984            ! MANIFEST
19985 ____________________________________________________________________________
19986 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
19987         Log: Upgrade to Math::BigInt 1.54.
19988      Branch: perl
19989            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19990            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19991            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
19992            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
19993            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
19994            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
19995 ____________________________________________________________________________
19996 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
19997         Log: Test tweak from Craig Berry.
19998      Branch: perl
19999            ! lib/Tie/File/t/15_pushpop.t
20000 ____________________________________________________________________________
20001 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
20002         Log: Upgrade to Tie::File 0.15.
20003      Branch: perl
20004            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
20005            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
20006            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
20007            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
20008            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
20009            + lib/Tie/File/t/11_rv_splice_rs.t
20010            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
20011            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
20012            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
20013            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
20014            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
20015            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
20016            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
20017            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
20018            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
20019            - lib/Tie/File/15_pushpop.t
20020            ! MANIFEST lib/Tie/File.pm
20021 ____________________________________________________________________________
20022 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
20023         Log: The EBCDIC gaps apply only to the real A-Z.
20024      Branch: perl
20025            ! ext/B/B/Deparse.pm
20026 ____________________________________________________________________________
20027 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
20028         Log: EBCDIC: deparse \cX correctly.
20029      Branch: perl
20030            ! ext/B/B/Deparse.pm
20031 ____________________________________________________________________________
20032 [ 14967] By: ams                                   on 2002/03/03  18:18:00
20033         Log: Subject: [PATCH] nit in perlsyn.pod
20034              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
20035              Date: Sun, 03 Mar 2002 20:16:10 +0100
20036              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
20037      Branch: perl
20038            ! pod/perlsyn.pod
20039 ____________________________________________________________________________
20040 [ 14966] By: ams                                   on 2002/03/03  18:06:32
20041         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
20042              From: Michael G Schwern <schwern@pobox.com>
20043              Date: Sun, 3 Mar 2002 13:33:28 -0500
20044              Message-Id: <20020303183328.GA3296@blackrider>
20045      Branch: perl
20046            ! utils/h2xs.PL
20047 ____________________________________________________________________________
20048 [ 14965] By: ams                                   on 2002/03/03  18:00:03
20049         Log: Subject: [ PATCH ] HP back to default
20050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20051              Date: Sun, 03 Mar 2002 18:48:34 +0100
20052              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
20053      Branch: perl
20054            ! hints/hpux.sh
20055 ____________________________________________________________________________
20056 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
20057         Log: EBCDIC: special cases of special cases.
20058      Branch: perl
20059            ! t/uni/case.pl
20060 ____________________________________________________________________________
20061 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
20062         Log: EBCDIC: the v-string components cannot exceed 2147483647.
20063      Branch: perl
20064            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
20065 ____________________________________________________________________________
20066 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
20067         Log: Remove the bogus "incorrect case" warning completely.
20068              The problem exists, but the cure, in which ever form
20069              it will be, needs to be something more subtle.
20070      Branch: perl
20071            ! op.c pod/perldiag.pod
20072 ____________________________________________________________________________
20073 [ 14961] By: ams                                   on 2002/03/03  13:39:09
20074         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
20075              From: Mark-Jason Dominus <mjd@plover.com>
20076              Date: Sun, 03 Mar 2002 09:32:16 -0500
20077              Message-Id: <20020303143216.10536.qmail@plover.com>
20078      Branch: perl
20079            ! t/op/tiearray.t
20080 ____________________________________________________________________________
20081 [ 14960] By: nick                                  on 2002/03/03  09:59:59
20082         Log: Integrate mainline
20083      Branch: perlio
20084           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
20085            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
20086            ! ext/Encode/compile
20087           !> (integrate 27 files)
20088 ____________________________________________________________________________
20089 [ 14959] By: ams                                   on 2002/03/03  08:11:34
20090         Log: Fix #14957.
20091      Branch: perl
20092            ! ext/DB_File/t/db-recno.t
20093 ____________________________________________________________________________
20094 [ 14958] By: ams                                   on 2002/03/03  05:51:00
20095         Log: Subject: [PATCH @14577] NL in debugger
20096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20097              Date: Sat, 2 Mar 2002 05:34:12 -0500
20098              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
20099      Branch: perl
20100            ! lib/perl5db.pl
20101 ____________________________________________________________________________
20102 [ 14957] By: ams                                   on 2002/03/03  05:00:04
20103         Log: Subject: Re: DB_File breakage
20104              From: Schuyler Erle <schuyler@oreilly.com>
20105              Date: Sat, 02 Mar 2002 21:50:30 -0800
20106              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
20107      Branch: perl
20108            ! ext/DB_File/t/db-recno.t
20109 ____________________________________________________________________________
20110 [ 14956] By: ams                                   on 2002/03/03  04:40:08
20111         Log: Subject: [PATCH @14577] Debugging OPs
20112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20113              Date: Sat, 2 Mar 2002 05:49:58 -0500
20114              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
20115      Branch: perl
20116            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
20117            ! pod/perlrun.pod sv.h
20118 ____________________________________________________________________________
20119 [ 14955] By: ams                                   on 2002/03/03  04:34:41
20120         Log: Subject: Tie::Array doc patch
20121              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
20122              Date: Sat, 02 Mar 2002 08:42:56 +0900
20123              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
20124      Branch: perl
20125            ! lib/Tie/Array.pm
20126 ____________________________________________________________________________
20127 [ 14954] By: ams                                   on 2002/03/03  04:23:33
20128         Log: Subject: Re: Smoke 14870
20129              From: Nicholas Clark <nick@unfortu.net>
20130              Date: Sat, 2 Mar 2002 20:00:53 +0000
20131              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
20132      Branch: perl
20133            ! README.hpux
20134 ____________________________________________________________________________
20135 [ 14953] By: ams                                   on 2002/03/03  04:15:49
20136         Log: Subject: RE: VERSION core
20137              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20138              Date: Sat, 2 Mar 2002 22:50:44 -0000
20139              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
20140      Branch: perl
20141            ! t/comp/use.t
20142 ____________________________________________________________________________
20143 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
20144         Log: The #14949 removed this error from non-Win32.
20145      Branch: perl
20146            ! t/lib/warnings/op
20147 ____________________________________________________________________________
20148 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
20149         Log: BeOS back on track.
20150      Branch: perl
20151            ! README.beos
20152 ____________________________________________________________________________
20153 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
20154         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
20155              higher is okay.
20156      Branch: perl
20157            ! ext/POSIX/t/posix.t
20158 ____________________________________________________________________________
20159 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
20160         Log: For now, make "incorrect case" a Win32-only warning.
20161      Branch: perl
20162            ! op.c
20163 ____________________________________________________________________________
20164 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
20165         Log: Demand more before attempting socketpair().
20166      Branch: perl
20167            ! pp_sys.c
20168 ____________________________________________________________________________
20169 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
20170         Log: Remove obsolete hack.
20171      Branch: perl
20172            ! makedepend.SH
20173 ____________________________________________________________________________
20174 [ 14946] By: ams                                   on 2002/03/02  16:00:32
20175         Log: Forgot to delete encode.* from MANIFEST.
20176      Branch: perl
20177            ! MANIFEST
20178 ____________________________________________________________________________
20179 [ 14945] By: ams                                   on 2002/03/02  14:41:03
20180         Log: Delete ex-test output.
20181      Branch: perl
20182            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
20183 ____________________________________________________________________________
20184 [ 14944] By: ams                                   on 2002/03/02  13:54:35
20185         Log: Subject: [PATCH] DB_File 1.803
20186              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20187              Date: Sat, 2 Mar 2002 14:33:32 -0000
20188              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
20189      Branch: perl
20190            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20191            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
20192 ____________________________________________________________________________
20193 [ 14943] By: ams                                   on 2002/03/02  13:43:06
20194         Log: Upgrade to Tie::File 0.14.
20195      Branch: perl
20196            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
20197            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
20198            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
20199 ____________________________________________________________________________
20200 [ 14942] By: nick                                  on 2002/03/02  11:05:53
20201         Log: Integrate mainline
20202      Branch: perlio
20203           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
20204           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
20205           +> ext/Encode/t/table.utf8
20206           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
20207           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
20208           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20209           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
20210           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
20211           !> universal.c utils/perldoc.PL
20212 ____________________________________________________________________________
20213 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
20214         Log: More CJK (just C, really) tables from Autrijus Tang
20215              (originally from iconv, used with permission of Bruno Haible)
20216      Branch: perl
20217            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
20218            + ext/Encode/Encode/iso-ir-165.enc
20219            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20220            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
20221            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
20222 ____________________________________________________________________________
20223 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
20224         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
20225              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20226              Date: Fri, 1 Mar 2002 15:32:13 -0500
20227              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
20228      Branch: perl
20229            ! utils/perldoc.PL
20230 ____________________________________________________________________________
20231 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
20232         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
20233              From: Schuyler Erle <schuyler@oreilly.com>
20234              Date: Fri, 01 Mar 2002 14:22:19 -0800
20235              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
20236              
20237              Subject: Re: PATCH: "splice() offset past end of array" warning.
20238              From: Mark-Jason Dominus <mjd@plover.com>
20239              Date: Fri, 01 Mar 2002 17:19:49 -0500
20240              Message-ID: <20020301221949.7610.qmail@plover.com>
20241      Branch: perl
20242            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
20243 ____________________________________________________________________________
20244 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
20245         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
20246              From: Mark-Jason Dominus <mjd@plover.com>
20247              Date: Fri, 01 Mar 2002 18:35:35 -0500
20248              Message-ID: <20020301233535.15969.qmail@plover.com>
20249      Branch: perl
20250            ! av.c
20251 ____________________________________________________________________________
20252 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
20253         Log: Subject: RE: VERSION core
20254              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20255              Date: Fri, 1 Mar 2002 23:47:48 -0000
20256              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
20257      Branch: perl
20258            ! pod/perldiag.pod universal.c
20259 ____________________________________________________________________________
20260 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
20261         Log: Update Changes
20262      Branch: maint-5.6/macperl
20263            ! macos/Changes
20264 ____________________________________________________________________________
20265 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
20266         Log: Fix update to resources
20267      Branch: maint-5.6/macperl
20268            ! macos/macperl/MacPerl.r
20269 ____________________________________________________________________________
20270 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
20271         Log: metaconfig unit change for #14930.
20272      Branch: metaconfig
20273            ! U/modified/Init.U
20274 ____________________________________________________________________________
20275 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
20276         Log: Fix debugger to handle Mac OS psedofiles
20277      Branch: maint-5.6/macperl
20278            ! lib/DB.pm lib/perl5db.pl
20279 ____________________________________________________________________________
20280 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
20281         Log: Various fixes from Thomas Wegner
20282      Branch: maint-5.6/macperl
20283            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
20284 ____________________________________________________________________________
20285 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
20286         Log: Some resource updates
20287      Branch: maint-5.6/macperl
20288            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
20289            ! macos/macperl/MacPerl.rsrc
20290 ____________________________________________________________________________
20291 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
20292         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
20293              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20294              Date: Fri, 01 Mar 2002 09:38:59 -0800
20295              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
20296      Branch: perl
20297            ! Configure
20298 ____________________________________________________________________________
20299 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
20300         Log: Add some missing sfio symbols (Alan Fry)
20301      Branch: maint-5.6/macperl
20302            ! macos/macperl.sym
20303 ____________________________________________________________________________
20304 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
20305         Log: Update version and README
20306      Branch: maint-5.6/macperl
20307            ! README.macos macos/MPVersion.r
20308 ____________________________________________________________________________
20309 [ 14926] By: nick                                  on 2002/03/01  15:56:41
20310         Log: Integrate mainline
20311      Branch: perlio
20312           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
20313           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
20314           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
20315           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
20316           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
20317           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
20318           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
20319           +> lib/Tie/File/13_size_rs.t
20320           !> (integrate 80 files)
20321 ____________________________________________________________________________
20322 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
20323         Log: Better advertising.
20324      Branch: perl
20325            ! pod/perldelta.pod pod/perlfaq5.pod
20326 ____________________________________________________________________________
20327 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
20328         Log: Update Changes.
20329      Branch: perl
20330            ! Changes patchlevel.h
20331 ____________________________________________________________________________
20332 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
20333         Log: Lost in the shuffle.
20334      Branch: perl
20335            + lib/Math/BigInt/t/downgrade.t
20336            ! MANIFEST
20337 ____________________________________________________________________________
20338 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
20339         Log: Advertise Tie::File.
20340      Branch: perl
20341            ! pod/perldelta.pod pod/perlfaq5.pod
20342 ____________________________________________________________________________
20343 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
20344         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
20345              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20346              Date: Thu, 28 Feb 2002 18:55:48 +0100
20347              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
20348      Branch: perl
20349            ! x2p/walk.c
20350 ____________________________________________________________________________
20351 [ 14920] By: ams                                   on 2002/03/01  09:06:01
20352         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
20353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20354              Date: Tue, 26 Feb 2002 19:54:31 -0500
20355              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
20356      Branch: perl
20357            ! embed.fnc ext/B/B/Deparse.pm gv.c
20358 ____________________________________________________________________________
20359 [ 14919] By: ams                                   on 2002/03/01  03:03:12
20360         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
20361      Branch: perl
20362            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
20363            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
20364            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
20365            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
20366            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
20367            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
20368            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
20369 ____________________________________________________________________________
20370 [ 14918] By: ams                                   on 2002/03/01  02:36:58
20371         Log: Add Tie::File 0.12 from MJD.
20372      Branch: perl
20373            + lib/Tie/File.pm lib/Tie/File/01_gen.t
20374            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
20375            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
20376            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
20377            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
20378            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
20379            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
20380            ! MANIFEST
20381 ____________________________________________________________________________
20382 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
20383         Log: Encoding name mapping tweaks.
20384      Branch: perl
20385            ! ext/Encode/Encode.pm
20386 ____________________________________________________________________________
20387 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
20388         Log: metaconfig unit change for #14915.
20389      Branch: metaconfig
20390            ! U/modified/Init.U
20391 ____________________________________________________________________________
20392 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
20393         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
20394              From: Paul_GreenVOS@vos.stratus.com
20395              Date: Thu, 28 Feb 02 15:05 est
20396              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
20397      Branch: perl
20398            ! Configure
20399 ____________________________________________________________________________
20400 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
20401         Log: PL_bostr was pointing to the wrong string
20402              (a string left around from the loading of the Unicode \w)
20403              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
20404              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
20405      Branch: perl
20406            ! regexec.c
20407 ____________________________________________________________________________
20408 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
20409         Log: Sync with libnet-1.10
20410      Branch: perl
20411            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
20412            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
20413            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
20414            ! lib/Net/t/netrc.t
20415 ____________________________________________________________________________
20416 [ 14912] By: ams                                   on 2002/02/28  13:02:50
20417         Log: Subject: [PATCH] perldelta.pod fixes
20418              From: Autrijus Tang <autrijus@autrijus.org>
20419              Date: Thu, 28 Feb 2002 21:44:15 +0800
20420              Message-Id: <20020228134415.GB16422@not.autrijus.org>
20421      Branch: perl
20422            ! pod/perldelta.pod
20423 ____________________________________________________________________________
20424 [ 14911] By: ams                                   on 2002/02/28  11:31:44
20425         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
20426              From: Stas Bekman <stas@stason.org>
20427              Date: Mon, 04 Feb 2002 16:18:53 +0800
20428              Message-Id: <3C7E1E5F.1000605@stason.org>
20429              (Applied by hand).
20430      Branch: perl
20431            ! lib/File/Copy.pm
20432 ____________________________________________________________________________
20433 [ 14910] By: ams                                   on 2002/02/28  11:26:47
20434         Log: Subject: [PATCH lib/Pod/Html.pm]
20435              From: Stas Bekman <stas@stason.org>
20436              Date: Thu, 28 Feb 2002 20:05:01 +0800
20437              Message-Id: <3C7E1CED.7000307@stason.org>
20438      Branch: perl
20439            ! lib/Pod/Html.pm
20440 ____________________________________________________________________________
20441 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
20442         Log: Tests for #14908.
20443      Branch: perl
20444            ! t/op/pat.t
20445 ____________________________________________________________________________
20446 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
20447         Log: Make shared hash keys to be \0-terminated:
20448              one possible resolution for
20449              "UTF-8, weird \w behaviour after HASH-KEY-ification"
20450              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
20451              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
20452              The hash keys weren't \0-terminated.  This meant that the EOL ($)
20453              in regmatch() got the nextchr beyond the last character.  Since
20454              the keys were UTF-8, the nextchr was \1, not the usual
20455              string-terminating \0.  Wham, no match.
20456              
20457              I think another possible resolution could be to stop the nextchr
20458              computation in regmatch() from peeking beyond the last character
20459              of the string:
20460              
20461              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
20462      Branch: perl
20463            ! hv.c hv.h
20464 ____________________________________________________________________________
20465 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
20466         Log: Subject: [PATCH] Perl interface to newIO()
20467              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20468              Date: Wed, 27 Feb 2002 20:15:27 -0800
20469              Message-ID: <f7af8gzkgaET092yn@efn.org>
20470      Branch: perl
20471            ! lib/Symbol.pm
20472 ____________________________________________________________________________
20473 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
20474         Log: The "list" part of
20475              
20476              Subject: [PATCH perlop] .. returns a *list* of *integers*
20477              From: Mike Guy <mjtg@cam.ac.uk>
20478              Date: Tue, 26 Feb 2002 18:30:22 +0000
20479              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
20480              
20481              plus few nits.
20482      Branch: perl
20483            ! pod/perlop.pod
20484 ____________________________________________________________________________
20485 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
20486         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
20487              From: Abe Timmerman <abe@ztreet.demon.nl>
20488              Date: Thu, 28 Feb 2002 00:04:06 +0100
20489              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
20490      Branch: perl
20491            ! lib/File/stat.t
20492 ____________________________________________________________________________
20493 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
20494         Log: Integrate from maintperl.
20495      Branch: maint-5.6/macperl
20496           !> doio.c op.c t/io/open.t t/pragma/strict-subs
20497 ____________________________________________________________________________
20498 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
20499         Log: Upgrade to Math::BigInt 1.53.
20500      Branch: perl
20501            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20502            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20503            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
20504            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
20505            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
20506            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
20507 ____________________________________________________________________________
20508 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
20509         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
20510              From: "Craig A. Berry" <craigberry@mac.com>
20511              Date: Wed, 27 Feb 2002 15:36:38 -0600
20512              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
20513      Branch: perl
20514            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
20515            ! vms/ext/filespec.t
20516 ____________________________________________________________________________
20517 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
20518         Log: Subject: [PATCH] Some minor changes for Cygwin
20519              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
20520              Date: Wed, 27 Feb 2002 22:25:41 +0100
20521              Message-ID: <14296492589.20020227222541@familiehaase.de>
20522      Branch: perl
20523            ! Makefile.SH README.cygwin cygwin/perlld.in
20524 ____________________________________________________________________________
20525 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
20526         Log: Update the UTF-8 explanation table.
20527      Branch: perl
20528            ! pod/perlunicode.pod utf8.h
20529 ____________________________________________________________________________
20530 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
20531         Log: Repatch from Robin Barker: anon subs in C<package;> are
20532              now __ANON__::__ANON__ (should help for mod_perl breakage
20533              since #12251)
20534      Branch: perl
20535            ! gv.c op.c t/op/runlevel.t toke.c
20536 ____________________________________________________________________________
20537 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
20538         Log: Update Changes.
20539      Branch: perl
20540            ! Changes patchlevel.h
20541 ____________________________________________________________________________
20542 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
20543         Log: perldelta updates.
20544      Branch: perl
20545            ! pod/perldelta.pod
20546 ____________________________________________________________________________
20547 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
20548         Log: Signedness nit.
20549      Branch: perl
20550            ! regexec.c
20551 ____________________________________________________________________________
20552 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
20553         Log: Subject: Re: Smoke 14870
20554              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20555              Date: Wed, 27 Feb 2002 16:48:35 +0100
20556              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
20557              
20558              (with some additional garnish)
20559      Branch: perl
20560            ! README.hpux hints/hpux.sh
20561 ____________________________________________________________________________
20562 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
20563         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
20564              into perl.exp in AIX.
20565      Branch: perl
20566            ! makedef.pl perl.h
20567 ____________________________________________________________________________
20568 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
20569         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
20570              From: Robin Barker <rmb1@cise.npl.co.uk>
20571              Date: Wed, 27 Feb 2002 14:39:35 GMT
20572              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
20573      Branch: perl
20574            ! pod/perlrun.pod
20575 ____________________________________________________________________________
20576 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
20577         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
20578              From: Robin Barker <rmb1@cise.npl.co.uk>
20579              Date: Wed, 27 Feb 2002 12:25:30 GMT
20580              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
20581      Branch: perl
20582            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
20583            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
20584            ! pod/perlunicode.pod pod/perluniintro.pod
20585 ____________________________________________________________________________
20586 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
20587         Log: Only modify LD_LIBRARY_PATH in case there are directories.
20588      Branch: perl
20589            ! hints/dec_osf.sh
20590 ____________________________________________________________________________
20591 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
20592         Log: Subject: [PATCH] perl/hints/vos.sh
20593              From: Paul_GreenVOS@vos.stratus.com
20594              Date: Tue, 26 Feb 02 15:19 est
20595              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
20596      Branch: perl
20597            ! hints/vos.sh
20598 ____________________________________________________________________________
20599 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
20600         Log: Forgot from #14888.
20601      Branch: perl
20602            ! ext/Unicode/Normalize/mkheader
20603 ____________________________________________________________________________
20604 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
20605         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
20606      Branch: perl
20607            ! ext/Unicode/Normalize/Changes
20608            ! ext/Unicode/Normalize/Normalize.pm
20609            ! ext/Unicode/Normalize/Normalize.xs
20610            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
20611            ! ext/Unicode/Normalize/t/test.t
20612 ____________________________________________________________________________
20613 [ 14887] By: ams                                   on 2002/02/26  23:51:52
20614         Log: Subject: Missing diagnostics
20615              From: Simon Glover <scog@roe.ac.uk>
20616              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
20617              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
20618              
20619              Subject: [PATCH] Better wording for the lvalue vec diagnostic
20620              From: Simon Glover <scog@roe.ac.uk>
20621              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
20622              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
20623      Branch: perl
20624            ! doop.c pod/perldiag.pod t/op/vec.t
20625 ____________________________________________________________________________
20626 [ 14886] By: ams                                   on 2002/02/26  15:48:34
20627         Log: Subject: [PATCH] Not OK 5.7.2@14884
20628              From: andreas.koenig@anima.de (Andreas J. Koenig)
20629              Date: Tue, 26 Feb 2002 15:03:55 +0100
20630              Message-Id: <m38z9gfigk.fsf@anima.de>
20631      Branch: perl
20632            ! t/lib/access.t
20633 ____________________________________________________________________________
20634 [ 14885] By: nick                                  on 2002/02/26  13:48:55
20635         Log: Integrate mainline
20636      Branch: perlio
20637           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
20638           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
20639           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
20640            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
20641           !> (integrate 102 files)
20642 ____________________________________________________________________________
20643 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
20644         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
20645              1.1999999999999996, or thereabouts (yes, even sprintf).
20646      Branch: perl
20647            ! t/base/num.t
20648 ____________________________________________________________________________
20649 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
20650         Log: Neither.
20651      Branch: perl
20652            ! pod/perldelta.pod
20653 ____________________________________________________________________________
20654 [ 14882] By: ams                                   on 2002/02/26  08:46:55
20655         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
20656              From: Michael G Schwern <schwern@pobox.com>
20657              Date: Tue, 26 Feb 2002 01:01:28 -0500
20658              Message-Id: <20020226060128.GA2439@blackrider>
20659      Branch: perl
20660            ! hv.c pod/perldiag.pod
20661 ____________________________________________________________________________
20662 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
20663         Log: Subject: [PATCH B::Concise] docs, typos
20664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20665              Date: Mon, 25 Feb 2002 16:41:16 +0100
20666              Message-ID: <20020225164116.A1054@rafael>
20667      Branch: perl
20668            ! ext/B/B/Concise.pm
20669 ____________________________________________________________________________
20670 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
20671         Log: POSIX: add isatty to @EXPORT_OK, reformat.
20672      Branch: perl
20673            ! ext/POSIX/POSIX.pm
20674 ____________________________________________________________________________
20675 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
20676         Log: If using -Dloclibpth=... the directories need to
20677              be appended to LD_LIBRARY_PATH (and ickily, if those
20678              directories contain a (newer?) libdb.so, we need to
20679              prepend    /usr/shlib to loclibpth).
20680      Branch: perl
20681            ! hints/dec_osf.sh
20682 ____________________________________________________________________________
20683 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
20684         Log: Subject: [PATCH] Perl interface to newIO()
20685              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
20686              Date: Mon, 25 Feb 2002 15:04:57 -0800
20687              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
20688      Branch: perl
20689            ! lib/Symbol.pm lib/Symbol.t
20690 ____________________________________________________________________________
20691 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
20692         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
20693              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
20694              Date: Mon, 25 Feb 2002 21:58:30 +0100
20695              Message-ID: <20020225215830.A744@rafael>
20696      Branch: perl
20697            ! pod/perlvar.pod
20698 ____________________________________________________________________________
20699 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
20700         Log: Big5 tweaks from Autrijus Tang.
20701      Branch: perl
20702            ! ext/Encode/Encode/big5.enc
20703 ____________________________________________________________________________
20704 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
20705         Log: Subject: [PATCH Glossary configpm] cleanups
20706              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20707              Date: Mon, 25 Feb 2002 23:27:15 +0100
20708              Message-ID: <20020225232715.C744@rafael>
20709      Branch: perl
20710            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
20711 ____________________________________________________________________________
20712 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
20713         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
20714              From: Nicholas Clark <nick@unfortu.net>
20715              Date: Mon, 25 Feb 2002 21:53:24 +0000
20716              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
20717      Branch: perl
20718            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
20719            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
20720            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
20721 ____________________________________________________________________________
20722 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
20723         Log: Upgrade to I18N::LangTags 0.27.
20724              (Causes one flipflop back to perl.com URL, must poke Sean.)
20725      Branch: perl
20726            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20727            ! lib/I18N/LangTags/List.pm
20728 ____________________________________________________________________________
20729 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
20730         Log: Upgrade to Getopt::Long 2.28.
20731      Branch: perl
20732            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
20733            ! lib/Getopt/Long/README
20734 ____________________________________________________________________________
20735 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
20736         Log: No =head.
20737      Branch: perl
20738            ! pod/perlebcdic.pod
20739 ____________________________________________________________________________
20740 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
20741         Log: Update Changes.
20742      Branch: perl
20743            ! Changes patchlevel.h
20744 ____________________________________________________________________________
20745 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
20746         Log: metaconfig unit change for #14868.
20747      Branch: metaconfig
20748            ! U/modified/Chk_MANI.U
20749 ____________________________________________________________________________
20750 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
20751         Log: Some hosts understand split -l 50, some only split -50
20752              (from Paul Eggert).
20753      Branch: perl
20754            ! Configure
20755 ____________________________________________________________________________
20756 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
20757         Log: Subject: Re: [PATCH bleadperl] socketpair.t
20758              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20759              Date: Sun, 24 Feb 2002 10:31:25 +0100
20760              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
20761              
20762              (the pid half only)
20763      Branch: perl
20764            ! win32/win32.c
20765 ____________________________________________________________________________
20766 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
20767         Log: Mention the new pack tricks.
20768      Branch: perl
20769            ! pod/perldelta.pod
20770 ____________________________________________________________________________
20771 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
20772         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
20773              From: Richard.Foley@t-online.de (Richard Foley)
20774              Date: Mon, 25 Feb 2002 13:47:03 +0100
20775              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
20776      Branch: perl
20777            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
20778            ! pod/perldebug.pod pod/perldelta.pod
20779 ____________________________________________________________________________
20780 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
20781         Log: Typo corrections from John P. Linderman.
20782      Branch: perl
20783            ! ext/IPC/SysV/Semaphore.pm
20784 ____________________________________________________________________________
20785 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
20786         Log: Upgrade to Math::BigInt 1.52.
20787      Branch: perl
20788            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20789            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20790            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20791            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
20792            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
20793 ____________________________________________________________________________
20794 [ 14862] By: ams                                   on 2002/02/25  10:39:40
20795         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
20796              From: Robin Barker <rmb1@cise.npl.co.uk>
20797              Date: Mon, 25 Feb 2002 11:35:06 GMT
20798              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
20799              
20800              Subject: [PATCH Net/Cmd.pm]
20801              From: Robin Barker <rmb1@cise.npl.co.uk>
20802              Date: Mon, 25 Feb 2002 11:37:06 GMT
20803              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
20804      Branch: perl
20805            ! lib/Cwd.pm lib/Net/Cmd.pm
20806 ____________________________________________________________________________
20807 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
20808         Log: Cut-and-paste errors.
20809      Branch: perl
20810            ! t/op/pat.t
20811 ____________________________________________________________________________
20812 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
20813         Log: EBCDIC: the control characters are not that easy to find.
20814      Branch: perl
20815            ! t/op/pat.t
20816 ____________________________________________________________________________
20817 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
20818         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
20819              From: John Peacock <jpeacock@rowman.com>
20820              Date: Sun, 24 Feb 2002 22:08:28 -0500
20821              Message-ID: <3C79AAAC.6060903@rowman.com>
20822      Branch: perl
20823            ! sv.c
20824 ____________________________________________________________________________
20825 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
20826         Log: SvSetSV() is not returnable, but that's okay since
20827              sv_copypv() returns void.
20828      Branch: perl
20829            ! sv.c
20830 ____________________________________________________________________________
20831 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
20832         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
20833              From: John Peacock <jpeacock@rowman.com>                 
20834              Date: Sun, 24 Feb 2002 16:40:07 -0500
20835              Message-ID: <3C795DB7.40105@rowman.com>               
20836      Branch: perl
20837            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
20838            ! pp_hot.c proto.h sv.c
20839 ____________________________________________________________________________
20840 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
20841         Log: Tiny code cleanup.
20842      Branch: perl
20843            ! regexec.c
20844 ____________________________________________________________________________
20845 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
20846         Log: Use to_uni_fold().
20847      Branch: perl
20848            ! regcomp.c
20849 ____________________________________________________________________________
20850 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
20851         Log: Document the new taint behaviour of exec LIST and
20852              system LIST.
20853      Branch: perl
20854            ! pod/perldelta.pod
20855 ____________________________________________________________________________
20856 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
20857         Log: Subject: [PATCH] Re: taint news
20858              From: Rick Delaney <rick.delaney@rogers.com>             
20859              Date: 24 Feb 2002 11:35:00 -0500
20860              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
20861      Branch: perl
20862            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
20863 ____________________________________________________________________________
20864 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
20865         Log: EBCDIC tweak (native instead of uni) and comment update.
20866      Branch: perl
20867            ! regexec.c
20868 ____________________________________________________________________________
20869 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
20870         Log: Using uninitialized (and wrong) variables is not good.
20871      Branch: perl
20872            ! regcomp.c
20873 ____________________________________________________________________________
20874 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
20875         Log: EBCDIC: this seems to calm the last of the
20876              Malformed UTF-8 warnings.
20877      Branch: perl
20878            ! regcomp.c utf8.c
20879 ____________________________________________________________________________
20880 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
20881         Log: EBCDIC: document using Encode for character conversions.
20882      Branch: perl
20883            ! pod/perlebcdic.pod
20884 ____________________________________________________________________________
20885 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
20886         Log: EBCDIC: disable also Unicode::Collate and
20887              Unicode::Normalize for now.  Real users of
20888              EBCDIC have to decide what they want.
20889      Branch: perl
20890            ! ext/Unicode/Normalize/Normalize.pm
20891            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20892            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
20893            ! lib/Unicode/Collate/t/test.t
20894 ____________________________________________________________________________
20895 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
20896         Log: AUTHORS updates.
20897      Branch: perl
20898            ! AUTHORS
20899 ____________________________________________________________________________
20900 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
20901         Log: Retract #14571: there may be a better solution than
20902              tweaking the test.
20903      Branch: perl
20904            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20905 ____________________________________________________________________________
20906 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
20907         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
20908              From: "Craig A. Berry" <craigberry@mac.com> 
20909              Date: Sat, 23 Feb 2002 14:14:35 -0600
20910              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
20911      Branch: perl
20912            ! configure.com
20913 ____________________________________________________________________________
20914 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
20915         Log: metaconfig unit change for #14843.
20916      Branch: metaconfig/U/perl
20917            ! Extensions.U
20918 ____________________________________________________________________________
20919 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
20920         Log: Also Encode/JP needs to be listed explicitly.
20921              (Any other sub-Encode extensions?)
20922      Branch: perl
20923            ! Configure
20924 ____________________________________________________________________________
20925 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
20926         Log: Document known UNICOS/mk deficiency.
20927      Branch: perl
20928            ! pod/perldelta.pod
20929 ____________________________________________________________________________
20930 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
20931         Log: Subject: [PATCH] README mention version 5.0
20932              From: Autrijus Tang <autrijus@autrijus.org>
20933              Date: Sat, 23 Feb 2002 09:35:22 +0800
20934              Message-ID: <20020223013522.GA8694@not.autrijus.org>
20935      Branch: perl
20936            ! README
20937 ____________________________________________________________________________
20938 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
20939         Log: metaconfig unit change for #14839.
20940      Branch: metaconfig
20941            ! U/modified/Signal.U
20942 ____________________________________________________________________________
20943 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
20944         Log: Old hosts like NeXT Classic don't have sort -k,
20945              from Paul Eggert.
20946      Branch: perl
20947            ! Configure
20948 ____________________________________________________________________________
20949 [ 14838] By: ams                                   on 2002/02/22  21:14:29
20950         Log: Minor clarifications as suggested by Anton Tagunov.
20951      Branch: perl
20952            ! pod/perlsyn.pod
20953 ____________________________________________________________________________
20954 [ 14837] By: ams                                   on 2002/02/22  21:07:02
20955         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
20956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20957              Date: Fri, 22 Feb 2002 23:01:07 +0100
20958              Message-Id: <20020222230107.A15069@rafael>
20959      Branch: perl
20960            ! sv.c t/op/gv.t
20961 ____________________________________________________________________________
20962 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
20963         Log: metaconfig unit change for #14835.
20964      Branch: metaconfig
20965            ! U/modified/Chk_MANI.U
20966 ____________________________________________________________________________
20967 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
20968         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
20969      Branch: perl
20970            ! Configure
20971 ____________________________________________________________________________
20972 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
20973         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
20974              From: Michael G Schwern <schwern@pobox.com>
20975              Date: Fri, 22 Feb 2002 12:10:28 -0500
20976              Message-ID: <20020222171027.GB4181@blackrider>
20977      Branch: perl
20978            ! ext/Encode/compile
20979 ____________________________________________________________________________
20980 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
20981         Log: Update Changes.
20982      Branch: perl
20983            ! Changes patchlevel.h
20984 ____________________________________________________________________________
20985 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
20986         Log: Implement IV/UV/NV/long double pack/unpack with
20987              template letters j/J/F/D (the latter two have been
20988              undocumented aliases of f/d).
20989      Branch: perl
20990            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
20991 ____________________________________________________________________________
20992 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
20993         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20994              From: Nicholas Clark <nick@unfortu.net>
20995              Date: Fri, 22 Feb 2002 14:01:25 +0000
20996              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
20997      Branch: perl
20998            ! ext/Encode/compile
20999 ____________________________________________________________________________
21000 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
21001         Log: NetWare change from Ananth Kesari.
21002      Branch: perl
21003            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
21004            ! MANIFEST
21005 ____________________________________________________________________________
21006 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
21007         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
21008              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21009              Date: Fri, 22 Feb 2002 03:55:13 -0500
21010              Message-ID: <20020222035513.A894@math.ohio-state.edu>
21011      Branch: perl
21012            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
21013 ____________________________________________________________________________
21014 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
21015         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
21016      Branch: perl
21017            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
21018 ____________________________________________________________________________
21019 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
21020         Log: Make measure_struct a file static.
21021      Branch: perl
21022            ! pp_pack.c
21023 ____________________________________________________________________________
21024 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
21025         Log: EBCDIC: someone who knows what they are doing
21026              and whether it is possible at all in the first
21027              place needs to figure these tests out on EBCDIC.
21028              The CJK encodings heavily abuse their knowledge
21029              of ASCII and that may require a translation layer
21030              or four to survive UTF-EBCDIC.
21031      Branch: perl
21032            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
21033 ____________________________________________________________________________
21034 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
21035         Log: croak() needs context.
21036      Branch: perl
21037            ! pp_pack.c
21038 ____________________________________________________________________________
21039 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
21040         Log: Subject: [PATCH @14577] pack with a human face: the sequel
21041              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21042              Date: Thu, 21 Feb 2002 21:33:37 -0500
21043              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
21044      Branch: perl
21045            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
21046            ! proto.h t/op/pack.t
21047 ____________________________________________________________________________
21048 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
21049         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
21050              From: Nicholas Clark <nick@unfortu.net> 
21051              Date: Fri, 22 Feb 2002 00:49:44 +0000
21052              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
21053      Branch: perl
21054            ! ext/Encode/compile
21055 ____________________________________________________________________________
21056 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
21057         Log: Test for #14795.
21058      Branch: perl
21059            ! t/op/pat.t
21060 ____________________________________________________________________________
21061 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
21062         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
21063      Branch: perl
21064            ! t/op/pat.t
21065 ____________________________________________________________________________
21066 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
21067         Log: Subject: [PATCH] next batch of bugfixes
21068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21069              Date: Thu, 21 Feb 2002 23:54:41 +0100
21070              Message-ID: <20020221235441.A17260@rafael>
21071      Branch: perl
21072            ! ext/B/B/Deparse.pm
21073 ____________________________________________________________________________
21074 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
21075         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
21076              From: chromatic <chromatic@rmci.net>
21077              Date: Thu, 21 Feb 2002 14:17:35 -0700
21078              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
21079      Branch: perl
21080            ! lib/File/stat.pm lib/File/stat.t
21081 ____________________________________________________________________________
21082 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
21083         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
21084      Branch: perl
21085            ! ext/re/re.xs
21086 ____________________________________________________________________________
21087 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
21088         Log: Upgrade to Math::BigInt 1.51.
21089      Branch: perl
21090            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
21091            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
21092            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
21093            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
21094            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
21095            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
21096            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
21097            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
21098            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
21099            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
21100            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
21101            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
21102 ____________________________________________________________________________
21103 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
21104         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
21105              From: "Gerrit P. Haase" <gp@familiehaase.de>
21106              Date: Thu, 21 Feb 2002 21:20:25 +0100
21107              Message-ID: <69510538936.20020221212025@familiehaase.de>
21108      Branch: perl
21109            ! Makefile.SH
21110 ____________________________________________________________________________
21111 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
21112         Log: Subject: [PATCH @14577] grouping in pack/unpack
21113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21114              Date: Thu, 21 Feb 2002 06:06:14 -0500
21115              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
21116      Branch: perl
21117            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
21118            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
21119 ____________________________________________________________________________
21120 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
21121         Log: Subject: [PATCH propose] question about fs.t
21122              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
21123              Date: Thu, 21 Feb 2002 15:10:21 +0100
21124              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
21125      Branch: perl
21126            ! t/io/fs.t
21127 ____________________________________________________________________________
21128 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
21129         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
21130              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
21131              Date: Thu, 21 Feb 2002 09:54:28 +0100
21132              Message-ID: <13576559576.20020221095428@familiehaase.de>     
21133      Branch: perl
21134            ! Makefile.SH
21135 ____________________________________________________________________________
21136 [ 14812] By: ams                                   on 2002/02/21  14:59:09
21137         Log: Subject: typo correction
21138              From: mjd@plover.com
21139              Date: 21 Feb 2002 15:43:49 -0000
21140              Message-Id: <20020221154349.22772.qmail@plover.com>
21141      Branch: perl
21142            ! pod/perldebug.pod
21143 ____________________________________________________________________________
21144 [ 14811] By: ams                                   on 2002/02/21  14:02:12
21145         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
21146              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21147              Date: Thu, 21 Feb 2002 15:22:22 +0100
21148              Message-Id: <20020221152222.A15095@rafael>
21149      Branch: perl
21150            ! op.h toke.c
21151 ____________________________________________________________________________
21152 [ 14810] By: ams                                   on 2002/02/21  12:45:28
21153         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
21154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21155              Date: Thu, 21 Feb 2002 06:02:48 -0500
21156              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
21157      Branch: perl
21158            ! lib/ExtUtils/Mksymlists.pm makedef.pl
21159 ____________________________________________________________________________
21160 [ 14809] By: nick                                  on 2002/02/21  09:31:08
21161         Log: Integrate mainline
21162      Branch: perlio
21163           +> lib/Pod/t/Select.t
21164           !> (integrate 37 files)
21165 ____________________________________________________________________________
21166 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
21167         Log: metaconfig unit change for #14807.
21168      Branch: metaconfig
21169            ! U/modified/Signal.U
21170 ____________________________________________________________________________
21171 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
21172         Log: Revert #14805, didn't quite work.
21173      Branch: perl
21174            ! Configure config_h.SH
21175 ____________________________________________________________________________
21176 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
21177         Log: metaconfig changes for #14805.
21178      Branch: metaconfig
21179            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
21180 ____________________________________________________________________________
21181 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
21182         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
21183              From: Paul Eggert <eggert@twinsun.com>
21184              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
21185              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
21186      Branch: perl
21187            ! Configure config_h.SH
21188 ____________________________________________________________________________
21189 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
21190         Log: More advice.
21191      Branch: perl
21192            ! README.os390
21193 ____________________________________________________________________________
21194 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
21195         Log: Missing MANIFESTation.
21196      Branch: perl
21197            ! MANIFEST
21198 ____________________________________________________________________________
21199 [ 14802] By: ams                                   on 2002/02/20  22:55:25
21200         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
21201              From: Autrijus Tang <autrijus@autrijus.org>
21202              Date: Thu, 21 Feb 2002 07:13:12 +0800
21203              Message-Id: <20020220231312.GA775@not.autrijus.org>
21204      Branch: perl
21205            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
21206 ____________________________________________________________________________
21207 [ 14801] By: ams                                   on 2002/02/20  22:27:20
21208         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
21209              From: Abe Timmerman <abe@ztreet.demon.nl>
21210              Date: Thu, 21 Feb 2002 00:20:40 +0100
21211              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
21212      Branch: perl
21213            + lib/Pod/t/Select.t
21214 ____________________________________________________________________________
21215 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
21216         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
21217              twice, causing the loop to skip every other character.
21218      Branch: perl
21219            ! utf8.c
21220 ____________________________________________________________________________
21221 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
21222         Log: Better debugging info.
21223      Branch: perl
21224            ! t/uni/case.pl
21225 ____________________________________________________________________________
21226 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
21227         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
21228              From: Nicholas Clark <nick@unfortu.net>
21229              Date: Wed, 20 Feb 2002 22:13:05 +0000
21230              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
21231      Branch: perl
21232            ! ext/Encode/compile
21233 ____________________________________________________________________________
21234 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
21235         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
21236              From: Paul Eggert <eggert@twinsun.com>
21237              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
21238              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
21239      Branch: perl
21240            ! pod/perlhack.pod
21241 ____________________________________________________________________________
21242 [ 14796] By: nick                                  on 2002/02/20  18:15:00
21243         Log: Integrate mainline
21244      Branch: perlio
21245           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21246           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
21247           +> lib/Locale/Country.pod lib/Locale/Currency.pod
21248           +> lib/Locale/Language.pod lib/Locale/Script.pm
21249           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
21250           +> t/uni/title.t t/uni/upper.t
21251           !> (integrate 41 files)
21252 ____________________________________________________________________________
21253 [ 14795] By: ams                                   on 2002/02/20  17:08:38
21254         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
21255              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21256              Date: Wed, 20 Feb 2002 18:06:59 +0000
21257              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
21258      Branch: perl
21259            ! pp_ctl.c
21260 ____________________________________________________________________________
21261 [ 14794] By: ams                                   on 2002/02/20  16:41:56
21262         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
21263              From: Paul_GreenVOS@vos.stratus.com
21264              Date: Wed, 20 Feb 02 12:21 est
21265              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
21266      Branch: perl
21267            ! Makefile.SH
21268 ____________________________________________________________________________
21269 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
21270         Log: Forgot from #14790.
21271      Branch: perl
21272            ! pp_pack.c
21273 ____________________________________________________________________________
21274 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
21275         Log: Update Changes.
21276      Branch: perl
21277            ! Changes patchlevel.h
21278 ____________________________________________________________________________
21279 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
21280         Log: Integrate change #14778 from maintperl;
21281              
21282              constant folding on the range operator had the effect of disabling
21283              peephole optimizations in all the siblings of the range OP; the
21284              effect of this was that barewords could escape strictures when
21285              they were hiding in such places
21286      Branch: perl
21287            ! t/lib/strict/subs
21288           !> op.c
21289 ____________________________________________________________________________
21290 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
21291         Log: Subject: Re: [ID 20020220.001] pack w with objects
21292              From: Ulrich Pfeifer <upf@de.uu.net>
21293              Date: 20 Feb 2002 11:21:15 +0100
21294              Message-ID: <p5g03wcv38.fsf@de.uu.net>
21295      Branch: perl
21296            ! t/op/pack.t
21297 ____________________________________________________________________________
21298 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
21299         Log: Subject: Re: [PATCH] go faster for Encode's compile
21300              From: Nicholas Clark <nick@unfortu.net> 
21301              Date: Tue, 19 Feb 2002 23:38:36 +0000
21302              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
21303      Branch: perl
21304            ! ext/Encode/compile
21305 ____________________________________________________________________________
21306 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
21307         Log: Regen Glossary.
21308      Branch: perl
21309            ! Porting/Glossary Porting/config.sh Porting/config_H
21310 ____________________________________________________________________________
21311 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
21312         Log: metaconfig unit change for #14786 (not visible yet,
21313              since Glossary needs regenerating)
21314      Branch: metaconfig
21315            ! U/compline/d_gconvert.U
21316 ____________________________________________________________________________
21317 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
21318         Log: Subject: d_Gconvert hints and Glossary
21319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21320              Date: Tue, 19 Feb 2002 11:55:36 -0800
21321              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
21322      Branch: perl
21323            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
21324            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
21325            ! hints/svr5.sh
21326 ____________________________________________________________________________
21327 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
21328         Log: metaconfig unit changes for #14784.
21329      Branch: metaconfig
21330            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
21331 ____________________________________________________________________________
21332 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
21333         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
21334              From: Paul Eggert <eggert@twinsun.com>              
21335              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
21336              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
21337      Branch: perl
21338            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
21339            ! pod/perlhack.pod
21340 ____________________________________________________________________________
21341 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
21342         Log: metaconfig unit change for #14782.
21343      Branch: metaconfig/U/perl
21344            ! Mksymlinks.U
21345 ____________________________________________________________________________
21346 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
21347         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
21348              From: "Gerrit P. Haase" <gp@familiehaase.de>
21349              Date: Wed, 20 Feb 2002 00:23:29 +0100
21350              Message-ID: <70348722516.20020220002329@familiehaase.de>
21351      Branch: perl
21352            ! Configure
21353 ____________________________________________________________________________
21354 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
21355         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
21356              From: Nicholas Clark <nick@unfortu.net> 
21357              Date: Tue, 19 Feb 2002 19:27:42 +0000
21358              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
21359              
21360              (with modifications)
21361      Branch: perl
21362            ! pod/perlsub.pod
21363 ____________________________________________________________________________
21364 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
21365         Log: NetWare tweak from Ananth Kesari.
21366      Branch: perl
21367            ! lib/ExtUtils/MakeMaker.pm
21368 ____________________________________________________________________________
21369 [ 14779] By: ams                                   on 2002/02/20  06:51:55
21370         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
21371      Branch: perl
21372            ! pod/perlfaq4.pod
21373 ____________________________________________________________________________
21374 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
21375         Log: constant folding on the range operator had the effect of disabling
21376              peephole optimizations in all the siblings of the range OP; the
21377              effect of this was that barewords could escape strictures when
21378              they were hiding in such places
21379      Branch: maint-5.6/perl
21380            ! op.c t/pragma/strict-subs
21381 ____________________________________________________________________________
21382 [ 14777] By: ams                                   on 2002/02/20  00:56:21
21383         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
21384              From: Graham Barr <gbarr@pobox.com>
21385              Date: Tue, 19 Feb 2002 23:08:47 +0000
21386              Message-Id: <20020219230847.G66560@pobox.com>
21387      Branch: perl
21388            ! lib/Time/Local.pm
21389 ____________________________________________________________________________
21390 [ 14776] By: ams                                   on 2002/02/19  17:20:28
21391         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
21392              From: Nicholas Clark <nick@unfortu.net>
21393              Date: Tue, 19 Feb 2002 16:23:22 +0000
21394              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
21395      Branch: perl
21396            ! lib/Tie/Hash.pm
21397 ____________________________________________________________________________
21398 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
21399         Log: Regen doc, regen toc.
21400      Branch: perl
21401            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
21402 ____________________________________________________________________________
21403 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
21404         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
21405              From: Dave Mitchell <davem@fdgroup.co.uk>
21406              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
21407              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
21408      Branch: perl
21409            ! pod/perlsub.pod
21410 ____________________________________________________________________________
21411 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
21412         Log: Detypo.
21413      Branch: perl
21414            ! lib/Tie/Memoize.pm
21415 ____________________________________________________________________________
21416 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
21417         Log: UTF-8 C API doc tweaks.
21418      Branch: perl
21419            ! pod/perlunicode.pod
21420 ____________________________________________________________________________
21421 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
21422         Log: Mention that the case-switchers know about Unicode, too.
21423      Branch: perl
21424            ! pod/perlop.pod
21425 ____________________________________________________________________________
21426 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
21427         Log: Upgrade to Locale::Codes 2.01.
21428      Branch: perl
21429            + lib/Locale/Constants.pod lib/Locale/Country.pod
21430            + lib/Locale/Currency.pod lib/Locale/Language.pod
21431            + lib/Locale/Script.pod
21432            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21433            ! lib/Locale/Constants.pm lib/Locale/Country.pm
21434            ! lib/Locale/Currency.pm lib/Locale/Language.pm
21435            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
21436 ____________________________________________________________________________
21437 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
21438         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
21439              From: Dave Mitchell <davem@fdgroup.co.uk>
21440              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
21441              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
21442      Branch: perl
21443            ! pod/perlsub.pod
21444 ____________________________________________________________________________
21445 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
21446         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
21447              From: Sam Tregar <sam@tregar.com> 
21448              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
21449              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
21450      Branch: perl
21451            ! sv.h
21452 ____________________________________________________________________________
21453 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
21454         Log: The test requires perlio.
21455      Branch: perl
21456            ! ext/Encode/t/JP.t
21457 ____________________________________________________________________________
21458 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
21459         Log: Misplaced block end.
21460      Branch: perl
21461            ! utf8.c
21462 ____________________________________________________________________________
21463 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
21464         Log: The POSIX extensions are deadly.
21465      Branch: perl
21466            ! regcomp.c
21467 ____________________________________________________________________________
21468 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
21469         Log: Let's not overdo the growth.
21470      Branch: perl
21471            ! pp.c
21472 ____________________________________________________________________________
21473 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
21474         Log: Third time makes the charm.
21475      Branch: perl
21476            ! README.os390
21477 ____________________________________________________________________________
21478 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
21479         Log: Oops.
21480      Branch: perl
21481            ! utf8.c
21482 ____________________________________________________________________________
21483 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
21484         Log: Add back the new casing tests.
21485      Branch: perl
21486            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21487            ! MANIFEST
21488 ____________________________________________________________________________
21489 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
21490         Log: Prefer special case mappings.
21491      Branch: perl
21492            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
21493            ! lib/unicore/To/Upper.pl lib/unicore/mktables
21494 ____________________________________________________________________________
21495 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
21496         Log: Try special casing first.
21497      Branch: perl
21498            ! utf8.c
21499 ____________________________________________________________________________
21500 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
21501         Log: Not extending enough.
21502      Branch: perl
21503            ! pp.c utf8.h
21504 ____________________________________________________________________________
21505 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
21506         Log: No need to store identity mappings.
21507      Branch: perl
21508            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
21509            ! lib/unicore/mktables
21510 ____________________________________________________________________________
21511 [ 14756] By: ams                                   on 2002/02/18  20:21:17
21512         Log: Forward port #14704 from maint-5.6.
21513      Branch: perl
21514            ! doio.c
21515 ____________________________________________________________________________
21516 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
21517         Log: Regen Changes.
21518      Branch: perl
21519            ! Changes
21520 ____________________________________________________________________________
21521 [ 14754] By: ams                                   on 2002/02/18  19:01:09
21522         Log: Subject: [PATCH] VMS cando_by_name and current process privs
21523              From: "Craig A. Berry" <craigberry@mac.com>
21524              Date: Mon, 18 Feb 2002 14:03:30 -0600
21525              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
21526      Branch: perl
21527            ! vms/vms.c
21528 ____________________________________________________________________________
21529 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
21530         Log: Update Changes.
21531      Branch: perl
21532            ! Changes patchlevel.h
21533 ____________________________________________________________________________
21534 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
21535         Log: What do you know; these tests unearthed nasty problems.
21536              Will resolve those first.
21537      Branch: perl
21538            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21539            ! MANIFEST
21540 ____________________________________________________________________________
21541 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
21542         Log: Update Changes.
21543      Branch: perl
21544            ! Changes patchlevel.h
21545 ____________________________________________________________________________
21546 [ 14750] By: ams                                   on 2002/02/18  17:36:05
21547         Log: Subject: Re: IO::Poll: Removing Handles
21548              From: Matthew Sachs <matthewg@zevils.com>
21549              Date: Mon, 18 Feb 2002 13:19:01 -0500
21550              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
21551      Branch: perl
21552            ! ext/IO/lib/IO/t/io_poll.t
21553 ____________________________________________________________________________
21554 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
21555         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
21556              From: "Craig A. Berry" <craigberry@mac.com>
21557              Date: Mon, 18 Feb 2002 11:52:21 -0600
21558              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
21559      Branch: perl
21560            ! t/op/alarm.t t/op/glob.t
21561 ____________________________________________________________________________
21562 [ 14748] By: ams                                   on 2002/02/18  15:53:36
21563         Log: s/load_module/Perl_load_module/
21564      Branch: perl
21565            ! gv.c
21566 ____________________________________________________________________________
21567 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
21568         Log: Unused in ASCII, used in EBCDIC.
21569      Branch: perl
21570            ! utf8.c
21571 ____________________________________________________________________________
21572 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
21573         Log: Upgrade to Locale::Codes 2.00.
21574      Branch: perl
21575            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21576            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
21577            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
21578            ! lib/Locale/Constants.pm lib/Locale/Country.pm
21579            ! lib/Locale/Currency.pm lib/Locale/Language.pm
21580 ____________________________________________________________________________
21581 [ 14745] By: ams                                   on 2002/02/18  15:20:44
21582         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
21583              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21584              Date: Sat, 16 Feb 2002 00:06:01 +0100
21585              Message-Id: <20020216000601.A17249@rafael>
21586      Branch: perl
21587            ! gv.c
21588 ____________________________________________________________________________
21589 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
21590         Log: More Unicode casing checks.
21591      Branch: perl
21592            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21593            ! MANIFEST
21594 ____________________________________________________________________________
21595 [ 14743] By: ams                                   on 2002/02/18  14:35:38
21596         Log: Subject: IO::Poll: Removing Handles
21597              From: Matthew Sachs <matthewg@zevils.com>
21598              Date: Sun, 17 Feb 2002 04:49:46 -0500
21599              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
21600      Branch: perl
21601            ! ext/IO/lib/IO/Poll.pm
21602 ____________________________________________________________________________
21603 [ 14741] By: ams                                   on 2002/02/18  13:59:48
21604         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
21605              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21606              Date: Mon, 18 Feb 2002 15:41:26 +0100
21607              Message-Id: <20020218154126.A692@rafael>
21608      Branch: perl
21609            ! pp_ctl.c t/op/do.t
21610 ____________________________________________________________________________
21611 [ 14740] By: nick                                  on 2002/02/18  09:09:23
21612         Log: Integrate mainline
21613      Branch: perlio
21614           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
21615           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
21616           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
21617           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
21618           +> ext/Encode/lib/Encode/JP/Constants.pm
21619           +> ext/Encode/lib/Encode/JP/H2Z.pm
21620           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
21621           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
21622           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
21623           +> os2/OS2/Process/t/os2_process.t
21624           +> os2/OS2/Process/t/os2_process_kid.t
21625           +> os2/OS2/Process/t/os2_process_text.t
21626            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21627            - ext/Encode/t/Japanese.t
21628           !> (integrate 47 files)
21629 ____________________________________________________________________________
21630 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
21631         Log: EBCDIC: now the worst seems to be over for
21632              the "Malformed" warnings.  Still a few of them,
21633              and plenty of test failures, but getting better.
21634      Branch: perl
21635            ! regcomp.c utf8.c
21636 ____________________________________________________________________________
21637 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
21638         Log: Upgrade to Net::Ping 2.12.
21639      Branch: perl
21640            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21641            ! lib/Net/Ping/t/110_icmp_inst.t
21642 ____________________________________________________________________________
21643 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
21644         Log: After much rewriting we are now pretty much
21645              back to where we started.
21646      Branch: perl
21647            ! utf8.c
21648 ____________________________________________________________________________
21649 [ 14736] By: ams                                   on 2002/02/18  01:23:00
21650         Log: Subject: [PATCH B::Deparse] two fixes
21651              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21652              Date: Sun, 17 Feb 2002 23:58:59 +0100
21653              Message-Id: <20020217235859.A32513@rafael>
21654      Branch: perl
21655            ! ext/B/B/Deparse.pm
21656 ____________________________________________________________________________
21657 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
21658         Log: Buglet.
21659      Branch: perl
21660            ! ext/Encode/lib/Encode/JP/JIS.pm
21661 ____________________________________________________________________________
21662 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
21663         Log: Clearing up to_utf8_case() continues: this time use
21664              a single return, and EBCDICification for all paths.
21665      Branch: perl
21666            ! utf8.c
21667 ____________________________________________________________________________
21668 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
21669         Log: Small tweaks to get the test running (fix @INC and
21670              do not overwrite the table.utf8 and table.rnd).
21671      Branch: perl
21672            ! ext/Encode/t/JP.t
21673 ____________________________________________________________________________
21674 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
21675         Log: Tiny tweak.
21676      Branch: perl
21677            ! utf8.c
21678 ____________________________________________________________________________
21679 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
21680         Log: Redundant casts.
21681      Branch: perl
21682            ! utf8.c
21683 ____________________________________________________________________________
21684 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
21685         Log: More filename portability tips.
21686      Branch: perl
21687            ! pod/perlport.pod
21688 ____________________________________________________________________________
21689 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
21690         Log: FAQ sync.
21691      Branch: perl
21692            ! pod/perlfaq3.pod pod/perlfaq5.pod
21693 ____________________________________________________________________________
21694 [ 14728] By: ams                                   on 2002/02/17  16:15:09
21695         Log: Subject: podlators 1.21 released
21696              From: Russ Allbery <rra@stanford.edu>
21697              Date: Sat, 16 Feb 2002 21:42:56 -0800
21698              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
21699      Branch: perl
21700            ! lib/Pod/Text/Overstrike.pm
21701 ____________________________________________________________________________
21702 [ 14727] By: sky                                   on 2002/02/17  11:36:52
21703         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
21704              From: Autrijus Tang <autrijus@autrijus.org>
21705              Date: Sun, 17 Feb 2002 19:46:47 +0800
21706              Message-ID: <20020217194647.A1410@not.autrijus.org>
21707      Branch: perl
21708            ! pp_ctl.c t/op/tiehandle.t util.c
21709 ____________________________________________________________________________
21710 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
21711         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
21712              input in native code points, not Unicode.
21713      Branch: perl
21714            ! utf8.c
21715 ____________________________________________________________________________
21716 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
21717         Log: Regen Glossary.
21718      Branch: perl
21719            ! Porting/Glossary Porting/config.sh Porting/config_H
21720 ____________________________________________________________________________
21721 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
21722         Log: The #14715 and #14716 were okay: they just revealed
21723              a bug in the EXACTF matching.
21724      Branch: perl
21725            ! regexec.c utf8.c
21726 ____________________________________________________________________________
21727 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
21728         Log: Retreat, retreat! (retract #14715 and #14716)
21729      Branch: perl
21730            ! utf8.c
21731 ____________________________________________________________________________
21732 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
21733         Log: Encode 0.40, from Dan Kogai.
21734      Branch: perl
21735            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
21736            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
21737            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
21738            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
21739            + ext/Encode/lib/Encode/JP/Constants.pm
21740            + ext/Encode/lib/Encode/JP/H2Z.pm
21741            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
21742            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
21743            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
21744            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
21745            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21746            - ext/Encode/t/Japanese.t
21747            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
21748            ! ext/Encode/t/Encode.t
21749 ____________________________________________________________________________
21750 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
21751         Log: metaconfig unit change for #14720.
21752      Branch: perl
21753            ! Configure
21754 ____________________________________________________________________________
21755 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
21756         Log: Regenerate Configure (small tweaks on Yitzchak's,
21757              main difference being that the preference variables are
21758              called gconvert_...).
21759      Branch: metaconfig
21760            ! U/compline/d_gconvert.U
21761 ____________________________________________________________________________
21762 [ 14719] By: ams                                   on 2002/02/16  14:11:01
21763         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
21764              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21765              Date: Thu, 14 Feb 2002 22:27:33 -0800
21766              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
21767              (Applied by hand.)
21768      Branch: perl
21769            ! Configure
21770 ____________________________________________________________________________
21771 [ 14718] By: ams                                   on 2002/02/16  13:45:28
21772         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
21773              From: Philip Newton <Philip.Newton@gmx.net>
21774              Date: Sat, 16 Feb 2002 10:05:05 +0100
21775              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
21776              (Applied by hand.)
21777      Branch: perl
21778            ! pod/perlport.pod
21779 ____________________________________________________________________________
21780 [ 14717] By: ams                                   on 2002/02/16  04:30:23
21781         Log: Remove dubious test.
21782      Branch: perl
21783            ! t/io/open.t
21784 ____________________________________________________________________________
21785 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
21786         Log: Tiny tweak.
21787      Branch: perl
21788            ! utf8.c
21789 ____________________________________________________________________________
21790 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
21791         Log: Restructure to_utf8_case() for simpler execution paths.
21792      Branch: perl
21793            ! utf8.c
21794 ____________________________________________________________________________
21795 [ 14714] By: ams                                   on 2002/02/16  02:43:59
21796         Log: Absorb #14701 by Sarathy from maint-5.6.
21797      Branch: perl
21798            ! doio.c t/io/open.t
21799 ____________________________________________________________________________
21800 [ 14713] By: ams                                   on 2002/02/16  01:51:27
21801         Log: Subject: [PATCH] VOS patches for perl 5.8
21802              From: Paul_GreenVOS@vos.stratus.com
21803              Date: Fri, 15 Feb 02 17:41 est
21804              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
21805      Branch: perl
21806            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
21807            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21808            ! vos/install_perl.cm
21809 ____________________________________________________________________________
21810 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
21811         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
21812              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21813              Date: Fri, 15 Feb 2002 23:05:44 +0100
21814              Message-ID: <20020215230544.A690@rafael>
21815      Branch: perl
21816            ! ext/B/B/Deparse.pm
21817 ____________________________________________________________________________
21818 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
21819         Log: Add $VERSION.
21820      Branch: perl
21821            ! lib/Tie/Memoize.pm
21822 ____________________________________________________________________________
21823 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
21824         Log: Update Changes.
21825      Branch: perl
21826            ! Changes patchlevel.h
21827 ____________________________________________________________________________
21828 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
21829         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
21830              From: Robin Barker <rmb1@cise.npl.co.uk>
21831              Date: Thu, 14 Feb 2002 19:07:40 GMT
21832              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
21833              
21834              (the hints part only)
21835      Branch: perl
21836            ! hints/solaris_2.sh
21837 ____________________________________________________________________________
21838 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
21839         Log: metaconfig unit changes for #14707.
21840      Branch: metaconfig
21841            ! U/modified/cc.U
21842      Branch: metaconfig/U/perl
21843            ! Checkcc.U
21844 ____________________________________________________________________________
21845 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
21846         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
21847              From: Robin Barker <rmb1@cise.npl.co.uk>
21848              Date: Fri, 15 Feb 2002 12:14:39 GMT
21849              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
21850              
21851              Split checking-for-gcc and checking-for-cc.
21852      Branch: perl
21853            ! Configure
21854 ____________________________________________________________________________
21855 [ 14706] By: ams                                   on 2002/02/15  13:57:15
21856         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21857              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
21858              Date: 15 Feb 2002 10:53:06 +0200
21859              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
21860      Branch: perl
21861            ! lib/Pod/Html.pm
21862 ____________________________________________________________________________
21863 [ 14705] By: ams                                   on 2002/02/15  08:42:55
21864         Log: Subject: [PATCH @14577] OS/2 tests and more
21865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21866              Date: Fri, 15 Feb 2002 03:56:24 -0500
21867              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
21868      Branch: perl
21869            + os2/OS2/Process/t/os2_process.t
21870            + os2/OS2/Process/t/os2_process_kid.t
21871            + os2/OS2/Process/t/os2_process_text.t
21872            ! MANIFEST configpm hints/os2.sh makedef.pl
21873            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
21874            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
21875            ! os2/os2ish.h
21876 ____________________________________________________________________________
21877 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
21878         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
21879              avoid wasteful PL_fdpid fiddling where that is not warranted;
21880              mostly whitespace fixes
21881              
21882              these were longstanding todo items from:
21883              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
21884      Branch: maint-5.6/perl
21885            ! doio.c
21886 ____________________________________________________________________________
21887 [ 14702] By: nick                                  on 2002/02/15  08:31:41
21888         Log: Integrate mainline
21889      Branch: perlio
21890           +> lib/if.pm lib/if.t
21891           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
21892           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21893           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21894           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21895           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21896           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
21897           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
21898           !> t/lib/warnings/pp_sys
21899 ____________________________________________________________________________
21900 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
21901         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
21902              (and also dies quickly on Windows); this bug crept in as
21903              change#610, a.k.a change#646
21904      Branch: maint-5.6/perl
21905            ! doio.c t/io/open.t
21906 ____________________________________________________________________________
21907 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
21908         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21909              From: Ville "Skyttä" <ville.skytta@iki.fi>
21910              Date: Wed, 13 Feb 2002 22:29:39 +0200
21911              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
21912      Branch: perl
21913            ! lib/Pod/Html.pm
21914 ____________________________________________________________________________
21915 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
21916         Log: Document and test the C0 and C1.
21917      Branch: perl
21918            ! lib/charnames.pm lib/charnames.t
21919 ____________________________________________________________________________
21920 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
21921         Log: metaconfig unit change for #14697.
21922      Branch: metaconfig
21923            ! U/modified/Init.U
21924 ____________________________________________________________________________
21925 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
21926         Log: Also OS/2 seems to need exe set early.
21927      Branch: perl
21928            ! Configure
21929 ____________________________________________________________________________
21930 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
21931         Log: Document pack U0U.
21932      Branch: perl
21933            ! pod/perluniintro.pod
21934 ____________________________________________________________________________
21935 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
21936         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
21937              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21938              Date: Thu, 14 Feb 2002 23:58:00 +0100
21939              Message-ID: <20020214235800.A12901@rafael>
21940      Branch: perl
21941            ! pp_sys.c t/lib/warnings/pp_sys
21942 ____________________________________________________________________________
21943 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
21944         Log: Subject: [PATCH @13746] conditional pragmas
21945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21946              Date: Mon, 31 Dec 2001 18:18:09 -0500
21947              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
21948      Branch: perl
21949            + lib/if.pm lib/if.t
21950            ! MANIFEST
21951 ____________________________________________________________________________
21952 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
21953         Log: Deparse bug introduced by #14615: the fix is just a workaround,
21954              I suspect there to be another deeper bug, must distill simpler
21955              test case.
21956      Branch: perl
21957            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21958 ____________________________________________________________________________
21959 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
21960         Log: Integrate perlio:
21961              
21962              [ 14685]
21963              Make dependencies more precise (for nmake)
21964      Branch: perl
21965           !> ext/Encode/EUC_JP/Makefile.PL
21966 ____________________________________________________________________________
21967 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
21968         Log: Just a guess.
21969      Branch: perl
21970            ! lib/Tie/Handle.pm
21971 ____________________________________________________________________________
21972 [ 14690] By: nick                                  on 2002/02/14  16:30:56
21973         Log: Integrate mainline
21974      Branch: perlio
21975           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
21976           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
21977           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
21978           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
21979           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
21980           !> utf8.c
21981 ____________________________________________________________________________
21982 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
21983         Log: Upgrade to Net::Ping 2.11.
21984      Branch: perl
21985            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21986            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21987            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21988            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21989 ____________________________________________________________________________
21990 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
21991         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
21992              From: Robin Barker <rmb1@cise.npl.co.uk>
21993              Date: Wed, 13 Feb 2002 17:37:07 GMT
21994              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
21995              
21996              (updated version of the above)
21997      Branch: perl
21998            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
21999 ____________________________________________________________________________
22000 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
22001         Log: Excise inexact blather.
22002      Branch: perl
22003            ! utf8.c
22004 ____________________________________________________________________________
22005 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
22006         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
22007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22008              Date: Mon, 31 Dec 2001 20:28:46 -0500
22009              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
22010      Branch: perl
22011            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
22012            ! MANIFEST
22013 ____________________________________________________________________________
22014 [ 14685] By: nick                                  on 2002/02/14  14:20:20
22015         Log: Make dependencies more precise (for nmake)
22016      Branch: perlio
22017            ! ext/Encode/EUC_JP/Makefile.PL
22018 ____________________________________________________________________________
22019 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
22020         Log: Subject: [PATCH @13746] tied hashes
22021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
22022              Date: Mon, 31 Dec 2001 19:15:39 -0500
22023              Message-ID: <20011231191539.A46@math.ohio-state.edu>
22024      Branch: perl
22025            ! lib/Tie/Hash.pm pod/perltie.pod
22026 ____________________________________________________________________________
22027 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
22028         Log: Subject: Re: [PATCH] Configure followed by make minitest
22029              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22030              Date: Sun, 10 Feb 2002 23:22:05 -0800
22031              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
22032      Branch: perl
22033            ! Makefile.SH
22034 ____________________________________________________________________________
22035 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
22036         Log: Subject: Re: perl@14647
22037              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22038              Date: Mon, 11 Feb 2002 19:30:36 +0100
22039              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
22040      Branch: perl
22041            ! t/op/groups.t
22042 ____________________________________________________________________________
22043 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
22044         Log: Update Changes.
22045      Branch: perl
22046            ! Changes patchlevel.h
22047 ____________________________________________________________________________
22048 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
22049         Log: Integrate perlio:
22050              
22051              [ 14677]
22052              Do not lc() the file names before doing dirname() or they don't match.
22053      Branch: perl
22054           !> lib/ExtUtils/t/Installed.t
22055 ____________________________________________________________________________
22056 [ 14679] By: sky                                   on 2002/02/13  12:56:13
22057         Log: rename mutex to make a bit more sense
22058      Branch: perl
22059            ! ext/threads/threads.xs
22060 ____________________________________________________________________________
22061 [ 14678] By: sky                                   on 2002/02/13  12:46:11
22062         Log: Track active threads....
22063      Branch: perl
22064            ! ext/threads/threads.pm ext/threads/threads.xs
22065 ____________________________________________________________________________
22066 [ 14677] By: nick                                  on 2002/02/13  09:30:42
22067         Log: Do not lc() the file names before doing dirname() or they don't match.
22068      Branch: perlio
22069            ! lib/ExtUtils/t/Installed.t
22070 ____________________________________________________________________________
22071 [ 14676] By: sky                                   on 2002/02/13  09:03:37
22072         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
22073              From: Michael G Schwern <schwern@pobox.com>
22074              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
22075              Message-Id: <20020213100017.GA6288@blackrider>
22076      Branch: perl
22077            ! lib/File/Spec/t/rel2abs2rel.t
22078 ____________________________________________________________________________
22079 [ 14675] By: sky                                   on 2002/02/13  09:00:24
22080         Log: Do not propagate END blocks to child threads, test.
22081      Branch: perl
22082            + ext/threads/t/end.t
22083            ! MANIFEST ext/threads/threads.xs
22084 ____________________________________________________________________________
22085 [ 14674] By: nick                                  on 2002/02/13  08:34:55
22086         Log: Integrate mainline
22087      Branch: perlio
22088           +> ext/threads/t/join.t
22089           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
22090           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
22091           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
22092 ____________________________________________________________________________
22093 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
22094         Log: metaconfig unit change for #14672.
22095      Branch: metaconfig
22096            ! U/modified/lns.U
22097 ____________________________________________________________________________
22098 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
22099         Log: $ln is supposed to be already set to $ln + executable suffix
22100              on platforms that need it, from Paul Green.
22101      Branch: perl
22102            ! Configure
22103 ____________________________________________________________________________
22104 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
22105         Log: Subject: New command syntax for 'x' command
22106              From: Mark-Jason Dominus <mjd@plover.com>
22107              Date: Tue, 12 Feb 2002 20:54:01 -0500
22108              Message-ID: <20020213015401.25685.qmail@plover.com>
22109      Branch: perl
22110            ! lib/perl5db.pl pod/perldebug.pod
22111 ____________________________________________________________________________
22112 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
22113         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
22114              From: Mark-Jason Dominus <mjd@plover.com>
22115              Date: Tue, 12 Feb 2002 20:20:42 -0500
22116              Message-ID: <20020213012042.25245.qmail@plover.com>
22117      Branch: perl
22118            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
22119 ____________________________________________________________________________
22120 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
22121         Log: Iteration continues.
22122      Branch: perl
22123            ! utf8.c
22124 ____________________________________________________________________________
22125 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
22126         Log: Duh.
22127      Branch: perl
22128            ! pp_pack.c t/op/length.t
22129 ____________________________________________________________________________
22130 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
22131         Log: Retract #14666.
22132      Branch: perl
22133            ! t/op/lc.t
22134 ____________________________________________________________________________
22135 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
22136         Log: (retracted by #14667)
22137      Branch: perl
22138            ! t/op/lc.t
22139 ____________________________________________________________________________
22140 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
22141         Log: Tiny test script tweaks.
22142      Branch: perl
22143            ! t/uni/fold.t
22144 ____________________________________________________________________________
22145 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
22146         Log: Rewrite the "special mapping" part of to_utf8_case(),
22147              this time with fewer bugs.  (See: The Law of Cybernetic
22148              Entymology.)
22149      Branch: perl
22150            ! utf8.c
22151 ____________________________________________________________________________
22152 [ 14663] By: sky                                   on 2002/02/12  18:26:16
22153         Log: Stop failures if you pass an object, sv_dup might not be the right 
22154              thing to use since I have a feeling we end up cloning far too much. 
22155              (Like the stash for example).... Maybe we need a lightweight sv_dup 
22156              that searches the target for things....
22157              Real fix is another option to perl_clone which controls if you should 
22158              save stashes.
22159      Branch: perl
22160            ! ext/threads/threads.xs
22161 ____________________________________________________________________________
22162 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
22163         Log: Retract #14661.
22164      Branch: perl
22165            ! hints/solaris_2.sh
22166 ____________________________________________________________________________
22167 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
22168         Log: (retracted by #14662)
22169      Branch: perl
22170            ! hints/solaris_2.sh
22171 ____________________________________________________________________________
22172 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
22173         Log: EBCDIC: another "can't happen".
22174      Branch: perl
22175            ! utf8.c
22176 ____________________________________________________________________________
22177 [ 14659] By: sky                                   on 2002/02/12  14:38:21
22178         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
22179      Branch: perl
22180            + ext/threads/t/join.t
22181            ! MANIFEST ext/threads/threads.xs
22182 ____________________________________________________________________________
22183 [ 14658] By: nick                                  on 2002/02/12  13:54:06
22184         Log: Integrate mainline
22185      Branch: perlio
22186           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
22187           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
22188           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
22189 ____________________________________________________________________________
22190 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
22191         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
22192              From: Jan Dubois <JanD@ActiveState.com> 
22193              Date: Tue, 12 Feb 2002 00:56:31 -0800
22194              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
22195      Branch: perl
22196            ! lib/Win32.pod win32/win32.c win32/win32.h
22197 ____________________________________________________________________________
22198 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
22199         Log: Subject: [PATCH] Re: 14654 introduced a bug 
22200              From: Michael G Schwern <schwern@pobox.com> 
22201              Date: Tue, 12 Feb 2002 05:37:36 -0500
22202              Message-ID: <20020212103736.GC14327@blackrider>
22203      Branch: perl
22204            ! lib/File/Spec/t/rel2abs2rel.t
22205 ____________________________________________________________________________
22206 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
22207         Log: More unset installman[13]dir tweaks from chromatic.
22208      Branch: perl
22209            ! lib/ExtUtils/Installed.pm
22210 ____________________________________________________________________________
22211 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
22212         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
22213              From: Michael G Schwern <schwern@pobox.com>
22214              Date: Mon, 11 Feb 2002 12:23:02 -0500
22215              Message-ID: <20020211172302.GD9556@blackrider>
22216      Branch: perl
22217            ! lib/File/Spec/t/rel2abs2rel.t
22218 ____________________________________________________________________________
22219 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
22220         Log: Use `` instead of -| to be a little bit more portable,
22221              from Michael Schwern.
22222      Branch: perl
22223            ! lib/ExtUtils/t/Embed.t
22224 ____________________________________________________________________________
22225 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
22226         Log: EBCDIC: this change for \N{} in particular is now
22227              unnecessary because of the recent more general
22228              pack U change.
22229      Branch: perl
22230            ! toke.c
22231 ____________________________________________________________________________
22232 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
22233         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
22234              From: "Craig A. Berry" <craigberry@mac.com>
22235              Date: Mon, 11 Feb 2002 17:13:47 -0600
22236              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
22237      Branch: perl
22238            ! t/test.pl
22239 ____________________________________________________________________________
22240 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
22241         Log: EBCDIC: pack U bytes change.
22242      Branch: perl
22243            ! t/op/length.t
22244 ____________________________________________________________________________
22245 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
22246         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
22247      Branch: perl
22248            ! t/op/each.t
22249 ____________________________________________________________________________
22250 [ 14648] By: nick                                  on 2002/02/11  16:14:50
22251         Log: Integrate mainline
22252      Branch: perlio
22253           !> Changes Configure Makefile.SH autodoc.pl
22254           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
22255           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
22256           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
22257 ____________________________________________________________________________
22258 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
22259         Log: Update Changes.
22260      Branch: perl
22261            ! Changes patchlevel.h
22262 ____________________________________________________________________________
22263 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
22264         Log: Regen toc.
22265      Branch: perl
22266            ! pod/perltoc.pod
22267 ____________________________________________________________________________
22268 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
22269         Log: Forgot from #14641.
22270      Branch: perl
22271            ! lib/ExtUtils/t/Embed.t
22272 ____________________________________________________________________________
22273 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
22274         Log: A forgotten metaconfig unit.
22275      Branch: metaconfig/U/perl
22276            + i_features.U
22277 ____________________________________________________________________________
22278 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
22279         Log: metaconfig unit changes for #14642.
22280      Branch: metaconfig
22281            + U/modified/lns.U
22282      Branch: metaconfig/U/perl
22283            ! issymlink.U
22284 ____________________________________________________________________________
22285 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
22286         Log: -Dmksymlinks was broken by #14628.
22287      Branch: perl
22288            ! Configure
22289 ____________________________________________________________________________
22290 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
22291         Log: Subject: [PATCH @14577] OS/2 build
22292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22293              Date: Mon, 11 Feb 2002 06:56:41 -0500
22294              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
22295              
22296              (sans the Configure, perlio.sym, and t/op/stat.t parts)
22297      Branch: perl
22298            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
22299            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
22300            ! os2/os2ish.h
22301 ____________________________________________________________________________
22302 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
22303         Log: Integrate perlio:
22304              
22305              [ 14639]
22306              Patch up the failing multi-byte write case, and un-skip
22307              the test.
22308              
22309              [ 14638]
22310              Add test for Japanese encoding (well euc-jp anyway).
22311              Fix one bug shown by above
22312              Skip test which does not pass yet.
22313              
22314              [ 14637]
22315              Split Japanese encodings - part 2
22316              - build separate .c files with separate 'compile' steps
22317              - overall Japanese.xs / Japanese.pm which loads them
22318              
22319              [ 14636]
22320              Re-structure Japanese encodings - part 1
22321      Branch: perl
22322           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
22323           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
22324            - ext/Encode/EUC_JP/EUC_JP.pm
22325           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22326 ____________________________________________________________________________
22327 [ 14639] By: nick                                  on 2002/02/11  11:59:18
22328         Log: Patch up the failing multi-byte write case, and un-skip
22329              the test.
22330      Branch: perlio
22331            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
22332 ____________________________________________________________________________
22333 [ 14638] By: nick                                  on 2002/02/11  10:55:39
22334         Log: Add test for Japanese encoding (well euc-jp anyway).
22335              Fix one bug shown by above
22336              Skip test which does not pass yet.
22337      Branch: perlio
22338            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
22339            + ext/Encode/t/table.ref
22340            ! MANIFEST ext/Encode/Encode.xs
22341 ____________________________________________________________________________
22342 [ 14637] By: nick                                  on 2002/02/11  09:07:04
22343         Log: Split Japanese encodings - part 2
22344              - build separate .c files with separate 'compile' steps
22345              - overall Japanese.xs / Japanese.pm which loads them
22346      Branch: perlio
22347            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
22348 ____________________________________________________________________________
22349 [ 14636] By: nick                                  on 2002/02/11  08:15:42
22350         Log: Re-structure Japanese encodings - part 1
22351      Branch: perlio
22352           +> ext/Encode/EUC_JP/Japanese.pm
22353            - ext/Encode/EUC_JP/EUC_JP.pm
22354            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
22355 ____________________________________________________________________________
22356 [ 14635] By: nick                                  on 2002/02/11  08:05:12
22357         Log: Integrate mainline
22358      Branch: perlio
22359           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
22360           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
22361           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
22362 ____________________________________________________________________________
22363 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
22364         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
22365              From: Mike Guy <mjtg@cam.ac.uk>
22366              Date: Mon, 11 Feb 2002 02:50:42 +0000
22367              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
22368      Branch: perl
22369            ! t/op/arith.t
22370 ____________________________________________________________________________
22371 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
22372         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
22373              Stepping backward in the string would be majorly bad.
22374      Branch: perl
22375            ! regcomp.c
22376 ____________________________________________________________________________
22377 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
22378         Log: The debugger part of
22379              
22380              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
22381              From: Michael G Schwern <schwern@pobox.com> 
22382              Date: Wed, 6 Feb 2002 17:32:12 -0500
22383              Message-ID: <20020206223212.GG1346@blackrider>
22384      Branch: perl
22385            ! lib/perl5db.pl
22386 ____________________________________________________________________________
22387 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
22388         Log: Integrate perlio:
22389              
22390              [ 14626]
22391              Move PerlIO_perlio to layer_syms where it belongs?
22392              
22393              [ 14625]
22394              Borland/Win32 tuning
22395      Branch: perl
22396           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
22397 ____________________________________________________________________________
22398 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
22399         Log: EBCDIC: the low 256 needs to be shuffled also
22400              in pack/unpack U (this breaks the equivalence
22401              of pack U and v-strings, but I think if someone
22402              has to give, v-strings are a good victim)
22403      Branch: perl
22404            ! pp_pack.c t/op/pack.t
22405 ____________________________________________________________________________
22406 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
22407         Log: metaconfig unit changes for #14628.
22408      Branch: metaconfig/U/perl
22409            ! d_u32align.U issymlink.U
22410 ____________________________________________________________________________
22411 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
22412         Log: Two Configure tweaks; the u32align test was trying
22413              to write into a string literal, the ln -s test was
22414              failing in VOS.
22415      Branch: perl
22416            ! Configure
22417 ____________________________________________________________________________
22418 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
22419         Log: DJGPP tweaks from Laszlo Molnar.
22420      Branch: perl
22421            ! djgpp/djgpp.c lib/File/Spec.pm
22422 ____________________________________________________________________________
22423 [ 14626] By: nick                                  on 2002/02/10  18:36:47
22424         Log: Move PerlIO_perlio to layer_syms where it belongs?
22425      Branch: perlio
22426            ! makedef.pl
22427 ____________________________________________________________________________
22428 [ 14625] By: nick                                  on 2002/02/10  18:02:21
22429         Log: Borland/Win32 tuning
22430      Branch: perlio
22431            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
22432 ____________________________________________________________________________
22433 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
22434         Log: Additional explanation for the [:...:] failure.
22435      Branch: perl
22436            ! pod/perldiag.pod
22437 ____________________________________________________________________________
22438 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
22439         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
22440              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22441              Date: Sun, 10 Feb 2002 13:32:48 +0100
22442              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
22443      Branch: perl
22444            ! makedef.pl
22445 ____________________________________________________________________________
22446 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
22447         Log: Test tweaks from chromatic for cases where there
22448              are no installman1dir or installman3dir.
22449      Branch: perl
22450            ! lib/ExtUtils/t/Installed.t
22451 ____________________________________________________________________________
22452 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
22453         Log: Integrate perlio:
22454              
22455              [ 14618]
22456              Nick Clark's tweaks to Encode compile process
22457              1. Use decimal constants to unit string arrays rather than
22458              very long string litterals (latter having possible "\0"
22459              on end issues, and needing ANSI C line splicing).
22460              2. Replace tail-recursion during insert process with itteration.
22461              Nick C sees 12peedup from these.
22462      Branch: perl
22463           !> ext/Encode/Encode.pm ext/Encode/compile
22464 ____________________________________________________________________________
22465 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
22466         Log: Portability notes: filename characters, character sets.
22467      Branch: perl
22468            ! pod/perlport.pod
22469 ____________________________________________________________________________
22470 [ 14619] By: nick                                  on 2002/02/10  11:06:05
22471         Log: Integrate mainline
22472      Branch: perlio
22473            ! ext/Encode/Encode.pm
22474           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
22475           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
22476           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
22477           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
22478           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
22479 ____________________________________________________________________________
22480 [ 14618] By: nick                                  on 2002/02/10  10:48:15
22481         Log: Nick Clark's tweaks to Encode compile process
22482              1. Use decimal constants to unit string arrays rather than
22483              very long string litterals (latter having possible "\0"
22484              on end issues, and needing ANSI C line splicing).
22485              2. Replace tail-recursion during insert process with itteration.
22486              Nick C sees 12% speedup from these.
22487      Branch: perlio
22488            ! ext/Encode/compile
22489 ____________________________________________________________________________
22490 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
22491         Log: Use the "Unicode 1.0" name field for control characters,
22492              as suggested by Mark Davis.  Note that Unicode 3.2 will
22493              require some more legwork on this because of certain
22494              alternative names.
22495      Branch: perl
22496            ! lib/unicore/Name.pl lib/unicore/mktables
22497 ____________________________________________________________________________
22498 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
22499         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
22500      Branch: perl
22501            ! hints/os390.sh
22502 ____________________________________________________________________________
22503 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
22504         Log: EBCDIC: the non-printable characters are different.
22505      Branch: perl
22506            ! ext/B/B/Deparse.pm
22507 ____________________________________________________________________________
22508 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
22509         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
22510              From: Nicholas Clark <nick@unfortu.net> 
22511              Date: Sat, 9 Feb 2002 22:31:29 +0000
22512              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
22513      Branch: perl
22514            ! t/lib/warnings/pp_hot
22515 ____________________________________________________________________________
22516 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
22517         Log: Subject: [PATCH] Re: Modulus operator inconsistency
22518              From: Nicholas Clark <nick@unfortu.net>
22519              Date: Sat, 9 Feb 2002 21:00:13 +0000
22520              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
22521      Branch: perl
22522            ! op.c t/op/arith.t
22523 ____________________________________________________________________________
22524 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
22525         Log: Use the same escaping mechanism for all the *flags.
22526      Branch: perl
22527            ! lib/ExtUtils/Embed.pm
22528 ____________________________________________________________________________
22529 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
22530         Log: Protect possible parentheses in ccflags, ccdlflags, and
22531              ldflags.  (In OS/390 there are parentheses in ccflags.)
22532      Branch: perl
22533            ! lib/ExtUtils/Embed.pm
22534 ____________________________________________________________________________
22535 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
22536         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
22537              From: Peter Scott <Peter@PSDT.com>
22538              Date: Fri, 08 Feb 2002 19:20:19 -0800
22539              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
22540      Branch: perl
22541            ! lib/perl5db.pl
22542 ____________________________________________________________________________
22543 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
22544         Log: FAQ sync.
22545      Branch: perl
22546            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
22547 ____________________________________________________________________________
22548 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
22549         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
22550              From: Chris Nandor <pudge@pobox.com>
22551              Date: Fri, 08 Feb 2002 16:31:41 -0500
22552              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
22553      Branch: perl
22554            ! cop.h deb.c pp_ctl.c toke.c util.c
22555 ____________________________________________________________________________
22556 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
22557         Log: Redo CopFILE / MacPerl_MPWFIleName patch
22558      Branch: maint-5.6/macperl
22559            ! cop.h deb.c pp_ctl.c toke.c util.c
22560 ____________________________________________________________________________
22561 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
22562         Log: The metaconfig unit change to go with #14605.
22563      Branch: metaconfig/U/perl
22564            ! libperl.U
22565 ____________________________________________________________________________
22566 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
22567         Log: The Configure change to go with #14604.
22568      Branch: perl
22569            ! Configure
22570 ____________________________________________________________________________
22571 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
22572         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
22573              From: Andy Dougherty <doughera@lafayette.edu>
22574              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
22575              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
22576      Branch: perl
22577            ! hints/bsdos.sh
22578 ____________________________________________________________________________
22579 [ 14603] By: nick                                  on 2002/02/08  18:16:09
22580         Log: Integrate mainline
22581      Branch: perlio
22582           +> ext/threads/t/libc.t
22583           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
22584           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
22585 ____________________________________________________________________________
22586 [ 14602] By: sky                                   on 2002/02/08  15:19:15
22587         Log: Start testing for safe localtime functions, TODO, test more functions.
22588      Branch: perl
22589            + ext/threads/t/libc.t
22590            ! MANIFEST
22591 ____________________________________________________________________________
22592 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
22593         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
22594              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22595              Date: Fri, 8 Feb 2002 00:21:07 +0100
22596              Message-ID: <20020208002107.E763@rafael>
22597      Branch: perl
22598            ! doio.c pp_sys.c t/io/argv.t
22599 ____________________________________________________________________________
22600 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
22601         Log: Subject: [PATCH] Configure followed by make minitest
22602              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22603              Date: Wed, 06 Feb 2002 21:35:20 -0800
22604              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
22605      Branch: perl
22606            ! t/op/taint.t t/run/fresh_perl.t
22607 ____________________________________________________________________________
22608 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
22609         Log: Integrate perlio:
22610              
22611              [ 14595]
22612              Extract something from yesterdays effort - convert my mail on pad
22613              data structures (incoporating Sarathy's corrections/clarifications)
22614              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
22615      Branch: perl
22616           !> cv.h pod/perlapi.pod pod/perlintern.pod
22617 ____________________________________________________________________________
22618 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
22619         Log: metaconfig unit changes for #14597.
22620      Branch: metaconfig
22621            ! U/modified/Loc.U
22622      Branch: metaconfig/U/perl
22623            ! libperl.U
22624 ____________________________________________________________________________
22625 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
22626         Log: Configure DJGPP tweak from Laszlo Molnar.
22627      Branch: perl
22628            ! Configure
22629 ____________________________________________________________________________
22630 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
22631         Log: DJGPP tweaks from Laszlo Molnar.
22632      Branch: perl
22633            ! djgpp/djgppsed.sh perl.c
22634 ____________________________________________________________________________
22635 [ 14595] By: nick                                  on 2002/02/08  09:19:29
22636         Log: Extract something from yesterdays effort - convert my mail on pad
22637              data structures (incoporating Sarathy's corrections/clarifications)
22638              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
22639      Branch: perlio
22640            ! cv.h pod/perlapi.pod pod/perlintern.pod
22641 ____________________________________________________________________________
22642 [ 14594] By: nick                                  on 2002/02/08  08:34:49
22643         Log: Integrate mainline
22644      Branch: perlio
22645           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
22646           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
22647           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
22648           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
22649           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
22650           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
22651 ____________________________________________________________________________
22652 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
22653         Log: To really skip the test an exit() is needed.
22654      Branch: perl
22655            ! lib/encoding.t
22656 ____________________________________________________________________________
22657 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
22658         Log: More diagnostics from Nicholas Clark.
22659      Branch: perl
22660            ! lib/Benchmark.t
22661 ____________________________________________________________________________
22662 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
22663         Log: In case of failure be more verbose.
22664      Branch: perl
22665            ! t/base/num.t
22666 ____________________________________________________________________________
22667 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
22668         Log: Update Changes
22669      Branch: maint-5.6/macperl
22670            ! macos/Changes
22671 ____________________________________________________________________________
22672 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
22673         Log: Merge AEGizmos library into PPC binary
22674      Branch: maint-5.6/macperl
22675            ! macos/Makefile.mk
22676 ____________________________________________________________________________
22677 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
22678         Log: Add -ansifor for MrCpp options
22679      Branch: maint-5.6/macperl
22680            ! macos/BuildRules.mk
22681 ____________________________________________________________________________
22682 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
22683         Log: Check ownership of CatInfos (MacPerl Bug #494482)
22684      Branch: maint-5.6/macperl
22685            ! macos/ext/Mac/Files/Files.xs
22686 ____________________________________________________________________________
22687 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
22688         Log: Resource updates
22689      Branch: maint-5.6/macperl
22690            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
22691 ____________________________________________________________________________
22692 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
22693         Log: Empty path is ENOENT (MacPerl Bug #512351)
22694      Branch: maint-5.6/macperl
22695            ! macos/macperl/MPAppleEvents.c
22696 ____________________________________________________________________________
22697 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
22698         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
22699      Branch: maint-5.6/macperl
22700            ! macos/macperl/MPAEVTStream.cp
22701 ____________________________________________________________________________
22702 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
22703         Log: macify(ABSTRACT_FROM)
22704      Branch: maint-5.6/macperl
22705            ! macos/lib/ExtUtils/MM_MacOS.pm
22706 ____________________________________________________________________________
22707 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
22708         Log: Use correct Mac filenames in error messages, caller()
22709      Branch: maint-5.6/macperl
22710            ! deb.c pp_ctl.c toke.c util.c
22711 ____________________________________________________________________________
22712 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
22713         Log: Sanity checks to see that the IV/NV and the PV of numeric
22714              scalars stay in sync (unearthed this via the OS/390 gcvt()
22715              brokenness)
22716      Branch: perl
22717            + t/base/num.t
22718            ! MANIFEST
22719 ____________________________________________________________________________
22720 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
22721         Log: Retract the anon leak subpatch of #14418 and #14431
22722              (the latter came into bleadperl as part of #14433).
22723      Branch: perl
22724            ! op.c t/run/fresh_perl.t
22725 ____________________________________________________________________________
22726 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
22727         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
22728              mangles 0.1 to "10".  sprintf() seems more well-behaved.
22729      Branch: perl
22730            ! hints/os390.sh
22731 ____________________________________________________________________________
22732 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
22733         Log: Subject: [PATCH @14557] another Encode fix for VMS
22734              From: "Craig A. Berry" <craigberry@mac.com>
22735              Date: Wed, 06 Feb 2002 14:44:20 -0600
22736              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
22737      Branch: perl
22738            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
22739 ____________________________________________________________________________
22740 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
22741         Log: Integrate perlio:
22742              
22743              [ 14575]
22744              One way to avoid OS390 winge about #line directives.
22745      Branch: perl
22746           !> ext/Encode/EUC_JP/Makefile.PL
22747 ____________________________________________________________________________
22748 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
22749         Log: Update Changes.
22750      Branch: perl
22751            ! Changes patchlevel.h
22752 ____________________________________________________________________________
22753 [ 14575] By: nick                                  on 2002/02/06  15:23:24
22754         Log: One way to avoid OS390 winge about #line directives.
22755      Branch: perlio
22756            ! ext/Encode/EUC_JP/Makefile.PL
22757 ____________________________________________________________________________
22758 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
22759         Log: s/Netware/NetWare/
22760      Branch: perl
22761            ! MANIFEST
22762 ____________________________________________________________________________
22763 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
22764         Log: New Netware scripts.
22765      Branch: perl
22766            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
22767            + NetWare/t/NWScripts-Exist.pl
22768            ! MANIFEST
22769 ____________________________________________________________________________
22770 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
22771         Log: EBCDIC: the encoding pragma would need some rethinking,
22772              probably a pass of EBCDIC->Unicode mapping.  For now,
22773              disable it on EBCDIC.
22774      Branch: perl
22775            ! lib/encoding.pm lib/encoding.t
22776 ____________________________________________________________________________
22777 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
22778         Log: (retracted by #14846)
22779              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
22780              for the low 256.  Now tweaked the tests, but maybe it's
22781              the module that needs few NATIVE_TO_UNI()s somewhere?
22782      Branch: perl
22783            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
22784 ____________________________________________________________________________
22785 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
22786         Log: Subject: [PATCH utf8.c] format problem
22787              From: Robin Barker <rmb1@cise.npl.co.uk>
22788              Date: Wed, 6 Feb 2002 14:01:43 GMT
22789              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
22790      Branch: perl
22791            ! utf8.c
22792 ____________________________________________________________________________
22793 [ 14569] By: nick                                  on 2002/02/06  09:52:23
22794         Log: Integrate mainline
22795      Branch: perlio
22796           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
22797           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22798           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22799           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22800           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
22801           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
22802 ____________________________________________________________________________
22803 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
22804         Log: EBCDIC: 0x41 is not cricket.
22805      Branch: perl
22806            ! ext/Encode/t/Encode.t
22807 ____________________________________________________________________________
22808 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
22809         Log: NetWare update from Ananth Kesari.
22810      Branch: perl
22811            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
22812            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22813            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22814            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22815            ! NetWare/t/NWScripts.pl makedef.pl
22816 ____________________________________________________________________________
22817 [ 14566] By: sky                                   on 2002/02/05  18:39:13
22818         Log: Subject: Re: File::Spec::rel2abs2rel (?)
22819              From: Michael G Schwern <schwern@pobox.com>
22820              Date: Tue, 5 Feb 2002 13:47:39 -0500
22821              Message-ID: <20020205184739.GB17375@blackrider>
22822      Branch: perl
22823            ! lib/File/Spec/t/rel2abs2rel.t
22824 ____________________________________________________________________________
22825 [ 14565] By: nick                                  on 2002/02/05  17:31:24
22826         Log: Integrate mainline
22827      Branch: perlio
22828           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
22829           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
22830           !> utf8.h
22831 ____________________________________________________________________________
22832 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
22833         Log: Integrate perlio:
22834              
22835              [ 14563]
22836              More Encode tweaks:
22837              - make expensive and marginal substring search optional (-O)
22838              - enable -O for ASCII-oid encodings (search space is small)
22839              - add ASCII-oid jis0201 to basic Encode.so
22840              - add some other Japanese encodings to EUC_JP bundle (without -O)
22841      Branch: perl
22842           +> ext/Encode/Encode/jis0201.ucm
22843           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22844           !> ext/Encode/compile
22845 ____________________________________________________________________________
22846 [ 14563] By: nick                                  on 2002/02/05  16:01:15
22847         Log: More Encode tweaks:
22848              - make expensive and marginal substring search optional (-O)
22849              - enable -O for ASCII-oid encodings (search space is small)
22850              - add ASCII-oid jis0201 to basic Encode.so
22851              - add some other Japanese encodings to EUC_JP bundle (without -O)
22852      Branch: perlio
22853            + ext/Encode/Encode/jis0201.ucm
22854            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22855            ! ext/Encode/compile
22856 ____________________________________________________________________________
22857 [ 14562] By: sky                                   on 2002/02/05  14:50:36
22858         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
22859      Branch: perl
22860            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
22861 ____________________________________________________________________________
22862 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
22863         Log: EBCDIC: SHARP S is different.
22864      Branch: perl
22865            ! regexec.c utf8.h
22866 ____________________________________________________________________________
22867 [ 14560] By: sky                                   on 2002/02/05  13:49:40
22868         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
22869      Branch: perl
22870            ! t/op/filetest.t
22871 ____________________________________________________________________________
22872 [ 14559] By: sky                                   on 2002/02/05  11:39:24
22873         Log: Add . first to the PATH environment to test that we really
22874              get ./perl and not some other older perl.
22875      Branch: perl
22876            ! lib/File/Spec/t/rel2abs2rel.t
22877 ____________________________________________________________________________
22878 [ 14558] By: sky                                   on 2002/02/05  11:20:21
22879         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
22880      Branch: perl
22881            ! ext/POSIX/t/posix.t
22882 ____________________________________________________________________________
22883 [ 14557] By: sky                                   on 2002/02/05  10:30:58
22884         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
22885      Branch: perl
22886            ! hints/darwin.sh perl.h
22887 ____________________________________________________________________________
22888 [ 14556] By: nick                                  on 2002/02/05  06:58:52
22889         Log: Integrate mainline
22890      Branch: perlio
22891           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22892           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
22893           !> lib/File/Find/t/taint.t
22894 ____________________________________________________________________________
22895 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
22896         Log: Integrate change #14439 from maintperl
22897      Branch: maint-5.6/macperl
22898           !> op.c
22899 ____________________________________________________________________________
22900 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
22901         Log: Subject: [PATCH] File::Find tests not cleaning up properly
22902              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22903              Date: Mon, 4 Feb 2002 22:09:07 +0100
22904              Message-ID: <20020204220907.A8288@rafael>
22905      Branch: perl
22906            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22907 ____________________________________________________________________________
22908 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
22909         Log: Signedness mumblings from Tru64.
22910      Branch: perl
22911            ! ext/Encode/Encode.xs
22912 ____________________________________________________________________________
22913 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
22914         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
22915              From: "Craig A. Berry" <craigberry@mac.com>
22916              Date: Mon, 04 Feb 2002 17:16:00 -0600
22917              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
22918      Branch: perl
22919            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22920            ! ext/Encode/Encode.xs
22921 ____________________________________________________________________________
22922 [ 14551] By: nick                                  on 2002/02/04  16:00:31
22923         Log: Integrate mainline
22924      Branch: perlio
22925           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
22926           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
22927           !> regcomp.c
22928 ____________________________________________________________________________
22929 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
22930         Log: Update Changes.
22931      Branch: perl
22932            ! Changes patchlevel.h
22933 ____________________________________________________________________________
22934 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
22935         Log: Comment microtweaks.
22936      Branch: perl
22937            ! lib/locale.t
22938 ____________________________________________________________________________
22939 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
22940         Log: Subject: trivial docu patch
22941              From: andreas.koenig@anima.de (Andreas J. Koenig)
22942              Date: 04 Feb 2002 08:15:19 +0100
22943              Message-ID: <m3pu3l7m60.fsf@anima.de>
22944      Branch: perl
22945            ! pod/perluniintro.pod
22946 ____________________________________________________________________________
22947 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
22948         Log: Subject: [PATCH] (??{ }) anomaly
22949              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22950              Date: Sun, 03 Feb 2002 20:21:45 -0800
22951              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
22952      Branch: perl
22953            ! regcomp.c
22954 ____________________________________________________________________________
22955 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
22956         Log: Integrate perlio:
22957              
22958              [ 14545]
22959              Remove debugging warning, be consistent about API fails.
22960              
22961              [ 14544]
22962              Carry on where we left off if we have to grow destination SV during XS encode/decode
22963      Branch: perl
22964           !> ext/Encode/Encode.xs
22965 ____________________________________________________________________________
22966 [ 14545] By: nick                                  on 2002/02/03  20:03:38
22967         Log: Remove debugging warning, be consistent about API fails.
22968      Branch: perlio
22969            ! ext/Encode/Encode.xs
22970 ____________________________________________________________________________
22971 [ 14544] By: nick                                  on 2002/02/03  19:47:48
22972         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
22973      Branch: perlio
22974            ! ext/Encode/Encode.xs
22975 ____________________________________________________________________________
22976 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
22977         Log: Subject: PATCH CPAN.pm
22978              From: Mark-Jason Dominus <mjd@plover.com>
22979              Date: Sun, 03 Feb 2002 12:36:36 -0500
22980              Message-ID: <20020203173636.27451.qmail@plover.com>
22981      Branch: perl
22982            ! lib/CPAN.pm
22983 ____________________________________________________________________________
22984 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
22985         Log: Must search further back.
22986      Branch: perl
22987            ! lib/h2xs.t
22988 ____________________________________________________________________________
22989 [ 14541] By: nick                                  on 2002/02/03  18:52:09
22990         Log: Integrate mainline
22991      Branch: perlio
22992           !> (integrate 29 files)
22993 ____________________________________________________________________________
22994 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
22995         Log: EBCDIC: more natification.
22996      Branch: perl
22997            ! regcomp.c
22998 ____________________________________________________________________________
22999 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
23000         Log: Debug noise.
23001      Branch: perl
23002            ! ext/Encode/Encode.xs
23003 ____________________________________________________________________________
23004 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
23005         Log: Integrate perlio:
23006              
23007              [ 14536]
23008              Stable intermediate point in Encode cleanup.
23009              :encode(euc-jp) works on Dan's table.euc
23010              Much buffer copying and other silliness remains.
23011      Branch: perl
23012           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
23013           !> ext/Encode/lib/Encode/Encoding.pm
23014 ____________________________________________________________________________
23015 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
23016         Log: Prettify.
23017      Branch: perl
23018            ! lib/unicore/mktables
23019 ____________________________________________________________________________
23020 [ 14536] By: nick                                  on 2002/02/03  17:32:03
23021         Log: Stable intermediate point in Encode cleanup.
23022              :encode(euc-jp) works on Dan's table.euc
23023              Much buffer copying and other silliness remains.
23024      Branch: perlio
23025            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
23026            ! ext/Encode/lib/Encode/Encoding.pm
23027 ____________________________________________________________________________
23028 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
23029         Log: EBCDIC: it's much nicer to compare Unicode code points
23030              to Unicode code points.
23031      Branch: perl
23032            ! regexec.c
23033 ____________________________________________________________________________
23034 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
23035         Log: EBCDIC: character classes must remap the low 256.
23036      Branch: perl
23037            ! regcomp.c
23038 ____________________________________________________________________________
23039 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
23040         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
23041      Branch: perl
23042            ! lib/I18N/LangTags/List.pm
23043 ____________________________________________________________________________
23044 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
23045         Log: FAQ sync.
23046      Branch: perl
23047            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
23048            ! pod/perlfaq6.pod pod/perlfaq7.pod
23049 ____________________________________________________________________________
23050 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
23051         Log: Integrate perlio:
23052              
23053              [ 14526]
23054              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
23055              (Mis-feature discovered by Encode.)
23056              
23057              [ 14518]
23058              indent -kr -nce and some manual tweaks to match perl style.
23059      Branch: perl
23060           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
23061 ____________________________________________________________________________
23062 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
23063         Log: Subject: [PATCH] lstat FH and -l FH warnings
23064              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23065              Date: Sat, 2 Feb 2002 22:24:54 +0100           
23066              Message-ID: <20020202222454.A11608@rafael>       
23067      Branch: perl
23068            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
23069            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
23070 ____________________________________________________________________________
23071 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
23072         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
23073              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23074              Date: Sat, 2 Feb 2002 13:11:01 +0100           
23075              Message-ID: <20020202131101.A722@rafael>               
23076              
23077              Subject: [PATCH t/op/ver.t] another false positive
23078              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23079              Date: Sat, 2 Feb 2002 13:38:22 +0100           
23080              Message-ID: <20020202133822.E722@rafael>         
23081              
23082              Subject: [PATCH] t/test.pl:ok() doesn't work
23083              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
23084              Date: Sun, 03 Feb 2002 00:02:38 -0800          
23085              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
23086      Branch: perl
23087            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
23088            ! t/test.pl
23089 ____________________________________________________________________________
23090 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
23091         Log: Subject: [PATCH @13746] OS2::Process's constants
23092              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23093              Date: Sat, 2 Feb 2002 01:00:55 -0500           
23094              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
23095      Branch: perl
23096            ! os2/OS2/Process/Makefile.PL
23097 ____________________________________________________________________________
23098 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
23099         Log: Subject: [PATCH @13746] h2xs   
23100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23101              Date: Sat, 2 Feb 2002 00:58:44 -0500           
23102              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
23103      Branch: perl
23104            ! utils/h2xs.PL
23105 ____________________________________________________________________________
23106 [ 14526] By: nick                                  on 2002/02/03  14:54:18
23107         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
23108              (Mis-feature discovered by Encode.)
23109      Branch: perlio
23110            ! sv.c
23111 ____________________________________________________________________________
23112 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
23113         Log: EBCDIC: since #14519 made \N{...} to remap,
23114              the test cannot expect an ASCII code point.
23115      Branch: perl
23116            ! lib/charnames.t
23117 ____________________________________________________________________________
23118 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
23119         Log: Sub-MANIFEST-tweak.
23120      Branch: perl
23121            ! ext/Encode/MANIFEST
23122 ____________________________________________________________________________
23123 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
23124         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
23125              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23126              Date: Fri, 01 Feb 2002 23:51:03 +0900
23127              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
23128      Branch: perl
23129            ! ext/Encode/lib/Encode/Tcl/Escape.pm
23130 ____________________________________________________________________________
23131 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
23132         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
23133              From: Andy Dougherty <doughera@lafayette.edu>
23134              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
23135              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
23136      Branch: perl
23137            ! README.solaris hints/solaris_2.sh
23138 ____________________________________________________________________________
23139 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
23140         Log: EBCDIC: no hope to get the low 256 right in unifolding.
23141      Branch: perl
23142            ! t/uni/fold.t
23143 ____________________________________________________________________________
23144 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
23145         Log: todo entry for missing pack formats.
23146      Branch: perl
23147            ! pod/perltodo.pod
23148 ____________________________________________________________________________
23149 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
23150         Log: EBCDIC: the low 256 \N{...} need to be remapped.
23151      Branch: perl
23152            ! toke.c
23153 ____________________________________________________________________________
23154 [ 14518] By: nick                                  on 2002/02/01  18:32:03
23155         Log: indent -kr -nce and some manual tweaks to match perl style.
23156      Branch: perlio
23157            ! ext/Encode/Encode.xs
23158 ____________________________________________________________________________
23159 [ 14517] By: nick                                  on 2002/02/01  18:20:46
23160         Log: Integrate mainline
23161      Branch: perlio
23162           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
23163           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
23164           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
23165           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
23166           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
23167           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
23168           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
23169 ____________________________________________________________________________
23170 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
23171         Log: Integrate perlio:
23172              
23173              [ 14515]
23174              Minor Encode tweaks:
23175              - move Encode.pm back to top of Encode like normal XS extension
23176              - avoid .def as a file extension (Win32 builds)
23177      Branch: perl
23178            ! MANIFEST
23179           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
23180           !> ext/Encode/Makefile.PL ext/Encode/compile
23181 ____________________________________________________________________________
23182 [ 14515] By: nick                                  on 2002/02/01  16:27:59
23183         Log: Minor Encode tweaks:
23184              - move Encode.pm back to top of Encode like normal XS extension
23185              - avoid .def as a file extension (Win32 builds)
23186      Branch: perlio
23187           +> ext/Encode/Encode.pm
23188            - ext/Encode/lib/Encode.pm
23189            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
23190            ! ext/Encode/Makefile.PL ext/Encode/compile
23191 ____________________________________________________________________________
23192 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
23193         Log: Subject: [PATCH utf8.t] temp file not cleaned up
23194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23195              Date: Fri, 1 Feb 2002 15:47:46 +0100
23196              Message-ID: <20020201154746.A24079@rafael>
23197      Branch: perl
23198            ! t/io/utf8.t
23199 ____________________________________________________________________________
23200 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
23201         Log: Subject: [PATCH] make "lstat FH" croak
23202              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23203              Date: Fri, 1 Feb 2002 15:12:50 +0100
23204              Message-ID: <20020201151250.A738@rafael>
23205      Branch: perl
23206            ! pod/perldiag.pod pp_sys.c t/op/stat.t
23207 ____________________________________________________________________________
23208 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
23209         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
23210              From: Kay Röpke <kroepke@dolphin-services.de>
23211              Date: Fri, 1 Feb 2002 01:10:43 +0100
23212              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
23213      Branch: perl
23214            ! t/op/stat.t
23215 ____________________________________________________________________________
23216 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
23217         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
23218              I got it in Tru64 + ithreads but only without -g, took
23219              some debugging by printf (which was no fun either since
23220              adding some debug printfs hid the error)
23221      Branch: perl
23222            ! regexec.c utf8.c
23223 ____________________________________________________________________________
23224 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
23225         Log: Subject: Re: [PATCH] perl -V:
23226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
23227              Date: Thu, 31 Jan 2002 12:10:20 -0800
23228              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
23229              
23230              Subject: Re: [PATCH] perl -V:
23231              From: Michael G Schwern <schwern@pobox.com>
23232              Date: Thu, 31 Jan 2002 16:43:13 -0500
23233              Message-ID: <20020131214313.GH6498@blackrider>
23234      Branch: perl
23235            ! t/run/switches.t
23236 ____________________________________________________________________________
23237 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
23238         Log: #14505 effect.
23239      Branch: perl
23240            ! pod/perluniintro.pod
23241 ____________________________________________________________________________
23242 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
23243         Log: Daniel S. Lewart adopts the Math::Complex.
23244      Branch: perl
23245            ! lib/Math/Complex.pm
23246 ____________________________________________________________________________
23247 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
23248         Log: More Complex DWIMmery.
23249      Branch: perl
23250            ! lib/Math/Complex.pm lib/Math/Complex.t
23251 ____________________________________________________________________________
23252 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
23253         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
23254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23255              Date: Thu, 31 Jan 2002 14:37:52 +0100
23256              Message-ID: <20020131143752.A1452@rafael>
23257      Branch: perl
23258            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
23259 ____________________________________________________________________________
23260 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
23261         Log: Turn the I/O Unicode error by default on, but the
23262              character-generating Unicode error by default off,
23263              as Larry suggested.
23264      Branch: perl
23265            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
23266            ! utf8.c
23267 ____________________________________________________________________________
23268 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
23269         Log: Subject: [PATCH] open.pm minor cleanup
23270              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23271              Date: Thu, 31 Jan 2002 15:03:02 +0100
23272              Message-ID: <20020131150302.C1452@rafael>
23273      Branch: perl
23274            ! lib/open.pm
23275 ____________________________________________________________________________
23276 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
23277         Log: Update Changes.
23278      Branch: perl
23279            ! Changes patchlevel.h
23280 ____________________________________________________________________________
23281 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
23282         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
23283              From: Robin Barker <rmb1@cise.npl.co.uk>
23284              Date: Wed, 30 Jan 2002 11:58:33 GMT
23285              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
23286      Branch: perl
23287            ! lib/CPAN.pm
23288 ____________________________________________________________________________
23289 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
23290         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
23291              re-sort MANIFEST.
23292      Branch: perl
23293            + ext/Encode/Encode.pm
23294            - ext/Encode/lib/Encode.pm
23295            ! MANIFEST ext/Encode/Makefile.PL
23296 ____________________________________________________________________________
23297 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
23298         Log: Integrate perlio:
23299              
23300              [ 14499]
23301              Collect some stats during compile process.
23302              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
23303              as one XS - inconclusive - marginal win?
23304              Add some comments to encode.h
23305              
23306              [ 14490]
23307              Basics of a compiled Encode XS extension
23308      Branch: perl
23309           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
23310           !> ext/Encode/encode.h
23311 ____________________________________________________________________________
23312 [ 14499] By: nick                                  on 2002/01/30  09:57:47
23313         Log: Collect some stats during compile process.
23314              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
23315              as one XS - inconclusive - marginal win?
23316              Add some comments to encode.h
23317      Branch: perlio
23318            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
23319            ! ext/Encode/encode.h
23320 ____________________________________________________________________________
23321 [ 14498] By: nick                                  on 2002/01/30  07:27:55
23322         Log: Integrate Jarkko's path/INC tweaks
23323      Branch: perlio
23324           !> ext/Encode/compile
23325 ____________________________________________________________________________
23326 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
23327         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
23328              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23329              Date: Tue, 29 Jan 2002 01:13:09 -0800
23330              Message-ID: <lemV8gzkgu/K092yn@efn.org>
23331      Branch: perl
23332            ! configpm
23333 ____________________________________________________________________________
23334 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
23335         Log: Subject: [PATCH t/op/inccode.t] new test
23336              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23337              Date: Tue, 29 Jan 2002 22:03:45 +0100
23338              Message-ID: <20020129220345.A704@rafael>
23339      Branch: perl
23340            ! t/op/inccode.t
23341 ____________________________________________________________________________
23342 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
23343         Log: EBCDIC: t/op/lc.t now passes.
23344      Branch: perl
23345            ! t/op/lc.t
23346 ____________________________________________________________________________
23347 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
23348         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
23349      Branch: perl
23350            ! utf8.c
23351 ____________________________________________________________________________
23352 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
23353         Log: Must find stuff during build.
23354      Branch: perl
23355            ! ext/Encode/compile
23356 ____________________________________________________________________________
23357 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
23358         Log: Integrate with perlio;
23359              
23360              Basics of a compiled Encode XS extension
23361      Branch: perl
23362           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
23363           +> ext/Encode/Encode/euc-jp.ucm
23364           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
23365           !> ext/Encode/encode.h
23366 ____________________________________________________________________________
23367 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
23368         Log: EBCDIC tweaks-- no new test passes, but getting closer.
23369      Branch: perl
23370            ! utf8.c
23371 ____________________________________________________________________________
23372 [ 14490] By: nick                                  on 2002/01/29  21:20:57
23373         Log: Basics of a compiled Encode XS extension
23374      Branch: perlio
23375            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
23376            + ext/Encode/Encode/euc-jp.ucm
23377            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
23378            ! ext/Encode/encode.h
23379 ____________________________________________________________________________
23380 [ 14489] By: nick                                  on 2002/01/29  18:40:54
23381         Log: Integrate mainline
23382      Branch: perlio
23383           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
23384           +> ext/Encode/lib/Encode/Encoding.pm
23385           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
23386           +> ext/Encode/lib/Encode/Tcl/Escape.pm
23387           +> ext/Encode/lib/Encode/Tcl/Extended.pm
23388           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
23389           +> ext/Encode/lib/Encode/Tcl/Table.pm
23390           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
23391           +> ext/Encode/lib/Encode/iso10646_1.pm
23392           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
23393           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
23394           +> ext/Encode/t/Tcl.t
23395            - ext/Encode.t ext/Encode/Encode.pm
23396            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
23397            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
23398           !> (integrate 33 files)
23399 ____________________________________________________________________________
23400 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
23401         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
23402              From: Richard Clamp <richardc@unixbeard.net>
23403              Date: Mon, 28 Jan 2002 02:17:55 +0000
23404              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
23405      Branch: perl
23406            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
23407 ____________________________________________________________________________
23408 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
23409         Log: OS/390 seems to do length 0 udp reads, Nicholas says
23410              skippage is for now the best cause of action.
23411      Branch: perl
23412            ! ext/Socket/socketpair.t
23413 ____________________________________________________________________________
23414 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
23415         Log: Encode cleanup from Dan Kogai; reworked even further.
23416      Branch: perl
23417            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
23418            + ext/Encode/lib/Encode/Encoding.pm
23419            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
23420            + ext/Encode/lib/Encode/Tcl/Escape.pm
23421            + ext/Encode/lib/Encode/Tcl/Extended.pm
23422            + ext/Encode/lib/Encode/Tcl/HanZi.pm
23423            + ext/Encode/lib/Encode/Tcl/Table.pm
23424            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
23425            + ext/Encode/lib/Encode/iso10646_1.pm
23426            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
23427            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
23428            + ext/Encode/t/Tcl.t
23429            - ext/Encode.t ext/Encode/Encode.pm
23430            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
23431            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
23432            ! MANIFEST ext/Encode/Encode/8859-1.ucm
23433            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
23434            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
23435            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
23436            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
23437            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
23438            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
23439            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
23440            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
23441            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
23442            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
23443            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
23444            ! ext/Encode/compile
23445 ____________________________________________________________________________
23446 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
23447         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
23448      Branch: perl
23449            ! djgpp/djgpp.c perlio.c
23450 ____________________________________________________________________________
23451 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
23452         Log: Prettier printing from Michael Schwern.
23453      Branch: perl
23454            ! t/test.pl
23455 ____________________________________________________________________________
23456 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
23457         Log: Show also the debug and debugcolor as known pragmas.
23458      Branch: perl
23459            ! ext/re/re.pm
23460 ____________________________________________________________________________
23461 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
23462         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
23463              From: "Craig A. Berry" <craigberry@mac.com>
23464              Date: Mon, 28 Jan 2002 16:30:30 -0600
23465              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
23466      Branch: perl
23467            ! ext/B/t/assembler.t
23468 ____________________________________________________________________________
23469 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
23470         Log: metaconfig unit change for #14480.
23471      Branch: metaconfig
23472            ! U/modified/Init.U
23473 ____________________________________________________________________________
23474 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
23475         Log: DJGPP needs to know its exe soon, too.
23476      Branch: perl
23477            ! Configure
23478 ____________________________________________________________________________
23479 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
23480         Log: Round #2 on EBCDICation.
23481      Branch: perl
23482            ! t/op/append.t
23483 ____________________________________________________________________________
23484 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
23485         Log: Integrate perlio:
23486              
23487              [ 14477]
23488              Set makefile.mk CCHOME etc. for default locations of MinGW and free
23489              Borland compilers. (Borland builds one or two oddities.)
23490      Branch: perl
23491           !> win32/config.bc win32/makefile.mk
23492 ____________________________________________________________________________
23493 [ 14477] By: nick                                  on 2002/01/28  20:12:31
23494         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
23495              Borland compilers. (Borland builds one or two oddities.)
23496      Branch: perlio
23497            ! win32/config.bc win32/makefile.mk
23498 ____________________________________________________________________________
23499 [ 14476] By: nick                                  on 2002/01/28  18:43:47
23500         Log: Integrate mainline
23501      Branch: perlio
23502           !> Configure hints/hpux.sh
23503 ____________________________________________________________________________
23504 [ 14475] By: nick                                  on 2002/01/28  17:15:12
23505         Log: Integrate mainline
23506      Branch: perlio
23507           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
23508           !> patchlevel.h pp_sys.c t/lib/warnings/perl
23509 ____________________________________________________________________________
23510 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
23511         Log: metaconfig unit change for #14472.
23512      Branch: metaconfig/U/perl
23513            ! d_u32align.U
23514 ____________________________________________________________________________
23515 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
23516         Log: Misunderstood Merijn's patch.
23517      Branch: perl
23518            ! hints/hpux.sh
23519 ____________________________________________________________________________
23520 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
23521         Log: Misapplied Merijn's patch.
23522      Branch: perl
23523            ! Configure
23524 ____________________________________________________________________________
23525 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
23526         Log: Update Changes.
23527      Branch: perl
23528            ! Changes patchlevel.h
23529 ____________________________________________________________________________
23530 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
23531         Log: BeOS has sockets but not true ones.
23532      Branch: perl
23533            ! pp_sys.c
23534 ____________________________________________________________________________
23535 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
23536         Log: metaconfig unit change for #14467.
23537      Branch: metaconfig/U/perl
23538            ! d_u32align.U
23539 ____________________________________________________________________________
23540 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
23541         Log: For some strange reason under the smoke harness the alignment
23542              test hangs in HP-UX 10.20.  So hint it to avoid the test.
23543      Branch: perl
23544            ! hints/hpux.sh
23545 ____________________________________________________________________________
23546 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
23547         Log: Allow d_u32align to be hinted.
23548      Branch: perl
23549            ! Configure
23550 ____________________________________________________________________________
23551 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
23552         Log: The shift key is important.
23553      Branch: perl
23554            ! ext/B/B.xs
23555 ____________________________________________________________________________
23556 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
23557         Log: The "used only once" warnings (from gv_check) come
23558              in pseudorandom hash order-- in EBCDIC the order
23559              is different.  Add a new option that allow the warnings
23560              to come in any order (Paul Marquess).
23561      Branch: perl
23562            ! lib/warnings.t t/lib/warnings/perl
23563 ____________________________________________________________________________
23564 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
23565         Log: Integrate perlio:
23566              
23567              [ 14462]
23568              1st attempt at skipping broke threads case.
23569              
23570              [ 14461]
23571              Skip new threads::shared test unless -Duseithreads
23572      Branch: perl
23573           !> ext/threads/shared/t/0nothread.t
23574 ____________________________________________________________________________
23575 [ 14463] By: nick                                  on 2002/01/28  08:22:36
23576         Log: Integrate mainline
23577      Branch: perlio
23578           !> (integrate 37 files)
23579 ____________________________________________________________________________
23580 [ 14462] By: nick                                  on 2002/01/28  08:09:53
23581         Log: 1st attempt at skipping broke threads case.
23582      Branch: perlio
23583            ! ext/threads/shared/t/0nothread.t
23584 ____________________________________________________________________________
23585 [ 14461] By: nick                                  on 2002/01/28  07:25:58
23586         Log: Skip new threads::shared test unless -Duseithreads
23587      Branch: perlio
23588            ! ext/threads/shared/t/0nothread.t
23589 ____________________________________________________________________________
23590 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
23591         Log: FAQ sync.
23592      Branch: perl
23593            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23594            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23595            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23596            ! pod/perlfaq9.pod
23597 ____________________________________________________________________________
23598 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
23599         Log: Upgrade to podlators 1.20.
23600      Branch: perl
23601            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
23602 ____________________________________________________________________________
23603 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
23604         Log: Retract #14448, a better patch coming up.
23605      Branch: perl
23606            ! lib/Pod/t/basic.t
23607 ____________________________________________________________________________
23608 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
23609         Log: EBCDIC portability.
23610      Branch: perl
23611            ! t/op/append.t
23612 ____________________________________________________________________________
23613 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
23614         Log: Further cygwin installperl tweak from Gerrit P. Haase.
23615      Branch: perl
23616            ! installperl
23617 ____________________________________________________________________________
23618 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
23619         Log: A bug in Bulgarian EBCDIC locale (this sounds like
23620              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
23621              locales failed, too.  The patch works around the bug by
23622              skipping the test, but the real problem may be deeper
23623              (affecting probably only EBCDIC platforms, though):
23624              see the comment in locale.t for more details.
23625      Branch: perl
23626            ! lib/locale.t
23627 ____________________________________________________________________________
23628 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
23629         Log: metaconfig unit change for #14453.
23630      Branch: metaconfig/U/perl
23631            ! libperl.U
23632 ____________________________________________________________________________
23633 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
23634         Log: Subject: Bleadperl on Cygwin today
23635              From: "Gerrit P. Haase" <gp@familiehaase.de>              
23636              Date: Sun, 27 Jan 2002 22:30:41 +0100
23637              Message-ID: <462007239437.20020127223041@familiehaase.de>
23638      Branch: perl
23639            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
23640            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
23641            ! lib/ExtUtils/t/MM_Cygwin.t
23642 ____________________________________________________________________________
23643 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
23644         Log: Unfinished EBCDIC branch.
23645      Branch: perl
23646            ! t/op/ver.t
23647 ____________________________________________________________________________
23648 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
23649         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
23650      Branch: perl
23651            ! ext/B/B.xs ext/B/B/Deparse.pm
23652 ____________________________________________________________________________
23653 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
23654         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
23655              platforms.
23656      Branch: perl
23657            ! ext/B/t/stash.t
23658 ____________________________________________________________________________
23659 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
23660         Log: Apparently no need for EBCDIC exception any more.
23661      Branch: perl
23662            ! ext/B/t/showlex.t
23663 ____________________________________________________________________________
23664 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
23665         Log: (retracted by #14458)
23666              (Russ Allbery) OS/390 is using a high-bit character for ESC,
23667              skip the test for now.  A better fix would be to override
23668              the notion of the platform's escape sequence in the test
23669              of Pod::Text::Termcap.  We may have to apply a filter to
23670              the output to substitute back in the ESC character that
23671              the test expects, but only on OS/390.
23672      Branch: perl
23673            ! lib/Pod/t/basic.t
23674 ____________________________________________________________________________
23675 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
23676         Log: Detypo.
23677      Branch: perl
23678            ! ext/Devel/Peek/Peek.t
23679 ____________________________________________________________________________
23680 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
23681         Log: OS/390 USS has a different idea of the pw* functions.
23682              Also, test the name with eq, not with ==.
23683      Branch: perl
23684            ! lib/User/pwent.t
23685 ____________________________________________________________________________
23686 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
23687         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
23688      Branch: perl
23689            ! doio.c
23690 ____________________________________________________________________________
23691 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
23692         Log: ASCIIisms.
23693      Branch: perl
23694            ! ext/PerlIO/t/encoding.t
23695 ____________________________________________________________________________
23696 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
23697         Log: chr(42) ne '*'  if one is in EBCDIC.
23698      Branch: perl
23699            ! t/op/pack.t
23700 ____________________________________________________________________________
23701 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
23702         Log: Subject: [PATCH] Fix up recent op/stat.t failures
23703              From: Andy Dougherty <doughera@lafayette.edu>
23704              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
23705              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
23706      Branch: perl
23707            ! t/op/stat.t
23708 ____________________________________________________________________________
23709 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
23710         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
23711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23712              Date: Sun, 27 Jan 2002 15:03:18 +0100
23713              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
23714      Branch: perl
23715            ! lib/ExtUtils/t/Command.t
23716 ____________________________________________________________________________
23717 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
23718         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
23719              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23720              Date: Sun, 27 Jan 2002 14:51:10 +0100
23721              Message-ID: <20020127145110.A16332@rafael>
23722      Branch: perl
23723            ! ext/B/B/Deparse.pm
23724 ____________________________________________________________________________
23725 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
23726         Log: integrate change#14431 from perlio branch (Nick's fix for
23727              change#13474 to be more defensive about looking at pad entries
23728              that may not exist yet)
23729      Branch: maint-5.6/perl
23730            ! op.c
23731 ____________________________________________________________________________
23732 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
23733         Log: Comment to avoid later "cleanups."
23734      Branch: perl
23735            ! lib/ExtUtils/MakeMaker.pm
23736 ____________________________________________________________________________
23737 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
23738         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
23739              instead of just FOO=... cmd ...
23740      Branch: perl
23741            ! Makefile.SH
23742 ____________________________________________________________________________
23743 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
23744         Log: Overquoting bad (in UNIX one would get
23745              Can't open perl script "'-I../lib'": No such file or directory)
23746      Branch: perl
23747            ! lib/Pod/t/Usage.t
23748 ____________________________________________________________________________
23749 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
23750         Log: Integrate perlio:
23751              
23752              [ 14434]
23753              "All tests successful" VC6.0 Win32
23754              (Update config.vc to need cppstdin so those tests are skipped...)
23755      Branch: perl
23756           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23757           !> win32/config_H.vc
23758 ____________________________________________________________________________
23759 [ 14434] By: nick                                  on 2002/01/26  22:27:08
23760         Log: "All tests successful" VC6.0 Win32
23761              (Update config.vc to need cppstdin so those tests are skipped...)
23762      Branch: perlio
23763            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23764            ! win32/config_H.vc
23765 ____________________________________________________________________________
23766 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
23767         Log: Integrate perlio:
23768              
23769              [ 14432]
23770              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23771              for CRLF line endings.
23772              
23773              [ 14431]
23774              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23775              Should really be looked at by someone that knows about pads.
23776              
23777              [ 14429]
23778              Tinkering with thread cleanup mutex-ing - not the problem 
23779              (op.c is) but could have been...
23780              
23781              [ 14428]
23782              Win32 signal emulation cleanup.
23783              
23784              [ 14427]
23785              If we get to sighandler by mistake (no perl handler set) then
23786              warn() and exit() rather than die() - should never happen
23787              but if it does context needed to die is likely to be trashed
23788              as well.
23789              
23790              [ 14425]
23791              1st two tests of File/Find/t/find.t and taint.t were run after 
23792              calling cleanup(). If previous fail had left for_find directory,
23793              but no content in it then cleanup() returned cd'ed to that directory.
23794              So tests failed. Fixed cleanup()-s.
23795      Branch: perl
23796           !> ext/threads/threads.xs lib/File/Find/t/find.t
23797           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
23798           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23799 ____________________________________________________________________________
23800 [ 14432] By: nick                                  on 2002/01/26  21:10:38
23801         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23802              for CRLF line endings.
23803      Branch: perlio
23804            ! lib/Filter/Simple.pm
23805 ____________________________________________________________________________
23806 [ 14431] By: nick                                  on 2002/01/26  21:08:35
23807         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23808              Should really be looked at by someone that knows about pads.
23809      Branch: perlio
23810            ! op.c
23811 ____________________________________________________________________________
23812 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
23813         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
23814              From: "Craig A. Berry" <craigberry@mac.com>       
23815              Date: Sat, 26 Jan 2002 11:19:44 -0600
23816              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
23817      Branch: perl
23818            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
23819 ____________________________________________________________________________
23820 [ 14429] By: nick                                  on 2002/01/26  18:04:22
23821         Log: Tinkering with thread cleanup mutex-ing - not the problem 
23822              (op.c is) but could have been...
23823      Branch: perlio
23824            ! ext/threads/threads.xs
23825 ____________________________________________________________________________
23826 [ 14428] By: nick                                  on 2002/01/26  18:03:13
23827         Log: Win32 signal emulation cleanup.
23828      Branch: perlio
23829            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23830 ____________________________________________________________________________
23831 [ 14427] By: nick                                  on 2002/01/26  13:59:33
23832         Log: If we get to sighandler by mistake (no perl handler set) then
23833              warn() and exit() rather than die() - should never happen
23834              but if it does context needed to die is likely to be trashed
23835              as well.
23836      Branch: perlio
23837            ! mg.c
23838 ____________________________________________________________________________
23839 [ 14426] By: nick                                  on 2002/01/26  13:56:23
23840         Log: Integrate mainline
23841      Branch: perlio
23842           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
23843           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
23844           !> t/run/fresh_perl.t
23845 ____________________________________________________________________________
23846 [ 14425] By: nick                                  on 2002/01/26  08:11:33
23847         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
23848              calling cleanup(). If previous fail had left for_find directory,
23849              but no content in it then cleanup() returned cd'ed to that directory.
23850              So tests failed. Fixed cleanup()-s.
23851      Branch: perlio
23852            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
23853 ____________________________________________________________________________
23854 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
23855         Log: Integrate perlio:
23856              
23857              [ 14422]
23858              Save $! so that other syscalls don't disturb it before 
23859              we test it.
23860              
23861              [ 14421]
23862              More Win32 tuning
23863              
23864              [ 14420]
23865              Fix winsystem.t's attempt to build showav.exe to work 
23866              with gcc (which writes a.exe unless told with -o ).
23867              Also put in a few more fail-safes to check .exe got 
23868              built somehow.
23869      Branch: perl
23870           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
23871           !> t/op/winsystem.t
23872 ____________________________________________________________________________
23873 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
23874         Log: Subject: [PATCH] new test in op/universal.t
23875              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23876              Date: Fri, 25 Jan 2002 23:17:33 +0100
23877              Message-ID: <20020125231733.A11733@rafael>
23878      Branch: perl
23879            ! t/op/universal.t
23880 ____________________________________________________________________________
23881 [ 14422] By: nick                                  on 2002/01/25  21:37:03
23882         Log: Save $! so that other syscalls don't disturb it before 
23883              we test it.
23884      Branch: perlio
23885            ! ext/Socket/socketpair.t
23886 ____________________________________________________________________________
23887 [ 14421] By: nick                                  on 2002/01/25  19:05:57
23888         Log: More Win32 tuning
23889      Branch: perlio
23890            ! t/op/stat.t t/op/taint.t
23891 ____________________________________________________________________________
23892 [ 14420] By: nick                                  on 2002/01/25  18:21:42
23893         Log: Fix winsystem.t's attempt to build showav.exe to work 
23894              with gcc (which writes a.exe unless told with -o ).
23895              Also put in a few more fail-safes to check .exe got 
23896              built somehow.
23897      Branch: perlio
23898            ! t/op/winsystem.t
23899 ____________________________________________________________________________
23900 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
23901         Log: Subject: [Patch Encode.xs] calculation of need overflows
23902              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23903              Date: Sat, 26 Jan 2002 00:58:50 +0900
23904              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
23905      Branch: perl
23906            ! ext/Encode/Encode.xs
23907 ____________________________________________________________________________
23908 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
23909         Log: Integrate changes 13474+13478+13584 from maintperl;
23910              anon sub leakage.
23911      Branch: perl
23912            ! op.c t/run/fresh_perl.t
23913 ____________________________________________________________________________
23914 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
23915         Log: Update Changes.
23916      Branch: perl
23917            ! Changes patchlevel.h
23918 ____________________________________________________________________________
23919 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
23920         Log: Integrate perlio:
23921              
23922              [ 14411]
23923              Linux/NFS hackery was not faking right number of passes.
23924              
23925              [ 14410]
23926              threads::shared tidy up:
23927              - Add _id() function to shared.xs so we can test refs point at same thing.
23928              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23929              - Allow no_share to pass if sharing to works despite mis-ordering.
23930              - Change docs of threads to document ->create() (as used in tests),
23931              and not mention "new".
23932              
23933              [ 14401]
23934              Expand command line test globs on Win32.
23935              
23936              [ 14393]
23937              Except Win32 from echo tests. (Alarm does not break into connect)
23938              
23939              [ 14392]
23940              SvTEMP_off to stop private PV's being stolen and stored in shared space
23941              
23942              [ 14387]
23943              thread::shared nearly working again - remaining issue
23944              is references withing shared space.
23945              Added bulk test with no threads involved (for debugging)
23946              Tuned tests to skip those needing _thrcnt
23947              
23948              [ 14378]
23949              Implement recursive lock and use of scope for PL_sharedsv_space,
23950              so now croak() from asserts does not leave locks.
23951              Make hv_simple compile (new prototype for debugging probe).
23952              
23953              [ 14377]
23954              Shared scalars working, some shared array ops working.
23955              
23956              [ 14373]
23957              Miss mg_len == 0 meaning don't Safefree
23958              
23959              [ 14372]
23960              XS side of new threads::shared designed, coded and compiles,
23961              and mostly commented but is totaly untested.
23962              submit in case anyone wants a preview.
23963              
23964              [ 14363]
23965              Add new threads/typemap to MANIFEST
23966              
23967              [ 14357]
23968              #14352 deleted ext/threads/threads.h
23969              
23970              [ 14356]
23971              Eradicate sharedsv.*
23972              
23973              [ 14355]
23974              threads work again on Win32. (Not threads::shared yet)
23975              Submit to see if they do on Linux.
23976              
23977              [ 14352]
23978              Nearly-working threads re-structuring. Do not integrate,
23979              submit-ing to get to Win32, and as "off site" backup.
23980      Branch: perl
23981           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
23982           +> ext/threads/typemap
23983            - ext/threads/threads.h sharedsv.c sharedsv.h
23984            ! NetWare/config_H.wc
23985           !> (integrate 38 files)
23986 ____________________________________________________________________________
23987 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
23988         Log: Subject: Re: perldebguts minor tweaks
23989              From: Joe McMahon <mcmahon@metalab.unc.edu>
23990              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
23991              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
23992      Branch: perl
23993            ! pod/perldebguts.pod
23994 ____________________________________________________________________________
23995 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
23996         Log: metaconfig unit change for #14413.
23997      Branch: metaconfig
23998            ! U/modified/prototype.U
23999 ____________________________________________________________________________
24000 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
24001         Log: Okay, you can come home now, _().
24002      Branch: perl
24003            ! config_h.SH
24004 ____________________________________________________________________________
24005 [ 14412] By: nick                                  on 2002/01/25  11:01:49
24006         Log: Integrate mainline
24007              All but ../lib/Unicode/UCD.t pass.
24008      Branch: perlio
24009           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
24010           +> lib/unicore/CaseFolding.txt
24011           +> lib/unicore/CompositionExclusions.txt
24012           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
24013           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
24014           +> vos/vos.c
24015            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
24016            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
24017            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
24018            - lib/unicore/NamesList.html lib/unicore/PropList.html
24019            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
24020            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
24021            - lib/unicore/rename
24022           !> (integrate 424 files)
24023 ____________________________________________________________________________
24024 [ 14411] By: nick                                  on 2002/01/25  09:45:13
24025         Log: Linux/NFS hackery was not faking right number of passes.
24026      Branch: perlio
24027            ! t/io/fs.t
24028 ____________________________________________________________________________
24029 [ 14410] By: nick                                  on 2002/01/25  09:35:07
24030         Log: threads::shared tidy up:
24031              - Add _id() function to shared.xs so we can test refs point at same thing.
24032              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
24033              - Allow no_share to pass if sharing to works despite mis-ordering.
24034              - Change docs of threads to document ->create() (as used in tests),
24035              and not mention "new".
24036      Branch: perlio
24037            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24038            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
24039            ! ext/threads/threads.pm
24040 ____________________________________________________________________________
24041 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
24042         Log: Subject: perldebguts minor tweaks
24043              From: Joe McMahon <mcmahon@metalab.unc.edu>
24044              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
24045              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
24046      Branch: perl
24047            ! pod/perldebguts.pod
24048 ____________________________________________________________________________
24049 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
24050         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
24051              From: Peter Scott <Peter@PSDT.com>
24052              Date: Thu, 24 Jan 2002 08:51:34 -0800
24053              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
24054      Branch: perl
24055            ! pod/perldebguts.pod
24056 ____________________________________________________________________________
24057 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
24058         Log: Few more paranoia checks for Unicode hash keys.
24059      Branch: perl
24060            ! t/op/each.t
24061 ____________________________________________________________________________
24062 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
24063         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
24064              From: Andy Dougherty <doughera@lafayette.edu>
24065              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
24066              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
24067      Branch: perl
24068            ! t/op/stat.t
24069 ____________________________________________________________________________
24070 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
24071         Log: The
24072              
24073              Subject: Very old debugger UTF-8 bug
24074              From: andreas.koenig@anima.de (Andreas J. Koenig)
24075              Date: 24 Jan 2002 12:45:44 +0100
24076              Message-ID: <m3y9iot1jr.fsf@anima.de>
24077              
24078              still broken, but this should work as a stopgap
24079              measure to stop pp_match accessing naughty data.
24080      Branch: perl
24081            ! pod/perldiag.pod pp_hot.c
24082 ____________________________________________________________________________
24083 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
24084         Log: metaconfig unit change for #14403.
24085      Branch: metaconfig/U/perl
24086            ! d_u32align.U
24087 ____________________________________________________________________________
24088 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
24089         Log: Pacify picky compilers (this time Sun Workshop).
24090      Branch: perl
24091            ! Configure
24092 ____________________________________________________________________________
24093 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
24094         Log: Subject: Very old debugger UTF-8 bug
24095              From: andreas.koenig@anima.de (Andreas J. Koenig)
24096              Date: 24 Jan 2002 12:45:44 +0100
24097              Message-ID: <m3y9iot1jr.fsf@anima.de>
24098      Branch: perl
24099            ! lib/dumpvar.pl
24100 ____________________________________________________________________________
24101 [ 14401] By: nick                                  on 2002/01/24  07:50:38
24102         Log: Expand command line test globs on Win32.
24103      Branch: perlio
24104            ! t/harness
24105 ____________________________________________________________________________
24106 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
24107         Log: Sprinkle some copyrights (use the oldest timestamp to
24108              be found in the repository, which is most often not right,
24109              but at least consistent)
24110      Branch: perl
24111            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
24112            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
24113            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
24114            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
24115            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
24116            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
24117            ! unixish.h xsutils.c
24118 ____________________________________________________________________________
24119 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
24120         Log: Don't crash on Help for long text (bug #506672)
24121      Branch: maint-5.6/macperl
24122            ! macos/macperl/MPHelp.c
24123 ____________________________________________________________________________
24124 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
24125         Log: Fix minor path problem
24126      Branch: maint-5.6/macperl
24127            ! macos/macperl/Droplets/tarzipme.plx
24128 ____________________________________________________________________________
24129 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
24130         Log: Minor text changes
24131      Branch: maint-5.6/macperl
24132            ! macos/Perl.r
24133 ____________________________________________________________________________
24134 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
24135         Log: Bump versions, dates, etc.
24136      Branch: maint-5.6/macperl
24137            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
24138 ____________________________________________________________________________
24139 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
24140         Log: coderefs in @INC and absolute paths
24141      Branch: maint-5.6/macperl
24142            ! embed.h pp_ctl.c proto.h
24143 ____________________________________________________________________________
24144 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
24145         Log: Minor module thingys
24146      Branch: maint-5.6/macperl
24147            ! macos/ext/Mac/Controls/Controls.xs
24148            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
24149            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
24150            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
24151            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
24152            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
24153            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
24154            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
24155            ! macos/ext/Mac/Movies/Movies.xs
24156            ! macos/ext/Mac/Navigation/Navigation.pm
24157            ! macos/ext/Mac/Navigation/Navigation.xs
24158            ! macos/ext/Mac/Notification/Notification.xs
24159            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
24160            ! macos/ext/Mac/Processes/Processes.xs
24161            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
24162            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
24163            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
24164            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
24165            ! macos/ext/Mac/Resources/Resources.pm
24166            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
24167            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
24168            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
24169            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
24170            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
24171 ____________________________________________________________________________
24172 [ 14393] By: nick                                  on 2002/01/23  19:52:19
24173         Log: Except Win32 from echo tests. (Alarm does not break into connect)
24174      Branch: perlio
24175            ! ext/Socket/Socket.t
24176 ____________________________________________________________________________
24177 [ 14392] By: nick                                  on 2002/01/23  19:31:57
24178         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
24179      Branch: perlio
24180            ! ext/threads/shared/shared.xs
24181 ____________________________________________________________________________
24182 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
24183         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
24184      Branch: perl
24185            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
24186            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
24187            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
24188            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
24189            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
24190            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
24191            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
24192            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
24193            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
24194            ! x2p/util.c x2p/util.h x2p/walk.c
24195 ____________________________________________________________________________
24196 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
24197         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
24198              therefore quite probably also obsolete code.
24199      Branch: perl
24200            ! sv.c
24201 ____________________________________________________________________________
24202 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
24203         Log: Update Changes.
24204      Branch: perl
24205            ! Changes patchlevel.h
24206 ____________________________________________________________________________
24207 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
24208         Log: Small update on todo.  Could use a lot more.
24209      Branch: perl
24210            ! pod/perltodo.pod
24211 ____________________________________________________________________________
24212 [ 14387] By: nick                                  on 2002/01/23  14:19:30
24213         Log: thread::shared nearly working again - remaining issue
24214              is references withing shared space.
24215              Added bulk test with no threads involved (for debugging)
24216              Tuned tests to skip those needing _thrcnt
24217      Branch: perlio
24218            + ext/threads/shared/t/0nothread.t
24219            ! MANIFEST ext/threads/shared/shared.pm
24220            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
24221            ! ext/threads/shared/t/hv_refs.t
24222            ! ext/threads/shared/t/hv_simple.t
24223            ! ext/threads/shared/t/sv_simple.t
24224 ____________________________________________________________________________
24225 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
24226         Log: Subject: [ID 20020121.003] perldata doco bug
24227              From: John Stumbles <jstumbles@bluearc.com>
24228              Date: Mon, 21 Jan 2002 14:19:56 -0000
24229              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
24230      Branch: perl
24231            ! pod/perldata.pod
24232 ____________________________________________________________________________
24233 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
24234         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
24235              From: Michael G Schwern <schwern@pobox.com>
24236              Date: Mon, 21 Jan 2002 15:16:42 -0500
24237              Message-ID: <20020121201642.GA6659@blackrider>
24238      Branch: perl
24239            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
24240 ____________________________________________________________________________
24241 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
24242         Log: Subject: [PATCH] Re: eval not catching warnings?
24243              From: abigail@foad.org
24244              Date: Wed, 23 Jan 2002 15:35:47 +0100
24245              Message-ID: <20020123143547.24798.qmail@foad.org>
24246      Branch: perl
24247            ! pod/perlfunc.pod
24248 ____________________________________________________________________________
24249 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
24250         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
24251              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24252              Date: Tue, 22 Jan 2002 17:00:54 -0800            
24253              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
24254      Branch: perl
24255            ! t/run/fresh_perl.t
24256 ____________________________________________________________________________
24257 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
24258         Log: metaconfig unit change for #14381.
24259      Branch: metaconfig/U/perl
24260            ! d_u32align.U
24261 ____________________________________________________________________________
24262 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
24263         Log: HP-UX 10.20 cc pacifying from Merijn.
24264      Branch: perl
24265            ! Configure
24266 ____________________________________________________________________________
24267 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
24268         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
24269              From: "Craig A. Berry" <craigberry@mac.com> 
24270              Date: Tue, 22 Jan 2002 22:14:26 -0600
24271              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
24272      Branch: perl
24273            ! vms/test.com
24274 ____________________________________________________________________________
24275 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
24276         Log: AIX cpp bug: having macro arguments and character constants
24277              "the same" means trouble (here s and 's')
24278              What broke now was 841 and 842 of t/op/pat.t, because of the
24279              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
24280              (note that breakage happened only under cc_r and usethreads+
24281              useithreads)
24282      Branch: perl
24283            ! utf8.h
24284 ____________________________________________________________________________
24285 [ 14378] By: nick                                  on 2002/01/22  20:33:15
24286         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
24287              so now croak() from asserts does not leave locks.
24288              Make hv_simple compile (new prototype for debugging probe).
24289      Branch: perlio
24290            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24291            ! ext/threads/shared/t/hv_simple.t
24292 ____________________________________________________________________________
24293 [ 14377] By: nick                                  on 2002/01/22  17:32:21
24294         Log: Shared scalars working, some shared array ops working.
24295      Branch: perlio
24296            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24297            ! ext/threads/shared/t/sv_refs.t
24298            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
24299 ____________________________________________________________________________
24300 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
24301         Log: Subject: [PATCH] Support truncate() in VOS port
24302              From: Paul_GreenVOS@vos.stratus.com
24303              Date: Mon, 21 Jan 02 23:27 est
24304              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
24305      Branch: perl
24306            + vos/vos.c
24307            ! MANIFEST hints/vos.sh vos/vosish.h
24308 ____________________________________________________________________________
24309 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
24310         Log: metaconfig unit changes for #14374.  Couldn't figure
24311              how to get completely rid of _() (some weird dependency
24312              pulling it in?) so renamed it as PROTO_().
24313      Branch: metaconfig
24314            + U/modified/d_shmat.U U/modified/prototype.U
24315            ! U/protos/d_drand48proto.U
24316      Branch: metaconfig/U/perl
24317            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
24318 ____________________________________________________________________________
24319 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
24320         Log: Get rid of the _() macro since (1) we require ANSI anyway
24321              (2) Other software (GNU) seems to use it and we don't need it,
24322              so let's give it up.
24323      Branch: perl
24324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24325            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
24326            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
24327            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
24328            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
24329            ! wince/config.h wince/config_H.ce
24330 ____________________________________________________________________________
24331 [ 14373] By: nick                                  on 2002/01/22  10:10:48
24332         Log: Miss mg_len == 0 meaning don't Safefree
24333      Branch: perlio
24334            ! mg.c
24335 ____________________________________________________________________________
24336 [ 14372] By: nick                                  on 2002/01/21  22:34:06
24337         Log: XS side of new threads::shared designed, coded and compiles,
24338              and mostly commented but is totaly untested.
24339              submit in case anyone wants a preview.
24340      Branch: perlio
24341            + ext/threads/shared/typemap
24342            ! MANIFEST ext/threads/shared/shared.pm
24343            ! ext/threads/shared/shared.xs
24344 ____________________________________________________________________________
24345 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
24346         Log: Subject: [BUG] /\_/ an unrecognized escape?
24347              From: Michael G Schwern <schwern@pobox.com>
24348              Date: Mon, 21 Jan 2002 15:22:54 -0500
24349              Message-ID: <20020121202254.GA6731@blackrider>
24350      Branch: perl
24351            ! t/lib/warnings/toke toke.c
24352 ____________________________________________________________________________
24353 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
24354         Log: Undo the renaming of the Unicode data files; the simple
24355              solution being not including the *.html files.  This means
24356              that in the future there is no need for any renamings
24357              (well, assuming that the Consortium doesn't cause any),
24358              and the files are named like they are in the Consortium
24359              website, thus alleviating confusion.
24360      Branch: perl
24361            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
24362            + lib/unicore/CaseFolding.txt
24363            + lib/unicore/CompositionExclusions.txt
24364            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
24365            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
24366            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
24367            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
24368            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
24369            - lib/unicore/NamesList.html lib/unicore/PropList.html
24370            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
24371            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
24372            - lib/unicore/rename
24373            ! (edit 285 files)
24374 ____________________________________________________________________________
24375 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
24376         Log: Update Changes.
24377      Branch: perl
24378            ! Changes patchlevel.h
24379 ____________________________________________________________________________
24380 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
24381         Log: Subject: RE: BCC for Win32 is unhappy @14331
24382              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
24383              Date: Mon, 21 Jan 2002 09:48:40 +0300
24384              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
24385              
24386              (using IV instead of int)
24387      Branch: perl
24388            ! hv.h
24389 ____________________________________________________________________________
24390 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
24391         Log: path_is_absolute() needs a prototype (and maybe
24392              a better name, but that's another story).
24393      Branch: perl
24394            ! embed.fnc embed.h pp_ctl.c proto.h
24395 ____________________________________________________________________________
24396 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
24397         Log: Subject: Re: coderefs in @INC
24398              From: Chris Nandor <pudge@pobox.com>
24399              Date: Thu, 17 Jan 2002 11:26:02 -0500
24400              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
24401      Branch: perl
24402            ! pp_ctl.c
24403 ____________________________________________________________________________
24404 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
24405         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
24406              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24407              Date: Sun, 20 Jan 2002 22:53:56 +0100
24408              Message-ID: <20020120225356.A12093@rafael>
24409      Branch: perl
24410            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
24411            ! t/lib/warnings/9enabled warnings.h warnings.pl
24412 ____________________________________________________________________________
24413 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
24414         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
24415              From: "Craig A. Berry" <craigberry@mac.com>
24416              Date: Sun, 20 Jan 2002 22:49:42 -0600
24417              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
24418      Branch: perl
24419            ! lib/ExtUtils/MakeMaker.pm
24420 ____________________________________________________________________________
24421 [ 14363] By: nick                                  on 2002/01/20  20:38:23
24422         Log: Add new threads/typemap to MANIFEST
24423      Branch: perlio
24424            ! MANIFEST
24425 ____________________________________________________________________________
24426 [ 14362] By: nick                                  on 2002/01/20  20:34:36
24427         Log: Integrate mainline
24428      Branch: perlio
24429           +> lib/Pod/t/Usage.t
24430           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
24431           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
24432           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
24433           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
24434           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
24435           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
24436           !> util.c
24437 ____________________________________________________________________________
24438 [ 14361] By: nick                                  on 2002/01/20  18:51:47
24439         Log: Integrate MANIFEST
24440      Branch: perlio
24441           !> MANIFEST
24442 ____________________________________________________________________________
24443 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
24444         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
24445              From: Paul_GreenVOS@vos.stratus.com
24446              Date: Sat, 19 Jan 02 17:17 est
24447              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
24448              
24449              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
24450              From: Paul_GreenVOS@vos.stratus.com
24451              Date: Sat, 19 Jan 02 17:19 est
24452              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
24453      Branch: perl
24454            ! lib/ExtUtils/t/Command.t
24455 ____________________________________________________________________________
24456 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
24457         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
24458              From: Paul_GreenVOS@vos.stratus.com
24459              Date: Sat, 19 Jan 02 14:30 est
24460              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
24461      Branch: perl
24462            ! lib/AnyDBM_File.t
24463 ____________________________________________________________________________
24464 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
24465         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
24466              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
24467              Date: Sun, 20 Jan 2002 13:51:36 +0100
24468              Message-ID: <20020120135136.A710@rafael>
24469      Branch: perl
24470            ! ext/File/Glob/t/basic.t
24471 ____________________________________________________________________________
24472 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
24473         Log: #14352 deleted ext/threads/threads.h
24474      Branch: perlio
24475            ! MANIFEST
24476 ____________________________________________________________________________
24477 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
24478         Log: Eradicate sharedsv.*
24479      Branch: perlio
24480            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
24481 ____________________________________________________________________________
24482 [ 14355] By: nick                                  on 2002/01/20  11:50:22
24483         Log: threads work again on Win32. (Not threads::shared yet)
24484              Submit to see if they do on Linux.
24485      Branch: perlio
24486            ! ext/threads/shared/shared.xs ext/threads/threads.xs
24487            ! win32/makefile.mk
24488 ____________________________________________________________________________
24489 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
24490         Log: Make also hex() and oct() to croak if their arguments
24491              cannot be downgraded (that is, if they contain wide
24492              characters), just like crypt() does (and use the croak
24493              feature of sv_utf8_downgrade()).
24494      Branch: perl
24495            ! pp.c t/op/oct.t
24496 ____________________________________________________________________________
24497 [ 14353] By: nick                                  on 2002/01/19  22:20:09
24498         Log: Integrate Time/Local and its test
24499      Branch: perlio
24500           !> lib/Time/Local.pm lib/Time/Local.t
24501 ____________________________________________________________________________
24502 [ 14352] By: nick                                  on 2002/01/19  22:17:07
24503         Log: Nearly-working threads re-structuring. Do not integrate,
24504              submit-ing to get to Win32, and as "off site" backup.
24505      Branch: perlio
24506            + ext/threads/typemap
24507            - ext/threads/threads.h sharedsv.c sharedsv.h
24508            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
24509            ! embedvar.h ext/threads/shared/shared.pm
24510            ! ext/threads/shared/shared.xs ext/threads/threads.pm
24511            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
24512            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
24513            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
24514 ____________________________________________________________________________
24515 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
24516         Log: Regen toc.
24517      Branch: perl
24518            ! pod/perltoc.pod
24519 ____________________________________________________________________________
24520 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
24521         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
24522              From: David Dyck <dcd@tc.fluke.com>
24523              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
24524              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
24525      Branch: perl
24526            ! pod/perl5004delta.pod pod/perl5005delta.pod
24527            ! pod/perl561delta.pod pod/perl56delta.pod
24528 ____________________________________________________________________________
24529 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
24530         Log: FAQ sync.
24531      Branch: perl
24532            ! pod/perlfaq1.pod pod/perlfaq2.pod
24533 ____________________________________________________________________________
24534 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
24535         Log: Subject: [PATCH lib/Pod/t/Usage.t]
24536              From: Abe Timmerman <abe@ztreet.demon.nl>
24537              Date: Sat, 19 Jan 2002 19:57:57 +0100
24538              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
24539      Branch: perl
24540            + lib/Pod/t/Usage.t
24541            ! MANIFEST
24542 ____________________________________________________________________________
24543 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
24544         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
24545              From: Paul_GreenVOS@vos.stratus.com
24546              Date: Sat, 19 Jan 02 13:15 est
24547              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
24548      Branch: perl
24549            ! ext/SDBM_File/sdbm.t
24550 ____________________________________________________________________________
24551 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
24552         Log: Integrate perlio:
24553              
24554              [ 14335]
24555              Split out core of sv_magic() into sv_magicext().
24556              sv_magic provides the extra restictions (no READONLY, only
24557              one of each type, canned set of vtables), and sv_magicext()
24558              does the actual data twiddling.
24559              Also enhances semantics of ->mg_ptr setting via name/namlen
24560              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
24561              scratch area (namlen > 0 && name == NULL).
24562              sv_magicext also returns the MAGIC * it added.
24563              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
24564              To come sv_unmagicext() - which will remove just one magic
24565              of particular type, and additionaly match against ->mg_ptr,
24566              or the MAGIC * (need to experiment as to which is more natural).
24567      Branch: perl
24568           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
24569           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
24570 ____________________________________________________________________________
24571 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
24572         Log: Alternative Time::Local algorithm that uses matemathical formula
24573              for timegm instead of progressive guessing
24574      Branch: perl
24575            ! lib/Time/Local.pm
24576 ____________________________________________________________________________
24577 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
24578         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
24579              From: Paul_GreenVOS@vos.stratus.com
24580              Date: Sat, 19 Jan 02 11:20 est
24581              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
24582      Branch: perl
24583            ! ext/File/Glob/t/basic.t
24584 ____________________________________________________________________________
24585 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
24586         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
24587              From: Paul_GreenVOS@vos.stratus.com
24588              Date: Fri, 18 Jan 02 22:56 est
24589              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
24590      Branch: perl
24591            ! ext/Cwd/t/cwd.t
24592 ____________________________________________________________________________
24593 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
24594         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
24595              From: Paul_GreenVOS@vos.stratus.com
24596              Date: Fri, 18 Jan 02 22:48 est
24597              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
24598      Branch: perl
24599            ! lib/Time/Local.t
24600 ____________________________________________________________________________
24601 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
24602         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
24603              From: Paul_GreenVOS@vos.stratus.com
24604              Date: Fri, 18 Jan 02 16:22 est
24605              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
24606      Branch: perl
24607            ! ext/Devel/DProf/DProf.t
24608 ____________________________________________________________________________
24609 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
24610         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
24611              From: Tels <perl_dummy@bloodgate.com>
24612              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
24613              Message-Id: <200201182106.XAA19133@taku.hut.fi>
24614      Branch: perl
24615            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
24616 ____________________________________________________________________________
24617 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
24618         Log: Don't do socketpair udp unless you've got all what it takes.
24619      Branch: perl
24620            ! util.c
24621 ____________________________________________________________________________
24622 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
24623         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
24624              From: Tels <perl_dummy@bloodgate.com>
24625              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
24626              Message-Id: <200201182206.AAA15310@taku.hut.fi>
24627      Branch: perl
24628            ! lib/ExtUtils/MM_BeOS.pm
24629 ____________________________________________________________________________
24630 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
24631         Log: metaconfig unit change for #14336.
24632      Branch: metaconfig
24633            ! U/modified/myhostname.U
24634 ____________________________________________________________________________
24635 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
24636         Log: Avoid bare "set", and kiss .uucp goodbye.
24637      Branch: perl
24638            ! Configure
24639 ____________________________________________________________________________
24640 [ 14335] By: nick                                  on 2002/01/18  22:11:42
24641         Log: Split out core of sv_magic() into sv_magicext().
24642              sv_magic provides the extra restictions (no READONLY, only
24643              one of each type, canned set of vtables), and sv_magicext()
24644              does the actual data twiddling.
24645              Also enhances semantics of ->mg_ptr setting via name/namlen
24646              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
24647              scratch area (namlen > 0 && name == NULL).
24648              sv_magicext also returns the MAGIC * it added.
24649              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
24650              
24651              To come sv_unmagicext() - which will remove just one magic
24652              of particular type, and additionaly match against ->mg_ptr,
24653              or the MAGIC * (need to experiment as to which is more natural).
24654      Branch: perlio
24655            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
24656            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
24657 ____________________________________________________________________________
24658 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
24659         Log: Retract #14327 for now, going to the limit seems
24660              to be too much for many platforms.
24661      Branch: perl
24662            ! lib/Time/Local.t
24663 ____________________________________________________________________________
24664 [ 14333] By: nick                                  on 2002/01/18  18:58:33
24665         Log: Integrate mainline
24666      Branch: perlio
24667           !> Changes patchlevel.h
24668 ____________________________________________________________________________
24669 [ 14332] By: nick                                  on 2002/01/18  16:19:06
24670         Log: Integrate mainline
24671      Branch: perlio
24672           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
24673           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
24674            - lib/ExtUtils/inst
24675           !> (integrate 32 files)
24676 ____________________________________________________________________________
24677 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
24678         Log: Update Changes.
24679      Branch: perl
24680            ! Changes patchlevel.h
24681 ____________________________________________________________________________
24682 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
24683         Log: Try to make the connect/read/write timeouting.
24684      Branch: perl
24685            ! ext/Socket/Socket.t
24686 ____________________________________________________________________________
24687 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
24688         Log: Netware Makefile tweak from Ananth Kesari.
24689      Branch: perl
24690            ! NetWare/Makefile
24691 ____________________________________________________________________________
24692 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
24693         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
24694              From: Michael G Schwern <schwern@pobox.com>
24695              Date: Fri, 18 Jan 2002 03:10:27 -0500
24696              Message-ID: <20020118081027.GE7226@blackrider>
24697      Branch: perl
24698            ! lib/File/Find.pm
24699 ____________________________________________________________________________
24700 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
24701         Log: (retracted by #14334)
24702              
24703              Subject: [PATCH] Improving lib/Time/Local.t
24704              From: Paul_GreenVOS@vos.stratus.com        
24705              Date: Thu, 17 Jan 02 22:36 est
24706              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
24707      Branch: perl
24708            ! lib/Time/Local.t
24709 ____________________________________________________________________________
24710 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
24711         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
24712              From: Abe Timmerman <abe@ztreet.demon.nl>  
24713              Date: Fri, 18 Jan 2002 13:18:47 +0100
24714              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
24715      Branch: perl
24716            ! lib/ExtUtils/t/MM_Win32.t
24717 ____________________________________________________________________________
24718 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
24719         Log: Subject: [PATCH] Syncing with bleadperl 
24720              From: Michael G Schwern <schwern@pobox.com> 
24721              Date: Fri, 18 Jan 2002 03:04:33 -0500
24722              Message-ID: <20020118080432.GC7226@blackrider>
24723      Branch: perl
24724            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
24725            - lib/ExtUtils/inst
24726            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
24727            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24728            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
24729            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
24730            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
24731            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
24732            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
24733            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
24734            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
24735            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
24736            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
24737            ! lib/ExtUtils/testlib.pm
24738 ____________________________________________________________________________
24739 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
24740         Log: Detypo.
24741      Branch: perl
24742            ! AUTHORS
24743 ____________________________________________________________________________
24744 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
24745         Log: Subject: [PATCH] MM check_hints test
24746              From: Michael G Schwern <schwern@pobox.com>
24747              Date: Thu, 17 Jan 2002 20:25:57 -0500
24748              Message-ID: <20020118012557.GE32762@blackrider>
24749      Branch: perl
24750            + lib/ExtUtils/t/hints.t
24751            ! MANIFEST
24752 ____________________________________________________________________________
24753 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
24754         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
24755              From: Michael G Schwern <schwern@pobox.com> 
24756              Date: Thu, 17 Jan 2002 20:12:20 -0500
24757              Message-ID: <20020118011220.GC32762@blackrider>
24758              
24759              (#14317 replaced with this)
24760      Branch: perl
24761            ! lib/ExtUtils/MakeMaker.pm
24762 ____________________________________________________________________________
24763 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
24764         Log: Subject: [PATCH perldiag] overload.pm warnings
24765              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24766              Date: Thu, 17 Jan 2002 23:53:49 +0100
24767              Message-ID: <20020117235349.A14530@rafael>
24768      Branch: perl
24769            ! pod/perldiag.pod
24770 ____________________________________________________________________________
24771 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
24772         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
24773              From: Michael G Schwern <schwern@pobox.com>
24774              Date: Thu, 17 Jan 2002 16:35:47 -0500
24775              Message-ID: <20020117213546.GD23830@blackrider>
24776      Branch: perl
24777            ! lib/File/Find.pm
24778 ____________________________________________________________________________
24779 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
24780         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
24781              From: chromatic <chromatic@rmci.net>
24782              Date: Thu, 17 Jan 2002 13:04:22 -0700
24783              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
24784      Branch: perl
24785            ! pod/perltodo.pod
24786 ____________________________________________________________________________
24787 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
24788         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
24789              From: chromatic <chromatic@rmci.net>
24790              Date: Thu, 17 Jan 2002 12:59:04 -0700
24791              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
24792      Branch: perl
24793            ! lib/ExtUtils/t/Mkbootstrap.t
24794 ____________________________________________________________________________
24795 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
24796         Log: (replaced by #14322)
24797              The #14300 broke hints file handling.
24798      Branch: perl
24799            ! lib/ExtUtils/MakeMaker.pm
24800 ____________________________________________________________________________
24801 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
24802         Log: metaconfig unit change for #14315.
24803      Branch: metaconfig/U/perl
24804            ! uselongdbl.U
24805 ____________________________________________________________________________
24806 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
24807         Log: Subject: [PATCH] long doubles
24808              From: Nicholas Clark <nick@unfortu.net>
24809              Date: Thu, 17 Jan 2002 17:06:28 +0000
24810              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
24811      Branch: perl
24812            ! Configure
24813 ____________________________________________________________________________
24814 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
24815         Log: metaconfig unit change for #14313.
24816      Branch: metaconfig
24817            ! U/modified/i_ndbm.U
24818 ____________________________________________________________________________
24819 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
24820         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
24821              From: Andy Dougherty <doughera@lafayette.edu>
24822              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
24823              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
24824      Branch: perl
24825            ! Configure
24826 ____________________________________________________________________________
24827 [ 14312] By: nick                                  on 2002/01/17  21:38:38
24828         Log: Integrate mainline (for ndbm fixes etc.)
24829      Branch: perlio
24830           +> t/run/fresh_perl.t
24831            - t/run/kill_perl.t
24832           !> Changes MANIFEST ext/Opcode/Opcode.xs
24833           !> ext/SDBM_File/sdbm/Makefile.PL
24834           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
24835           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
24836           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
24837           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
24838           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
24839 ____________________________________________________________________________
24840 [ 14311] By: sky                                   on 2002/01/17  21:01:00
24841         Log: Simplify the code that duplicates the threads 
24842              init function and the parameters to the thread by using sv_dup. 
24843              Note,what happens if you pass a shared variable as a parameter?
24844      Branch: perl
24845            ! ext/threads/threads.xs
24846 ____________________________________________________________________________
24847 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
24848         Log: Update Changes.
24849      Branch: perl
24850            ! Changes patchlevel.h
24851 ____________________________________________________________________________
24852 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
24853         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
24854              with fresh_perl_is() and fresh_perl_like().
24855      Branch: perl
24856            + t/run/fresh_perl.t
24857            - t/run/kill_perl.t
24858            ! MANIFEST t/test.pl
24859 ____________________________________________________________________________
24860 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
24861         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
24862              From: Benjamin Goldberg <goldbb2@earthlink.net>
24863              Date: Wed, 09 Jan 2002 21:03:16 -0500
24864              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
24865      Branch: perl
24866            ! ext/Unicode/Normalize/Normalize.pm
24867 ____________________________________________________________________________
24868 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
24869         Log: Retract #14144 as Hugo isn't happy with it.
24870      Branch: perl
24871            ! scope.c t/run/kill_perl.t
24872 ____________________________________________________________________________
24873 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
24874         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
24875              From: Richard Clamp <richardc@unixbeard.net>
24876              Date: Wed, 16 Jan 2002 17:34:31 +0000
24877              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
24878      Branch: perl
24879            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
24880 ____________________________________________________________________________
24881 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
24882         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
24883              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24884              Date: Tue, 15 Jan 2002 21:23:30 +0100
24885              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
24886      Branch: perl
24887            ! ext/Opcode/Opcode.xs
24888 ____________________________________________________________________________
24889 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
24890         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
24891              From: Paul_GreenVOS@vos.stratus.com
24892              Date: Wed, 16 Jan 02 6:42 est
24893              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
24894      Branch: perl
24895            ! t/io/fs.t t/op/crypt.t
24896 ____________________________________________________________________________
24897 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
24898         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
24899              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24900              Date: Wed, 16 Jan 2002 13:43:39 +0100
24901              Message-ID: <20020116134339.A704@rafael>
24902              
24903              (replaces #14302)
24904      Branch: perl
24905            ! mg.c t/lib/warnings/mg
24906 ____________________________________________________________________________
24907 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
24908         Log: (replaced by #14303)
24909              Subject: [PATCH] length of undefined $(digit) should warn
24910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24911              Date: Tue, 15 Jan 2002 23:02:44 +0100            
24912              Message-ID: <20020115230244.A31786@rafael>     
24913      Branch: perl
24914            ! mg.c t/lib/warnings/mg
24915 ____________________________________________________________________________
24916 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
24917         Log: The non-MakeMaker.pm parts of
24918              
24919              Subject: [PATCH] Re: MM_Beos.pm?
24920              From: Tels <perl_dummy@bloodgate.com>
24921              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
24922              Message-Id: <200201142006.WAA29544@taas.iki.fi>
24923      Branch: perl
24924            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
24925            ! lib/ExtUtils/t/MM_Unix.t
24926 ____________________________________________________________________________
24927 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
24928         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
24929              From: Michael G Schwern <schwern@pobox.com>    
24930              Date: Tue, 15 Jan 2002 20:07:50 -0500            
24931              Message-ID: <20020116010750.GH625@blackrider>  
24932      Branch: perl
24933            ! lib/ExtUtils/MakeMaker.pm
24934 ____________________________________________________________________________
24935 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
24936         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
24937              From: Jeffrey Friedl <jfriedl@yahoo.com>       
24938              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
24939              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
24940      Branch: perl
24941            ! lib/Text/Tabs.pm
24942 ____________________________________________________________________________
24943 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
24944         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
24945              From: "Green, Paul" <Paul.Green@stratus.com>
24946              Date: Tue, 15 Jan 2002 22:28:10 -0500
24947              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
24948      Branch: perl
24949            ! lib/ExtUtils/MM_Unix.pm
24950 ____________________________________________________________________________
24951 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
24952         Log: Integrate perlio:
24953              
24954              [ 14296]
24955              offsetof() is in <stddef.h>
24956      Branch: perl
24957           !> ext/Socket/Socket.xs
24958 ____________________________________________________________________________
24959 [ 14296] By: nick                                  on 2002/01/16  13:02:29
24960         Log: offsetof() is in <stddef.h>
24961      Branch: perlio
24962            ! ext/Socket/Socket.xs
24963 ____________________________________________________________________________
24964 [ 14295] By: nick                                  on 2002/01/16  07:25:29
24965         Log: Integrate mainline
24966      Branch: perlio
24967           +> (branch 262 files)
24968            - (delete 285 files)
24969           !> (integrate 34 files)
24970 ____________________________________________________________________________
24971 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
24972         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
24973              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
24974              Canonical.pl and Exact.pl.
24975      Branch: perl
24976            + (add 259 files)
24977            - (delete 288 files)
24978            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
24979            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
24980            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
24981            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
24982 ____________________________________________________________________________
24983 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
24984         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
24985      Branch: perl
24986            ! ext/Socket/Socket.xs
24987 ____________________________________________________________________________
24988 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
24989         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
24990              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24991              Date: Tue, 15 Jan 2002 21:59:19 +0100
24992              Message-ID: <3C44A637.16602.25EB208@localhost>
24993      Branch: perl
24994            ! embed.fnc embed.h proto.h
24995 ____________________________________________________________________________
24996 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
24997         Log: Duh.  The updated In/*.pl weren't checked in.
24998      Branch: perl
24999            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
25000            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
25001            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
25002            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
25003            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
25004            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
25005            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
25006            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
25007            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
25008            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
25009            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
25010            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
25011            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
25012            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
25013            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
25014            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
25015            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
25016            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
25017            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
25018            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
25019            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
25020            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
25021            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
25022            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
25023            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
25024            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
25025            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
25026            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
25027            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
25028            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
25029            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
25030            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
25031            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
25032            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
25033            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
25034            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
25035            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
25036            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
25037            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
25038            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
25039            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
25040            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
25041            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
25042            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
25043            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
25044            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
25045            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
25046            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
25047 ____________________________________________________________________________
25048 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
25049         Log: Update Changes.
25050      Branch: perl
25051            ! Changes patchlevel.h
25052 ____________________________________________________________________________
25053 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
25054         Log: Jeffrey is trying very hard to avoid working on his
25055              book, it would seem :-) (better naming, better comments
25056              in the files)
25057      Branch: perl
25058            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
25059            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
25060            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
25061            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
25062            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
25063            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
25064            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
25065            - lib/unicore/Is/IDStart.pl
25066            ! (edit 200 files)
25067 ____________________________________________________________________________
25068 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
25069         Log: metaconfig unit changes for #14287.
25070      Branch: metaconfig
25071            + U/modified/Chk_MANI.U
25072            ! U/modified/Extract.U U/modified/Finish.U
25073      Branch: metaconfig/U/perl
25074            ! Extensions.U dlsrc.U
25075 ____________________________________________________________________________
25076 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
25077         Log: Some protection against spaces in directory names.
25078              (Tru64 still has some makedepend problems in such
25079              cases but that looks like Tru64's problem.)
25080      Branch: perl
25081            ! Configure Makefile.SH
25082 ____________________________________________________________________________
25083 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
25084         Log: Should have been in #14285 but I have sausages for fingers.
25085      Branch: perl
25086            + lib/ExtUtils/MM_BeOS.pm
25087 ____________________________________________________________________________
25088 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
25089         Log: MM_BeOS from Tels.
25090      Branch: perl
25091            + lib/ExtUtils/t/MM_BeOS.t
25092            ! MANIFEST
25093 ____________________________________________________________________________
25094 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
25095         Log: Integrate perlio:
25096              
25097              [ 14281]
25098              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
25099              e.g. -Duse64bitint on a 32-bit platform.
25100              Now uses I32 for use-count and is more careful with its casts.
25101              
25102              [ 14277]
25103              Correct name of PL_OP_SLAB_ALLOC
25104              
25105              [ 14271]
25106              Regen embed enable slab for PERL_IMPLICIT_SYS
25107              
25108              [ 14269]
25109              Typo in #else branch of PL_SLAB_ALLOC
25110              
25111              [ 14268]
25112              const-ness fix in savepv's passing of NULL
25113              
25114              [ 14267]
25115              Hand merge of non slab allocator stuff
25116              
25117              [ 14259]
25118              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
25119              Need to use CopXXXXX macros everywhere and add CopSTASH_free
25120              Add new scope type and add support for it to scope.c and scope stack
25121              dup-er in sv.c. Add savesharedpv().
25122              Also zealous version of Win32's vmem.h to catch all the abuses.
25123              With this t/op/fork.t passes even with zealous checking and 
25124              checker is point a finger at various threads/shared issues.
25125              PL_curcop->cop_io is still an issue.
25126              
25127              [ 14257]
25128              Inverted sense of special-ness of specialCopIO - supposed to 
25129              be true if value is "special" i.e. NOT an SV.
25130      Branch: perl
25131           !> (integrate 28 files)
25132 ____________________________________________________________________________
25133 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
25134         Log: Add Shuck URL
25135      Branch: maint-5.6/macperl
25136            ! macos/macperl/MacPerl.podhelp
25137 ____________________________________________________________________________
25138 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
25139         Log: Remove obsolete docs
25140      Branch: maint-5.6/macperl
25141            ! ext/File/Glob/Glob.pm
25142 ____________________________________________________________________________
25143 [ 14281] By: nick                                  on 2002/01/15  15:08:43
25144         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
25145              e.g. -Duse64bitint on a 32-bit platform.
25146              Now uses I32 for use-count and is more careful with its casts.
25147      Branch: perlio
25148            ! intrpvar.h op.c
25149 ____________________________________________________________________________
25150 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
25151         Log: Update bundled modules.  Yow!
25152      Branch: maint-5.6/macperl
25153            + macos/bundled_ext/Compress/Zlib/constants.h
25154            + macos/bundled_ext/Compress/Zlib/constants.xs
25155            + macos/bundled_ext/Filter/Util/Call/ppport.h
25156            + macos/bundled_ext/Storable/t/compat-0.6.t
25157            + macos/bundled_ext/Storable/t/dump.pl
25158            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
25159            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
25160            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
25161            + macos/bundled_lib/blib/lib/URI/ssh.pm
25162            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
25163            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
25164            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
25165            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
25166            + macos/bundled_lib/t/Filter/Simple/data.t
25167            + macos/bundled_lib/t/Filter/Simple/export.t
25168            + macos/bundled_lib/t/Filter/Simple/filter_only.t
25169            + macos/bundled_lib/t/Filter/Simple/import.t
25170            + macos/bundled_lib/t/NEXT/actual.t
25171            + macos/bundled_lib/t/NEXT/actuns.t
25172            + macos/bundled_lib/t/NEXT/next.t
25173            + macos/bundled_lib/t/NEXT/unseen.t
25174            + macos/bundled_lib/t/libnet/netrc.t
25175            + macos/bundled_lib/t/libwww-perl/base/http.t
25176            + macos/bundled_lib/t/libwww-perl/live/activestate.t
25177            - macos/bundled_ext/Filter/t/FilterTest.pm
25178            - macos/bundled_ext/Storable/t/compat06.t
25179            - macos/bundled_ext/Storable/t/st-dump.pl
25180            - macos/bundled_lib/t/NEXT/test.pl
25181            - macos/bundled_lib/t/libwww-perl/live/google.t
25182            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
25183            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
25184            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
25185            ! macos/bundled_ext/Compress/Zlib/README
25186            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
25187            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
25188            ! macos/bundled_ext/Compress/Zlib/t/examples.t
25189            ! macos/bundled_ext/Filter/Util/Call/Call.pm
25190            ! macos/bundled_ext/Filter/Util/Call/Call.xs
25191            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
25192            ! macos/bundled_ext/Filter/t/call.t
25193            ! macos/bundled_ext/Filter/t/filter-util.pl
25194            ! macos/bundled_ext/Storable/ChangeLog
25195            ! macos/bundled_ext/Storable/README
25196            ! macos/bundled_ext/Storable/Storable.pm
25197            ! macos/bundled_ext/Storable/t/blessed.t
25198            ! macos/bundled_ext/Storable/t/canonical.t
25199            ! macos/bundled_ext/Storable/t/dclone.t
25200            ! macos/bundled_ext/Storable/t/forgive.t
25201            ! macos/bundled_ext/Storable/t/freeze.t
25202            ! macos/bundled_ext/Storable/t/lock.t
25203            ! macos/bundled_ext/Storable/t/overload.t
25204            ! macos/bundled_ext/Storable/t/recurse.t
25205            ! macos/bundled_ext/Storable/t/retrieve.t
25206            ! macos/bundled_ext/Storable/t/store.t
25207            ! macos/bundled_ext/Storable/t/tied.t
25208            ! macos/bundled_ext/Storable/t/tied_hook.t
25209            ! macos/bundled_ext/Storable/t/tied_items.t
25210            ! macos/bundled_ext/Storable/t/utf8.t
25211            ! macos/bundled_lib/blib/lib/File/Sort.pm
25212            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
25213            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
25214            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
25215            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
25216            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
25217            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
25218            ! macos/bundled_lib/blib/lib/LWP.pm
25219            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
25220            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
25221            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
25222            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
25223            ! macos/bundled_lib/blib/lib/Mail/Address.pm
25224            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
25225            ! macos/bundled_lib/blib/lib/Mail/Field.pm
25226            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
25227            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
25228            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
25229            ! macos/bundled_lib/blib/lib/Mail/Header.pm
25230            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
25231            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
25232            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
25233            ! macos/bundled_lib/blib/lib/Mail/Send.pm
25234            ! macos/bundled_lib/blib/lib/Mail/Util.pm
25235            ! macos/bundled_lib/blib/lib/NEXT.pm
25236            ! macos/bundled_lib/blib/lib/Net/Config.pm
25237            ! macos/bundled_lib/blib/lib/Net/Domain.pm
25238            ! macos/bundled_lib/blib/lib/Net/FTP.pm
25239            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
25240            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
25241            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
25242            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
25243            ! macos/bundled_lib/blib/lib/Net/POP3.pm
25244            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
25245            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
25246            ! macos/bundled_lib/blib/lib/Switch.pm
25247            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
25248            ! macos/bundled_lib/blib/lib/URI/Escape.pm
25249            ! macos/bundled_lib/blib/lib/URI/ftp.pm
25250            ! macos/bundled_lib/blib/lib/lwpcook.pod
25251            ! macos/bundled_lib/t/Filter/Simple/filter.t
25252            ! macos/bundled_lib/t/Switch/t/nested.t
25253            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
25254            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
25255            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
25256            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
25257            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
25258            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
25259            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
25260            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
25261            ! macos/bundled_lib/t/libnet/config.t
25262            ! macos/bundled_lib/t/libnet/ftp.t
25263            ! macos/bundled_lib/t/libnet/hostname.t
25264            ! macos/bundled_lib/t/libnet/nntp.t
25265            ! macos/bundled_lib/t/libnet/require.t
25266            ! macos/bundled_lib/t/libnet/smtp.t
25267            ! macos/bundled_lib/t/libwww-perl/base/headers.t
25268            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
25269            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
25270            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
25271            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
25272            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
25273            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
25274            ! macos/bundled_lib/t/libwww-perl/live/validator.t
25275            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
25276 ____________________________________________________________________________
25277 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
25278         Log: Subject: [PATCH] Socket::sockaddr_family
25279              From: Gisle Aas <gisle@ActiveState.com> 
25280              Date: 15 Jan 2002 06:35:28 -0800
25281              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
25282      Branch: perl
25283            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
25284 ____________________________________________________________________________
25285 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
25286         Log: Subject: [PATCH perldiag] Style issue
25287              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25288              Date: Tue, 15 Jan 2002 15:36:30 +0100                
25289              Message-ID: <20020115153630.A11568@rafael>
25290      Branch: perl
25291            ! pod/perldiag.pod
25292 ____________________________________________________________________________
25293 [ 14277] By: nick                                  on 2002/01/15  14:30:51
25294         Log: Correct name of PL_OP_SLAB_ALLOC
25295      Branch: perlio
25296            ! perl.h
25297 ____________________________________________________________________________
25298 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
25299         Log: NetWare tweak from Ananth Kesari.
25300      Branch: perl
25301            ! lib/ExtUtils/MakeMaker.pm
25302 ____________________________________________________________________________
25303 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
25304         Log: Throwback.
25305      Branch: perl
25306            ! MANIFEST
25307 ____________________________________________________________________________
25308 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
25309         Log: A couple of additional character classes from Jeffrey,
25310              hopefully useful in future for internal use for implementing
25311              some special cases of casing.
25312              
25313              Also regenerate once more all the character classes,
25314              now without the timestamp.  A timestamp would be kind of
25315              nice but it's not: having a timestamp in a file means that
25316              even if the effective contents of file really didn't
25317              change, the file looks as if it changed.
25318      Branch: perl
25319            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
25320            + lib/unicore/Is/CombAbov.pl
25321            ! (edit 304 files)
25322 ____________________________________________________________________________
25323 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
25324         Log: Make the test harder.
25325      Branch: perl
25326            ! t/op/pat.t
25327 ____________________________________________________________________________
25328 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
25329         Log: Additional utf8_heavy.pl tweak from Jeffrey.
25330      Branch: perl
25331            ! lib/utf8_heavy.pl
25332 ____________________________________________________________________________
25333 [ 14271] By: nick                                  on 2002/01/15  11:29:47
25334         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
25335      Branch: perlio
25336            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
25337            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
25338 ____________________________________________________________________________
25339 [ 14270] By: nick                                  on 2002/01/15  08:19:08
25340         Log: Integrate rest of mainline
25341      Branch: perlio
25342           !> (integrate 28 files)
25343 ____________________________________________________________________________
25344 [ 14269] By: nick                                  on 2002/01/15  08:02:44
25345         Log: Typo in #else branch of PL_SLAB_ALLOC
25346      Branch: perlio
25347            ! op.c
25348 ____________________________________________________________________________
25349 [ 14268] By: nick                                  on 2002/01/15  07:57:47
25350         Log: const-ness fix in savepv's passing of NULL
25351      Branch: perlio
25352            ! util.c
25353 ____________________________________________________________________________
25354 [ 14267] By: nick                                  on 2002/01/15  07:42:17
25355         Log: Hand merge of non slab allocator stuff
25356      Branch: perlio
25357            ! op.c
25358 ____________________________________________________________________________
25359 [ 14266] By: nick                                  on 2002/01/15  07:39:33
25360         Log: Slab allocator submit after resolve -ay to keep it!
25361      Branch: perlio
25362           !> op.c
25363 ____________________________________________________________________________
25364 [ 14265] By: nick                                  on 2002/01/15  07:05:06
25365         Log: Blind integrate of bulk of mainline.
25366      Branch: perlio
25367           +> (branch 173 files)
25368            - (delete 184 files)
25369           !> (integrate 146 files)
25370 ____________________________________________________________________________
25371 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
25372         Log: Pod nits.
25373      Branch: perl
25374            ! lib/Unicode/UCD.pm pod/perlunicode.pod
25375 ____________________________________________________________________________
25376 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
25377         Log: The Unicode categories doc patch to go with #14254,
25378              from Jeffrey.
25379      Branch: perl
25380            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
25381 ____________________________________________________________________________
25382 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
25383         Log: There isn't going to be perl.third.exe.
25384      Branch: perl
25385            ! Makefile.SH
25386 ____________________________________________________________________________
25387 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
25388         Log: Subject: [PATCH] small coredump correction
25389              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25390              Date: Tue, 15 Jan 2002 00:22:52 +0100
25391              Message-ID: <20020115002252.I691@rafael>
25392      Branch: perl
25393            ! op.c
25394 ____________________________________________________________________________
25395 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
25396         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
25397              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25398              Date: Mon, 14 Jan 2002 23:03:04 +0100
25399              Message-ID: <20020114230304.A691@rafael>   
25400              
25401              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
25402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25403              Date: Mon, 14 Jan 2002 23:18:43 +0100
25404              Message-ID: <20020114231843.E691@rafael>   
25405      Branch: perl
25406            ! pod/perlsub.pod t/op/override.t toke.c
25407 ____________________________________________________________________________
25408 [ 14259] By: nick                                  on 2002/01/14  22:02:49
25409         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
25410              Need to use CopXXXXX macros everywhere and add CopSTASH_free
25411              Add new scope type and add support for it to scope.c and scope stack
25412              dup-er in sv.c. Add savesharedpv().
25413              Also zealous version of Win32's vmem.h to catch all the abuses.
25414              With this t/op/fork.t passes even with zealous checking and 
25415              checker is point a finger at various threads/shared issues.
25416              
25417              PL_curcop->cop_io is still an issue.
25418      Branch: perlio
25419            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
25420            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
25421            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
25422            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
25423            ! win32/vmem.h win32/win32.c win32/win32.h
25424 ____________________________________________________________________________
25425 [ 14258] By: nick                                  on 2002/01/14  20:24:28
25426         Log: Integrate build parts of mainline
25427      Branch: perlio
25428           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
25429           !> lib/ExtUtils/t/MM_Win32.t
25430 ____________________________________________________________________________
25431 [ 14257] By: nick                                  on 2002/01/14  16:10:54
25432         Log: Inverted sense of special-ness of specialCopIO - supposed to 
25433              be true if value is "special" i.e. NOT an SV.
25434      Branch: perlio
25435            ! perlio.h
25436 ____________________________________________________________________________
25437 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
25438         Log: Update Changes.
25439      Branch: perl
25440            ! Changes patchlevel.h
25441 ____________________________________________________________________________
25442 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
25443         Log: Retract #14251 (the op slab allocator from perlio)
25444              until we figure out why 2.2.19 x86 debian gets
25445              a circular sibling chain and therefore hangs in
25446              the Perl_ck_subr() sibling for-loop.
25447      Branch: perl
25448            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25449            ! perlapi.c perlapi.h proto.h
25450 ____________________________________________________________________________
25451 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
25452         Log: Big mktables rewrite from Jeffrey;
25453              documentation not yet updated.
25454      Branch: perl
25455            + (add 171 files)
25456            - (delete 182 files)
25457            ! (edit 135 files)
25458 ____________________________________________________________________________
25459 [ 14253] By: ams                                   on 2002/01/14  03:15:05
25460         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
25461              From: Michael G Schwern <schwern@pobox.com>
25462              Date: Sun, 13 Jan 2002 21:00:07 -0500
25463              Message-Id: <20020114020007.GB2877@blackrider>
25464      Branch: perl
25465            ! lib/Cwd.pm
25466 ____________________________________________________________________________
25467 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
25468         Log: Subject: Re: Win32 status - progress !
25469              From: Abe Timmerman <abe@ztreet.demon.nl>       
25470              Date: Mon, 14 Jan 2002 02:29:51 +0100
25471              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
25472      Branch: perl
25473            ! lib/ExtUtils/t/MM_Win32.t
25474 ____________________________________________________________________________
25475 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
25476         Log: Integrate perlio:
25477              
25478              [ 14250]
25479              Slab allocator for ops
25480              - moved the statics to intrpvar.h
25481              - implemented Slab_Free()
25482              - uses PerlMemShared (for now) if distinction exists.
25483      Branch: perl
25484           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25485           !> perlapi.c perlapi.h proto.h
25486 ____________________________________________________________________________
25487 [ 14250] By: nick                                  on 2002/01/13  23:22:34
25488         Log: Slab allocator for ops
25489              - moved the statics to intrpvar.h
25490              - implemented Slab_Free()
25491              - uses PerlMemShared (for now) if distinction exists.
25492      Branch: perlio
25493            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25494            ! perlapi.c perlapi.h proto.h
25495 ____________________________________________________________________________
25496 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
25497         Log: Start a new test category: uni.  Much of t/op/pat
25498              should probably be moved here, but holding on that
25499              until Jeffrey finishes his big mktables rewrite.
25500              Bits and pieces of op/split, op/pack, op/append,
25501              op/join, could probably be moved to respective uni
25502              tests, too.
25503      Branch: perl
25504            + t/uni/fold.t t/uni/sprintf.t
25505            - t/op/unifold.t t/op/unisprintf.t
25506            ! MANIFEST t/TEST t/harness
25507 ____________________________________________________________________________
25508 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
25509         Log: Subject: [PATCH] enable Win32 to build again
25510              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25511              Date: Sun, 13 Jan 2002 21:49:24 +0100
25512              Message-ID: <3C4200E4.15926.23F6131@localhost>
25513              
25514              miniperl.exe.exe does not exe that well.
25515      Branch: perl
25516            ! lib/ExtUtils/MM_Unix.pm
25517 ____________________________________________________________________________
25518 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
25519         Log: Mention some of the load-affected tests.
25520      Branch: perl
25521            ! INSTALL
25522 ____________________________________________________________________________
25523 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
25524         Log: Move the UTF-8 conversion code earlier so that
25525              op/ver is happy.
25526      Branch: perl
25527            ! sv.c t/op/ver.t
25528 ____________________________________________________________________________
25529 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
25530         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
25531              have diverged quite a bit so no updates there.
25532      Branch: perl
25533            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
25534            ! ext/List/Util/lib/List/Util.pm
25535            ! ext/List/Util/lib/Scalar/Util.pm
25536 ____________________________________________________________________________
25537 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
25538         Log: Make the crypt() pickier: if downgrading doesn't work,
25539              croak.
25540      Branch: perl
25541            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
25542 ____________________________________________________________________________
25543 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
25544         Log: Grow the buffer in case Unicode caused size changes
25545              (and it very probably did).
25546      Branch: perl
25547            ! sv.c
25548 ____________________________________________________________________________
25549 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
25550         Log: Future-proofing from Jeffrey Friedl (for conflicting
25551              In* and Is* names).
25552      Branch: perl
25553            ! lib/utf8_heavy.pl
25554 ____________________________________________________________________________
25555 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
25556         Log: Subject: [PATCH] Re: Warning in B.xs
25557              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25558              Date: Sun, 13 Jan 2002 19:39:52 +0100
25559              Message-ID: <3C41E288.20562.1C8C895@localhost>
25560      Branch: perl
25561            ! ext/B/B.xs
25562 ____________________________________________________________________________
25563 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
25564         Log: Subject: Re: lookbehind broken with latest bleedperl
25565              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25566              Date: Sun, 13 Jan 2002 18:06:22 +0000
25567              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
25568      Branch: perl
25569            ! regexec.c t/op/re_tests
25570 ____________________________________________________________________________
25571 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
25572         Log: Subject: [PATCH] more MM_Unix.t tests
25573              From: Tels <perl_dummy@bloodgate.com>
25574              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
25575              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
25576              
25577              Subject: [PATCH] 14220 misunderstood, I bet          
25578              From: andreas.koenig@anima.de (Andreas J. Koenig)
25579              Date: 12 Jan 2002 21:31:58 +0100
25580              Message-ID: <m3k7un8g5d.fsf@anima.de>
25581      Branch: perl
25582            ! lib/ExtUtils/t/MM_Unix.t
25583 ____________________________________________________________________________
25584 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
25585         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
25586              From: Tels <perl_dummy@bloodgate.com>
25587              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
25588              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
25589              
25590              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
25591              From: Tels <perl_dummy@bloodgate.com>
25592              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
25593              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
25594      Branch: perl
25595            ! lib/ExtUtils/MM_Unix.pm
25596 ____________________________________________________________________________
25597 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
25598         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
25599              From: Nicholas Clark <nick@unfortu.net> 
25600              Date: Sun, 13 Jan 2002 15:58:34 +0000
25601              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
25602      Branch: perl
25603            ! lib/Benchmark.t
25604 ____________________________________________________________________________
25605 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
25606         Log: Anton Berezin did more reading and the uid setting story
25607              gets more complex.
25608      Branch: perl
25609            ! pod/perltodo.pod utils/perldoc.PL
25610 ____________________________________________________________________________
25611 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
25612         Log: Integrate perlio:
25613              
25614              [ 14232]
25615              Win32 fixes:
25616              - vmem.h hack to handle free-by-wrong-thread after eval "".
25617              - Initialize timerid 
25618      Branch: perl
25619           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
25620 ____________________________________________________________________________
25621 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
25622         Log: Subject: Re: HiRes
25623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25624              Date: Sun, 13 Jan 2002 10:18:46 +0100
25625              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
25626              
25627              Give up on socketpair in HP-UX.
25628      Branch: perl
25629            ! ext/Socket/socketpair.t
25630 ____________________________________________________________________________
25631 [ 14233] By: nick                                  on 2002/01/13  16:29:30
25632         Log: Integrate mainline
25633      Branch: perlio
25634           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
25635           !> (integrate 46 files)
25636 ____________________________________________________________________________
25637 [ 14232] By: nick                                  on 2002/01/13  15:37:48
25638         Log: Win32 fixes:
25639              - vmem.h hack to handle free-by-wrong-thread after eval "".
25640              - Initialize timerid 
25641      Branch: perlio
25642            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
25643 ____________________________________________________________________________
25644 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
25645         Log: *groan*
25646      Branch: perl
25647            ! t/op/pat.t
25648 ____________________________________________________________________________
25649 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
25650         Log: One more sharp s case found by Jeffrey.
25651      Branch: perl
25652            ! regexec.c t/op/pat.t
25653 ____________________________________________________________________________
25654 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
25655         Log: Comment tweak.
25656      Branch: perl
25657            ! regexec.c
25658 ____________________________________________________________________________
25659 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
25660         Log: Don't bother checking for the Greek special
25661              cases if the node is too short.
25662      Branch: perl
25663            ! regcomp.c
25664 ____________________________________________________________________________
25665 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
25666         Log: Update Changes.
25667      Branch: perl
25668            ! Changes patchlevel.h
25669 ____________________________________________________________________________
25670 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
25671         Log: metaconfig unit change for #14225.
25672      Branch: metaconfig
25673            + U/modified/i_ndbm.U
25674 ____________________________________________________________________________
25675 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
25676         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
25677              From: Jonathan Stowe <gellyfish@gellyfish.com>
25678              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
25679              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
25680      Branch: perl
25681            ! Configure config_h.SH
25682 ____________________________________________________________________________
25683 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
25684         Log: Quick reformat using indent -kr -nce, as requested
25685              by Dan Kogai and suggest by NI-S.
25686      Branch: perl
25687            ! ext/Encode/encengine.c
25688 ____________________________________________________________________________
25689 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
25690         Log: Couple more Unicode lookbehind tests.
25691      Branch: perl
25692            ! t/op/pat.t
25693 ____________________________________________________________________________
25694 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
25695         Log: Sharp S as a special treat for our German UTF-8 testers :-)
25696      Branch: perl
25697            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
25698 ____________________________________________________________________________
25699 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
25700         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
25701              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25702              Date: Sat, 12 Jan 2002 20:37:32 +0100
25703              Message-ID: <3C409E8C.16203.196C2D3@localhost>
25704      Branch: perl
25705            ! ext/B/B/Deparse.pm
25706 ____________________________________________________________________________
25707 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
25708         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
25709              really worth the bits it's printed on?
25710      Branch: perl
25711            ! lib/ExtUtils/t/MM_Unix.t
25712 ____________________________________________________________________________
25713 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
25714         Log: Special treatment for U+03B0 and U+0390 in //i,
25715              this means that we can remove the minlen pessimisations
25716              introduced by the #14096.
25717      Branch: perl
25718            ! pp_hot.c regcomp.c regexec.c
25719 ____________________________________________________________________________
25720 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
25721         Log: Integrate perlio:
25722              
25723              [ 14214]
25724              Win32-ize socketpair test
25725              - Win32 can fork even though $Config{d_fork} is undef
25726              - SOCK_DGRAM does not work - skip those tests.
25727              
25728              [ 14213]
25729              Abstract out the cloning of SvPVX and handle shared pv in a 
25730              safe (if suboptimal) manner. Does not fix op/fork.t :-(
25731      Branch: perl
25732           !> ext/Socket/socketpair.t sv.c
25733 ____________________________________________________________________________
25734 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
25735         Log: One should first drop the real uid, not the effective uid.
25736              [ID 20020110.003]
25737      Branch: perl
25738            ! utils/perldoc.PL
25739 ____________________________________________________________________________
25740 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
25741         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
25742              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25743              Date: Fri, 11 Jan 2002 23:29:48 +0100
25744              Message-ID: <3C3F756C.4581.2E2A938@localhost>
25745      Branch: perl
25746            + ext/B/C/C.xs ext/B/C/Makefile.PL
25747            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
25748            ! utils/perlcc.PL
25749 ____________________________________________________________________________
25750 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
25751         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25752              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
25753              Date: Fri, 11 Jan 2002 14:29:30 -0800
25754              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
25755      Branch: perl
25756            ! ext/B/t/concise.t
25757 ____________________________________________________________________________
25758 [ 14214] By: nick                                  on 2002/01/12  12:31:12
25759         Log: Win32-ize socketpair test
25760              - Win32 can fork even though $Config{d_fork} is undef
25761              - SOCK_DGRAM does not work - skip those tests.
25762      Branch: perlio
25763            ! ext/Socket/socketpair.t
25764 ____________________________________________________________________________
25765 [ 14213] By: nick                                  on 2002/01/12  11:46:28
25766         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
25767              safe (if suboptimal) manner. Does not fix op/fork.t :-(
25768      Branch: perlio
25769            ! sv.c
25770 ____________________________________________________________________________
25771 [ 14212] By: ams                                   on 2002/01/12  06:10:52
25772         Log: Subject: [PATCH] More fixes for Stratus VOS
25773              From: "Green, Paul" <Paul.Green@stratus.com>
25774              Date: Fri, 11 Jan 2002 17:30:37 -0500
25775              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
25776      Branch: perl
25777            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
25778 ____________________________________________________________________________
25779 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
25780         Log: Upgrade to CGI.pm 2.80.
25781      Branch: perl
25782            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
25783 ____________________________________________________________________________
25784 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
25785         Log: FAQ sync.
25786      Branch: perl
25787            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25788            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25789            ! pod/perlfaq8.pod
25790 ____________________________________________________________________________
25791 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
25792         Log: This is getting embarrassing.
25793      Branch: perl
25794            ! t/op/pat.t
25795 ____________________________________________________________________________
25796 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
25797         Log: Doc tweaks.
25798      Branch: perl
25799            ! pod/perlunicode.pod
25800 ____________________________________________________________________________
25801 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
25802         Log: Updating the test count is good; also rephrasing
25803              so that there is no ok output containing "not".
25804      Branch: perl
25805            ! t/op/pat.t
25806 ____________________________________________________________________________
25807 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
25808         Log: Andreas is busy :-)
25809      Branch: perl
25810            ! doop.c t/op/unisprintf.t
25811 ____________________________________________________________________________
25812 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
25813         Log: Unicode lookbehind looked bad.
25814      Branch: perl
25815            ! regexec.c t/op/pat.t
25816 ____________________________________________________________________________
25817 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
25818         Log: Garbage collection.
25819      Branch: perl
25820            ! t/run/kill_perl.t
25821 ____________________________________________________________________________
25822 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
25823         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
25824              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25825              Date: Fri, 11 Jan 2002 23:29:48 +0100
25826              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
25827      Branch: perl
25828            ! embed.fnc global.sym makedef.pl
25829 ____________________________________________________________________________
25830 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
25831         Log: Subject: [PATCH] perldelta nit?
25832              From: Robert Spier <rspier@pobox.com>
25833              Date: Fri, 11 Jan 2002 15:19:16 -0800
25834              Message-ID: <15423.29428.164185.251700@rls.cx>
25835      Branch: perl
25836            ! pod/perldelta.pod
25837 ____________________________________________________________________________
25838 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
25839         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25840              From: Michael G Schwern <schwern@pobox.com>
25841              Date: Fri, 11 Jan 2002 17:08:17 -0500
25842              Message-ID: <20020111220817.GG2838@blackrider>
25843      Branch: perl
25844            ! t/run/kill_perl.t t/test.pl
25845 ____________________________________________________________________________
25846 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
25847         Log: Subject: [PATCH] Correct misleading error message
25848              From: Mike Guy <mjtg@cam.ac.uk>
25849              Date: Fri, 11 Jan 2002 18:36:33 +0000
25850              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
25851              
25852              hash assignment -> anonymous hash
25853      Branch: perl
25854            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
25855 ____________________________________________________________________________
25856 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
25857         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
25858              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25859              Date: Fri, 11 Jan 2002 16:58:14 +0100
25860              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
25861      Branch: perl
25862            ! ext/Unicode/Normalize/mkheader
25863 ____________________________________________________________________________
25864 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
25865         Log: Add a new test for is-sprintf-preserving Unicodeness:
25866              #14194 and an old one from kill_perl.t (I could have used
25867              sprintf.t, but it's format was quite fixed, and I didn't
25868              feel like breaking the format)
25869      Branch: perl
25870            + t/op/unisprintf.t
25871            ! MANIFEST t/run/kill_perl.t
25872 ____________________________________________________________________________
25873 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
25874         Log: Integrate perlio:
25875              
25876              [ 14196]
25877              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25878              as C runtime seems to get its hands on them even though we said
25879              they were handled.
25880              Still an issue with "die" out of signal handler - get panic: pp_iter
25881      Branch: perl
25882           !> win32/win32.c
25883 ____________________________________________________________________________
25884 [ 14196] By: nick                                  on 2002/01/11  20:58:20
25885         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25886              as C runtime seems to get its hands on them even though we said
25887              they were handled.
25888              Still an issue with "die" out of signal handler - get panic: pp_iter
25889      Branch: perlio
25890            ! win32/win32.c
25891 ____________________________________________________________________________
25892 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
25893         Log: Integrate perlio:
25894              
25895              [ 14192]
25896              A mostly-stable version of "new" Win32 signal/kill support.
25897      Branch: perl
25898           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
25899           !> win32/config.gc win32/config.vc win32/config_H.bc
25900           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
25901           !> win32/makefile.mk win32/win32.c win32/win32.h
25902 ____________________________________________________________________________
25903 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
25904         Log: Fix for
25905              
25906              Subject: UTF-8 sprintf bug in bleadperl
25907              From: andreas.koenig@anima.de (Andreas J. Koenig)
25908              Date: 11 Jan 2002 15:47:15 +0100
25909              Message-ID: <m3vge99c7g.fsf@anima.de>
25910              
25911              I have tests, have just to figure out where to put them
25912              since op/sprintf looks a bit unfriendly for tests of
25913              somewhat freer form.
25914      Branch: perl
25915            ! doop.c sv.c
25916 ____________________________________________________________________________
25917 [ 14193] By: nick                                  on 2002/01/11  18:25:34
25918         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
25919              Builds and passes a few tests.
25920      Branch: perlio
25921           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
25922           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25923           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
25924           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
25925           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25926           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25927           +> t/lib/sample-tests/lone_not_bug
25928           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25929           +> t/lib/sample-tests/vms_nit
25930           !> (integrate 63 files)
25931 ____________________________________________________________________________
25932 [ 14192] By: nick                                  on 2002/01/11  17:49:39
25933         Log: A mostly-stable version of "new" Win32 signal/kill support.
25934      Branch: perlio
25935            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
25936            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25937            ! win32/config_h.PL win32/makefile.mk win32/win32.c
25938            ! win32/win32.h
25939 ____________________________________________________________________________
25940 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
25941         Log: Update Changes.
25942      Branch: perl
25943            ! Changes patchlevel.h
25944 ____________________________________________________________________________
25945 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
25946         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25947              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25948              Date: Thu, 10 Jan 2002 18:21:34 -0800
25949              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
25950      Branch: perl
25951            + ext/B/t/concise.t
25952            ! MANIFEST
25953 ____________________________________________________________________________
25954 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
25955         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
25956              necessary in form.t and html.t @INC setups.
25957      Branch: perl
25958            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
25959 ____________________________________________________________________________
25960 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
25961         Log: Yet another twist.
25962      Branch: perl
25963            ! t/test.pl
25964 ____________________________________________________________________________
25965 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
25966         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
25967              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25968              Date: Fri, 11 Jan 2002 13:04:15 +0100      
25969              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
25970      Branch: perl
25971            ! hints/aix.sh
25972 ____________________________________________________________________________
25973 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
25974         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
25975              From: Jonathan Stowe <gellyfish@gellyfish.com> 
25976              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
25977              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
25978      Branch: perl
25979            ! lib/AnyDBM_File.t
25980 ____________________________________________________________________________
25981 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
25982         Log: Arguments were being mangled.
25983      Branch: perl
25984            ! t/test.pl
25985 ____________________________________________________________________________
25986 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
25987         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25988              From: Jonathan Stowe <gellyfish@gellyfish.com>
25989              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
25990              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
25991      Branch: perl
25992            ! lib/AnyDBM_File.t
25993 ____________________________________________________________________________
25994 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
25995         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
25996              From: Michael G Schwern <schwern@pobox.com> 
25997              Date: Fri, 11 Jan 2002 04:26:27 -0500
25998              Message-ID: <20020111092626.GA16544@blackrider>
25999      Branch: perl
26000            ! t/run/kill_perl.t t/test.pl
26001 ____________________________________________________________________________
26002 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
26003         Log: Subject: [PATCH] Test::Harness 2.01
26004              From: Michael G Schwern <schwern@pobox.com> 
26005              Date: Thu, 10 Jan 2002 21:11:24 -0500
26006              Message-ID: <20020111021123.GA30666@blackrider>
26007      Branch: perl
26008            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
26009            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
26010            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
26011            + lib/Test/Harness/t/nonumbers.t
26012            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
26013            + t/lib/sample-tests/lone_not_bug
26014            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
26015            + t/lib/sample-tests/vms_nit
26016            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
26017            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
26018 ____________________________________________________________________________
26019 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
26020         Log: patch is silly when creating new files: don't run
26021              patch more than once.
26022      Branch: perl
26023            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
26024 ____________________________________________________________________________
26025 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
26026         Log: Forgot from #14179.
26027      Branch: perl
26028            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
26029 ____________________________________________________________________________
26030 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
26031         Log: Subject: [PATCH] is() undef/'' behavior change
26032              From: Michael G Schwern <schwern@pobox.com> 
26033              Date: Fri, 11 Jan 2002 03:35:51 -0500
26034              Message-ID: <20020111083551.GC30666@blackrider>
26035              
26036              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
26037              From: Michael G Schwern <schwern@pobox.com> 
26038              Date: Fri, 11 Jan 2002 03:37:44 -0500
26039              Message-ID: <20020111083744.GD30666@blackrider>
26040      Branch: perl
26041            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
26042            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
26043            ! lib/Pod/t/InputObjects.t lib/blib.t
26044 ____________________________________________________________________________
26045 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
26046         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
26047              From: Michael G Schwern <schwern@pobox.com> 
26048              Date: Thu, 10 Jan 2002 19:56:23 -0500
26049              Message-ID: <20020111005623.GA13192@blackrider>
26050      Branch: perl
26051            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
26052            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
26053            ! lib/Test/Simple.pm lib/Test/Simple/Changes
26054            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
26055            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
26056            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
26057            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
26058            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
26059            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
26060            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
26061            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
26062            ! lib/Test/Simple/t/plan_is_noplan.t
26063            ! lib/Test/Simple/t/plan_no_plan.t
26064            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
26065            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
26066            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
26067            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
26068            ! lib/Test/Tutorial.pod
26069 ____________________________________________________________________________
26070 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
26071         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
26072              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
26073              
26074              turns out even the malloc() was never really needed to begin with,
26075              so get rid of it
26076      Branch: perl
26077            ! sv.c
26078 ____________________________________________________________________________
26079 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
26080         Log: Small doc tweaks.
26081      Branch: perl
26082            ! pod/perluniintro.pod
26083 ____________________________________________________________________________
26084 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
26085         Log: support using the CRT's malloc() family of functions instead of
26086              the internal one when ithreads is enabled; allocate large blocks
26087              using VirtualAlloc() since the Heap*() functions may only be tuned
26088              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
26089              
26090              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
26091              also see comments at the top of win32/vmem.h for other options that
26092              can be set
26093      Branch: perl
26094            ! win32/vmem.h
26095 ____________________________________________________________________________
26096 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
26097         Log: Subject: micropatch
26098              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26099              Date: Thu, 10 Jan 2002 18:20:58 +0000
26100              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
26101      Branch: perl
26102            ! regcomp.c
26103 ____________________________________________________________________________
26104 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
26105         Log: Subject: [PATCH] Embed.t on Win32
26106              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26107              Date: Thu, 10 Jan 2002 18:56:21 +0100
26108              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
26109      Branch: perl
26110            ! lib/ExtUtils/t/Embed.t
26111 ____________________________________________________________________________
26112 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
26113         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
26114              From: Gisle Aas <gisle@ActiveState.com>
26115              Date: 10 Jan 2002 08:56:05 -0800
26116              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
26117      Branch: perl
26118            ! toke.c
26119 ____________________________________________________________________________
26120 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
26121         Log: Subject: [PATCH] doc fixes
26122              From: "Brendan O'Dea" <bod@debian.org>
26123              Date: Fri, 11 Jan 2002 03:49:54 +1100
26124              Message-ID: <20020110164954.GA21891@compusol.com.au>
26125      Branch: perl
26126            ! lib/I18N/Collate.pm pod/perlfunc.pod
26127 ____________________________________________________________________________
26128 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
26129         Log: Integrate perlio:
26130              
26131              [ 14167]
26132              More signal hackery
26133      Branch: perl
26134           !> win32/win32.c
26135 ____________________________________________________________________________
26136 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
26137         Log: No need to show internal encodings, or return them
26138              in random order.
26139      Branch: perl
26140            ! ext/Encode/Encode.pm
26141 ____________________________________________________________________________
26142 [ 14168] By: nick                                  on 2002/01/10  17:33:31
26143         Log: Integrate mainline
26144      Branch: perlio
26145            - ext/Unicode/Normalize/Normalize.pod
26146           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
26147           !> ext/Unicode/Normalize/Makefile.PL
26148           !> ext/Unicode/Normalize/Normalize.pm
26149           !> ext/Unicode/Normalize/Normalize.xs
26150           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
26151           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
26152           !> t/run/kill_perl.t toke.c
26153 ____________________________________________________________________________
26154 [ 14167] By: nick                                  on 2002/01/10  17:08:35
26155         Log: More signal hackery
26156      Branch: perlio
26157            ! win32/win32.c
26158 ____________________________________________________________________________
26159 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
26160         Log: I think we can claim to be supporting Unicode
26161              "loose matching" now.
26162      Branch: perl
26163            ! pod/perlunicode.pod
26164 ____________________________________________________________________________
26165 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
26166         Log: Subject: doc patch
26167              From: mjd@plover.com
26168              Date: 10 Jan 2002 15:12:27 -0000
26169              Message-ID: <20020110151227.14850.qmail@plover.com>
26170      Branch: perl
26171            ! pod/perlrun.pod
26172 ____________________________________________________________________________
26173 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
26174         Log: Subject: Re: [ID 20011223.001] accept leaks memory
26175              From: Andy Dougherty <doughera@lafayette.edu>
26176              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
26177              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
26178      Branch: perl
26179            ! hints/linux.sh
26180 ____________________________________________________________________________
26181 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
26182         Log: Integrate perlio:
26183              
26184              [ 14160]
26185              Skeleton coding of more kill() support on Win32.
26186      Branch: perl
26187           !> win32/win32.c
26188 ____________________________________________________________________________
26189 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
26190         Log: Subject: [PATCH] Magic numbers in B::Concise
26191              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
26192              Date: Wed, 9 Jan 2002 23:04:01 -0800
26193              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
26194      Branch: perl
26195            ! ext/B/B/Concise.pm ext/B/O.pm
26196 ____________________________________________________________________________
26197 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
26198         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
26199              From: Gisle Aas <gisle@ActiveState.com>
26200              Date: 09 Jan 2002 21:52:40 -0800
26201              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
26202      Branch: perl
26203            ! t/lib/strict/vars toke.c
26204 ____________________________________________________________________________
26205 [ 14160] By: nick                                  on 2002/01/09  21:29:39
26206         Log: Skeleton coding of more kill() support on Win32.
26207      Branch: perlio
26208            ! win32/win32.c
26209 ____________________________________________________________________________
26210 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
26211         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
26212              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26213              Date: Wed, 9 Jan 2002 23:24:32 +0100
26214              Message-ID: <20020109232432.A692@rafael>
26215      Branch: perl
26216            ! ext/B/B/Deparse.pm
26217 ____________________________________________________________________________
26218 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
26219         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
26220              From: Jonathan Stowe <gellyfish@gellyfish.com>
26221              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
26222              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
26223      Branch: perl
26224            ! t/run/kill_perl.t
26225 ____________________________________________________________________________
26226 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
26227         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
26228              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26229              Date: Wed, 09 Jan 2002 20:16:54 +0000
26230              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
26231      Branch: perl
26232            ! regexec.c
26233 ____________________________________________________________________________
26234 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
26235         Log: Subject: [Patch @14129] fixes Unicode::Normalize
26236              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26237              Date: Thu, 10 Jan 2002 01:08:56 +0900
26238              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
26239      Branch: perl
26240            - ext/Unicode/Normalize/Normalize.pod
26241            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
26242            ! ext/Unicode/Normalize/Normalize.pm
26243            ! ext/Unicode/Normalize/Normalize.xs
26244            ! ext/Unicode/Normalize/mkheader
26245 ____________________________________________________________________________
26246 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
26247         Log: Integrate perlio:
26248              
26249              [ 14151]
26250              (Re-)implement alarm() for Win32.
26251      Branch: perl
26252           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
26253           !> win32/win32iop.h
26254 ____________________________________________________________________________
26255 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
26256         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
26257              From: Nicholas Clark <nick@unfortu.net>
26258              Date: Wed, 9 Jan 2002 17:56:04 +0000
26259              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
26260      Branch: perl
26261            ! t/op/readdir.t
26262 ____________________________________________________________________________
26263 [ 14153] By: nick                                  on 2002/01/09  16:18:57
26264         Log: Integrate mainline
26265      Branch: perlio
26266           +> ext/threads/t/stress_re.t t/op/unifold.t
26267            - lib/unifold.t
26268           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
26269           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
26270           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
26271 ____________________________________________________________________________
26272 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
26273         Log: Update Changes.
26274      Branch: perl
26275            ! Changes patchlevel.h
26276 ____________________________________________________________________________
26277 [ 14151] By: nick                                  on 2002/01/09  14:27:36
26278         Log: (Re-)implement alarm() for Win32.
26279      Branch: perlio
26280            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
26281            ! win32/win32iop.h
26282 ____________________________________________________________________________
26283 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
26284         Log: Thinko.
26285      Branch: perl
26286            ! ext/threads/t/stress_re.t
26287 ____________________________________________________________________________
26288 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
26289         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
26290              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
26291              Date: Wed, 09 Jan 2002 13:37:17 +0000                
26292              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
26293      Branch: perl
26294            ! regexec.c t/op/re_tests
26295 ____________________________________________________________________________
26296 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
26297         Log: Subject: Re: Weird Malformed warning in bleadperl    
26298              From: andreas.koenig@anima.de (Andreas J. Koenig)    
26299              Date: 09 Jan 2002 11:12:37 +0100
26300              Message-ID: <m3itabbzoq.fsf@anima.de>
26301      Branch: perl
26302            ! regexec.c t/op/pat.t
26303 ____________________________________________________________________________
26304 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
26305         Log: Forgot stress_re.t from MANIFEST.
26306      Branch: perl
26307            ! MANIFEST
26308 ____________________________________________________________________________
26309 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
26310         Log: In dumping use isPRINT() instead of isprint() so that locale
26311              does not come into play.
26312      Branch: perl
26313            ! utf8.c
26314 ____________________________________________________________________________
26315 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
26316         Log: Add a threads stress test for regular expressions
26317              (mostly just a modified stress_string.t) and doesn't
26318              test that much of regular expressions, just that $1
26319              doesn't get stomped by competing threads (as it does
26320              in the 5005threads of old).
26321      Branch: perl
26322            + ext/threads/t/stress_re.t
26323            ! MANIFEST
26324 ____________________________________________________________________________
26325 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
26326         Log: (retracted by #14307)
26327              Subject: Re: [ID 20010912.007] substr reference core dump
26328              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26329              Date: Tue, 08 Jan 2002 19:17:50 +0000
26330              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
26331      Branch: perl
26332            ! scope.c t/run/kill_perl.t
26333 ____________________________________________________________________________
26334 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
26335         Log: SANY (. with /s) wasn't happy on Unicode.
26336      Branch: perl
26337            ! regexec.c t/op/pat.t
26338 ____________________________________________________________________________
26339 [ 14142] By: ams                                   on 2002/01/08  22:42:10
26340         Log: Subject: [PATCH] perldebug nit
26341              From: Tels <tels@bloodgate.com>
26342              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
26343      Branch: perl
26344            ! pod/perldebug.pod
26345 ____________________________________________________________________________
26346 [ 14141] By: ams                                   on 2002/01/08  21:32:59
26347         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
26348              From: "Green, Paul" <Paul.Green@stratus.com>
26349              Date: Tue, 8 Jan 2002 17:31:35 -0500
26350              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
26351      Branch: perl
26352            ! Makefile.SH
26353 ____________________________________________________________________________
26354 [ 14140] By: ams                                   on 2002/01/08  21:27:57
26355         Log: Subject: [PATCH] Re: Slight chokage from Deparse
26356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26357              Date: Tue, 8 Jan 2002 23:04:45 +0100
26358              Message-Id: <20020108230445.A4798@rafael>
26359      Branch: perl
26360            ! ext/B/B/Deparse.pm
26361 ____________________________________________________________________________
26362 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
26363         Log: Subject: [patch] peep() is rude
26364              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
26365              Date: Tue, 08 Jan 2002 19:17:50 +0000            
26366              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
26367      Branch: perl
26368            ! op.c t/run/kill_perl.t
26369 ____________________________________________________________________________
26370 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
26371         Log: unifold is really an op test since it requires
26372              no external modules for its actual testing:
26373              only the unicore CaseFold.txt file, and File::Spec
26374              to portably access that file.
26375      Branch: perl
26376            + t/op/unifold.t
26377            - lib/unifold.t
26378            ! MANIFEST
26379 ____________________________________________________________________________
26380 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
26381         Log: Subject: [patch] save a test 
26382              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26383              Date: Tue, 08 Jan 2002 16:18:47 +0000
26384              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
26385      Branch: perl
26386            ! regcomp.c
26387 ____________________________________________________________________________
26388 [ 14136] By: nick                                  on 2002/01/08  16:11:55
26389         Log: Integrate mainline
26390      Branch: perlio
26391           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
26392           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
26393           !> (integrate 37 files)
26394 ____________________________________________________________________________
26395 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
26396         Log: Subject: Not OK 13843 
26397              From: andreas.koenig@anima.de (Andreas J. Koenig)
26398              Date: 08 Jan 2002 14:12:29 +0100
26399              Message-ID: <m38zb9c7gi.fsf@anima.de>
26400      Branch: perl
26401            ! op.c t/op/subst.t
26402 ____________________________________________________________________________
26403 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
26404         Log: Missed one variant of the fold testing, noticed bu Hugo.
26405      Branch: perl
26406            ! lib/unifold.t
26407 ____________________________________________________________________________
26408 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
26409         Log: Enchance the Storable magic description.
26410      Branch: perl
26411            ! ext/Storable/Storable.pm
26412 ____________________________________________________________________________
26413 [ 14132] By: ams                                   on 2002/01/08  09:16:12
26414         Log: Subject: [PATCH] don't installperl pods
26415              From: H.Merijn Brand <h.m.brand@hccnet.nl>
26416              Date: Tue, 08 Jan 2002 10:36:01 +0100
26417              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
26418      Branch: perl
26419            ! installperl
26420 ____________________________________________________________________________
26421 [ 14131] By: ams                                   on 2002/01/08  03:38:40
26422         Log: Subject: Math-BigInt v1.49 released
26423              From: Tels <perl_dummy@bloodgate.com>
26424              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
26425      Branch: perl
26426            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
26427            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
26428            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26429            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
26430            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
26431            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
26432            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
26433            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
26434            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
26435            ! t/lib/Math/BigInt/Subclass.pm
26436 ____________________________________________________________________________
26437 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
26438         Log: A little better comments.
26439      Branch: perl
26440            ! regexec.c
26441 ____________________________________________________________________________
26442 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
26443         Log: No normalization form DNF.
26444      Branch: perl
26445            ! ext/Unicode/Normalize/Normalize.pm
26446 ____________________________________________________________________________
26447 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
26448         Log: Extension nits found by -Wall (several from threads
26449              and threads::shared, but leaving them to Arthur).
26450      Branch: perl
26451            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
26452            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
26453            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
26454            ! ext/Unicode/Normalize/mkheader x2p/str.c
26455 ____________________________________________________________________________
26456 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
26457         Log: Sync up Changes etc.
26458      Branch: maint-5.6/macperl
26459            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
26460 ____________________________________________________________________________
26461 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
26462         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
26463      Branch: maint-5.6/macperl
26464            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
26465 ____________________________________________________________________________
26466 [ 14125] By: ams                                   on 2002/01/07  22:03:22
26467         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
26468              From: Nicholas Clark (sans From field in mail header)
26469              Date: Mon, 7 Jan 2002 16:18:23 +0000
26470              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
26471      Branch: perl
26472            ! lib/Exporter.pm
26473 ____________________________________________________________________________
26474 [ 14124] By: ams                                   on 2002/01/07  21:46:11
26475         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
26476              From: "Green, Paul" <Paul.Green@stratus.com>
26477              Date: Mon, 7 Jan 2002 16:59:38 -0500
26478              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
26479      Branch: perl
26480            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
26481 ____________________________________________________________________________
26482 [ 14123] By: nick                                  on 2002/01/07  18:49:55
26483         Log: Integrate mainline
26484      Branch: perlio
26485           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
26486           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
26487           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
26488           !> regexec.c t/op/re_tests utf8.c utf8.h
26489 ____________________________________________________________________________
26490 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
26491         Log: Update Changes.
26492      Branch: perl
26493            ! Changes patchlevel.h
26494 ____________________________________________________________________________
26495 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
26496         Log: Subject: [PATCH] Correct module name in perldelta*
26497              From: Mike Guy <mjtg@cam.ac.uk>
26498              Date: Mon, 07 Jan 2002 17:02:43 +0000
26499              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
26500      Branch: perl
26501            ! pod/perl561delta.pod pod/perl56delta.pod
26502 ____________________________________________________________________________
26503 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
26504         Log: AUTHORS update.
26505      Branch: perl
26506            ! AUTHORS
26507 ____________________________________________________________________________
26508 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
26509         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
26510      Branch: perl
26511            ! ext/Storable/Storable.pm
26512 ____________________________________________________________________________
26513 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
26514         Log: perldelta updates.
26515      Branch: perl
26516            ! pod/perldelta.pod
26517 ____________________________________________________________________________
26518 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
26519         Log: Document the flags of pv_uni_display().
26520      Branch: perl
26521            ! pod/perlapi.pod utf8.c
26522 ____________________________________________________________________________
26523 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
26524         Log: Forgot from #14115.
26525      Branch: perl
26526            ! t/op/re_tests
26527 ____________________________________________________________________________
26528 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
26529         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
26530              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26531              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
26532              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
26533      Branch: perl
26534            ! regcomp.c
26535 ____________________________________________________________________________
26536 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
26537         Log: More regex and utf8 debug dumping.
26538      Branch: perl
26539            ! dump.c regcomp.c regexec.c utf8.c utf8.h
26540 ____________________________________________________________________________
26541 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
26542         Log: Unused variable.
26543      Branch: perl
26544            ! regcomp.c
26545 ____________________________________________________________________________
26546 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
26547         Log: Regen toc.
26548      Branch: perl
26549            ! pod/perltoc.pod
26550 ____________________________________________________________________________
26551 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
26552         Log: capitalize correctly, noticed by David Dyck.
26553      Branch: perl
26554            ! lib/sort.pm
26555 ____________________________________________________________________________
26556 [ 14110] By: nick                                  on 2002/01/06  22:05:19
26557         Log: Integrate mainline - threads mended, DB_File sick?
26558      Branch: perlio
26559           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
26560           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26561           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26562           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
26563           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
26564 ____________________________________________________________________________
26565 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
26566         Log: No need to overqualify.
26567      Branch: perl
26568            ! lib/sort.pm
26569 ____________________________________________________________________________
26570 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
26571         Log: PL_debug_pad wasn't initialized to zeroes which broke
26572              ithreads + DEBUGGING.
26573      Branch: perl
26574            ! sv.c
26575 ____________________________________________________________________________
26576 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
26577         Log: Update Changes.
26578      Branch: perl
26579            ! Changes patchlevel.h
26580 ____________________________________________________________________________
26581 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
26582         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
26583              From: Jonathan Stowe <gellyfish@gellyfish.com>
26584              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
26585              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
26586      Branch: perl
26587            ! pp_sys.c
26588 ____________________________________________________________________________
26589 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
26590         Log: DB_File sync from Paul Marquess.
26591      Branch: perl
26592            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26593            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26594            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
26595 ____________________________________________________________________________
26596 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
26597         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
26598              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
26599              Date: Sun, 6 Jan 2002 11:44:30 +0100
26600              Message-ID: <3C38389E.7831.493570@localhost>
26601      Branch: perl
26602            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
26603            ! utils/perlcc.PL
26604 ____________________________________________________________________________
26605 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
26606         Log: Tests for #14098.
26607      Branch: perl
26608            ! t/op/lc.t
26609 ____________________________________________________________________________
26610 [ 14102] By: nick                                  on 2002/01/06  11:33:55
26611         Log: Integrate mainline (PPPort still multi-building).
26612      Branch: perlio
26613           +> lib/unifold.t
26614           !> (integrate 30 files)
26615 ____________________________________________________________________________
26616 [ 14101] By: ams                                   on 2002/01/06  04:52:50
26617         Log: Subject: [PATCH] Bad prototype detection now an optional warning
26618              From: Sam Tregar <sam@tregar.com>
26619              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
26620              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
26621      Branch: perl
26622            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
26623            ! t/comp/proto.t toke.c
26624 ____________________________________________________________________________
26625 [ 14100] By: ams                                   on 2002/01/06  01:56:59
26626         Log: Subject: [PATCH] Correct several Stratus VOS build issues
26627              From: "Green, Paul" <Paul.Green@stratus.com>
26628              Date: Sat, 5 Jan 2002 21:30:56 -0500
26629              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
26630      Branch: perl
26631            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
26632 ____________________________________________________________________________
26633 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
26634         Log: Further perl.org URL elaboration from Ask.
26635      Branch: perl
26636            ! pod/perlfaq1.pod pod/perlfaq2.pod
26637 ____________________________________________________________________________
26638 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
26639         Log: The same problem with To{Lower,Title,Upper}
26640              as earlier with ToFold.
26641      Branch: perl
26642            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
26643            ! lib/unicore/To/Upper.pl lib/unicore/mktables
26644 ____________________________________________________________________________
26645 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
26646         Log: Retract #14057 for now; the alarm/setitimer timers
26647              seen to be the same in many systems, which leads into
26648              hangups.
26649      Branch: perl
26650            ! ext/Time/HiRes/HiRes.t
26651 ____________________________________________________________________________
26652 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
26653         Log: Finish up (ha!) the Unicode case folding;
26654              enhance regex dumping code.
26655      Branch: perl
26656            + lib/unifold.t
26657            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
26658            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
26659 ____________________________________________________________________________
26660 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
26661         Log: Use the perl.org news gw instead of the perl.com one
26662              (from Ask).
26663      Branch: perl
26664            ! pod/perlfaq1.pod pod/perlfaq2.pod
26665 ____________________________________________________________________________
26666 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
26667         Log: Zero() wasn't documented.
26668      Branch: perl
26669            ! pod/perlclib.pod
26670 ____________________________________________________________________________
26671 [ 14093] By: ams                                   on 2002/01/05  17:58:35
26672         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
26673              From: Nicholas Clark <nick@unfortu.net>
26674              Date: Sat, 5 Jan 2002 18:55:39 +0000
26675              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
26676      Branch: perl
26677            ! lib/Memoize/t/tie_ndbm.t
26678 ____________________________________________________________________________
26679 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
26680         Log: Also UNICOS/mk has deviant socketpair().
26681      Branch: perl
26682            ! ext/Socket/socketpair.t
26683 ____________________________________________________________________________
26684 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
26685         Log: Ooops.  Retract the regex parts of #14090.
26686      Branch: perl
26687            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
26688 ____________________________________________________________________________
26689 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
26690         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
26691              From: Nicholas Clark <nick@unfortu.net> 
26692              Date: Sat, 5 Jan 2002 18:10:13 +0000
26693              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
26694      Branch: perl
26695            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
26696            ! regcomp.h regexec.c
26697 ____________________________________________________________________________
26698 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
26699         Log: Integrate perlio:
26700              
26701              [ 14088]
26702              One missing aTHX_
26703      Branch: perl
26704           !> op.c
26705 ____________________________________________________________________________
26706 [ 14088] By: nick                                  on 2002/01/05  12:35:01
26707         Log: One missing aTHX_
26708      Branch: perlio
26709            ! op.c
26710 ____________________________________________________________________________
26711 [ 14087] By: nick                                  on 2002/01/05  12:00:48
26712         Log: Raw integrate of mainline - op.c looks dodgy.
26713      Branch: perlio
26714           +> lib/Pod/t/Functions.t t/op/winsystem.t
26715            - lib/File/Spec/NW5.pm t/op/system.t
26716           !> (integrate 77 files)
26717 ____________________________________________________________________________
26718 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
26719         Log: integrate changes from maint-5.6/macperl branch
26720      Branch: maint-5.6/perl
26721           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
26722           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
26723 ____________________________________________________________________________
26724 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
26725         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
26726              found by Marc Lehmann.
26727      Branch: perl
26728            ! pp.c
26729 ____________________________________________________________________________
26730 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
26731         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
26732              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26733              Date: Sat, 5 Jan 2002 00:31:12 +0100
26734              Message-ID: <20020105003112.E1850@rafael>              
26735      Branch: perl
26736            ! t/comp/proto.t
26737 ____________________________________________________________________________
26738 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
26739         Log: A bit of "perl.com" cleanup.
26740      Branch: perl
26741            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
26742            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
26743            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
26744            ! pod/perlmodlib.PL pod/perlmodlib.pod
26745 ____________________________________________________________________________
26746 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
26747         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
26748              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26749              Date: Fri, 4 Jan 2002 23:35:19 +0100
26750              Message-ID: <20020104233519.A1850@rafael>
26751      Branch: perl
26752            ! op.c
26753 ____________________________________________________________________________
26754 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
26755         Log: Integrate change #14062 from macperl;
26756              Define setbuf, setvbuf for Mac OS
26757      Branch: perl
26758           !> ext/IO/IO.xs
26759 ____________________________________________________________________________
26760 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
26761         Log: Bump version, update Changes
26762      Branch: maint-5.6/macperl
26763            ! macos/Changes macos/MPVersion.r
26764 ____________________________________________________________________________
26765 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
26766         Log: Add more droplets
26767      Branch: maint-5.6/macperl
26768            + macos/macperl/Droplets/gluedialect.plx
26769            + macos/macperl/Droplets/glueedit.plx
26770            + macos/macperl/Droplets/gluemac.plx
26771            + macos/macperl/Droplets/gluescriptadds.plx
26772            + macos/macperl/Droplets/installme.plx
26773            + macos/macperl/Droplets/show_glue_pods.plx
26774            + macos/macperl/Droplets/tarzipme.plx
26775            + macos/macperl/Droplets/untarzipme.plx
26776 ____________________________________________________________________________
26777 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
26778         Log: Display the native pwd command.
26779      Branch: perl
26780            ! ext/Cwd/t/cwd.t
26781 ____________________________________________________________________________
26782 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
26783         Log: Under Mac OS X /dev/stdout is normally a symlink,
26784              but when running the test it seems to become a socket.
26785              So let's extend our censorship.
26786      Branch: perl
26787            ! t/op/stat.t
26788 ____________________________________________________________________________
26789 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
26790         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
26791      Branch: maint-5.6/macperl
26792            + macos/HandleSocket.cp
26793            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
26794            ! macos/macperl.sym
26795 ____________________________________________________________________________
26796 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
26797         Log: Doc updates
26798      Branch: maint-5.6/macperl
26799            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
26800 ____________________________________________________________________________
26801 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
26802         Log: Update libraries
26803      Branch: maint-5.6/macperl
26804            ! macos/macperl/Makefile.mk
26805 ____________________________________________________________________________
26806 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
26807         Log: Update tests to Mac::StandardFile from StandardFile.pl,
26808              plus other fixes
26809      Branch: maint-5.6/macperl
26810            ! macos/ext/Mac/Menus/t/MenuBar.t
26811            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
26812            ! macos/ext/Mac/Movies/t/PlayMovie.t
26813            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
26814            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
26815            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
26816            ! macos/ext/Mac/Resources/t/Resources.t
26817 ____________________________________________________________________________
26818 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
26819         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
26820      Branch: maint-5.6/macperl
26821            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
26822            ! macos/ext/Mac/Movies/Movies.xs
26823            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
26824            ! macos/ext/Mac/StandardFile/StandardFile.xs
26825            ! macos/ext/Mac/Windows/Windows.xs
26826 ____________________________________________________________________________
26827 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
26828         Log: Updates for Universal Headers 3.4 (forgot one)
26829      Branch: maint-5.6/macperl
26830            ! macos/macperl/MPConsole.cp
26831 ____________________________________________________________________________
26832 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
26833         Log: Updates for Universal Headers 3.4
26834      Branch: maint-5.6/macperl
26835            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
26836            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
26837            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
26838            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
26839            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
26840            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
26841            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
26842            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
26843            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
26844 ____________________________________________________________________________
26845 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
26846         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
26847              from <200112112327.JAA25434@gpo.metropolis.net.au>;
26848              don't crash on quit for 68K (MacPerl Bug #490013)
26849      Branch: maint-5.6/macperl
26850            ! macos/macish.c macos/macperl/MPConsole.cp
26851 ____________________________________________________________________________
26852 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
26853         Log: If we do have socketpair(), make my_socketpair()
26854              just call the real socketpair().  This way we always
26855              have real code behind my_socketpair() and a symbol
26856              corresponding to the my_socketpair in global.sym.
26857      Branch: perl
26858            ! embed.fnc embed.h makedef.pl proto.h util.c
26859 ____________________________________________________________________________
26860 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
26861         Log: Disable sigaction (MacPerl Bug #470321)
26862      Branch: maint-5.6/macperl
26863            ! macos/config.h macos/config.sh
26864 ____________________________________________________________________________
26865 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
26866         Log: Make GUSI resource work (MacPerl Bug #464638)
26867      Branch: maint-5.6/macperl
26868            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
26869            ! macos/macperl/MacPerl.rsrc
26870 ____________________________________________________________________________
26871 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
26872         Log: Make AutoSplit go a little deeper
26873      Branch: maint-5.6/macperl
26874            ! macos/Makefile.mk
26875 ____________________________________________________________________________
26876 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
26877         Log: A few doc updates from bleadperl
26878      Branch: maint-5.6/macperl
26879            ! pod/perlmodinstall.pod pod/perlport.pod
26880 ____________________________________________________________________________
26881 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
26882         Log: Sync up to latest changes from bleadperl
26883      Branch: maint-5.6/macperl
26884            ! lib/File/Find.pm
26885 ____________________________________________________________________________
26886 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
26887         Log: Define setbuf, setvbuf for Mac OS
26888      Branch: maint-5.6/macperl
26889            ! ext/IO/IO.xs
26890 ____________________________________________________________________________
26891 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
26892         Log: Delete by request of Mark-Jason Dominus (change #13676)
26893      Branch: maint-5.6/macperl
26894            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
26895 ____________________________________________________________________________
26896 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
26897         Log: Spread the good word of "env".
26898      Branch: perl
26899            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
26900 ____________________________________________________________________________
26901 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
26902         Log: Till the system tests do something non-Win*, better rename
26903              the test so that people on other platforms don't get confused.
26904              (Not win32system, because assumedly there's win64, too.)
26905      Branch: perl
26906            + t/op/winsystem.t
26907            - t/op/system.t
26908            ! MANIFEST
26909 ____________________________________________________________________________
26910 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
26911         Log: Some tweaks.
26912      Branch: perl
26913            ! lib/Pod/t/Functions.t
26914 ____________________________________________________________________________
26915 [ 14057] By: ams                                   on 2002/01/04  17:40:31
26916         Log: (retracted by #14057)
26917              
26918              Subject: [PATCH] Time/HiRes/HiRes.t
26919              From: Nicholas Clark <nick@unfortu.net>
26920              Date: Fri, 4 Jan 2002 17:28:46 +0000
26921              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
26922      Branch: perl
26923            ! ext/Time/HiRes/HiRes.t
26924 ____________________________________________________________________________
26925 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
26926         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
26927              From: Abe Timmerman <abe@ztreet.demon.nl>
26928              Date: Fri, 04 Jan 2002 18:42:33 +0100
26929              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
26930      Branch: perl
26931            + lib/Pod/t/Functions.t
26932            ! MANIFEST lib/Pod/Functions.pm
26933 ____________________________________________________________________________
26934 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
26935         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
26936              From: "Craig A. Berry" <craigberry@mac.com>
26937              Date: Thu, 3 Jan 2002 17:32:20 -0600
26938              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
26939      Branch: perl
26940            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
26941 ____________________________________________________________________________
26942 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
26943         Log: Document the U+0085, U+2028, and U+2029.
26944      Branch: perl
26945            ! pod/perlre.pod pod/perlretut.pod
26946 ____________________________________________________________________________
26947 [ 14053] By: ams                                   on 2002/01/04  03:27:44
26948         Log: Subject: [PATCH] warn if not CORE::dump
26949              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26950              Date: Thu, 3 Jan 2002 22:04:00 +0100
26951              Message-Id: <20020103220400.A13958@rafael>
26952      Branch: perl
26953            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
26954 ____________________________________________________________________________
26955 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
26956         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
26957      Branch: perl
26958            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
26959 ____________________________________________________________________________
26960 [ 14051] By: ams                                   on 2002/01/04  03:00:12
26961         Log: Subject: [PATCH] File::Compare::VERSION
26962              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26963              Date: Thu, 3 Jan 2002 23:42:52 +0100
26964              Message-Id: <20020103234252.G13958@rafael>
26965      Branch: perl
26966            ! lib/File/Compare.pm
26967 ____________________________________________________________________________
26968 [ 14050] By: ams                                   on 2002/01/04  02:58:05
26969         Log: Subject: [PATCH @14042] threads::shared doc
26970              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
26971              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
26972              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
26973      Branch: perl
26974            ! ext/threads/shared/shared.pm
26975 ____________________________________________________________________________
26976 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
26977         Log: #14048 exposed few false positives, to be fixed soonish.
26978      Branch: perl
26979            ! t/op/pat.t
26980 ____________________________________________________________________________
26981 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
26982         Log: Do not add the first characters of multicharacter foldings
26983              into character classes.
26984      Branch: perl
26985            ! regcomp.c
26986 ____________________________________________________________________________
26987 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
26988         Log: A bit of testing for #14046.
26989      Branch: perl
26990            ! t/op/pat.t
26991 ____________________________________________________________________________
26992 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
26993         Log: Allow emitting the foldcased version of "\x{df}", "ss"
26994              (among others, another example would be \x{fb00} -> "ff")
26995      Branch: perl
26996            ! regcomp.c
26997 ____________________________________________________________________________
26998 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
26999         Log: Subject: [PATCH] File::Spec & NetWare
27000              From: Dave Rolsky <autarch@urth.org>
27001              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
27002              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
27003      Branch: perl
27004            - lib/File/Spec/NW5.pm
27005            ! MANIFEST lib/File/Spec.pm
27006 ____________________________________________________________________________
27007 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
27008         Log: FAQ sync (RCS Ids only?)
27009      Branch: perl
27010            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
27011 ____________________________________________________________________________
27012 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
27013         Log: AUTHORs updates.
27014      Branch: perl
27015            ! AUTHORS
27016 ____________________________________________________________________________
27017 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
27018         Log: Update Changes.
27019      Branch: perl
27020            ! Changes patchlevel.h
27021 ____________________________________________________________________________
27022 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
27023         Log: Missed the =head1 additions.
27024      Branch: perl
27025            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
27026            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
27027            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
27028            ! util.c
27029 ____________________________________________________________________________
27030 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
27031         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
27032              From: Robin Barker <rmb1@cise.npl.co.uk>
27033              Date: Thu, 3 Jan 2002 15:26:20 GMT
27034              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
27035      Branch: perl
27036            ! lib/Carp.t lib/Carp/Heavy.pm
27037 ____________________________________________________________________________
27038 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
27039         Log: Subject: [PATCH hv.c] 
27040              From: Robin Barker <rmb1@cise.npl.co.uk>
27041              Date: Thu, 3 Jan 2002 14:49:06 GMT
27042              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
27043              
27044              -Wformat check.
27045      Branch: perl
27046            ! hv.c
27047 ____________________________________________________________________________
27048 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
27049         Log: NetWare tweaks from Ananth Kesari.
27050      Branch: perl
27051            ! NetWare/t/NWScripts.pl lib/File/Find.pm
27052 ____________________________________________________________________________
27053 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
27054         Log: Cast.
27055      Branch: perl
27056            ! regexec.c
27057 ____________________________________________________________________________
27058 [ 14036] By: ams                                   on 2002/01/03  12:12:31
27059         Log: Grammar fix suggested by Gwyn Judd.
27060      Branch: perl
27061            ! pod/perldiag.pod
27062 ____________________________________________________________________________
27063 [ 14035] By: nick                                  on 2002/01/03  09:22:42
27064         Log: More strange perlio != mainline differences where
27065              I have not been.
27066      Branch: perlio
27067           !> hints/unicos.sh hints/unicosmk.sh
27068 ____________________________________________________________________________
27069 [ 14034] By: nick                                  on 2002/01/03  09:19:37
27070         Log: Integrate mainline (including force integrate of
27071              lib/charnames.pm which had got out-of-step)
27072      Branch: perlio
27073           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
27074 ____________________________________________________________________________
27075 [ 14033] By: ams                                   on 2002/01/03  08:24:24
27076         Log: Subject: Not ok 14031: PPPort Makefile.PL
27077              From: andreas.koenig@anima.de (Andreas J. Koenig)
27078              Date: 03 Jan 2002 10:17:46 +0100
27079              Message-Id: <m3sn9n94jp.fsf@anima.de>
27080      Branch: perl
27081            ! ext/Devel/PPPort/Makefile.PL
27082 ____________________________________________________________________________
27083 [ 14032] By: nick                                  on 2002/01/03  08:24:00
27084         Log: Integrate mainline.
27085      Branch: perlio
27086           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
27087           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
27088           !> (integrate 31 files)
27089 ____________________________________________________________________________
27090 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
27091         Log: Off-by-one is my middle name.
27092      Branch: perl
27093            ! regexec.c
27094 ____________________________________________________________________________
27095 [ 14030] By: ams                                   on 2002/01/02  23:56:37
27096         Log: Subject: [PATCH @14015] threads::shared disabling
27097              From: Andy Bussey <andybussey@yahoo.co.uk>
27098              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
27099              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
27100      Branch: perl
27101            + ext/threads/shared/t/no_share.t
27102            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
27103 ____________________________________________________________________________
27104 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
27105         Log: Simon's new perlapi scheme, I hope I got all the pieces.
27106      Branch: perl
27107            + autodoc.pl embed.fnc
27108            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
27109 ____________________________________________________________________________
27110 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
27111         Log: Integrate perlio:
27112              
27113              [ 14022]
27114              More PPPort Makefile source dependence removal
27115      Branch: perl
27116           !> ext/Devel/PPPort/Makefile.PL perl.h
27117 ____________________________________________________________________________
27118 [ 14027] By: ams                                   on 2002/01/02  21:42:50
27119         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
27120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27121              Date: Wed, 2 Jan 2002 23:09:13 +0100
27122              Message-Id: <20020102230913.A17373@rafael>
27123      Branch: perl
27124            ! pod/perldiag.pod
27125 ____________________________________________________________________________
27126 [ 14026] By: ams                                   on 2002/01/02  21:38:34
27127         Log: Subject: Re: PATCH: lib/Term/Cap.pm
27128              From: Jonathan Stowe <gellyfish@gellyfish.com>
27129              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
27130              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
27131      Branch: perl
27132            ! lib/Term/Cap.pm
27133 ____________________________________________________________________________
27134 [ 14025] By: ams                                   on 2002/01/02  18:34:26
27135         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
27136              From: Sam Tregar <sam@tregar.com>
27137              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
27138              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
27139      Branch: perl
27140            ! pod/perldiag.pod t/comp/proto.t toke.c
27141 ____________________________________________________________________________
27142 [ 14024] By: ams                                   on 2002/01/02  18:16:12
27143         Log: Subject: PATCH: lib/Term/Cap.pm
27144              From: Norton Allen <allen@huarp.harvard.edu>
27145              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
27146              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
27147      Branch: perl
27148            ! lib/Term/Cap.pm
27149 ____________________________________________________________________________
27150 [ 14023] By: ams                                   on 2002/01/02  18:12:31
27151         Log: Subject: PATCH: lib/Cwd.pm for QNX4
27152              From: Norton Allen <allen@huarp.harvard.edu>
27153              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
27154              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
27155      Branch: perl
27156            ! lib/Cwd.pm
27157 ____________________________________________________________________________
27158 [ 14022] By: nick                                  on 2002/01/02  18:01:21
27159         Log: More PPPort Makefile source dependence removal
27160      Branch: perlio
27161            ! ext/Devel/PPPort/Makefile.PL
27162 ____________________________________________________________________________
27163 [ 14021] By: nick                                  on 2002/01/02  17:44:36
27164         Log: Sort out muddle of editing on three machines ...
27165      Branch: perlio
27166           !> Changes MANIFEST cygwin/Makefile.SHs
27167           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
27168           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
27169           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
27170 ____________________________________________________________________________
27171 [ 14020] By: ams                                   on 2002/01/02  17:06:27
27172         Log: Fix misplaced application of #14016.
27173      Branch: perl
27174            ! op.c
27175 ____________________________________________________________________________
27176 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
27177         Log: Integrate perlio:
27178              
27179              [ 14017]
27180              Avoid un-init perl_debug_pad in clones
27181      Branch: perl
27182           !> sv.c
27183 ____________________________________________________________________________
27184 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
27185         Log: makedepend VOS fix from Paul Green.
27186      Branch: perl
27187            ! makedepend.SH
27188 ____________________________________________________________________________
27189 [ 14017] By: nick                                  on 2002/01/02  16:09:43
27190         Log: Avoid un-init perl_debug_pad in clones
27191      Branch: perlio
27192            ! sv.c
27193 ____________________________________________________________________________
27194 [ 14016] By: ams                                   on 2002/01/02  15:58:11
27195         Log: Subject: [PATCH] random crash in B::LISTOP::last
27196              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27197              Date: Wed, 2 Jan 2002 17:37:28 +0100
27198              Message-Id: <3C334558.3906.19CB98D@localhost>
27199      Branch: perl
27200            ! op.c
27201 ____________________________________________________________________________
27202 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
27203         Log: Update Changes.
27204      Branch: perl
27205            ! Changes patchlevel.h
27206 ____________________________________________________________________________
27207 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
27208         Log: One more iteration of the ibcmp_utf8() interface,
27209              hopefully this is a convergent iteration...
27210      Branch: perl
27211            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
27212 ____________________________________________________________________________
27213 [ 14013] By: ams                                   on 2002/01/02  13:43:58
27214         Log: Upgrade to podlators-1.19.
27215      Branch: perl
27216            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
27217            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
27218            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
27219            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
27220            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
27221 ____________________________________________________________________________
27222 [ 14012] By: ams                                   on 2002/01/02  09:48:51
27223         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
27224              From: martyn@inpharmatica.co.uk
27225              Date: Wed, 19 Dec 2001 19:05:00 +0000
27226              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
27227      Branch: perl
27228            ! lib/Pod/Usage.pm
27229 ____________________________________________________________________________
27230 [ 14011] By: nick                                  on 2002/01/02  08:38:18
27231         Log: Integrate mainline
27232      Branch: perlio
27233           !> (integrate 28 files)
27234 ____________________________________________________________________________
27235 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
27236         Log: Make ibcmp_utf8() optionally progress in either string for
27237              as long as it takes and optionally record how far it got.
27238      Branch: perl
27239            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
27240 ____________________________________________________________________________
27241 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
27242         Log: Once more try to get the PPPort Makefile right.
27243      Branch: perl
27244            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
27245 ____________________________________________________________________________
27246 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
27247         Log: -Wall silencing.
27248      Branch: perl
27249            ! utf8.c
27250 ____________________________________________________________________________
27251 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
27252         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
27253              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27254              Date: Tue, 1 Jan 2002 22:45:21 +0100       
27255              Message-ID: <20020101224521.A691@rafael>
27256      Branch: perl
27257            ! ext/B/B/Deparse.pm
27258 ____________________________________________________________________________
27259 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
27260         Log: VOS tweak from Paul Green: VOS has different O_BINARY
27261              and O_TEXT, but VOS always uses LF, never CRLF.
27262      Branch: perl
27263            ! perl.h
27264 ____________________________________________________________________________
27265 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
27266         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
27267      Branch: perl
27268            ! regexec.c utf8.c
27269 ____________________________________________________________________________
27270 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
27271         Log: Now that to_utf8_fold() was fixed.
27272      Branch: perl
27273            ! regcomp.c regexec.c
27274 ____________________________________________________________________________
27275 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
27276         Log: Integrate perlio:
27277              
27278              [ 13991]
27279              Experimental binmode() re-coding (UNIX okay - but it would be...)
27280      Branch: perl
27281           !> perlio.c
27282 ____________________________________________________________________________
27283 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
27284         Log: Document the to_utf8_*() functions.
27285      Branch: perl
27286            ! embed.pl pod/perlapi.pod utf8.c
27287 ____________________________________________________________________________
27288 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
27289         Log: Better support for multicharacter foldings.
27290              Now all but two of the CaseFold.txt cases work-- but
27291              only when the target string is single-character, more
27292              debugging needed.
27293      Branch: perl
27294            ! regexec.c
27295 ____________________________________________________________________________
27296 [ 14000] By: ams                                   on 2002/01/01  15:59:43
27297         Log: Subject: [PATCH] don't installperl pods
27298              From: Nicholas Clark <nick@unfortu.net>
27299              Date: Tue, 1 Jan 2002 16:44:12 +0000
27300              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
27301      Branch: perl
27302            ! installperl
27303 ____________________________________________________________________________
27304 [ 13999] By: ams                                   on 2002/01/01  14:34:04
27305         Log: Subject: [PATCH] perldiag.pod transposition
27306              From: Nicholas Clark <nick@unfortu.net>
27307              Date: Tue, 1 Jan 2002 15:03:52 +0000
27308              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
27309      Branch: perl
27310            ! pod/perldiag.pod
27311 ____________________________________________________________________________
27312 [ 13998] By: ams                                   on 2002/01/01  13:36:49
27313         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
27314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27315              Date: Tue, 1 Jan 2002 15:12:36 +0100
27316              Message-Id: <20020101151236.A951@rafael>
27317      Branch: perl
27318            ! pod/perldiag.pod
27319 ____________________________________________________________________________
27320 [ 13997] By: ams                                   on 2002/01/01  13:33:06
27321         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
27322              From: Nicholas Clark <nick@unfortu.net>
27323              Date: Tue, 1 Jan 2002 13:13:17 +0000
27324              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
27325      Branch: perl
27326            ! ext/Socket/socketpair.t
27327 ____________________________________________________________________________
27328 [ 13996] By: ams                                   on 2002/01/01  04:44:28
27329         Log: Subject: [PATCH @13746] Leaner exporter
27330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27331              Date: Mon, 31 Dec 2001 18:16:08 -0500
27332              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
27333      Branch: perl
27334            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
27335 ____________________________________________________________________________
27336 [ 13995] By: ams                                   on 2002/01/01  04:29:44
27337         Log: Subject: [PATCH @13746] h2xs broken
27338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27339              Date: Mon, 31 Dec 2001 17:48:55 -0500
27340              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
27341      Branch: perl
27342            ! utils/h2xs.PL
27343 ____________________________________________________________________________
27344 [ 13994] By: ams                                   on 2002/01/01  04:25:46
27345         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
27346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27347              Date: Mon, 31 Dec 2001 17:42:25 -0500
27348              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
27349      Branch: perl
27350            ! lib/ExtUtils/MM_Unix.pm
27351 ____________________________________________________________________________
27352 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
27353         Log: Rename the variables to be a bit more consistent.
27354      Branch: perl
27355            ! utf8.c
27356 ____________________________________________________________________________
27357 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
27358         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
27359              (found by Jeffrey Friedl)
27360      Branch: perl
27361            ! regexec.c t/op/pat.t utf8.c
27362 ____________________________________________________________________________
27363 [ 13991] By: nick                                  on 2001/12/31  18:08:55
27364         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
27365      Branch: perlio
27366            ! perlio.c
27367 ____________________________________________________________________________
27368 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
27369         Log: Update Changes.
27370      Branch: perl
27371            ! Changes patchlevel.h
27372 ____________________________________________________________________________
27373 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
27374         Log: Less unused ones.
27375      Branch: perl
27376            ! regexec.c
27377 ____________________________________________________________________________
27378 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
27379         Log: Unused variable.
27380      Branch: perl
27381            ! regcomp.c
27382 ____________________________________________________________________________
27383 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
27384         Log: Forgotten file.
27385      Branch: perl
27386            ! MANIFEST
27387 ____________________________________________________________________________
27388 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
27389         Log: Subject: Re: Cygwin: one down one to go 
27390              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27391              Date: Mon, 31 Dec 2001 18:34:36 +0100
27392              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
27393      Branch: perl
27394            ! cygwin/Makefile.SHs
27395 ____________________________________________________________________________
27396 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
27397         Log: Add some comments to the recent Unicode case-folding saga.
27398      Branch: perl
27399            ! regcomp.c regexec.c
27400 ____________________________________________________________________________
27401 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
27402         Log: Slight comment tweakage.
27403      Branch: perl
27404            ! ext/I18N/Langinfo/Langinfo.t
27405 ____________________________________________________________________________
27406 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
27407         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
27408      Branch: perl
27409            ! perl.h
27410 ____________________________________________________________________________
27411 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
27412         Log: Subject: [ PATCH] Cygwin: one down one to go
27413              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27414              Date: Mon, 31 Dec 2001 17:03:40 +0100
27415              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
27416      Branch: perl
27417            ! lib/Pod/t/basic.t
27418 ____________________________________________________________________________
27419 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
27420         Log: Tweak the dependencies not to recompile everytime,
27421              as suggested by NI-S.
27422      Branch: perl
27423            ! ext/Devel/PPPort/Makefile.PL
27424 ____________________________________________________________________________
27425 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
27426         Log: Planning still not right.
27427      Branch: perl
27428            ! lib/User/grent.t
27429 ____________________________________________________________________________
27430 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
27431         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
27432              From: Michael G Schwern <schwern@pobox.com>
27433              Date: Sun, 30 Dec 2001 18:07:55 -0500
27434              Message-ID: <20011230230755.GG12840@blackrider>
27435              
27436              (lib/User/grent, really)
27437      Branch: perl
27438            ! lib/User/grent.t
27439 ____________________________________________________________________________
27440 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
27441         Log: Integrate perlio:
27442              
27443              [ 13975]
27444              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
27445              if PerlIONext is NULL.
27446      Branch: perl
27447           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
27448 ____________________________________________________________________________
27449 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
27450         Log: Subject: typo in IO::Socket::INET.pm
27451              From: mjd@plover.com
27452              Date: 31 Dec 2001 14:31:10 -0000
27453              Message-ID: <20011231143110.4989.qmail@plover.com>
27454      Branch: perl
27455            ! ext/IO/lib/IO/Socket/INET.pm
27456 ____________________________________________________________________________
27457 [ 13976] By: nick                                  on 2001/12/31  13:56:11
27458         Log: Integrate mainline
27459      Branch: perlio
27460           !> (integrate 29 files)
27461 ____________________________________________________________________________
27462 [ 13975] By: nick                                  on 2001/12/31  12:40:50
27463         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
27464              if PerlIONext is NULL.
27465      Branch: perlio
27466            ! perlio.c perliol.h
27467 ____________________________________________________________________________
27468 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
27469         Log: Subject: Re: [PATCH] Basic bad prototype detection
27470              From: Sam Tregar <sam@tregar.com>
27471              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
27472              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
27473      Branch: perl
27474            ! t/comp/proto.t toke.c
27475 ____________________________________________________________________________
27476 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
27477         Log: Subject: [PATCH] configure.com / scriptdirexp
27478              From: "Craig A. Berry" <craigberry@mac.com>
27479              Date: Sun, 30 Dec 2001 15:47:28 -0600
27480              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
27481      Branch: perl
27482            ! configure.com
27483 ____________________________________________________________________________
27484 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
27485         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
27486              From: Abe Timmerman <abe@ztreet.demon.nl>
27487              Date: Mon, 31 Dec 2001 03:55:27 +0100
27488              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
27489      Branch: perl
27490            ! lib/ExtUtils/t/MM_Win32.t
27491 ____________________________________________________________________________
27492 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
27493         Log: Subject: [PATCH] Basic bad prototype detection
27494              From: Sam Tregar <sam@tregar.com> 
27495              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
27496              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
27497      Branch: perl
27498            ! pod/perldiag.pod t/comp/proto.t toke.c
27499 ____________________________________________________________________________
27500 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
27501         Log: Makefiles are sloppy about the exe suffix
27502              (from Paul Green)
27503      Branch: perl
27504            ! Makefile.SH x2p/Makefile.SH
27505 ____________________________________________________________________________
27506 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
27507         Log: Delay folding until necessary; start of handling
27508              folding into several characters.
27509      Branch: perl
27510            ! regcomp.c regexec.c
27511 ____________________________________________________________________________
27512 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
27513         Log: gcc -Wall dewhine.
27514      Branch: perl
27515            ! regexec.c
27516 ____________________________________________________________________________
27517 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
27518         Log: More Unicode folding tweaks, avoid potential false matches.
27519      Branch: perl
27520            ! regexec.c
27521 ____________________________________________________________________________
27522 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
27523         Log: Make that six wrongs.
27524      Branch: perl
27525            ! regexec.c utf8.c
27526 ____________________________________________________________________________
27527 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
27528         Log: Four wrongs can make a right.
27529      Branch: perl
27530            ! regexec.c utf8.c
27531 ____________________________________________________________________________
27532 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
27533         Log: Fix all the I case foldings as per CaseFold.txt.
27534      Branch: perl
27535            ! regcomp.c regexec.c
27536 ____________________________________________________________________________
27537 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
27538         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
27539      Branch: perl
27540            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
27541            ! regexec.c utf8.c
27542 ____________________________________________________________________________
27543 [ 13962] By: nick                                  on 2001/12/30  18:33:41
27544         Log: Integrate 8.3 fix for PPPort fix
27545      Branch: perlio
27546           +> ext/Devel/PPPort/ppport_h.PL
27547            - ext/Devel/PPPort/ppport.h.PL
27548            ! ext/Devel/PPPort/MANIFEST
27549           !> ext/Devel/PPPort/Makefile.PL
27550 ____________________________________________________________________________
27551 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
27552         Log: Integrate perlio:
27553              
27554              [ 13959]
27555              Win32 stuff:
27556              A. Use Perl_my_socketpair()
27557              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
27558              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
27559              take special measures to set it during pseudo-fork.
27560      Branch: perl
27561           !> util.c win32/perlhost.h
27562 ____________________________________________________________________________
27563 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
27564         Log: Fix ppport.h for Unix.
27565      Branch: perl
27566            + ext/Devel/PPPort/ppport_h.PL
27567            - ext/Devel/PPPort/ppport.h.PL
27568            ! MANIFEST ext/Devel/PPPort/Makefile.PL
27569 ____________________________________________________________________________
27570 [ 13959] By: nick                                  on 2001/12/30  16:53:42
27571         Log: Win32 stuff:
27572              A. Use Perl_my_socketpair()
27573              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
27574              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
27575              take special measures to set it during pseudo-fork.
27576      Branch: perlio
27577            ! util.c win32/perlhost.h
27578 ____________________________________________________________________________
27579 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
27580         Log: Integrate perlio:
27581              
27582              [ 13950]
27583              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
27584              This gets them into Errno.pm - yet to prove they end up in $!.
27585              
27586              [ 13948]
27587              remove embed.pl duplicates
27588              
27589              [ 13944]
27590              "Port" Devel::PPPort to Win32:
27591              - need to set @INC before use in the test
27592              - {} are special to dmake, so use ppport.h.PL
27593              rather than commandline 
27594      Branch: perl
27595           +> ext/Devel/PPPort/ppport.h.PL
27596           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
27597           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
27598           !> proto.h
27599 ____________________________________________________________________________
27600 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
27601         Log: metaconfig unit change for #13956.
27602      Branch: metaconfig
27603            ! U/modified/spitshell.U
27604 ____________________________________________________________________________
27605 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
27606         Log: Must look for cat also in $PATH (noticed by Philip Newton).
27607      Branch: perl
27608            ! Configure
27609 ____________________________________________________________________________
27610 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
27611         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
27612              From: Blair Zajac <blair@orcaware.com>
27613              Date: Sat, 29 Dec 2001 22:37:03 -0800
27614              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
27615      Branch: perl
27616            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
27617 ____________________________________________________________________________
27618 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
27619         Log: Regen files.
27620      Branch: perl
27621            ! embed.h global.sym pod/perlapi.pod uconfig.h
27622 ____________________________________________________________________________
27623 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
27624         Log: Subject: [PATCH] -t without -w 
27625              From: Michael G Schwern <schwern@pobox.com>
27626              Date: Sat, 29 Dec 2001 23:46:25 -0500
27627              Message-ID: <20011230044625.GA14386@blackrider>
27628      Branch: perl
27629            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
27630            ! warnings.pl
27631 ____________________________________________________________________________
27632 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
27633         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
27634              From: Dave Rolsky <autarch@urth.org>               
27635              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
27636              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
27637              
27638              $^O is NetWare, not Netware.
27639      Branch: perl
27640            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
27641 ____________________________________________________________________________
27642 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
27643         Log: Sarathy thinks undoing C++ comments from C++ files
27644              is a bit too zealous.
27645      Branch: perl
27646            ! win32/perlhost.h win32/vmem.h
27647 ____________________________________________________________________________
27648 [ 13950] By: nick                                  on 2001/12/30  14:30:02
27649         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
27650              This gets them into Errno.pm - yet to prove they end up in $!.
27651      Branch: perlio
27652            ! ext/Errno/Errno_pm.PL
27653 ____________________________________________________________________________
27654 [ 13949] By: nick                                  on 2001/12/30  12:02:21
27655         Log: Integrate Cwd muddle
27656      Branch: perlio
27657           !> MANIFEST installperl lib/Cwd.pm
27658 ____________________________________________________________________________
27659 [ 13948] By: nick                                  on 2001/12/30  11:51:40
27660         Log: remove embed.pl duplicates
27661      Branch: perlio
27662            ! embed.h embed.pl global.sym proto.h
27663 ____________________________________________________________________________
27664 [ 13947] By: nick                                  on 2001/12/30  11:35:51
27665         Log: More Cwd tidy up
27666      Branch: perl
27667            ! MANIFEST installperl
27668 ____________________________________________________________________________
27669 [ 13946] By: nick                                  on 2001/12/30  11:12:42
27670         Log: Undo a mess trying Cwd.pm in its ext directory
27671      Branch: perl
27672            + lib/Cwd.pm
27673            - ext/Cwd/Cwd.pm
27674 ____________________________________________________________________________
27675 [ 13945] By: nick                                  on 2001/12/30  10:03:43
27676         Log: Integrate mainline
27677      Branch: perl
27678           +> ext/Cwd/Cwd.pm
27679            - lib/Cwd.pm
27680            ! MANIFEST
27681      Branch: perlio
27682           !> (integrate 45 files)
27683 ____________________________________________________________________________
27684 [ 13944] By: nick                                  on 2001/12/30  09:27:16
27685         Log: "Port" Devel::PPPort to Win32:
27686              - need to set @INC before use in the test
27687              - {} are special to dmake, so use ppport.h.PL
27688              rather than commandline 
27689      Branch: perlio
27690            + ext/Devel/PPPort/ppport.h.PL
27691            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
27692 ____________________________________________________________________________
27693 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
27694         Log: Update Changes.
27695      Branch: perl
27696            ! Changes patchlevel.h
27697 ____________________________________________________________________________
27698 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
27699         Log: Subject: [PATCH] cleaner close on tests, take 2
27700              From: andreas.koenig@anima.de (Andreas J. Koenig)
27701              Date: 29 Dec 2001 21:42:37 +0100
27702              Message-ID: <m33d1tvjuq.fsf@anima.de>
27703              
27704              (the DB_File patches)
27705      Branch: perl
27706            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
27707            ! ext/DB_File/t/db-recno.t
27708 ____________________________________________________________________________
27709 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
27710         Log: Integrate perlio:
27711              
27712              [ 13936]
27713              Routine regen_config_h - no real differences other than order of crypt 
27714      Branch: perl
27715           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27716 ____________________________________________________________________________
27717 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
27718         Log: Subject: [PATCH] cleaner close on tests, take 2             
27719              From: andreas.koenig@anima.de (Andreas J. Koenig)
27720              Date: 29 Dec 2001 21:42:37 +0100
27721              Message-ID: <m33d1tvjuq.fsf@anima.de>
27722              
27723              (except for the three DB_File patch fragments)
27724      Branch: perl
27725            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
27726            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
27727            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
27728            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
27729            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
27730            ! t/op/runlevel.t t/op/write.t t/run/switches.t
27731 ____________________________________________________________________________
27732 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
27733         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
27734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27735              Date: Sat, 29 Dec 2001 20:38:59 +0100
27736              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
27737              
27738              (NetWare tree not touched because it's very //)
27739      Branch: perl
27740            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
27741            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
27742            ! wince/include/errno.h wince/include/netdb.h
27743            ! wince/include/sys/socket.h wince/include/sys/stat.h
27744            ! wince/perllib.c wince/perlmain.c wince/win32.h
27745            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
27746            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
27747 ____________________________________________________________________________
27748 [ 13938] By: nick                                  on 2001/12/29  19:23:32
27749         Log: Integrate mainline (ok linux)
27750      Branch: perlio
27751           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
27752           !> (integrate 33 files)
27753 ____________________________________________________________________________
27754 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
27755         Log: Give up on serious testing of langinfo().  Leave the old
27756              code in place, though.
27757      Branch: perl
27758            ! ext/I18N/Langinfo/Langinfo.t
27759 ____________________________________________________________________________
27760 [ 13936] By: nick                                  on 2001/12/29  18:20:33
27761         Log: Routine regen_config_h - no real differences other than order of crypt 
27762      Branch: perlio
27763            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27764 ____________________________________________________________________________
27765 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
27766         Log: Integrate perlio:
27767              
27768              [ 13934]
27769              Fudge Config.pm so File::Spec does not croak.
27770              
27771              [ 13931]
27772              Define the two socket error numbers in terms of WSAEXXXXX equivalents
27773              (just to get util.c to compile)
27774      Branch: perl
27775           !> win32/FindExt.pm win32/win32.h
27776 ____________________________________________________________________________
27777 [ 13934] By: nick                                  on 2001/12/29  17:27:50
27778         Log: Fudge Config.pm so File::Spec does not croak.
27779      Branch: perlio
27780            ! win32/FindExt.pm
27781 ____________________________________________________________________________
27782 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
27783         Log: metaconfig unit changes for #13932.
27784      Branch: metaconfig
27785            + U/modified/Init.U
27786            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
27787 ____________________________________________________________________________
27788 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
27789         Log: VOS tweaks from Paul Green.
27790              
27791              The Configure tweaks: the _exe needs to be
27792              set after the init; VOS has fd 3 hardwired to /dev/tty;
27793              the grep/ln/make substitutions really need to stick.
27794      Branch: perl
27795            ! Configure hints/vos.sh perl.h util.c vos/build.cm
27796            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27797            ! vos/config.ga.h vos/vosish.h
27798 ____________________________________________________________________________
27799 [ 13931] By: nick                                  on 2001/12/29  17:00:38
27800         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
27801              (just to get util.c to compile)
27802      Branch: perlio
27803            ! win32/win32.h
27804 ____________________________________________________________________________
27805 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
27806         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
27807              From: coral@eekeek.org
27808              Date: Fri, 28 Dec 2001 19:58:22 -0500      
27809              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
27810      Branch: perl
27811            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
27812            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
27813            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
27814            ! pod/perlunicode.pod pod/perlxs.pod util.c
27815 ____________________________________________________________________________
27816 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
27817         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
27818      Branch: perl
27819            ! t/op/exec.t
27820 ____________________________________________________________________________
27821 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
27822         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
27823              From: Abe Timmerman <abe@ztreet.demon.nl>
27824              Date: Sat, 29 Dec 2001 13:10:06 +0100
27825              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
27826      Branch: perl
27827            + lib/Pod/t/InputObjects.t
27828 ____________________________________________________________________________
27829 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
27830         Log: Integrate perlio:
27831              
27832              [ 13926]
27833              Nick Clark's embed.pl fix for my_socketpair
27834              
27835              [ 13923]
27836              Quick fix (after couple of clever fixes failed) for
27837              "accept leaks memory" fail [ID 20011223.001]
27838      Branch: perl
27839           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
27840 ____________________________________________________________________________
27841 [ 13926] By: nick                                  on 2001/12/29  15:23:21
27842         Log: Nick Clark's embed.pl fix for my_socketpair
27843      Branch: perlio
27844            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
27845 ____________________________________________________________________________
27846 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
27847         Log: Slight tweaks on the MM_Win32.t.
27848      Branch: perl
27849            ! lib/ExtUtils/t/MM_Win32.t
27850 ____________________________________________________________________________
27851 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
27852         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
27853              From: Abe Timmerman <abe@ztreet.demon.nl>
27854              Date: Sat, 29 Dec 2001 12:51:36 +0100
27855              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
27856      Branch: perl
27857            + lib/ExtUtils/t/MM_Win32.t
27858            ! MANIFEST
27859 ____________________________________________________________________________
27860 [ 13923] By: nick                                  on 2001/12/29  15:12:07
27861         Log: Quick fix (after couple of clever fixes failed) for
27862              "accept leaks memory" fail [ID 20011223.001]
27863      Branch: perlio
27864            ! pp_sys.c
27865 ____________________________________________________________________________
27866 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
27867         Log: Subject: [PATCH] Module names and other nits
27868              From: Autrijus Tang <autrijus@autrijus.org>                 
27869              Date: Sat, 29 Dec 2001 01:59:28 +0800
27870              Message-ID: <20011229015928.A29712@geb.elixus.org>              
27871      Branch: perl
27872            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
27873            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
27874            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
27875            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
27876            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
27877 ____________________________________________________________________________
27878 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
27879         Log: socketpair tweaks from Nicholas Clark.
27880      Branch: perl
27881            ! ext/Socket/socketpair.t util.c
27882 ____________________________________________________________________________
27883 [ 13920] By: nick                                  on 2001/12/29  12:36:21
27884         Log: Integrate mainline
27885      Branch: perlio
27886           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
27887           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
27888           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27889           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
27890           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
27891           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
27892           !> t/op/sysio.t
27893 ____________________________________________________________________________
27894 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
27895         Log: Retract #13917.
27896      Branch: perl
27897            ! doop.c
27898 ____________________________________________________________________________
27899 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
27900         Log: Subject: provisional MakeMaker patch for VMS
27901              From: "Craig A. Berry" <craigberry@mac.com> 
27902              Date: Thu, 27 Dec 2001 22:29:37 -0600
27903              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
27904      Branch: perl
27905            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27906 ____________________________________________________________________________
27907 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
27908         Log: (retracted by #13919)
27909      Branch: perl
27910            ! doop.c
27911 ____________________________________________________________________________
27912 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
27913         Log: metaconfig unit change for #13915.
27914      Branch: metaconfig/U/perl
27915            ! d_u32align.U
27916 ____________________________________________________________________________
27917 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
27918         Log: Remove debris in any case.
27919      Branch: perl
27920            ! Configure
27921 ____________________________________________________________________________
27922 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
27923         Log: Subject: [PATCH] Re: B::walksymtable oddness
27924              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27925              Date: Thu, 27 Dec 2001 19:14:24 +0100
27926              Message-ID: <3C2B7310.861.18820D0@localhost>
27927      Branch: perl
27928            ! ext/B/B.pm
27929 ____________________________________________________________________________
27930 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
27931         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
27932              From: Nicholas Clark <nick@unfortu.net> 
27933              Date: Fri, 28 Dec 2001 00:43:02 +0000
27934              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
27935      Branch: perl
27936            ! ext/Socket/socketpair.t
27937 ____________________________________________________________________________
27938 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
27939         Log: Fast Latin1<->UTF-8 conversion for older Perls.
27940      Branch: perl
27941            ! pod/perluniintro.pod
27942 ____________________________________________________________________________
27943 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
27944         Log: Update Changes.
27945      Branch: perl
27946            ! Changes patchlevel.h
27947 ____________________________________________________________________________
27948 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
27949         Log: More wait status trickery for BeOS.
27950      Branch: perl
27951            ! ext/POSIX/POSIX.xs
27952 ____________________________________________________________________________
27953 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
27954         Log: metaconfig unit change for #13908.
27955      Branch: metaconfig/U/perl
27956            ! d_u32align.U
27957 ____________________________________________________________________________
27958 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
27959         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
27960      Branch: perl
27961            ! Configure
27962 ____________________________________________________________________________
27963 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
27964         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
27965              From: gbarr@monty.mutatus.co.uk
27966              Date: 27 Dec 2001 14:41:36 -0000
27967              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
27968      Branch: perl
27969            ! lib/ExtUtils/t/Embed.t
27970 ____________________________________________________________________________
27971 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
27972         Log: Subject: [PATCH] Re: socketpair emulation
27973              From: Nicholas Clark <nick@unfortu.net> 
27974              Date: Wed, 26 Dec 2001 20:08:14 +0000
27975              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
27976      Branch: perl
27977            ! ext/Socket/socketpair.t
27978 ____________________________________________________________________________
27979 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
27980         Log: Subject: [DOC PATCH] left is right and right is left
27981              From: Philip Newton <Philip.Newton@gmx.net>
27982              Date: Thu, 27 Dec 2001 10:04:17 +0100
27983              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
27984      Branch: perl
27985            ! pod/perlfunc.pod pod/perlport.pod
27986 ____________________________________________________________________________
27987 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
27988         Log: Subject: [PATCH] check return of close
27989              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27990              Date: 27 Dec 2001 09:47:30 +0100
27991              Message-ID: <m3ellhgicd.fsf@anima.de> 
27992              
27993              Subject: [PATCH] improve error reporting
27994              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27995              Date: 27 Dec 2001 09:54:55 +0100
27996              Message-ID: <m3adw5gi00.fsf@anima.de> 
27997              
27998              Subject: [PATCH] check return value of close
27999              From: andreas.koenig@anima.de (Andreas J. Koenig)            
28000              Date: 27 Dec 2001 10:03:55 +0100
28001              Message-ID: <m3666tghl0.fsf@anima.de> 
28002              
28003              Subject: [PATCH] return of close
28004              From: andreas.koenig@anima.de (Andreas J. Koenig)            
28005              Date: 27 Dec 2001 10:22:15 +0100
28006              Message-ID: <m31yhhggqg.fsf@anima.de> 
28007      Branch: perl
28008            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
28009            ! t/io/fflush.t
28010 ____________________________________________________________________________
28011 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
28012         Log: Subject: [PATCH] check return of close
28013              From: andreas.koenig@anima.de (Andreas J. Koenig)            
28014              Date: 27 Dec 2001 09:47:30 +0100
28015              Message-ID: <m3ellhgicd.fsf@anima.de> 
28016      Branch: perl
28017            ! t/base/rs.t
28018 ____________________________________________________________________________
28019 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
28020         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
28021              From: andreas.koenig@anima.de (Andreas J. Koenig)
28022              Date: 27 Dec 2001 09:21:16 +0100
28023              Message-ID: <m3n105gjk3.fsf@anima.de>
28024      Branch: perl
28025            ! t/op/sysio.t
28026 ____________________________________________________________________________
28027 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
28028         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
28029              From: "Gerrit P. Haase" <gp@familiehaase.de>
28030              Date: Thu, 27 Dec 2001 09:23:55 +0100 
28031              Message-ID: <98211521662.20011227092355@familiehaase.de>
28032      Branch: perl
28033            ! lib/ExtUtils/t/MM_Cygwin.t
28034 ____________________________________________________________________________
28035 [ 13900] By: nick                                  on 2001/12/27  11:11:51
28036         Log: Integrate mainline
28037      Branch: perlio
28038           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
28039           +> lib/File/Spec/NW5.pm
28040           !> (integrate 52 files)
28041 ____________________________________________________________________________
28042 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
28043         Log: Replace the awful (most likely generated and not very persistent)
28044              URL with something tangible.
28045      Branch: perl
28046            ! README.hpux
28047 ____________________________________________________________________________
28048 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
28049         Log: Naughty /dev/printer (ls -l, really) of IRIX.
28050      Branch: perl
28051            ! t/op/stat.t
28052 ____________________________________________________________________________
28053 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
28054         Log: Upgrade to Net::Ping 2.10.
28055      Branch: perl
28056            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
28057            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
28058            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
28059            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
28060 ____________________________________________________________________________
28061 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
28062         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
28063              (this showed up in Benchmark.t)
28064      Branch: perl
28065            ! pp_sys.c
28066 ____________________________________________________________________________
28067 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
28068         Log: BeOS updates.
28069      Branch: perl
28070            ! README.beos beos/beos.c
28071 ____________________________________________________________________________
28072 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
28073         Log: Subject: Re: bleadperl doesn't compile
28074              From: "Gerrit P. Haase" <gp@familiehaase.de>
28075              Date: Wed, 26 Dec 2001 21:29:08 +0100
28076              Message-ID: <22168634623.20011226212908@familiehaase.de>
28077              
28078              Cygwin with multiplicity.
28079      Branch: perl
28080            ! perlio.c
28081 ____________________________________________________________________________
28082 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
28083         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
28084              From: Nicholas Clark <nick@ccl4.org>
28085              Date: Wed, 26 Dec 2001 19:07:33 +0000
28086              Message-ID: <20011226190732.J48842@plum.flirble.org>            
28087              
28088              socketpair() (un)signedness nit.
28089      Branch: perl
28090            ! util.c
28091 ____________________________________________________________________________
28092 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
28093         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
28094              From: Nicholas Clark <nick@ccl4.org>
28095              Date: Wed, 26 Dec 2001 19:19:47 +0000
28096              Message-ID: <20011226191946.K48842@plum.flirble.org>
28097              
28098              Use report_evil_fh().
28099      Branch: perl
28100            ! doio.c
28101 ____________________________________________________________________________
28102 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
28103         Log: Bad $? assumptions.
28104      Branch: perl
28105            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
28106 ____________________________________________________________________________
28107 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
28108         Log: Net::Ping isn't going to work much without
28109              the Socket extension; fail more gracefully.
28110      Branch: perl
28111            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
28112            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
28113            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
28114            ! lib/Net/Ping/t/300_ping_stream.t
28115 ____________________________________________________________________________
28116 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
28117         Log: metaconfig unit change for #13888.
28118      Branch: metaconfig
28119            ! U/modified/Oldconfig.U
28120 ____________________________________________________________________________
28121 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
28122         Log: test -d /system is a bit too generic test for VOS
28123              (false hit in BeOS)
28124      Branch: perl
28125            ! Configure
28126 ____________________________________________________________________________
28127 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
28128         Log: No AF_UNIX in BeOS.
28129      Branch: perl
28130            ! util.c
28131 ____________________________________________________________________________
28132 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
28133         Log: FAQ sync.
28134      Branch: perl
28135            ! pod/perlfaq5.pod
28136 ____________________________________________________________________________
28137 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
28138         Log: Update Changes.
28139      Branch: perl
28140            ! Changes patchlevel.h
28141 ____________________________________________________________________________
28142 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
28143         Log: Make -t equal -tw.
28144      Branch: perl
28145            ! perl.c pod/perlrun.pod
28146 ____________________________________________________________________________
28147 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
28148         Log: Subject: Re: Not OK 13881
28149              From: John Peacock <jpeacock@rowman.com>
28150              Date: Tue, 25 Dec 2001 06:02:12 -0500
28151              Message-ID: <3C285CB4.8040006@rowman.com>
28152      Branch: perl
28153            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
28154 ____________________________________________________________________________
28155 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
28156         Log: Subject: Re: Not OK 13881
28157              From: andreas.koenig@anima.de (Andreas J. Koenig)
28158              Date: 25 Dec 2001 07:33:23 +0100
28159              Message-ID: <m3bsgnajws.fsf@anima.de>
28160      Branch: perl
28161            ! op.c
28162 ____________________________________________________________________________
28163 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
28164         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
28165              From: Mark-Jason Dominus <mjd@plover.com>    
28166              Date: Mon, 24 Dec 2001 18:14:48 -0500
28167              Message-ID: <20011224231448.25826.qmail@plover.com>
28168      Branch: perl
28169            ! op.c t/op/eval.t
28170 ____________________________________________________________________________
28171 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
28172         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
28173              From: Dave Rolsky <autarch@urth.org>
28174              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
28175              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
28176      Branch: perl
28177            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
28178            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
28179            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28180            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
28181            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
28182 ____________________________________________________________________________
28183 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
28184         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
28185              From: Jeffrey Friedl <jfriedl@yahoo.com>
28186              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
28187              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
28188              
28189              The rest of the tests for plus few extras.
28190      Branch: perl
28191            ! t/op/pat.t
28192 ____________________________________________________________________________
28193 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
28194         Log: metaconfig unit change for #13877.
28195      Branch: metaconfig
28196            ! U/modified/Unix.U
28197 ____________________________________________________________________________
28198 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
28199         Log: No-op.
28200      Branch: perl
28201            ! Configure
28202 ____________________________________________________________________________
28203 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
28204         Log: More constant casting.
28205      Branch: perl
28206            ! regexec.c
28207 ____________________________________________________________________________
28208 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
28209         Log: Subject: perlhack.pod 
28210              From: "John P. Linderman" <jpl@research.att.com>
28211              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
28212              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
28213      Branch: perl
28214            ! pod/perlhack.pod
28215 ____________________________________________________________________________
28216 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
28217         Log: File::Find patch patches from Thomas Wegner.
28218      Branch: perl
28219            ! lib/File/Find.pm
28220 ____________________________________________________________________________
28221 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
28222         Log: Subject: Re: socketpair emulation 
28223              From: Nicholas Clark <nick@unfortu.net>                 
28224              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
28225              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
28226      Branch: perl
28227            ! ext/Socket/socketpair.t
28228 ____________________________________________________________________________
28229 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
28230         Log: Must cast constants if they can be quads.
28231      Branch: perl
28232            ! regcomp.c
28233 ____________________________________________________________________________
28234 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
28235         Log: Promote the e/uid to wide enough un/signed integers
28236              and printf them as such.
28237      Branch: perl
28238            ! taint.c
28239 ____________________________________________________________________________
28240 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
28241         Log: metaconfig unit change for #13869.
28242      Branch: metaconfig/U/perl
28243            ! d_u32align.U
28244 ____________________________________________________________________________
28245 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
28246         Log: The U32 alignment test wasn't really working, noticed
28247              by Paul Green.  Now the test works, but this means that
28248              we may see coredumps from the test.   I sure hope MMUless
28249              places don't crash on the test.
28250      Branch: perl
28251            ! Configure
28252 ____________________________________________________________________________
28253 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
28254         Log: metaconfig unit changes for #13867.
28255      Branch: metaconfig
28256            ! U/compline/nblock_io.U U/modified/Unix.U
28257            ! U/modified/spitshell.U
28258 ____________________________________________________________________________
28259 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
28260         Log: More VOS tweaks.
28261      Branch: perl
28262            ! Configure
28263 ____________________________________________________________________________
28264 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
28265         Log: The funky final sigma casefolding.
28266      Branch: perl
28267            ! regcomp.c regexec.c t/op/pat.t utf8.h
28268 ____________________________________________________________________________
28269 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
28270         Log: Update Changes.
28271      Branch: perl
28272            ! Changes patchlevel.h
28273 ____________________________________________________________________________
28274 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
28275         Log: Move the \C and \X to pat.t.
28276      Branch: perl
28277            ! t/op/pat.t t/op/re_tests
28278 ____________________________________________________________________________
28279 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
28280         Log: More logical test ordering.
28281      Branch: perl
28282            ! perl.h
28283 ____________________________________________________________________________
28284 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
28285         Log: Integrate perlio:
28286              
28287              [ 13854]
28288              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
28289              
28290              [ 13853]
28291              Put PerlIO stuff inside EXTERN C
28292              
28293              [ 13852]
28294              Add at least the "important" PerlIO_xxxx functions to embed.pl
28295              so that they get implicit pTHX_ and we can avoid slow dTHX.
28296      Branch: perl
28297           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
28298           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
28299           !> win32/win32.c
28300 ____________________________________________________________________________
28301 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
28302         Log: Even more \X fixing.
28303      Branch: perl
28304            ! regexec.c t/op/pat.t
28305 ____________________________________________________________________________
28306 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
28307         Log: More \X fixing.
28308      Branch: perl
28309            ! regexec.c t/op/pat.t
28310 ____________________________________________________________________________
28311 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
28312         Log: Fix encoding pragma.
28313      Branch: perl
28314            ! regcomp.c
28315 ____________________________________________________________________________
28316 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
28317         Log: Subject: socketpair emulation
28318              From: Nicholas Clark <nick@unfortu.net>
28319              Date: Sat, 22 Dec 2001 18:38:18 +0000
28320              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
28321      Branch: perl
28322            + ext/Socket/socketpair.t
28323            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
28324            ! pp_sys.c proto.h util.c
28325 ____________________________________________________________________________
28326 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
28327         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
28328              From: Jeffrey Friedl <jfriedl@yahoo.com>
28329              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
28330              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
28331              
28332              (partially applied, most of the new tests need to be rethought)
28333      Branch: perl
28334            ! regcomp.c t/op/re_tests
28335 ____________________________________________________________________________
28336 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
28337         Log: Small tweaks.
28338      Branch: perl
28339            ! handy.h regexec.c
28340 ____________________________________________________________________________
28341 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
28342         Log: Unicode casefolding continues.
28343              (lib/encoding.t still failing.)
28344      Branch: perl
28345            ! regexec.c t/op/pat.t
28346 ____________________________________________________________________________
28347 [ 13854] By: nick                                  on 2001/12/22  20:01:27
28348         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
28349      Branch: perlio
28350            ! makedef.pl perlio.h perlio.sym win32/win32.c
28351 ____________________________________________________________________________
28352 [ 13853] By: nick                                  on 2001/12/22  19:58:53
28353         Log: Put PerlIO stuff inside EXTERN C
28354      Branch: perlio
28355            ! embed.pl proto.h
28356 ____________________________________________________________________________
28357 [ 13852] By: nick                                  on 2001/12/22  18:04:34
28358         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
28359              so that they get implicit pTHX_ and we can avoid slow dTHX.
28360      Branch: perlio
28361            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
28362            ! perlio.h pod/perlapi.pod proto.h
28363 ____________________________________________________________________________
28364 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
28365         Log: metaconfig unit change for #13850.
28366      Branch: metaconfig
28367            ! U/modified/Loc.U
28368 ____________________________________________________________________________
28369 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
28370         Log: Rework the make logic (again).
28371      Branch: perl
28372            ! Configure
28373 ____________________________________________________________________________
28374 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
28375         Log: Integrate perlio:
28376              
28377              [ 13848]
28378              The CR at EOF fix earlier broke CR at end-of-buffer.
28379              This should be okay for both?
28380              
28381              [ 13847]
28382              Correct checking code which Ilya spotted was tripped by CR at EOF.
28383              Also tone down perl -DP tracing of sv_gets.
28384              
28385              [ 13846]
28386              Fix mis-parse of autoloaded usage code by declaring the sub
28387      Branch: perl
28388            ! regexec.c
28389           !> ext/POSIX/POSIX.pm perlio.c sv.c
28390 ____________________________________________________________________________
28391 [ 13848] By: nick                                  on 2001/12/22  15:11:17
28392         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
28393              This should be okay for both?
28394      Branch: perlio
28395            ! perlio.c
28396 ____________________________________________________________________________
28397 [ 13847] By: nick                                  on 2001/12/22  12:26:32
28398         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
28399              Also tone down perl -DP tracing of sv_gets.
28400      Branch: perlio
28401            ! perlio.c sv.c
28402 ____________________________________________________________________________
28403 [ 13846] By: nick                                  on 2001/12/22  10:49:27
28404         Log: Fix mis-parse of autoloaded usage code by declaring the sub
28405      Branch: perlio
28406            ! ext/POSIX/POSIX.pm
28407 ____________________________________________________________________________
28408 [ 13845] By: nick                                  on 2001/12/22  10:44:11
28409         Log: Integrate mainline - some fails:
28410              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
28411              -------------------------------------------------------------------------------
28412              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
28413              ../lib/encoding.t                    19    2  10.53%  17-18
28414              op/pat.t                            770    3   0.39%  754-755 757
28415      Branch: perlio
28416           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
28417           !> (integrate 36 files)
28418 ____________________________________________________________________________
28419 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
28420         Log: More Unicode casing fixes.
28421      Branch: perl
28422            ! regexec.c t/op/pat.t
28423 ____________________________________________________________________________
28424 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
28425         Log: Unicode casefolding fixes.
28426      Branch: perl
28427            ! op.c regcomp.c regexec.c t/op/pat.t
28428 ____________________________________________________________________________
28429 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
28430         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
28431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
28432              Date: Sat, 22 Dec 2001 00:01:29 +0100
28433              Message-ID: <20011222000129.A713@rafael>
28434      Branch: perl
28435            ! ext/B/B/Deparse.pm
28436 ____________________________________________________________________________
28437 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
28438         Log: VOS config from Paul Green.
28439      Branch: perl
28440            ! hints/vos.sh
28441 ____________________________________________________________________________
28442 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
28443         Log: Subject: [PATCH @13746] CreateTTY on OS/2
28444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28445              Date: Fri, 21 Dec 2001 15:59:45 -0500
28446              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
28447      Branch: perl
28448            ! lib/perl5db.pl
28449 ____________________________________________________________________________
28450 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
28451         Log: Subject: [PATCH @13746] uninstalled build of modules broken
28452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28453              Date: Fri, 21 Dec 2001 15:49:09 -0500
28454              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
28455      Branch: perl
28456            ! lib/ExtUtils/MM_Unix.pm
28457 ____________________________________________________________________________
28458 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
28459         Log: Subject: [PATCH @13746] OS/2 File::* modules
28460              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28461              Date: Fri, 21 Dec 2001 15:43:24 -0500
28462              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
28463      Branch: perl
28464            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
28465 ____________________________________________________________________________
28466 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
28467         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
28468              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28469              Date: Fri, 21 Dec 2001 17:29:07 +0100
28470              Message-ID: <3C236353.6625C4C0@alcatel.at>
28471      Branch: perl
28472            ! pod/perltie.pod
28473 ____________________________________________________________________________
28474 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
28475         Log: metaconfig unit changes for #13835
28476      Branch: metaconfig
28477            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
28478            ! U/modified/sh.U
28479 ____________________________________________________________________________
28480 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
28481         Log: Further VOS tweaks: the _exe needs to be introduced
28482              in the very beginning, and the make/gmake needs special
28483              VOS logic.
28484      Branch: perl
28485            ! Configure Makefile.SH
28486 ____________________________________________________________________________
28487 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
28488         Log: Update Changes.
28489      Branch: perl
28490            ! Changes patchlevel.h
28491 ____________________________________________________________________________
28492 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
28493         Log: metaconfig unit change for #13832.
28494      Branch: metaconfig
28495            ! U/modified/spitshell.U
28496 ____________________________________________________________________________
28497 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
28498         Log: Also the search for cat needs to be _exe-aware.
28499      Branch: perl
28500            ! Configure
28501 ____________________________________________________________________________
28502 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
28503         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
28504              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28505              Date: Fri, 21 Dec 2001 14:02:01 +0100
28506              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
28507      Branch: perl
28508            ! ext/B/B/Xref.pm
28509 ____________________________________________________________________________
28510 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
28511         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
28512      Branch: perl
28513            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28514            ! ext/B/t/assembler.t
28515 ____________________________________________________________________________
28516 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
28517         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
28518              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28519              Date: Fri, 21 Dec 2001 11:15:38 +0100
28520              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
28521      Branch: perl
28522            ! hv.c
28523 ____________________________________________________________________________
28524 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
28525         Log: A plan is good.
28526      Branch: perl
28527            ! ext/re/re.t
28528 ____________________________________________________________________________
28529 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
28530         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
28531              From: chromatic <chromatic@rmci.net>
28532              Date: Thu, 20 Dec 2001 16:16:48 -0700
28533              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
28534      Branch: perl
28535            + ext/re/re.t
28536            ! MANIFEST
28537 ____________________________________________________________________________
28538 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
28539         Log: Synchronize the skippage message.
28540      Branch: perl
28541            ! lib/ExtUtils/t/MM_OS2.t
28542 ____________________________________________________________________________
28543 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
28544         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
28545              From: chromatic <chromatic@rmci.net>
28546              Date: Thu, 20 Dec 2001 16:09:10 -0700
28547              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
28548      Branch: perl
28549            + lib/ExtUtils/t/MM_OS2.t
28550            ! MANIFEST
28551 ____________________________________________________________________________
28552 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
28553         Log: Subject: perlfunc.pod patch re flock via fcntl
28554              From: "Tye McQueen" <tye@metronet.com>
28555              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
28556              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
28557      Branch: perl
28558            ! pod/perlfunc.pod
28559 ____________________________________________________________________________
28560 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
28561         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
28562              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
28563              (the Unicode maximum code point) warnable offenses.
28564      Branch: perl
28565            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
28566            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
28567 ____________________________________________________________________________
28568 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
28569         Log: Sterner admonishment on -t.
28570      Branch: perl
28571            ! pod/perlrun.pod
28572 ____________________________________________________________________________
28573 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
28574         Log: Subject: [PATCH B::Dpparse] minor qr// fix
28575              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28576              Date: Thu, 20 Dec 2001 22:53:34 +0100
28577              Message-ID: <20011220225334.A735@rafael>
28578      Branch: perl
28579            ! ext/B/B/Deparse.pm
28580 ____________________________________________________________________________
28581 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
28582         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
28583              From: Robert Spier <rspier@pobox.com>
28584              Date: Thu, 20 Dec 2001 08:10:00 -0800
28585              Message-ID: <15394.3416.693353.107334@rls.cx>
28586      Branch: perl
28587            ! lib/Carp/Heavy.pm
28588 ____________________________________________________________________________
28589 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
28590         Log: Integrate perlio:
28591              
28592              [ 13815]
28593              pTHX_ fixes for :win32 layer
28594      Branch: perl
28595           !> win32/win32io.c
28596 ____________________________________________________________________________
28597 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
28598         Log: Subject: Re: [PATCH pod/perliol.pod] resend
28599              From: Stas Bekman <stas@stason.org>
28600              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
28601              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
28602      Branch: perl
28603            ! pod/perliol.pod
28604 ____________________________________________________________________________
28605 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
28606         Log: Fix up the APIs noone hopefully uses.
28607      Branch: perl
28608            ! utf8.c
28609 ____________________________________________________________________________
28610 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
28611         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
28612              Date: Wed, 19 Dec 2001 14:13:38 -0800
28613              From: Robert Spier <rspier@pobox.com>
28614              Message-ID: <15393.4370.605214.548582@rls.cx>
28615      Branch: perl
28616            ! lib/Carp.t lib/Carp/Heavy.pm
28617 ____________________________________________________________________________
28618 [ 13815] By: nick                                  on 2001/12/20  10:23:42
28619         Log: pTHX_ fixes for :win32 layer
28620      Branch: perlio
28621            ! win32/win32io.c
28622 ____________________________________________________________________________
28623 [ 13814] By: nick                                  on 2001/12/20  08:20:11
28624         Log: Integrate mainline (mostly) utf8.c does not compile.
28625      Branch: perlio
28626           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
28627           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
28628           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
28629           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
28630           +> lib/Net/Ping/t/300_ping_stream.t
28631           !> Changes MANIFEST embed.h embed.pl embedvar.h
28632           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
28633           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
28634           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
28635           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
28636           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
28637 ____________________________________________________________________________
28638 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
28639         Log: Some bincompat clawbacks.
28640      Branch: perl
28641            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
28642            ! wince/perldll.def
28643 ____________________________________________________________________________
28644 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
28645         Log: gcc pacifying (RH 7.1/ia64).
28646      Branch: perl
28647            ! pp.c
28648 ____________________________________________________________________________
28649 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
28650         Log: Update Changes.
28651      Branch: perl
28652            ! Changes patchlevel.h
28653 ____________________________________________________________________________
28654 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
28655         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
28656              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28657              Date: Wed, 19 Dec 2001 12:35:07 +0100
28658              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
28659              
28660              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
28661              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28662              Date: Wed, 19 Dec 2001 17:34:51 +0000
28663              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
28664      Branch: perl
28665            ! pod/perlre.pod
28666 ____________________________________________________________________________
28667 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
28668         Log: Integrate perlio:
28669              
28670              [ 13808]
28671              Add pTHX to all vtable functions for future-proofing and
28672              consistency of PerlIO layers.
28673              
28674              [ 13797]
28675              Remove the sometimes-lvalue cast
28676              
28677              [ 13796]
28678              alarm.t with -Uuseperlio fix
28679              - SA_RESTART should only be function of PERL_OLD_SIGNALS
28680              not USE_PERLIO
28681              
28682              [ 13795]
28683              Fix READONLY hashes:
28684              1. Discovered need for disabled scope.c part of Jeff's patch.
28685              2. Corrected hv_delete* - entry was being de-linked from
28686              chain (patch program not smart enough?)
28687      Branch: perl
28688           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28689           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
28690 ____________________________________________________________________________
28691 [ 13808] By: nick                                  on 2001/12/19  16:08:27
28692         Log: Add pTHX to all vtable functions for future-proofing and
28693              consistency of PerlIO layers.
28694      Branch: perlio
28695            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28696            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
28697 ____________________________________________________________________________
28698 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
28699         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
28700      Branch: perl
28701            ! ext/B/B/Assembler.pm
28702 ____________________________________________________________________________
28703 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
28704         Log: Reword the alarm explanation.
28705      Branch: perl
28706            ! pod/perlfunc.pod
28707 ____________________________________________________________________________
28708 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
28709         Log: Subject: [PATCH @13746] OS/2 build
28710              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
28711              Date: Wed, 19 Dec 2001 02:45:41 -0500
28712              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
28713              
28714              (skipped the t/TEST change)
28715      Branch: perl
28716            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
28717            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
28718            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
28719 ____________________________________________________________________________
28720 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
28721         Log: Upgrade to Net::Ping 2.09.
28722      Branch: perl
28723            + lib/Net/Ping/CHANGES lib/Net/Ping/README
28724            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
28725            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
28726            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
28727            + lib/Net/Ping/t/300_ping_stream.t
28728            ! MANIFEST lib/Net/Ping.pm
28729 ____________________________________________________________________________
28730 [ 13803] By: nick                                  on 2001/12/19  14:43:24
28731         Log: Integrate mainline
28732      Branch: perlio
28733           +> ext/B/t/assembler.t lib/lib.t
28734           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28735           !> lib/lib_pm.PL t/op/glob.t utf8.c
28736 ____________________________________________________________________________
28737 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
28738         Log: B::Assembler/B::Disassembler patches and test;
28739              from Wolfgang Laun.
28740              
28741              TODO: getting perlcc working.
28742      Branch: perl
28743            + ext/B/t/assembler.t
28744            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28745 ____________________________________________________________________________
28746 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
28747         Log: Can't printf U8s as UVs.
28748      Branch: perl
28749            ! utf8.c
28750 ____________________________________________________________________________
28751 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
28752         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28753              From: Robin Houston <robin@kitsite.com> 
28754              Date: Wed, 19 Dec 2001 13:48:55 +0000
28755              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
28756              
28757              Not exactly a glob test but internal-logically correct.
28758      Branch: perl
28759            ! t/op/glob.t
28760 ____________________________________________________________________________
28761 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
28762         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
28763              From: Michael G Schwern <schwern@pobox.com> 
28764              Date: Wed, 19 Dec 2001 07:42:54 -0500
28765              Message-ID: <20011219124254.GF8630@blackrider>
28766      Branch: perl
28767            + lib/lib.t
28768            ! MANIFEST lib/lib_pm.PL
28769 ____________________________________________________________________________
28770 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
28771         Log: Integrate with perlio.
28772      Branch: perl
28773           !> hv.c hv.h scope.c util.c
28774 ____________________________________________________________________________
28775 [ 13797] By: nick                                  on 2001/12/19  12:03:21
28776         Log: Remove the sometimes-lvalue cast
28777      Branch: perlio
28778            ! hv.h
28779 ____________________________________________________________________________
28780 [ 13796] By: nick                                  on 2001/12/19  11:02:27
28781         Log: alarm.t with -Uuseperlio fix
28782              - SA_RESTART should only be function of PERL_OLD_SIGNALS
28783              not USE_PERLIO
28784      Branch: perlio
28785            ! util.c
28786 ____________________________________________________________________________
28787 [ 13795] By: nick                                  on 2001/12/19  10:19:40
28788         Log: Fix READONLY hashes:
28789              1. Discovered need for disabled scope.c part of Jeff's patch.
28790              2. Corrected hv_delete* - entry was being de-linked from
28791              chain (patch program not smart enough?)
28792      Branch: perlio
28793            ! hv.c scope.c
28794 ____________________________________________________________________________
28795 [ 13794] By: nick                                  on 2001/12/19  09:35:13
28796         Log: Integrate mainline
28797      Branch: perlio
28798           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
28799           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
28800           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
28801           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
28802           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
28803 ____________________________________________________________________________
28804 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
28805         Log: Regen toc.
28806      Branch: perl
28807            ! pod/perltoc.pod
28808 ____________________________________________________________________________
28809 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
28810         Log: FAQ sync.
28811      Branch: perl
28812            ! pod/perlfaq5.pod
28813 ____________________________________________________________________________
28814 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
28815         Log: Reformat round.
28816      Branch: perl
28817            ! pod/perlunicode.pod
28818 ____________________________________________________________________________
28819 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
28820         Log: Subject: [PATCH] pod/perlunicode.pod
28821              From: Jeffrey Friedl <jfriedl@yahoo.com>
28822              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
28823              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
28824      Branch: perl
28825            ! pod/perlunicode.pod
28826 ____________________________________________________________________________
28827 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
28828         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28829              From: Jeffrey Friedl <jfriedl@yahoo.com>
28830              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
28831              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
28832      Branch: perl
28833            ! pod/perluniintro.pod
28834 ____________________________________________________________________________
28835 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
28836         Log: Slight pod reformatting.
28837      Branch: perl
28838            ! pod/perluniintro.pod
28839 ____________________________________________________________________________
28840 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
28841         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28842              From: Jeffrey Friedl <jfriedl@yahoo.com>    
28843              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
28844              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
28845      Branch: perl
28846            ! pod/perluniintro.pod
28847 ____________________________________________________________________________
28848 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
28849         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
28850              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28851              Date: Wed, 19 Dec 2001 01:45:23 +0000
28852              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
28853      Branch: perl
28854            ! sv.c
28855 ____________________________________________________________________________
28856 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
28857         Log: Subject: Porting/checkURL.pl
28858              From: abigail@foad.org
28859              Date: Tue, 18 Dec 2001 19:03:22 +0100          
28860              Message-ID: <20011218180322.8278.qmail@foad.org> 
28861      Branch: perl
28862            ! Porting/checkURL.pl
28863 ____________________________________________________________________________
28864 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
28865         Log: metaconfig unit change for #13783.
28866      Branch: metaconfig
28867            ! U/modified/Loc.U
28868 ____________________________________________________________________________
28869 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
28870         Log: A bit too oversweeping matching in #13778.
28871      Branch: perl
28872            ! Configure
28873 ____________________________________________________________________________
28874 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
28875         Log: Re-gen Configure based on #13778..13781.
28876      Branch: perl
28877            ! Configure config_h.SH
28878 ____________________________________________________________________________
28879 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
28880         Log: First assume that crypt() can live happy normal life in
28881              the libc or the moral equivalent; only then try magic.
28882      Branch: metaconfig
28883            + U/modified/d_crypt.U
28884 ____________________________________________________________________________
28885 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
28886         Log: In VOS ACLs confuse the testing.
28887      Branch: metaconfig
28888            ! U/modified/Findhdr.U
28889 ____________________________________________________________________________
28890 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
28891         Log: Either make or gmake.
28892      Branch: metaconfig
28893            ! U/modified/Loc.U
28894 ____________________________________________________________________________
28895 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
28896         Log: If your _exe is different from .exe and your test -f $foo
28897              doesn't do magic to recognize $foo$_exe, you will need to
28898              specify -D_exe=... on command line-- and this patch.
28899      Branch: metaconfig
28900            + U/modified/sh.U
28901            ! U/modified/Loc.U
28902 ____________________________________________________________________________
28903 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
28904         Log: Fix the bugs in #13768..13776, and regen Configure.
28905      Branch: metaconfig
28906            ! U/compline/nblock_io.U U/modified/Findhdr.U
28907            ! U/modified/spitshell.U
28908      Branch: metaconfig/U/perl
28909            ! issymlink.U perlpath.U
28910      Branch: perl
28911            ! Configure config_h.SH
28912 ____________________________________________________________________________
28913 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
28914         Log: Must test with $_exe. (There are plenty of similar
28915              spots earlier but they are a tad more complex to fix
28916              since they come before the hints are run.)
28917      Branch: metaconfig
28918            + U/modified/yacc.U
28919 ____________________________________________________________________________
28920 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
28921         Log: F_SETFL might require <fcntl.h>
28922      Branch: metaconfig
28923            ! U/compline/nblock_io.U
28924 ____________________________________________________________________________
28925 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
28926         Log: Don't require make; have both make and gmake optional.
28927              (Maybe have a check that at least one of them is available?)
28928      Branch: metaconfig
28929            ! U/modified/Loc.U
28930 ____________________________________________________________________________
28931 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
28932         Log: cat might be farther than /bin or /usr/bin.
28933      Branch: metaconfig
28934            ! U/modified/spitshell.U
28935 ____________________________________________________________________________
28936 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
28937         Log: In VOS the path component separator is >, not /.
28938      Branch: metaconfig
28939            ! U/modified/Findhdr.U
28940 ____________________________________________________________________________
28941 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
28942         Log: The VOS shell doesn't implement the ? wildcard
28943              (? is used for other purposes, I assume); but
28944              it does implement the * wildcard, and that works
28945              in the general case just fine.
28946      Branch: metaconfig/U/perl
28947            ! d_dlsymun.U
28948 ____________________________________________________________________________
28949 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
28950         Log: VOS detection.
28951      Branch: metaconfig
28952            ! U/modified/Oldconfig.U
28953 ____________________________________________________________________________
28954 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
28955         Log: Proper path for VOS.
28956      Branch: metaconfig
28957            ! U/modified/Head.U
28958 ____________________________________________________________________________
28959 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
28960         Log: Change s/>& 4/>&4/g for consistency.
28961      Branch: metaconfig
28962            + U/modified/d_dosuid.U
28963            ! U/modified/d_socket.U
28964      Branch: metaconfig/U/perl
28965            ! issymlink.U perlxvf.U
28966 ____________________________________________________________________________
28967 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
28968         Log: Subject: Re: Benchmark.t failure on Linux
28969              From: Nicholas Clark <nick@ccl4.org>
28970              Date: Tue, 18 Dec 2001 22:51:25 +0000
28971              Message-ID: <20011218225124.N21702@plum.flirble.org>
28972      Branch: perl
28973            ! lib/Benchmark.t
28974 ____________________________________________________________________________
28975 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
28976         Log: Re-applying #13752 until a better solution can be found.
28977      Branch: perl
28978            ! lib/ExtUtils/t/MM_Unix.t
28979 ____________________________________________________________________________
28980 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
28981         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
28982              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
28983              Date: Tue, 18 Dec 2001 12:05:40 -0500
28984              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
28985      Branch: perl
28986            ! lib/Exporter.pm
28987 ____________________________________________________________________________
28988 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
28989         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
28990              findings -- some of the warnings I can't explain except
28991              by NVgf being detected wrong, though.
28992      Branch: perl
28993            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
28994 ____________________________________________________________________________
28995 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
28996         Log: Subject: [PATCH] pod/perluniintro.pod
28997              From: Jeffrey Friedl <jfriedl@yahoo.com>
28998              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
28999              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
29000      Branch: perl
29001            ! pod/perluniintro.pod
29002 ____________________________________________________________________________
29003 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
29004         Log: ".pm" is the native executable suffix in VOS.
29005      Branch: perl
29006            ! hints/vos.sh
29007 ____________________________________________________________________________
29008 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
29009         Log: Integrate perlio:
29010              
29011              [ 13760]
29012              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
29013              - added delete of READONLY value inhibit & test for same
29014              - re-tabbed
29015      Branch: perl
29016           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
29017 ____________________________________________________________________________
29018 [ 13760] By: nick                                  on 2001/12/18  15:55:22
29019         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
29020              - added delete of READONLY value inhibit & test for same
29021              - re-tabbed
29022      Branch: perlio
29023            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
29024 ____________________________________________________________________________
29025 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
29026         Log: (Undone by #13766.)
29027              Retract #13752.
29028      Branch: perl
29029            ! lib/ExtUtils/t/MM_Unix.t
29030 ____________________________________________________________________________
29031 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
29032         Log: Echoes of #13757.
29033      Branch: perl
29034            ! t/lib/warnings/utf8
29035 ____________________________________________________________________________
29036 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
29037         Log: Make the utf8 malformedness messages more verbose.
29038      Branch: perl
29039            ! lib/utf8.t utf8.c
29040 ____________________________________________________________________________
29041 [ 13756] By: nick                                  on 2001/12/18  14:43:58
29042         Log: Integrate mainline
29043      Branch: perlio
29044           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
29045           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
29046           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
29047           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
29048           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
29049           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
29050            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
29051            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
29052            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
29053            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
29054            - lib/ExtUtils/testlib.t
29055           !> (integrate 28 files)
29056 ____________________________________________________________________________
29057 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
29058         Log: README.aix updates from Jens-Uwe Mager.
29059      Branch: perl
29060            ! README.aix
29061 ____________________________________________________________________________
29062 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
29063         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
29064              From: Michael G Schwern <schwern@pobox.com>
29065              Date: Tue, 18 Dec 2001 00:58:18 -0500
29066              Message-ID: <20011218055818.GC4362@blackrider>
29067      Branch: perl
29068            ! lib/Benchmark.t
29069 ____________________________________________________________________________
29070 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
29071         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
29072              From: Michael G Schwern <schwern@pobox.com>
29073              Date: Tue, 18 Dec 2001 00:40:38 -0500
29074              Message-ID: <20011218054038.GB4362@blackrider>
29075      Branch: perl
29076            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
29077 ____________________________________________________________________________
29078 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
29079         Log: (reintroduced by #13766)
29080              (retracted by #13759)
29081              
29082              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
29083              From: Michael G Schwern <schwern@pobox.com>  
29084              Date: Tue, 18 Dec 2001 00:00:23 -0500
29085              Message-ID: <20011218050023.GA27893@blackrider>
29086      Branch: perl
29087            ! lib/ExtUtils/t/MM_Unix.t
29088 ____________________________________________________________________________
29089 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
29090         Log: Re-patch #13749.
29091      Branch: perl
29092            ! t/op/glob.t
29093 ____________________________________________________________________________
29094 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
29095         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
29096              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29097              Date: Tue, 18 Dec 2001 12:55:43 +0000
29098              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
29099      Branch: perl
29100            ! ext/Devel/Peek/Peek.pm
29101 ____________________________________________________________________________
29102 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
29103         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
29104              From: Robin Houston <robin@kitsite.com> 
29105              Date: Tue, 18 Dec 2001 14:54:33 +0000
29106              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
29107      Branch: perl
29108            ! t/op/glob.t
29109 ____________________________________________________________________________
29110 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
29111         Log: Subject: [PATCH] slightly more for Exporter.pm
29112              From: Nicholas Clark <nick@ccl4.org>
29113              Date: Tue, 18 Dec 2001 00:22:03 +0000
29114              Message-ID: <20011218002203.M21702@plum.flirble.org>
29115      Branch: perl
29116            ! lib/Exporter.pm
29117 ____________________________________________________________________________
29118 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
29119         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
29120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29121              Date: Mon, 17 Dec 2001 16:37:18 +0100
29122              Message-ID: <20011217163718.A2292@rafael>
29123              
29124              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
29125              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29126              Date: Mon, 17 Dec 2001 23:17:06 +0100
29127              Message-ID: <20011217231706.A730@rafael>
29128      Branch: perl
29129            ! pod/perlsub.pod pp.c toke.c
29130 ____________________________________________________________________________
29131 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
29132         Log: Update Changes.
29133      Branch: perl
29134            ! Changes patchlevel.h
29135 ____________________________________________________________________________
29136 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
29137         Log: New test warrants a MANIFEST entry.
29138      Branch: perl
29139            ! MANIFEST
29140 ____________________________________________________________________________
29141 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
29142         Log: Subject: Re: [PATCH] ...while $var = glob(...)
29143              From: Robin Houston <robin@kitsite.com>
29144              Date: Mon, 17 Dec 2001 20:27:30 +0000
29145              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
29146              
29147              Can't portably unlink open files.
29148      Branch: perl
29149            ! t/op/glob.t
29150 ____________________________________________________________________________
29151 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
29152         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
29153      Branch: perl
29154            ! pod/perluniintro.pod
29155 ____________________________________________________________________________
29156 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
29157         Log: Move typeglob test from glob.t to gv.t.
29158      Branch: perl
29159            ! t/op/glob.t t/op/gv.t
29160 ____________________________________________________________________________
29161 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
29162         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
29163              From: Robin Houston <robin@kitsite.com> 
29164              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
29165              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
29166      Branch: perl
29167            ! t/op/glob.t
29168 ____________________________________________________________________________
29169 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
29170         Log: Demote the surrogate and non-character errors to warnings.
29171      Branch: perl
29172            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
29173 ____________________________________________________________________________
29174 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
29175         Log: Subject: [PATCH] more POSIX tests, and more autoloading
29176              From: Nicholas Clark <nick@ccl4.org>
29177              Date: Mon, 17 Dec 2001 18:27:47 +0000
29178              Message-ID: <20011217182747.D21702@plum.flirble.org>
29179      Branch: perl
29180            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
29181 ____________________________________________________________________________
29182 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
29183         Log: Subject: [PATCH] ...while $var = glob(...)
29184              From: Robin Houston <robin@kitsite.com> 
29185              Date: Mon, 17 Dec 2001 15:51:54 +0000
29186              Message-ID: <20011217155153.A311@robin.kitsite.com>
29187      Branch: perl
29188            ! op.c
29189 ____________________________________________________________________________
29190 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
29191         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
29192              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29193              Date: Mon, 17 Dec 2001 15:23:01 +0100
29194              Message-ID: <20011217152301.A704@rafael>
29195      Branch: perl
29196            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
29197 ____________________________________________________________________________
29198 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
29199         Log: The system() vs $SIG{ARLM} is no more a todo.
29200      Branch: perl
29201            ! t/op/alarm.t
29202 ____________________________________________________________________________
29203 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
29204         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
29205              From: Michael G Schwern <schwern@pobox.com>
29206              Date: Sun, 16 Dec 2001 23:59:01 -0500
29207              Message-ID: <20011217045901.GL17232@blackrider>
29208      Branch: perl
29209            + t/op/alarm.t
29210            ! MANIFEST
29211 ____________________________________________________________________________
29212 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
29213         Log: s/UNIX/Unix/
29214      Branch: perl
29215            ! MANIFEST
29216 ____________________________________________________________________________
29217 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
29218         Log: Move ExtUtils tests to lib/ExtUtils/t.
29219      Branch: perl
29220            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
29221            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
29222            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
29223            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
29224            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
29225            + lib/ExtUtils/t/testlib.t
29226            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
29227            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
29228            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
29229            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
29230            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
29231            ! MANIFEST
29232 ____________________________________________________________________________
29233 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
29234         Log: Subject: [PATCH] MM_Unix tests, and some questions
29235              From: Tels <perl_dummy@bloodgate.com>
29236              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
29237              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
29238              
29239              Subject: Re: [PATCH] MM_Unix tests, and some questions
29240              From: Tels <perl_dummy@bloodgate.com>
29241              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
29242              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
29243      Branch: perl
29244            + lib/ExtUtils/MM_Unix.t
29245            ! MANIFEST lib/ExtUtils/MM_Unix.pm
29246 ____________________________________________________________________________
29247 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
29248         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
29249              From: Michael G Schwern <schwern@pobox.com>
29250              Date: Sun, 16 Dec 2001 17:53:55 -0500
29251              Message-ID: <20011216225354.GE8900@blackrider>
29252      Branch: perl
29253            ! lib/ExtUtils/MM_Unix.pm
29254 ____________________________________________________________________________
29255 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
29256         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
29257              From: Michael G Schwern <schwern@pobox.com>                
29258              Date: Sun, 16 Dec 2001 16:12:55 -0500
29259              Message-ID: <20011216211255.GV8900@blackrider>
29260      Branch: perl
29261            ! ext/B/B/Deparse.pm
29262 ____________________________________________________________________________
29263 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
29264         Log: Subject: [PATCH] Exporter.pm
29265              From: Nicholas Clark <nick@ccl4.org>
29266              Date: Sun, 16 Dec 2001 19:24:25 +0000
29267              Message-ID: <20011216192425.R21702@plum.flirble.org>
29268      Branch: perl
29269            ! lib/Exporter.pm
29270 ____________________________________________________________________________
29271 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
29272         Log: Subject: [PATCH] Exporter.t (and question)
29273              From: Nicholas Clark <nick@ccl4.org>
29274              Date: Sun, 16 Dec 2001 17:24:55 +0000
29275              Message-ID: <20011216172455.P21702@plum.flirble.org>
29276      Branch: perl
29277            ! lib/Exporter.t
29278 ____________________________________________________________________________
29279 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
29280         Log: Subject: Re: perl@13661
29281              From: "John P. Linderman" <jpl@research.att.com>              
29282              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
29283              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
29284      Branch: perl
29285            ! pp_sort.c
29286 ____________________________________________________________________________
29287 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
29288         Log: Subject: Will the real Unicode encoding please stand up?
29289              From: Jeffrey Friedl <jfriedl@yahoo.com>
29290              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
29291              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
29292      Branch: perl
29293            ! pod/perluniintro.pod
29294 ____________________________________________________________________________
29295 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
29296         Log: Integrate perlio:
29297              
29298              [ 13724]
29299              Fix for alarm() breaking into wait*().
29300              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
29301              signal handler before caller re-does the system call.
29302      Branch: perl
29303           !> util.c
29304 ____________________________________________________________________________
29305 [ 13724] By: nick                                  on 2001/12/17  09:16:50
29306         Log: Fix for alarm() breaking into wait*().
29307              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
29308              signal handler before caller re-does the system call.
29309      Branch: perlio
29310            ! util.c
29311 ____________________________________________________________________________
29312 [ 13723] By: nick                                  on 2001/12/17  07:45:13
29313         Log: Integrate mainline
29314      Branch: perlio
29315           +> (branch 26 files)
29316           !> (integrate 47 files)
29317 ____________________________________________________________________________
29318 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
29319         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
29320              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
29321              and characters beyond 0x10FFF should be disallowed, too,
29322              but some tests would need changing, but more importantly some
29323              APIs would need remodeling since one can easily generate such
29324              characters either by bitwise complements, tr complements, or
29325              v-strings.
29326      Branch: perl
29327            ! pod/perldiag.pod utf8.c
29328 ____________________________________________________________________________
29329 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
29330         Log: Make surrogates illegal also on EBCDIC.
29331      Branch: perl
29332            ! utf8.c
29333 ____________________________________________________________________________
29334 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
29335         Log: Subject: [patch @13687] Unicode::Collate 0.10
29336              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
29337              Date: Sun, 16 Dec 2001 21:22:12 +0900
29338              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
29339      Branch: perl
29340            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29341            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
29342 ____________________________________________________________________________
29343 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
29344         Log: More documentation for the encoding pragma.
29345      Branch: perl
29346            ! lib/encoding.pm
29347 ____________________________________________________________________________
29348 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
29349         Log: Subject: [PATCH] lib/open.pm 
29350              From: Jeffrey Friedl <jfriedl@yahoo.com>
29351              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
29352              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
29353      Branch: perl
29354            ! lib/open.pm
29355 ____________________________________________________________________________
29356 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
29357         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
29358              From: chromatic <chromatic@rmci.net>
29359              Date: Sat, 15 Dec 2001 23:24:40 -0700
29360              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
29361      Branch: perl
29362            + lib/ExtUtils/Installed.t
29363            ! MANIFEST
29364 ____________________________________________________________________________
29365 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
29366         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
29367              From: Michael G Schwern <schwern@pobox.com>
29368              Date: Sun, 16 Dec 2001 01:14:00 -0500
29369              Message-ID: <20011216061400.GC8900@blackrider>
29370      Branch: perl
29371            ! lib/diagnostics.pm
29372 ____________________________________________________________________________
29373 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
29374         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
29375              From: Michael G Schwern <schwern@pobox.com>
29376              Date: Sun, 16 Dec 2001 01:12:42 -0500
29377              Message-ID: <20011216061242.GB8900@blackrider>
29378      Branch: perl
29379            ! t/test.pl
29380 ____________________________________________________________________________
29381 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
29382         Log: I sometimes outsmart myself.
29383      Branch: perl
29384            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
29385 ____________________________________________________________________________
29386 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
29387         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
29388              From: Michael G Schwern <schwern@pobox.com>
29389              Date: Sat, 15 Dec 2001 15:08:29 -0500
29390              Message-ID: <20011215200829.GK1548@blackrider>
29391      Branch: perl
29392            ! lib/AutoSplit.pm
29393 ____________________________________________________________________________
29394 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
29395         Log: perlunicode enchancements suggested by Jeffrey Friedl.
29396      Branch: perl
29397            ! pod/perlunicode.pod
29398 ____________________________________________________________________________
29399 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
29400         Log: Subject: [PATCH] perlunicode.pod
29401              From: Jeffrey Friedl <jfriedl@yahoo.com>
29402              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
29403              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
29404      Branch: perl
29405            ! pod/perlunicode.pod
29406 ____________________________________________________________________________
29407 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
29408         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
29409              From: Jeffrey Friedl <jfriedl@yahoo.com>
29410              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
29411              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
29412      Branch: perl
29413            ! lib/utf8_heavy.pl
29414 ____________________________________________________________________________
29415 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
29416         Log: Can't create surrogates; so can't match them, either.
29417      Branch: perl
29418            ! pod/perlunicode.pod
29419 ____________________________________________________________________________
29420 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
29421         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
29422              From: Michael G Schwern <schwern@pobox.com>
29423              Date: Sat, 15 Dec 2001 21:20:35 -0500
29424              Message-ID: <20011216022035.GE5672@blackrider>
29425      Branch: perl
29426            ! t/test.pl
29427 ____________________________________________________________________________
29428 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
29429         Log: Make creating UTF-8 surrogates a punishable act.
29430      Branch: perl
29431            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
29432 ____________________________________________________________________________
29433 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
29434         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
29435      Branch: perl
29436            + lib/unicore/In/172.pl lib/unicore/In/173.pl
29437            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
29438            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
29439            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
29440            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
29441            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
29442 ____________________________________________________________________________
29443 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
29444         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
29445              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29446              Date: Sat, 15 Dec 2001 23:21:43 +0100
29447              Message-ID: <20011215232143.A11790@rafael>
29448      Branch: perl
29449            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
29450 ____________________________________________________________________________
29451 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
29452         Log: Make charnames more robust.
29453      Branch: perl
29454            ! lib/charnames.pm
29455 ____________________________________________________________________________
29456 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
29457         Log: The hoops one has to jump through.
29458      Branch: perl
29459            ! ext/I18N/Langinfo/Langinfo.pm
29460 ____________________________________________________________________________
29461 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
29462         Log: Subject: [PATCH] perlstyle.pod nit on warnings
29463              From: Autrijus Tang <autrijus@egb.elixus.org>
29464              Date: Sat, 15 Dec 2001 04:24:34 -0800
29465              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
29466      Branch: perl
29467            ! pod/perlstyle.pod
29468 ____________________________________________________________________________
29469 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
29470         Log: I don't think we are in FooOS, Toto.
29471      Branch: perl
29472            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
29473 ____________________________________________________________________________
29474 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
29475         Log: Subject: Re: Untested modules update:  There's more than we thought
29476              From: chromatic <chromatic@rmci.net>
29477              Date: Fri, 14 Dec 2001 17:20:24 -0700
29478              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
29479      Branch: perl
29480            + lib/ExtUtils/MM_Cygwin.t
29481            ! MANIFEST
29482 ____________________________________________________________________________
29483 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
29484         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
29485              From: Michael G Schwern <schwern@pobox.com> 
29486              Date: Fri, 14 Dec 2001 20:59:42 -0500
29487              Message-ID: <20011215015942.GF28596@blackrider>
29488      Branch: perl
29489            ! t/TEST
29490 ____________________________________________________________________________
29491 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
29492         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
29493              From: Michael G Schwern <schwern@pobox.com> 
29494              Date: Fri, 14 Dec 2001 20:03:46 -0500
29495              Message-ID: <20011215010346.GD28596@blackrider>
29496      Branch: perl
29497            + ext/B/t/bblock.t
29498            ! MANIFEST
29499 ____________________________________________________________________________
29500 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
29501         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
29502              From: Michael G Schwern <schwern@pobox.com> 
29503              Date: Fri, 14 Dec 2001 19:59:13 -0500
29504              Message-ID: <20011215005913.GC28596@blackrider>
29505      Branch: perl
29506            ! ext/B/B/Bblock.pm
29507 ____________________________________________________________________________
29508 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
29509         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
29510              From: Michael G Schwern <schwern@pobox.com> 
29511              Date: Fri, 14 Dec 2001 19:36:12 -0500
29512              Message-ID: <20011215003611.GA28596@blackrider>
29513      Branch: perl
29514            + ext/B/t/asmdata.t
29515            ! MANIFEST
29516 ____________________________________________________________________________
29517 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
29518         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
29519              From: Michael G Schwern <schwern@pobox.com> 
29520              Date: Fri, 14 Dec 2001 19:14:14 -0500
29521              Message-ID: <20011215001414.GA25077@blackrider>
29522      Branch: perl
29523            ! bytecode.pl ext/B/B/Asmdata.pm
29524 ____________________________________________________________________________
29525 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
29526         Log: Permissions.
29527      Branch: perl
29528            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
29529            ! ext/Devel/PPPort/module3.c
29530 ____________________________________________________________________________
29531 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
29532         Log: Benchmark test from Nicholas Clark.
29533      Branch: perl
29534            + lib/Benchmark.t
29535            ! MANIFEST lib/Benchmark.pm
29536 ____________________________________________________________________________
29537 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
29538         Log: Mithing.
29539      Branch: perl
29540            + lib/Attribute/Handlers/demo/demo2.pl
29541            + lib/Attribute/Handlers/demo/demo3.pl
29542            + lib/Attribute/Handlers/demo/demo4.pl
29543 ____________________________________________________________________________
29544 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
29545         Log: Silence compiler worries found by Schwern/Digital cc.
29546      Branch: perl
29547            ! perlio.c sv.c x2p/str.c
29548 ____________________________________________________________________________
29549 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
29550         Log: User may not have a valid home directory even if
29551              getpwuid() succedds.
29552      Branch: perl
29553            ! ext/File/Glob/t/basic.t
29554 ____________________________________________________________________________
29555 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
29556         Log: Integrate with perlio.  (No changes, but that's okay.)
29557      Branch: perl
29558           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
29559 ____________________________________________________________________________
29560 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
29561         Log: Add a Configure hints file for VOS: the POSIX support
29562              of VOS is getting close to the point where it can run
29563              Configure (some Configure tweaks will be required).
29564      Branch: perl
29565            + hints/vos.sh
29566            ! MANIFEST
29567 ____________________________________________________________________________
29568 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
29569         Log: Update Changes.
29570      Branch: perl
29571            ! Changes patchlevel.h
29572 ____________________________________________________________________________
29573 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
29574         Log: Reintroduce Attribute::Handlers with Spider's fixes.
29575      Branch: perl
29576            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
29577            + lib/Attribute/Handlers/README
29578            + lib/Attribute/Handlers/demo/Demo.pm
29579            + lib/Attribute/Handlers/demo/Descriptions.pm
29580            + lib/Attribute/Handlers/demo/MyClass.pm
29581            + lib/Attribute/Handlers/demo/demo.pl
29582            + lib/Attribute/Handlers/demo/demo_call.pl
29583            + lib/Attribute/Handlers/demo/demo_chain.pl
29584            + lib/Attribute/Handlers/demo/demo_cycle.pl
29585            + lib/Attribute/Handlers/demo/demo_hashdir.pl
29586            + lib/Attribute/Handlers/demo/demo_phases.pl
29587            + lib/Attribute/Handlers/demo/demo_range.pl
29588            + lib/Attribute/Handlers/demo/demo_rawdata.pl
29589            + lib/Attribute/Handlers/t/multi.t
29590            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
29591 ____________________________________________________________________________
29592 [ 13685] By: nick                                  on 2001/12/14  15:57:00
29593         Log: Integrate mainline
29594      Branch: perlio
29595           +> t/run/switcht.t
29596           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
29597           !> perlapi.h pod/perlrun.pod t/TEST taint.c
29598 ____________________________________________________________________________
29599 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
29600         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
29601              From: Michael G Schwern <schwern@pobox.com> 
29602              Date: Thu, 13 Dec 2001 19:27:08 -0500
29603              Message-ID: <20011214002707.GA10532@blackrider>
29604              
29605              (reword the perlrun -t description a bit,
29606              and move the Itaint_warn to the bottom of
29607              the intrpvar.h for binary compatibility)
29608      Branch: perl
29609            + t/run/switcht.t
29610            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
29611            ! perlapi.h pod/perlrun.pod t/TEST taint.c
29612 ____________________________________________________________________________
29613 [ 13683] By: nick                                  on 2001/12/14  12:29:41
29614         Log: Integrate mainline
29615      Branch: perlio
29616           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
29617           +> lib/Term/ReadLine.t t/op/hashassign.t
29618            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
29619            - lib/Attribute/Handlers/README
29620            - lib/Attribute/Handlers/demo/Demo.pm
29621            - lib/Attribute/Handlers/demo/Descriptions.pm
29622            - lib/Attribute/Handlers/demo/MyClass.pm
29623            - lib/Attribute/Handlers/demo/demo.pl
29624            - lib/Attribute/Handlers/demo/demo2.pl
29625            - lib/Attribute/Handlers/demo/demo3.pl
29626            - lib/Attribute/Handlers/demo/demo4.pl
29627            - lib/Attribute/Handlers/demo/demo_call.pl
29628            - lib/Attribute/Handlers/demo/demo_chain.pl
29629            - lib/Attribute/Handlers/demo/demo_cycle.pl
29630            - lib/Attribute/Handlers/demo/demo_hashdir.pl
29631            - lib/Attribute/Handlers/demo/demo_phases.pl
29632            - lib/Attribute/Handlers/demo/demo_range.pl
29633            - lib/Attribute/Handlers/demo/demo_rawdata.pl
29634            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
29635           !> (integrate 101 files)
29636 ____________________________________________________________________________
29637 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
29638         Log: Detypo.
29639      Branch: perl
29640            ! utf8.c
29641 ____________________________________________________________________________
29642 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
29643         Log: Buffer overflow checks.
29644      Branch: perl
29645            ! utf8.c
29646 ____________________________________________________________________________
29647 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
29648         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
29649              From: Spider Boardman <spider@leggy.zk3.dec.com>
29650              Date: Thu, 13 Dec 2001 15:32:51 -0500
29651              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
29652      Branch: perl
29653            ! lib/ExtUtils/Embed.t
29654 ____________________________________________________________________________
29655 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
29656         Log: More on the Unicode "line" definition.
29657      Branch: perl
29658            ! pod/perlunicode.pod
29659 ____________________________________________________________________________
29660 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
29661         Log: Open-ended VERSION?
29662      Branch: perl
29663            ! lib/ExtUtils/Install.pm
29664 ____________________________________________________________________________
29665 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
29666         Log: Subject: [PATCH] Better make distclean
29667              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29668              Date: Thu, 13 Dec 2001 21:10:18 +0100
29669              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
29670      Branch: perl
29671            ! Makefile.SH
29672 ____________________________________________________________________________
29673 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
29674         Log: Remove Memoize::Saves as requested by mjd.
29675      Branch: perl
29676            - lib/Memoize/Saves.pm
29677            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
29678 ____________________________________________________________________________
29679 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
29680         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
29681              From: Michael G Schwern <schwern@pobox.com>
29682              Date: Tue, 11 Dec 2001 23:17:32 -0500
29683              Message-ID: <20011212041732.GS17250@blackrider>
29684      Branch: perl
29685            ! lib/ExtUtils/Install.pm
29686 ____________________________________________________________________________
29687 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
29688         Log: Subject: [PATCH] Re: use utf8; with bad utf8
29689              From: Nicholas Clark <nick@ccl4.org>
29690              Date: Thu, 13 Dec 2001 17:09:39 +0000
29691              Message-ID: <20011213170939.L21702@plum.flirble.org>
29692      Branch: perl
29693            ! t/lib/1_compile.t
29694 ____________________________________________________________________________
29695 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
29696         Log: Subject: (LONG!) Sort benchmarks and patch
29697              From: "John P. Linderman" <jpl@research.att.com>
29698              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
29699              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
29700      Branch: perl
29701            ! pp_sort.c
29702 ____________________________________________________________________________
29703 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
29704         Log: Unadorned numbers evil.
29705      Branch: perl
29706            ! pp.c regcomp.c regexec.c utf8.c utf8.h
29707 ____________________________________________________________________________
29708 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
29709         Log: "preprocessing directive not recognized within macro arg"
29710      Branch: perl
29711            ! ext/Data/Dumper/Dumper.xs
29712 ____________________________________________________________________________
29713 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
29714         Log: Subject: Clarifying the documentation of goto            
29715              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
29716              Date: Thu, 13 Dec 2001 08:57:38 -0500
29717              Message-ID: <3C18BD8B@operamail.com>
29718      Branch: perl
29719            ! pod/perlfunc.pod
29720 ____________________________________________________________________________
29721 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
29722         Log: It could be possible for the case-insensitive
29723              Unicode-aware string comparison to wander off
29724              to the la-la land.
29725      Branch: perl
29726            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
29727            ! regexec.c utf8.c
29728 ____________________________________________________________________________
29729 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
29730         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
29731              From: Michael G Schwern <schwern@pobox.com> 
29732              Date: Wed, 12 Dec 2001 21:53:46 -0500
29733              Message-ID: <20011213025346.GH25129@blackrider>
29734      Branch: perl
29735            ! lib/Net/hostent.t t/op/stat.t t/test.pl
29736 ____________________________________________________________________________
29737 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
29738         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
29739              From: Michael G Schwern <schwern@pobox.com> 
29740              Date: Wed, 12 Dec 2001 20:33:42 -0500
29741              Message-ID: <20011213013342.GX25129@blackrider>
29742      Branch: perl
29743            ! t/io/fs.t
29744 ____________________________________________________________________________
29745 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
29746         Log: Subject: Re: [PATCH] use utf8; tests
29747              From: Nicholas Clark <nick@ccl4.org>
29748              Date: Thu, 13 Dec 2001 00:16:58 +0000
29749              Message-ID: <20011213001658.I21702@plum.flirble.org>
29750      Branch: perl
29751            ! lib/utf8.t
29752 ____________________________________________________________________________
29753 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
29754         Log: EPOC fixes from Olaf Flebbe.
29755      Branch: perl
29756            ! README.epoc epoc/config.sh epoc/createpkg.pl
29757            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
29758 ____________________________________________________________________________
29759 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
29760         Log: Subject: [PATCH perl@13661] VMS test fix-ups
29761              From: "Craig A. Berry" <craigberry@mac.com>
29762              Date: Wed, 12 Dec 2001 16:27:48 -0600
29763              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
29764      Branch: perl
29765            ! lib/Net/hostent.t t/io/fs.t
29766 ____________________________________________________________________________
29767 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
29768         Log: Subject: Re: Next cygwin round.
29769              From: "Gerrit P. Haase" <gp@familiehaase.de>
29770              Date: Wed, 12 Dec 2001 21:59:00 +0100
29771              Message-ID: <122343874595.20011212215900@familiehaase.de>
29772      Branch: perl
29773            ! t/io/fs.t
29774 ____________________________________________________________________________
29775 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
29776         Log: Subject: [PATCH] use utf8; tests
29777              From: Nicholas Clark <nick@ccl4.org>
29778              Date: Wed, 12 Dec 2001 20:07:04 +0000
29779              Message-ID: <20011212200704.E21702@plum.flirble.org>
29780      Branch: perl
29781            ! lib/utf8.t t/test.pl
29782 ____________________________________________________________________________
29783 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
29784         Log: Update Changes.
29785      Branch: perl
29786            ! Changes patchlevel.h
29787 ____________________________________________________________________________
29788 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
29789         Log: Subject: [PATCH] Passing in env to perl_parse did not work
29790              From: Gisle Aas <gisle@ActiveState.com>
29791              Date: 11 Dec 2001 20:52:57 -0800
29792              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
29793      Branch: perl
29794            ! perl.c perl.h
29795 ____________________________________________________________________________
29796 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
29797         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
29798              mostly gcc -Wall complaining about the argument of %p not
29799              being a void *.
29800      Branch: perl
29801            ! perlio.c regcomp.c taint.c toke.c
29802 ____________________________________________________________________________
29803 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
29804         Log: metaconfig unit change for #13657.
29805      Branch: metaconfig
29806            ! U/modified/nis.U
29807 ____________________________________________________________________________
29808 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
29809         Log: Try YP/NIS also from /usr/lib/yp.
29810      Branch: perl
29811            ! Configure
29812 ____________________________________________________________________________
29813 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
29814         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
29815              From: Michael G Schwern <schwern@pobox.com>                
29816              Date: Wed, 12 Dec 2001 05:27:02 -0500      
29817              Message-ID: <20011212102702.GW17250@blackrider>
29818              
29819              (the op/grent part)
29820      Branch: perl
29821            ! t/op/grent.t
29822 ____________________________________________________________________________
29823 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
29824         Log: Weed out .files from ls and readdir() results.
29825      Branch: perl
29826            ! t/op/stat.t
29827 ____________________________________________________________________________
29828 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
29829         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
29830              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29831              Date: Wed, 12 Dec 2001 10:52:21 +0100
29832              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
29833      Branch: perl
29834            ! lib/File/Find.pm
29835 ____________________________________________________________________________
29836 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
29837         Log: Subject: [PATCH] doio fatal on cygwin for 13651
29838              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
29839              Date: Wed, 12 Dec 2001 11:28:13 +0100      
29840              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
29841      Branch: perl
29842            ! doio.c
29843 ____________________________________________________________________________
29844 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
29845         Log: Get the whole line of ls, makes debugging easier
29846              (from Schwern)
29847      Branch: perl
29848            ! t/op/stat.t
29849 ____________________________________________________________________________
29850 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
29851         Log: rename() must be tested even without link()
29852              or the utime() and rename-directory tests fail.
29853              (Also got the BeOS utime atime/time the wrong way round.)
29854      Branch: perl
29855            ! t/io/fs.t
29856 ____________________________________________________________________________
29857 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
29858         Log: Now that the beos.c is compiled at the main level
29859              the header is in the beos/
29860      Branch: perl
29861            ! beos/beos.c
29862 ____________________________________________________________________________
29863 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
29864         Log: Must remember to require Socket.
29865      Branch: perl
29866            ! ext/Sys/Syslog/syslog.t
29867 ____________________________________________________________________________
29868 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
29869         Log: In BeOS Errno must resort to actual compilation
29870              and execution for some of the error constants.
29871      Branch: perl
29872            ! ext/Errno/Errno_pm.PL
29873 ____________________________________________________________________________
29874 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
29875         Log: BeOS still has no good sockets.
29876      Branch: perl
29877            ! ext/IO/lib/IO/t/io_sel.t
29878 ____________________________________________________________________________
29879 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
29880         Log: BeOS sockets are not true sockets.
29881      Branch: perl
29882            ! ext/IO/lib/IO/t/io_poll.t
29883 ____________________________________________________________________________
29884 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
29885         Log: No Socket, no Syslog.
29886      Branch: perl
29887            ! ext/Sys/Syslog/syslog.t
29888 ____________________________________________________________________________
29889 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
29890         Log: (On some platforms) missing truncate FH.
29891      Branch: perl
29892            ! pod/perltodo.pod
29893 ____________________________________________________________________________
29894 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
29895         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
29896              and vms would be muchly appreciated.
29897      Branch: perl
29898            ! t/io/fs.t
29899 ____________________________________________________________________________
29900 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
29901         Log: utime() updates only the mtime in BeOS. 
29902      Branch: perl
29903            ! pod/perlport.pod
29904 ____________________________________________________________________________
29905 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
29906         Log: No link(), no need to dSP.
29907      Branch: perl
29908            ! pp_sys.c
29909 ____________________________________________________________________________
29910 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
29911         Log: Missing argument.
29912      Branch: perl
29913            ! utf8.c
29914 ____________________________________________________________________________
29915 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
29916         Log: (1) To assume any setuid programs is silly.
29917              (2) Chaining tests with booleans means that some
29918              of them may not get run which means getting out
29919              of test count sync.
29920      Branch: perl
29921            ! t/op/stat.t
29922 ____________________________________________________________________________
29923 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
29924         Log: The beos.c needs to be in the main directory.
29925      Branch: perl
29926            ! hints/beos.sh
29927 ____________________________________________________________________________
29928 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
29929         Log: Detypo and rename.
29930      Branch: perl
29931            ! doio.c perl.h perlio.c perliol.h
29932 ____________________________________________________________________________
29933 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
29934         Log: This time I test compiled.  Honest.
29935      Branch: perl
29936            ! beos/beos.c
29937 ____________________________________________________________________________
29938 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
29939         Log: Subject: [PATCH] slightly more pack tests
29940              From: Nicholas Clark <nick@ccl4.org>
29941              Date: Tue, 11 Dec 2001 23:41:23 +0000
29942              Message-ID: <20011211234123.Y21702@plum.flirble.org>
29943      Branch: perl
29944            ! t/op/pack.t
29945 ____________________________________________________________________________
29946 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
29947         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
29948              From: "Craig A. Berry" <craigberry@mac.com>
29949              Date: Tue, 11 Dec 2001 16:39:13 -0600
29950              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
29951      Branch: perl
29952            ! configure.com
29953 ____________________________________________________________________________
29954 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
29955         Log: metaconfig unit change for #13632.
29956      Branch: metaconfig/U/perl
29957            ! perlpath.U
29958 ____________________________________________________________________________
29959 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
29960         Log: Subject: $Config{perlpath} and -Dversiononly
29961              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29962              Date: Tue, 11 Dec 2001 23:32:33 +0100
29963              Message-ID: <20011211233233.A11587@rafael>
29964      Branch: perl
29965            ! Configure
29966 ____________________________________________________________________________
29967 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
29968         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
29969              From: Nicholas Clark <nick@ccl4.org>
29970              Date: Tue, 11 Dec 2001 21:59:36 +0000
29971              Message-ID: <20011211215935.W21702@plum.flirble.org>
29972      Branch: perl
29973            ! t/op/pack.t
29974 ____________________________________________________________________________
29975 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
29976         Log: More UTF-8 API docs.
29977      Branch: perl
29978            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
29979 ____________________________________________________________________________
29980 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
29981         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29982              From: Nicholas Clark <nick@ccl4.org>
29983              Date: Tue, 11 Dec 2001 20:08:59 +0000
29984              Message-ID: <20011211200859.S21702@plum.flirble.org>
29985      Branch: perl
29986            ! t/op/pack.t
29987 ____________________________________________________________________________
29988 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
29989         Log: Subject: Re: use utf8; with bad utf8
29990              From: Nicholas Clark <nick@ccl4.org>
29991              Date: Tue, 11 Dec 2001 19:49:21 +0000
29992              Message-ID: <20011211194921.R21702@plum.flirble.org>
29993      Branch: perl
29994            ! lib/utf8.t
29995 ____________________________________________________________________________
29996 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
29997         Log: Can't spell worth a dam.  (Try Three Gorges.)
29998      Branch: perl
29999            ! beos/beos.c
30000 ____________________________________________________________________________
30001 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
30002         Log: We need DWIM cpps.
30003      Branch: perl
30004            ! perlio.c
30005 ____________________________________________________________________________
30006 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
30007         Log: The unixish.h needs to be found and the waitpid wrapper
30008              could use a proto.
30009      Branch: perl
30010            ! beos/beosish.h
30011 ____________________________________________________________________________
30012 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
30013         Log: The BeOS waitpid() seems to be broken,
30014              have a wrapper for it.
30015      Branch: perl
30016            + beos/beos.c beos/beosish.h
30017            ! MANIFEST hints/beos.sh perl.h
30018 ____________________________________________________________________________
30019 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
30020         Log: Unlean the leaning tower of Babel.
30021      Branch: perl
30022            ! perl.h
30023 ____________________________________________________________________________
30024 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
30025         Log: Retract #13607 until we figure out what to do with autouse.
30026      Branch: perl
30027            ! lib/Carp.pm
30028 ____________________________________________________________________________
30029 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
30030         Log: Try to handle platforms that have O_TEXT != O_BINARY but
30031              which are not DOSish, BeOS being one of such platforms.
30032              Ideally this should be a Configure test, not a hardwired
30033              cpp symbol test... 
30034      Branch: perl
30035            ! doio.c perl.h perlio.c perliol.h
30036 ____________________________________________________________________________
30037 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
30038         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
30039              From: Jonathan Stowe <gellyfish@gellyfish.com>
30040              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
30041              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
30042      Branch: perl
30043            ! lib/Term/Cap.pm lib/Term/Cap.t
30044 ____________________________________________________________________________
30045 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
30046         Log: Subject: [patch perlio.c] test for NULL before derefencing
30047              From: Stas Bekman <stas@stason.org>
30048              Date: Tue, 11 Dec 2001 16:17:55 +0800
30049              Message-ID: <3C15C133.8@stason.org>
30050      Branch: perl
30051            ! perlio.c
30052 ____________________________________________________________________________
30053 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
30054         Log: metaconfig unit change for #13617.
30055      Branch: metaconfig/U/perl
30056            ! Extensions.U
30057 ____________________________________________________________________________
30058 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
30059         Log: BeOS has socket() but not enough to build a working Socket.
30060              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
30061              new networking implementation, which is rumored to fix the
30062              non-standardness of sockets, but it's apparently not publicly
30063              available, and anything to do with BeOS has become quite
30064              complicated with the sale of the Be assets to Palm.)
30065      Branch: perl
30066            ! Configure
30067 ____________________________________________________________________________
30068 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
30069         Log: Update changes
30070      Branch: maint-5.6/macperl
30071            ! macos/Changes
30072 ____________________________________________________________________________
30073 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
30074         Log: Add extra pod to help
30075      Branch: maint-5.6/macperl
30076            ! macos/macperl/MacPerl.podhelp
30077 ____________________________________________________________________________
30078 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
30079         Log: Return DoAppleScript errors in $@
30080      Branch: maint-5.6/macperl
30081            ! macos/ext/MacPerl/OSA.xs
30082 ____________________________________________________________________________
30083 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
30084         Log: Clear out $^E before each script run
30085      Branch: maint-5.6/macperl
30086            ! macos/macperl/MPScript.c
30087 ____________________________________________________________________________
30088 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
30089         Log: Integrate various changes from maint-5.6/perl/.
30090      Branch: maint-5.6/macperl
30091           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
30092           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
30093 ____________________________________________________________________________
30094 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
30095         Log: Subject: Exporter's documentation shouldn't lie               
30096              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
30097              Date: Mon, 10 Dec 2001 21:30:20 -0500
30098              Message-ID: <3C4AA201@operamail.com>
30099      Branch: perl
30100            ! lib/Exporter.pm
30101 ____________________________________________________________________________
30102 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
30103         Log: Make Errno better in BeOS (the second hunk is
30104              good on any platform).  Still not working in BeOS
30105              are the E constants that refer BeOS native error
30106              constants (B_...) which are enums (*groan*).
30107      Branch: perl
30108            ! ext/Errno/Errno_pm.PL
30109 ____________________________________________________________________________
30110 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
30111         Log: The BeOS linker seems to link the last seen symbol,
30112              not the first (so the symbols of op.o from libperl.so
30113              would get linked to miniperl instead of the symbols of
30114              opmini.o)-- use the same trick as for NeXT4 for linking
30115              miniperl.
30116      Branch: perl
30117            ! Makefile.SH
30118 ____________________________________________________________________________
30119 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
30120         Log: Subject: Re: [PATCH] tests for hash assignment
30121              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30122              Date: Tue, 11 Dec 2001 01:48:55 +0000
30123              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
30124      Branch: perl
30125            ! utf8.c
30126 ____________________________________________________________________________
30127 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
30128         Log: (retracted by #13622)
30129              
30130              Subject: RE: More verbose POD for Carp
30131              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
30132              Date: Mon, 10 Dec 2001 20:23:20 -0500
30133              Message-ID: <3C4A3566@operamail.com>
30134      Branch: perl
30135            ! lib/Carp.pm
30136 ____________________________________________________________________________
30137 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
30138         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
30139              From: "Craig A. Berry" <craigberry@mac.com>
30140              Date: Mon, 10 Dec 2001 18:25:37 -0600
30141              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
30142      Branch: perl
30143            ! t/op/write.t t/test.pl
30144 ____________________________________________________________________________
30145 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
30146         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
30147              From: Michael G Schwern <schwern@pobox.com>
30148              Date: Mon, 10 Dec 2001 08:00:01 -0500
30149              Message-ID: <20011210130000.GK1770@blackrider>
30150      Branch: perl
30151            ! t/comp/multiline.t
30152 ____________________________________________________________________________
30153 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
30154         Log: Subject: Re: [PATCH] tests for hash assignment
30155              From: Nicholas Clark <nick@ccl4.org>
30156              Date: Mon, 10 Dec 2001 23:22:28 +0000
30157              Message-ID: <20011210232228.M21702@plum.flirble.org>
30158      Branch: perl
30159            + t/op/hashassign.t
30160            ! MANIFEST t/op/each.t t/test.pl
30161 ____________________________________________________________________________
30162 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
30163         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
30164              From: "Craig A. Berry" <craigberry@mac.com>
30165              Date: Mon, 10 Dec 2001 16:38:14 -0600
30166              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
30167      Branch: perl
30168            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
30169 ____________________________________________________________________________
30170 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
30171         Log: Subject: [PATCH perl@13600] configure.com fixes
30172              From: "Craig A. Berry" <craigberry@mac.com>
30173              Date: Mon, 10 Dec 2001 14:40:20 -0600
30174              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
30175      Branch: perl
30176            ! configure.com
30177 ____________________________________________________________________________
30178 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
30179         Log: Silence BeOS compilation moaning.
30180      Branch: perl
30181            ! perl.h
30182 ____________________________________________________________________________
30183 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
30184         Log: Update Changes.
30185      Branch: perl
30186            ! Changes patchlevel.h
30187 ____________________________________________________________________________
30188 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
30189         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
30190              From: Michael G Schwern <schwern@pobox.com>
30191              Date: Mon, 10 Dec 2001 01:21:03 -0500
30192              Message-ID: <20011210062103.GC1770@blackrider>
30193      Branch: perl
30194            ! lib/ExtUtils/Command.t
30195 ____________________________________________________________________________
30196 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
30197         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
30198              From: Michael G Schwern <schwern@pobox.com>
30199              Date: Mon, 10 Dec 2001 01:10:57 -0500
30200              Message-ID: <20011210061057.GB1770@blackrider>
30201      Branch: perl
30202            ! t/op/groups.t
30203 ____________________________________________________________________________
30204 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
30205         Log: Retract #13596, #13593 should do the trick.
30206      Branch: perl
30207            ! t/op/stat.t
30208 ____________________________________________________________________________
30209 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
30210         Log: (retracted by #13597, #13593 does the job better)
30211              
30212              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
30213              From: Michael G Schwern <schwern@pobox.com>
30214              Date: Mon, 10 Dec 2001 00:53:16 -0500
30215              Message-ID: <20011210055316.GA1770@blackrider>
30216      Branch: perl
30217            ! t/op/stat.t
30218 ____________________________________________________________________________
30219 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
30220         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
30221              From: Michael G Schwern <schwern@pobox.com> 
30222              Date: Mon, 10 Dec 2001 02:19:14 -0500
30223              Message-ID: <20011210071914.GF1770@blackrider>
30224      Branch: perl
30225            ! lib/AutoSplit.t
30226 ____________________________________________________________________________
30227 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
30228         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
30229              From: Michael G Schwern <schwern@pobox.com>
30230              Date: Mon, 10 Dec 2001 02:47:40 -0500
30231              Message-ID: <20011210074739.GH1770@blackrider>
30232      Branch: perl
30233            ! t/op/pack.t
30234 ____________________________________________________________________________
30235 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
30236         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
30237              From: Michael G Schwern <schwern@pobox.com>
30238              Date: Mon, 10 Dec 2001 02:54:22 -0500
30239              Message-ID: <20011210075422.GI1770@blackrider>
30240      Branch: perl
30241            ! t/test.pl
30242 ____________________________________________________________________________
30243 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
30244         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
30245              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30246              Date: Mon, 10 Dec 2001 08:45:20 +0100
30247              Message-ID: <3C146810.60B5B7C0@alcatel.at>
30248      Branch: perl
30249            ! pp_pack.c
30250 ____________________________________________________________________________
30251 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
30252         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
30253              From: Michael G Schwern <schwern@pobox.com>
30254              Date: Mon, 10 Dec 2001 03:27:02 -0500
30255              Message-ID: <20011210082702.GN1770@blackrider>
30256      Branch: perl
30257            ! t/io/openpid.t
30258 ____________________________________________________________________________
30259 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
30260         Log: More chmod +w.
30261      Branch: perl
30262            ! Porting/makerel
30263 ____________________________________________________________________________
30264 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
30265         Log: Just skip the readability test if running as root.
30266      Branch: perl
30267            ! lib/Net/t/netrc.t
30268 ____________________________________________________________________________
30269 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
30270         Log: Tell about the downside of safe signals.
30271      Branch: perl
30272            ! pod/perldelta.pod
30273 ____________________________________________________________________________
30274 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
30275         Log: Make the whole -lperl thing NetBSD only until we
30276              find some other platform that needs the same.
30277      Branch: perl
30278            ! lib/ExtUtils/MM_Unix.pm
30279 ____________________________________________________________________________
30280 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
30281         Log: Subject: [PATCH t/op/pack.t] Cleanup
30282              From: Michael G Schwern <schwern@pobox.com> 
30283              Date: Sun, 9 Dec 2001 23:08:26 -0500
30284              Message-ID: <20011210040826.GD660@blackrider>
30285      Branch: perl
30286            ! t/op/pack.t
30287 ____________________________________________________________________________
30288 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
30289         Log: Add threads support for NetBSD.
30290              
30291              This is also the first (I think) Perl threads build with
30292              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
30293              NetBSD does not as of yet have true kernel POSIX threads,
30294              but the user-level pth seems to be doing pretty well--
30295              the only failure is that threads/t/basic okays 6 and 7
30296              consistently seem be arriving in the reverse order.
30297              Well, gdbm.t is also failing: 'Undefined PLT symbol
30298              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
30299              guessing that GDBM would need a threaded rebuild.
30300      Branch: perl
30301            ! hints/netbsd.sh
30302 ____________________________________________________________________________
30303 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
30304         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
30305              potential performance hit and change in semantics of closure
30306              lookups after C<undef &foo>)
30307      Branch: maint-5.6/perl
30308            ! op.c
30309 ____________________________________________________________________________
30310 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
30311         Log: metaconfig unit change for #13582.
30312      Branch: metaconfig
30313            ! U/threads/usethreads.U
30314 ____________________________________________________________________________
30315 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
30316         Log: Update the ithreads selection info in Configure,
30317              as suggested by Michael Schwern.
30318      Branch: perl
30319            ! Configure
30320 ____________________________________________________________________________
30321 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
30322         Log: Clearing locale environment simply doesn't seem to
30323              guarantee that (nl_)langinfo(CODESET) would return nil.
30324              (I for example get "ISO8859-1", so <guess>maybe there can
30325              be per-system default settings at work</guess>.)
30326      Branch: perl
30327            ! lib/open.t
30328 ____________________________________________________________________________
30329 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
30330         Log: Subject: RE: Exporter fixes reversed in 13540?
30331              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30332              Date: Sun, 9 Dec 2001 12:55:15 -0500
30333              Message-ID: <3C13F455@operamail.com>
30334      Branch: perl
30335            ! lib/open.pm
30336 ____________________________________________________________________________
30337 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
30338         Log: Root is the lizard king.
30339      Branch: perl
30340            ! lib/Net/t/netrc.t
30341 ____________________________________________________________________________
30342 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
30343         Log: Telling how many tests we are expecting helps.
30344      Branch: perl
30345            ! ext/POSIX/t/waitpid.t
30346 ____________________________________________________________________________
30347 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
30348         Log: Add a test case for waitpid(): from Rocco Caputo.
30349      Branch: perl
30350            + ext/POSIX/t/waitpid.t
30351            ! MANIFEST
30352 ____________________________________________________________________________
30353 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
30354         Log: Subject: [PATCH] Term::ReadLine tweaks and test
30355              From: Richard Clamp <richardc@unixbeard.net>
30356              Date: Mon, 10 Dec 2001 00:51:47 +0000
30357              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
30358      Branch: perl
30359            + lib/Term/ReadLine.t
30360            ! MANIFEST lib/Term/ReadLine.pm
30361 ____________________________________________________________________________
30362 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
30363         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
30364              From: Rocco Caputo <troc@netrus.net>
30365              Date: Sun, 9 Dec 2001 18:12:38 -0500
30366              Message-ID: <20011209181238.A803@eyrie.homenet>
30367      Branch: perl
30368            ! win32/win32.c
30369 ____________________________________________________________________________
30370 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
30371         Log: make sure that va_start() has matching va_end();
30372              from OpenBSD 3.0.
30373      Branch: perl
30374            ! x2p/util.c
30375 ____________________________________________________________________________
30376 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
30377         Log: h2ph updates from OpenBSD 3.0.
30378      Branch: perl
30379            ! utils/h2ph.PL
30380 ____________________________________________________________________________
30381 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
30382         Log: OpenBSD hints update from OpenBSD 3.0.
30383      Branch: perl
30384            ! hints/openbsd.sh
30385 ____________________________________________________________________________
30386 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
30387         Log: DJGPP tweaks from Laszlo Molnar.
30388      Branch: perl
30389            ! djgpp/config.over lib/File/Find/t/find.t
30390            ! lib/File/Find/t/taint.t t/pod/find.t
30391 ____________________________________________________________________________
30392 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
30393         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
30394              From: Michael G Schwern <schwern@pobox.com> 
30395              Date: Sun, 9 Dec 2001 19:28:12 -0500
30396              Message-ID: <20011210002812.GF13586@blackrider>
30397      Branch: perl
30398            ! README.cygwin
30399 ____________________________________________________________________________
30400 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
30401         Log: README.cygwin update from Gerrit P. Haase.
30402      Branch: perl
30403            ! README.cygwin
30404 ____________________________________________________________________________
30405 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
30406         Log: Apply NetBSD patch-ag: shared/static linking,
30407              but make the change less intrusive on non-NetBSD.
30408      Branch: perl
30409            ! lib/ExtUtils/MM_Unix.pm
30410 ____________________________________________________________________________
30411 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
30412         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
30413      Branch: perl
30414            ! lib/ExtUtils/Liblist.pm
30415 ____________________________________________________________________________
30416 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
30417         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
30418      Branch: perl
30419            ! regcomp.c
30420 ____________________________________________________________________________
30421 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
30422         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
30423      Branch: perl
30424            ! pp.c
30425 ____________________________________________________________________________
30426 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
30427         Log: Apply NetBSD patch-ac.
30428              (the fix has already been done: change #9706, fully qualified
30429              pathnames in packlists)
30430      Branch: perl
30431            ! lib/ExtUtils/Install.pm
30432 ____________________________________________________________________________
30433 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
30434         Log: Apply NetBSD patch-ab: NetBSD hints update.
30435      Branch: perl
30436            ! hints/netbsd.sh
30437 ____________________________________________________________________________
30438 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
30439         Log: metaconfig unit changes for #13560.
30440      Branch: metaconfig/U/perl
30441            ! dlsrc.U i_ieeefp.U libperl.U
30442 ____________________________________________________________________________
30443 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
30444         Log: NetBSD has <ieeefp.h> but hidden.
30445      Branch: perl
30446            ! hints/netbsd.sh
30447 ____________________________________________________________________________
30448 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
30449         Log: Implement NetBSD patch-aa.
30450      Branch: perl
30451            ! Configure
30452 ____________________________________________________________________________
30453 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
30454         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
30455              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
30456              Date: Sun, 09 Dec 2001 13:40:58 +0100
30457              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
30458              
30459              (The lstat()s were there in 5.6.1: what happened to them?)
30460      Branch: perl
30461            ! lib/File/Find.pm
30462 ____________________________________________________________________________
30463 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
30464         Log: Quickie documentation of the C UTF-8 API.
30465      Branch: perl
30466            ! pod/perlunicode.pod
30467 ____________________________________________________________________________
30468 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
30469         Log: Subject: bleadperl on cygwin weirdness...
30470              From: "Gerrit P. Haase" <gp@familiehaase.de>
30471              Date: Sun, 9 Dec 2001 20:31:28 +0100
30472              Message-ID: <13779422183.20011209203128@familiehaase.de>          
30473              
30474              (plus libperl*.dll version portability tweaks)
30475      Branch: perl
30476            ! lib/ExtUtils/Embed.t
30477 ____________________________________________________________________________
30478 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
30479         Log: Instead of muting symbol export error if under eval,
30480              delay the errors until the croak().
30481              
30482              (replaces #13408)
30483      Branch: perl
30484            ! lib/Exporter/Heavy.pm
30485 ____________________________________________________________________________
30486 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
30487         Log: Basegroup 0 is a cygwin_nt thing.
30488      Branch: perl
30489            ! t/op/groups.t
30490 ____________________________________________________________________________
30491 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
30492         Log: Also WinME is LoseLink.
30493      Branch: perl
30494            ! t/op/stat.t
30495 ____________________________________________________________________________
30496 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
30497         Log: Forgotten checkin.
30498      Branch: perl
30499            ! lib/User/grent.t
30500 ____________________________________________________________________________
30501 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
30502         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
30503              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
30504              Date: Sun, 09 Dec 2001 13:45:06 +0100
30505              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
30506      Branch: perl
30507            ! lib/File/Find.pm
30508 ____________________________________________________________________________
30509 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
30510         Log: Tweakback.
30511      Branch: perl
30512            ! lib/Net/hostent.t
30513 ____________________________________________________________________________
30514 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
30515         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
30516              From: Michael G Schwern <schwern@pobox.com>
30517              Date: Sat, 8 Dec 2001 14:48:38 -0500
30518              Message-ID: <20011208194838.GA8650@blackrider>
30519      Branch: perl
30520            ! t/op/grent.t
30521 ____________________________________________________________________________
30522 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
30523         Log: Subject: [README.cygwin] Removing old expected test failures
30524              From: Michael G Schwern <schwern@pobox.com>
30525              Date: Sat, 8 Dec 2001 15:38:28 -0500
30526              Message-ID: <20011208203828.GB9017@blackrider>
30527      Branch: perl
30528            ! README.cygwin
30529 ____________________________________________________________________________
30530 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
30531         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
30532              From: Michael G Schwern <schwern@pobox.com>                
30533              Date: Sat, 8 Dec 2001 15:26:59 -0500
30534              Message-ID: <20011208202659.GA9017@blackrider> 
30535      Branch: perl
30536            ! lib/Net/hostent.t
30537 ____________________________________________________________________________
30538 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
30539         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
30540              From: Michael G Schwern <schwern@pobox.com> 
30541              Date: Sat, 8 Dec 2001 15:06:16 -0500
30542              Message-ID: <20011208200616.GA8915@blackrider>
30543      Branch: perl
30544            ! t/op/stat.t
30545 ____________________________________________________________________________
30546 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
30547         Log: Developer deprecations and an incompatibility.
30548      Branch: perl
30549            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
30550 ____________________________________________________________________________
30551 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
30552         Log: Shoo.
30553      Branch: perl
30554            - lib/Attribute/Handlers.pm
30555 ____________________________________________________________________________
30556 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
30557         Log: Remove Attribute::Handlers, as per Damian's request.
30558              (Because of fixing the my variables to be now handled
30559              in run-time, the whole internals of the A::H needs to
30560              be rewritten and Damian will not have time for that
30561              for months.)
30562      Branch: perl
30563            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
30564            - lib/Attribute/Handlers/demo/Demo.pm
30565            - lib/Attribute/Handlers/demo/Descriptions.pm
30566            - lib/Attribute/Handlers/demo/MyClass.pm
30567            - lib/Attribute/Handlers/demo/demo.pl
30568            - lib/Attribute/Handlers/demo/demo2.pl
30569            - lib/Attribute/Handlers/demo/demo3.pl
30570            - lib/Attribute/Handlers/demo/demo4.pl
30571            - lib/Attribute/Handlers/demo/demo_call.pl
30572            - lib/Attribute/Handlers/demo/demo_chain.pl
30573            - lib/Attribute/Handlers/demo/demo_cycle.pl
30574            - lib/Attribute/Handlers/demo/demo_hashdir.pl
30575            - lib/Attribute/Handlers/demo/demo_phases.pl
30576            - lib/Attribute/Handlers/demo/demo_range.pl
30577            - lib/Attribute/Handlers/demo/demo_rawdata.pl
30578            - lib/Attribute/Handlers/t/multi.t
30579            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
30580            ! pod/perlmodlib.pod pod/perltoc.pod
30581 ____________________________________________________________________________
30582 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
30583         Log: Subject: Re: attributes are broken
30584              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30585              Date: Sun, 09 Dec 2001 00:09:23 -0500
30586              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
30587      Branch: perl
30588            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
30589            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
30590            ! xsutils.c
30591 ____________________________________________________________________________
30592 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
30593         Log: Forgotten checkin.
30594      Branch: perl
30595            ! lib/Pod/Text.pm
30596 ____________________________________________________________________________
30597 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
30598         Log: uconfig.h update.
30599      Branch: perl
30600            ! uconfig.h
30601 ____________________________________________________________________________
30602 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
30603         Log: Update Changes.
30604      Branch: perl
30605            ! Changes patchlevel.h
30606 ____________________________________________________________________________
30607 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
30608         Log: Note that some of the Unicode features are
30609              dependent on perlio.
30610      Branch: perl
30611            ! pod/perluniintro.pod
30612 ____________________________________________________________________________
30613 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
30614         Log: Regen perlapi, regen toc.
30615      Branch: perl
30616            ! pod/perlapi.pod pod/perltoc.pod
30617 ____________________________________________________________________________
30618 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
30619         Log: FAQ sync.
30620      Branch: perl
30621            ! pod/perlfaq4.pod pod/perlfaq6.pod
30622 ____________________________________________________________________________
30623 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
30624         Log: Subject: [PATCH] Fix odd language in an sv.c comment
30625              From: coral@eekeek.org
30626              Date: Sat, 8 Dec 2001 12:19:39 -0500
30627              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
30628      Branch: perl
30629            ! sv.c
30630 ____________________________________________________________________________
30631 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
30632         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
30633              From: Michael G Schwern <schwern@pobox.com>
30634              Date: Fri, 7 Dec 2001 20:03:45 -0500
30635              Message-ID: <20011208010345.GD642@blackrider>
30636              
30637              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
30638              From: Michael G Schwern <schwern@pobox.com>
30639              Date: Fri, 7 Dec 2001 20:13:54 -0500
30640              Message-ID: <20011208011354.GE642@blackrider>
30641              
30642              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
30643              From: Michael G Schwern <schwern@pobox.com>
30644              Date: Fri, 7 Dec 2001 21:47:36 -0500
30645              Message-ID: <20011208024736.GH642@blackrider>
30646              
30647              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
30648              From: Michael G Schwern <schwern@pobox.com>
30649              Date: Fri, 7 Dec 2001 23:09:43 -0500
30650              Message-ID: <20011208040943.GK642@blackrider>
30651              
30652              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
30653              Message-Id: <a05101004b83754903506@[172.16.52.1]>
30654              Date: Fri, 7 Dec 2001 23:28:15 -0600
30655              From: "Craig A. Berry" <craigberry@mac.com>
30656      Branch: perl
30657            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
30658 ____________________________________________________________________________
30659 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
30660         Log: Integrate perlio:
30661              
30662              [ 13531]
30663              Tweak multi-arg open error messages
30664              
30665              [ 13530]
30666              Allow multi-arg open() if opening layer declares this legal.
30667      Branch: perl
30668           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
30669           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
30670 ____________________________________________________________________________
30671 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
30672         Log: Retract #11156 since Sarathy has found that it breaks code:
30673              http://bugs.ActiveState.com/show_bug.cgi?id=18457
30674              http://bugs.ActiveState.com/show_bug.cgi?id=18858
30675      Branch: perl
30676            ! op.c sv.c t/op/pos.t
30677 ____________________________________________________________________________
30678 [ 13532] By: nick                                  on 2001/12/08  14:11:12
30679         Log: Integrate mainline
30680      Branch: perlio
30681           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
30682           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
30683 ____________________________________________________________________________
30684 [ 13531] By: nick                                  on 2001/12/08  13:48:21
30685         Log: Tweak multi-arg open error messages
30686      Branch: perlio
30687            ! perlio.c
30688 ____________________________________________________________________________
30689 [ 13530] By: nick                                  on 2001/12/08  10:20:06
30690         Log: Allow multi-arg open() if opening layer declares this legal.
30691      Branch: perlio
30692            ! doio.c perlio.c perliol.h
30693 ____________________________________________________________________________
30694 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
30695         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
30696              From: Michael G Schwern <schwern@pobox.com>       
30697              Date: Fri, 7 Dec 2001 19:41:31 -0500
30698              Message-ID: <20011208004131.GC642@blackrider>
30699      Branch: perl
30700            ! t/run/switches.t t/test.pl
30701 ____________________________________________________________________________
30702 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
30703         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
30704              From: Michael G Schwern <schwern@pobox.com>       
30705              Date: Fri, 7 Dec 2001 19:12:44 -0500
30706              Message-ID: <20011208001244.GB642@blackrider>
30707      Branch: perl
30708            ! t/op/stat.t
30709 ____________________________________________________________________________
30710 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
30711         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
30712              From: Michael G Schwern <schwern@pobox.com>
30713              Date: Fri, 7 Dec 2001 17:28:57 -0500
30714              Message-ID: <20011207222857.GI23210@blackrider>
30715      Branch: perl
30716            ! t/op/magic.t
30717 ____________________________________________________________________________
30718 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
30719         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
30720      Branch: perl
30721            ! t/test.pl
30722 ____________________________________________________________________________
30723 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
30724         Log: which_perl: delay as much a possible till runtime.
30725      Branch: perl
30726            ! t/test.pl
30727 ____________________________________________________________________________
30728 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
30729         Log: Further tweakage to which_perl().
30730      Branch: perl
30731            ! t/test.pl
30732 ____________________________________________________________________________
30733 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
30734         Log: perluniintro tweaks.
30735      Branch: perl
30736            ! pod/perluniintro.pod
30737 ____________________________________________________________________________
30738 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
30739         Log: Tweak the $Perl computation.
30740      Branch: perl
30741            ! t/test.pl
30742 ____________________________________________________________________________
30743 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
30744         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
30745              From: Nicholas Clark <nick@ccl4.org>
30746              Date: Fri, 7 Dec 2001 17:06:56 +0000
30747              Message-ID: <20011207170656.G21702@plum.flirble.org>
30748      Branch: perl
30749            ! doop.c t/op/chop.t
30750 ____________________________________________________________________________
30751 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
30752         Log: Update Changes.
30753      Branch: perl
30754            ! Changes patchlevel.h
30755 ____________________________________________________________________________
30756 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
30757         Log: Missing ).
30758      Branch: perl
30759            ! t/test.pl
30760 ____________________________________________________________________________
30761 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
30762         Log: Allow several arguments to display().
30763      Branch: perl
30764            ! t/test.pl
30765 ____________________________________________________________________________
30766 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
30767         Log: /dev/stdout could be either a character special file
30768              or a named pipe, so let's pretend it doesn't exist.
30769      Branch: perl
30770            ! t/op/stat.t
30771 ____________________________________________________________________________
30772 [ 13516] By: nick                                  on 2001/12/07  15:09:23
30773         Log: Integrate again - can I catch up ?
30774      Branch: perlio
30775           !> t/test.pl
30776 ____________________________________________________________________________
30777 [ 13515] By: nick                                  on 2001/12/07  15:08:17
30778         Log: Integrate mainline some more
30779      Branch: perlio
30780           !> README.hpux hints/linux.sh pod/perlfunc.pod
30781 ____________________________________________________________________________
30782 [ 13514] By: nick                                  on 2001/12/07  15:07:15
30783         Log: Integrate mainline
30784      Branch: perlio
30785           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
30786           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
30787           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
30788           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
30789           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
30790           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
30791           +> t/lib/Math/BigInt/BareCalc.pm
30792            - ext/Devel/PPPort/harness/Harness.pm
30793            - ext/Devel/PPPort/harness/Harness.xs
30794            - ext/Devel/PPPort/harness/Makefile.PL
30795            - ext/Devel/PPPort/harness/module2.c
30796            - ext/Devel/PPPort/harness/module3.c
30797            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
30798            - lib/File/Spec/Functions.t
30799           !> (integrate 103 files)
30800 ____________________________________________________________________________
30801 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
30802         Log: Add display() for displaying icky scalars.
30803      Branch: perl
30804            ! t/test.pl
30805 ____________________________________________________________________________
30806 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
30807         Log: Subject: [ID 20011207.001] documentation bug for waitpid
30808              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
30809              Date: Fri, 7 Dec 2001 12:44:56 +0100
30810              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
30811      Branch: perl
30812            ! pod/perlfunc.pod
30813 ____________________________________________________________________________
30814 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
30815         Log: gcc version matching didn't.
30816      Branch: perl
30817            ! hints/linux.sh
30818 ____________________________________________________________________________
30819 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
30820         Log: Subject: HP renamed their servers              
30821              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30822              Date: Fri, 07 Dec 2001 12:07:22 +0100
30823              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
30824      Branch: perl
30825            ! README.hpux
30826 ____________________________________________________________________________
30827 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
30828         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
30829              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30830              Date: Fri, 7 Dec 2001 00:24:55 -0500
30831              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
30832      Branch: perl
30833            ! pod/perlport.pod
30834 ____________________________________________________________________________
30835 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
30836         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
30837              From: Michael G Schwern <schwern@pobox.com> 
30838              Date: Thu, 6 Dec 2001 22:56:34 -0500
30839              Message-ID: <20011207035634.GO22648@blackrider>
30840      Branch: perl
30841            ! t/base/lex.t t/op/exec.t
30842 ____________________________________________________________________________
30843 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
30844         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
30845              From: Michael G Schwern <schwern@pobox.com>
30846              Date: Thu, 6 Dec 2001 22:45:44 -0500
30847              Message-ID: <20011207034544.GN22648@blackrider>
30848              
30849              (plus op/ref tweak)
30850      Branch: perl
30851            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
30852            ! t/run/kill_perl.t t/test.pl
30853 ____________________________________________________________________________
30854 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
30855         Log: Upgrade to Math::BigInt 1.48.
30856      Branch: perl
30857            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
30858            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30859            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
30860            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
30861            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
30862            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
30863            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
30864 ____________________________________________________________________________
30865 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
30866         Log: Mention also perl56delta in case someone is upgrading from
30867              Perl 5.005_03.
30868      Branch: perl
30869            ! pod/perldelta.pod
30870 ____________________________________________________________________________
30871 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
30872         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30873              From: Michael G Schwern <schwern@pobox.com>
30874              Date: Thu, 6 Dec 2001 15:15:28 -0500
30875              Message-ID: <20011206201528.GF16414@blackrider>
30876              
30877              (just the term.t, not the lex.t)
30878              
30879              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
30880              From: Michael G Schwern <schwern@pobox.com>
30881              Date: Thu, 6 Dec 2001 15:22:22 -0500
30882              Message-ID: <20011206202222.GG16414@blackrider>
30883              
30884              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
30885              From: Michael G Schwern <schwern@pobox.com>
30886              Date: Thu, 6 Dec 2001 15:31:58 -0500
30887              Message-ID: <20011206203158.GI16414@blackrider>
30888              
30889              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
30890              From: Michael G Schwern <schwern@pobox.com>
30891              Date: Thu, 6 Dec 2001 17:38:55 -0500
30892              Message-ID: <20011206223855.GC22648@blackrider>
30893      Branch: perl
30894            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
30895            ! t/test.pl
30896 ____________________________________________________________________________
30897 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
30898         Log: Update the thr5005 situation.
30899      Branch: perl
30900            ! pod/perldelta.pod
30901 ____________________________________________________________________________
30902 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
30903         Log: perldelta borrowings from perl561delta.
30904      Branch: perl
30905            ! pod/perldelta.pod
30906 ____________________________________________________________________________
30907 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
30908         Log: Add the 5.6.1 perldelta as perl561delta.
30909              (Makes it easier to steal stuff for perldelta :-)
30910      Branch: perl
30911            + pod/perl561delta.pod
30912            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30913 ____________________________________________________________________________
30914 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
30915         Log: Retract #13496 for now.
30916      Branch: perl
30917            ! t/base/lex.t t/base/term.t
30918 ____________________________________________________________________________
30919 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
30920         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
30921              From: "Craig A. Berry" <craigberry@mac.com>
30922              Date: Thu, 6 Dec 2001 14:54:36 -0600
30923              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
30924      Branch: perl
30925            ! vms/ext/filespec.t
30926 ____________________________________________________________________________
30927 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
30928         Log: (retracted by #13499)
30929              
30930              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30931              From: Michael G Schwern <schwern@pobox.com>
30932              Date: Thu, 6 Dec 2001 15:15:28 -0500
30933              Message-ID: <20011206201528.GF16414@blackrider>
30934      Branch: perl
30935            ! t/base/lex.t t/base/term.t
30936 ____________________________________________________________________________
30937 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
30938         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
30939              From: Michael G Schwern <schwern@pobox.com>
30940              Date: Thu, 6 Dec 2001 13:54:48 -0500
30941              Message-ID: <20011206185448.GC16414@blackrider>
30942      Branch: perl
30943            ! t/op/stat.t
30944 ____________________________________________________________________________
30945 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
30946         Log: The #4 has nothing to do with Unicode.
30947      Branch: perl
30948            ! t/op/tr.t
30949 ____________________________________________________________________________
30950 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
30951         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
30952              From: Michael G Schwern <schwern@pobox.com>
30953              Date: Thu, 6 Dec 2001 13:45:48 -0500
30954              Message-ID: <20011206184548.GB16414@blackrider>
30955      Branch: perl
30956            ! t/op/tr.t
30957 ____________________________________________________________________________
30958 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
30959         Log: Update Changes.
30960      Branch: perl
30961            ! Changes patchlevel.h
30962 ____________________________________________________________________________
30963 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
30964         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
30965              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30966              Date: Thu, 6 Dec 2001 11:41:25 EST
30967              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
30968      Branch: perl
30969            ! vms/vms.c vms/vmsish.h
30970 ____________________________________________________________________________
30971 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
30972         Log: Subject: [PATCH] Re: weirdness in regexps
30973              From: Robin Houston <robin@kitsite.com> 
30974              Date: Thu, 6 Dec 2001 14:44:01 +0000
30975              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
30976      Branch: perl
30977            ! op.c t/lib/strict/subs
30978 ____________________________________________________________________________
30979 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
30980         Log: Make the -b -c -S tests count all of the /dev, not just
30981              check the first one, as suggested by Benjamin Goldberg.
30982      Branch: perl
30983            ! t/op/stat.t
30984 ____________________________________________________________________________
30985 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
30986         Log: Subject: Re: [PATCH: bleadperl] casefold backref
30987              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30988              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
30989              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
30990      Branch: perl
30991            ! regexec.c
30992 ____________________________________________________________________________
30993 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
30994         Log: Nits noticed by Philip Newton, and de-tab DB.t.
30995      Branch: perl
30996            ! lib/DB.t
30997 ____________________________________________________________________________
30998 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
30999         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
31000              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31001              Date: 6 Dec 2001 11:06:01 -0000
31002              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
31003      Branch: perl
31004            ! op.c t/op/tr.t
31005 ____________________________________________________________________________
31006 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
31007         Log: Subject: [PATCH: bleadperl] casefold backref
31008              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31009              Date: Wed, 05 Dec 2001 17:27:05 +0000
31010              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
31011      Branch: perl
31012            ! regexec.c t/op/re_tests
31013 ____________________________________________________________________________
31014 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
31015         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
31016              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31017              Date: Wed, 5 Dec 2001 22:34:53 EST
31018              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
31019      Branch: perl
31020            ! mg.c vms/vms.c vms/vmsish.h
31021 ____________________________________________________________________________
31022 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
31023         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
31024              From: Michael G Schwern <schwern@pobox.com>
31025              Date: Wed, 5 Dec 2001 19:52:58 -0500
31026              Message-ID: <20011205195257.A903@blackrider>
31027      Branch: perl
31028            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
31029            + lib/File/Spec/t/rel2abs2rel.t
31030            - lib/File/Spec.t lib/File/Spec/Functions.t
31031            ! MANIFEST
31032 ____________________________________________________________________________
31033 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
31034         Log: Subject: Re: Silly stat() portability questions                
31035              From: Benjamin Goldberg <goldbb2@earthlink.net>
31036              Date: Wed, 05 Dec 2001 22:52:35 -0500
31037              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
31038      Branch: perl
31039            ! pod/perlport.pod
31040 ____________________________________________________________________________
31041 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
31042         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
31043              From: "Craig A. Berry" <craigberry@mac.com>
31044              Date: Wed, 05 Dec 2001 16:41:59 -0600
31045              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
31046      Branch: perl
31047            ! README.vms configure.com lib/File/Spec/VMS.pm
31048            ! vms/ext/filespec.t
31049 ____________________________________________________________________________
31050 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
31051         Log: $apply->('club', $glibc_maintainers);
31052              
31053              (Nick Clark just reported that <langinfo.h> YESSTR
31054              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
31055      Branch: perl
31056            ! ext/I18N/Langinfo/Langinfo.t
31057 ____________________________________________________________________________
31058 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
31059         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
31060      Branch: perl
31061            ! pod/perlport.pod
31062 ____________________________________________________________________________
31063 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
31064         Log: tweak change#13474 (pad entries can apparently be null in some
31065              situations)
31066      Branch: maint-5.6/perl
31067            ! op.c
31068 ____________________________________________________________________________
31069 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
31070         Log: Restore the /dev -b -c -S part of the test.
31071      Branch: perl
31072            ! t/op/stat.t
31073 ____________________________________________________________________________
31074 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
31075         Log: Retract #13475 until Arthur gets back to the mine.
31076      Branch: perl
31077            ! op.c t/run/kill_perl.t
31078 ____________________________________________________________________________
31079 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
31080         Log: (retracted by #13476)
31081              
31082              Manually apply #13474; fixes stale reference to dead
31083              CvOUTSIDE(); this can happen when anonymous subroutines
31084              that aren't closures are returned from an eval""
31085              
31086              (threads/shared/sv_refs.t is coredump-unhappy about this change)
31087      Branch: perl
31088            ! op.c t/run/kill_perl.t
31089 ____________________________________________________________________________
31090 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
31091         Log: replacement for change#10451
31092              
31093              fixes stale reference to dead CvOUTSIDE(); this can happen when
31094              anonymous subroutines that aren't closures are returned from an
31095              eval""
31096      Branch: maint-5.6/perl
31097            ! op.c t/op/misc.t
31098 ____________________________________________________________________________
31099 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
31100         Log: revert change#10451,10472; it was a naive fix that simply
31101              reintroduced the memory leak!
31102      Branch: maint-5.6/perl
31103            ! op.c t/op/misc.t
31104 ____________________________________________________________________________
31105 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
31106         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
31107              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
31108              Date: Wed, 05 Dec 2001 10:49:20 +0100
31109              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
31110      Branch: perl
31111            ! lib/File/Basename.pm lib/File/Basename.t
31112 ____________________________________________________________________________
31113 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
31114         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
31115              From: Michael G Schwern <schwern@pobox.com> 
31116              Date: Wed, 5 Dec 2001 02:47:59 -0500
31117              Message-ID: <20011205024759.H14333@blackrider>
31118      Branch: perl
31119            ! t/op/magic.t
31120 ____________________________________________________________________________
31121 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
31122         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
31123              From: Michael G Schwern <schwern@pobox.com>              
31124              Date: Wed, 5 Dec 2001 02:22:05 -0500
31125              Message-ID: <20011205022205.F14333@blackrider>
31126      Branch: perl
31127            ! t/op/stat.t vms/test.com
31128 ____________________________________________________________________________
31129 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
31130         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
31131              From: Michael G Schwern <schwern@pobox.com> 
31132              Date: Tue, 4 Dec 2001 23:40:10 -0500
31133              Message-ID: <20011204234010.B14333@blackrider>
31134      Branch: perl
31135            ! t/op/stat.t
31136 ____________________________________________________________________________
31137 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
31138         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
31139              From: Michael G Schwern <schwern@pobox.com> 
31140              Date: Tue, 4 Dec 2001 21:09:18 -0500           
31141              Message-ID: <20011204210918.D13279@blackrider>
31142              
31143              t/test.
31144      Branch: perl
31145            ! t/test.pl
31146 ____________________________________________________________________________
31147 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
31148         Log: (accidentally empty check-in)
31149      Branch: perl
31150            ! t/op/stat.t
31151 ____________________________________________________________________________
31152 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
31153         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
31154              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31155              Date: Tue, 04 Dec 2001 23:40:27 +0100
31156              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
31157      Branch: perl
31158            ! mg.c
31159 ____________________________________________________________________________
31160 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
31161         Log: Subject: [PATCH] minor pod fix in Safe.pm
31162              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31163              Date: Tue, 4 Dec 2001 22:02:34 +0100
31164              Message-ID: <20011204220234.A17293@rafael>
31165      Branch: perl
31166            ! ext/Opcode/Safe.pm
31167 ____________________________________________________________________________
31168 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
31169         Log: CRLF GRRR.
31170      Branch: perl
31171            ! djgpp/configure.bat
31172 ____________________________________________________________________________
31173 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
31174         Log: DJGPP fixes from Laszlo Molnar.
31175      Branch: perl
31176            ! djgpp/configure.bat djgpp/djgpp.h
31177 ____________________________________________________________________________
31178 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
31179         Log: Update Changes.
31180      Branch: perl
31181            ! Changes patchlevel.h
31182 ____________________________________________________________________________
31183 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
31184         Log: Must wipe out the memory of real Socket before starting
31185              to use the new fake one.
31186      Branch: perl
31187            ! lib/Net/t/config.t
31188 ____________________________________________________________________________
31189 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
31190         Log: LC_ALL might trump LANG.
31191      Branch: perl
31192            ! lib/open.t
31193 ____________________________________________________________________________
31194 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
31195         Log: Make the eval runtime.
31196      Branch: perl
31197            ! lib/open.pm
31198 ____________________________________________________________________________
31199 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
31200         Log: Make the Langinfo test both more lenient (allow
31201              for any symbol not to exists) and stricter (add
31202              more symbols).
31203      Branch: perl
31204            ! ext/I18N/Langinfo/Langinfo.t
31205 ____________________________________________________________________________
31206 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
31207         Log: integrate change#13453 from maint-5.6
31208              
31209              tweak change#11399 to use an explicit flag rather than
31210              ass_u_ming w32_pseudo_id will only be zero for the real
31211              toplevel interpreter; avoids multiple hosts from diddling
31212              the environment at the same time
31213      Branch: perl
31214           !> win32/perlhost.h
31215 ____________________________________________________________________________
31216 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
31217         Log: Subject: [PATCH] VMS update for perldelta.pod
31218              From: "Craig A. Berry" <craigberry@mac.com> 
31219              Date: Tue, 4 Dec 2001 00:23:12 -0600
31220              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
31221      Branch: perl
31222            ! pod/perldelta.pod
31223 ____________________________________________________________________________
31224 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
31225         Log: NetWare tweak from Ananth Kesari.
31226      Branch: perl
31227            ! NetWare/Makefile
31228 ____________________________________________________________________________
31229 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
31230         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
31231              Not adding the test suite because of its many assumptions.
31232      Branch: perl
31233            ! lib/Net/Ping.pm
31234 ____________________________________________________________________________
31235 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
31236         Log: tweak change#11399 to use an explicit flag rather than
31237              ass_u_ming w32_pseudo_id will only be zero for the real
31238              toplevel interpreter; avoids multiple hosts from diddling
31239              the environment at the same time
31240      Branch: maint-5.6/perl
31241            ! win32/perlhost.h
31242 ____________________________________________________________________________
31243 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
31244         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
31245              from Len Makin.
31246      Branch: perl
31247            + hints/super-ux.sh
31248            ! MANIFEST
31249 ____________________________________________________________________________
31250 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
31251         Log: Add Mac OS X known failures to perldelta.
31252      Branch: perl
31253            ! pod/perldelta.pod
31254 ____________________________________________________________________________
31255 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
31256         Log: I think it's time to call the utf8 code non-test.
31257      Branch: perl
31258            ! utf8.c
31259 ____________________________________________________________________________
31260 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
31261         Log: Retract #13303, need rethink.
31262      Branch: perl
31263            ! utf8.c
31264 ____________________________________________________________________________
31265 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
31266         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
31267              From: "Craig A. Berry" <craigberry@mac.com>
31268              Date: Mon, 03 Dec 2001 16:28:06 -0600
31269              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
31270      Branch: perl
31271            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
31272 ____________________________________________________________________________
31273 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
31274         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
31275              From: Andy Dougherty <doughera@lafayette.edu>
31276              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
31277              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
31278      Branch: perl
31279            ! hints/solaris_2.sh
31280 ____________________________________________________________________________
31281 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
31282         Log: This test is not very robust on 8.3-constrained systems:
31283              all the "with truncated name" lines between "Autosplitting ..."
31284              and "some names are not unique" lines are unexpected,
31285              and the truncation message becomes:
31286              testtest.al, testtest.al truncate to testtest 
31287      Branch: perl
31288            ! lib/AutoSplit.t
31289 ____________________________________________________________________________
31290 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
31291         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
31292      Branch: perl
31293            ! ext/I18N/Langinfo/Langinfo.t
31294 ____________________________________________________________________________
31295 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
31296         Log: Test::Morify UCD.t
31297      Branch: perl
31298            ! lib/Unicode/UCD.t
31299 ____________________________________________________________________________
31300 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
31301         Log: If Socket has not been built (e.g. DJGPP) the libnet
31302              tests fall over with (too) much noise.
31303      Branch: perl
31304            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
31305            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
31306            ! lib/Net/t/smtp.t lib/Net/t/time.t
31307 ____________________________________________________________________________
31308 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
31309         Log: Subject: [PATCH] shared hash keys and ++/--
31310              From: Nicholas Clark <nick@ccl4.org>
31311              Date: Mon, 3 Dec 2001 16:37:16 +0000
31312              Message-ID: <20011203163716.C21702@plum.flirble.org>
31313      Branch: perl
31314            ! pp.c pp_hot.c sv.c t/op/inc.t
31315 ____________________________________________________________________________
31316 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
31317         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
31318              From: Jonathan Stowe <jns@gellyfish.com>
31319              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
31320              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
31321      Branch: perl
31322            ! lib/Term/Cap.pm
31323 ____________________________________________________________________________
31324 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
31325         Log: Update Changes.
31326      Branch: perl
31327            ! Changes patchlevel.h
31328 ____________________________________________________________________________
31329 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
31330         Log: perldelta tweaks.
31331      Branch: perl
31332            ! pod/perldelta.pod
31333 ____________________________________________________________________________
31334 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
31335         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
31336              From: Sam Tregar <sam@tregar.com> 
31337              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
31338              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
31339      Branch: perl
31340            ! pod/perlnewmod.pod
31341 ____________________________________________________________________________
31342 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
31343         Log: microperl casting nit.
31344      Branch: perl
31345            ! utf8.c
31346 ____________________________________________________________________________
31347 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
31348         Log: Make sharepvn a macro since all it does is a deref.
31349      Branch: perl
31350            ! embed.h embed.pl global.sym hv.c hv.h proto.h
31351 ____________________________________________________________________________
31352 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
31353         Log: perldelta updates.
31354      Branch: perl
31355            ! pod/perldelta.pod
31356 ____________________________________________________________________________
31357 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
31358         Log: PPPort update from Paul Marquess.
31359      Branch: perl
31360            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
31361            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
31362            + ext/Devel/PPPort/t/test.t
31363            - ext/Devel/PPPort/harness/Harness.pm
31364            - ext/Devel/PPPort/harness/Harness.xs
31365            - ext/Devel/PPPort/harness/Makefile.PL
31366            - ext/Devel/PPPort/harness/module2.c
31367            - ext/Devel/PPPort/harness/module3.c
31368            - ext/Devel/PPPort/harness/t/test.t
31369            ! MANIFEST ext/Devel/PPPort/MANIFEST
31370            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
31371            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
31372            ! ext/Devel/PPPort/soak
31373 ____________________________________________________________________________
31374 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
31375         Log: No use talking about dynamic library search patch
31376              unless we are having a dynamic build.
31377      Branch: perl
31378            ! t/TEST
31379 ____________________________________________________________________________
31380 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
31381         Log: Be more explicit on the List::Util build trick,
31382              should also stop unneeded rebuilds on static builds.
31383      Branch: perl
31384            ! ext/List/Util/Makefile.PL
31385 ____________________________________________________________________________
31386 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
31387         Log: We need to replace the optimize (-O1) with
31388              the -h scalar0 -h vector0, not append them
31389              to the ccflags.
31390      Branch: perl
31391            ! hints/unicos.sh hints/unicosmk.sh
31392 ____________________________________________________________________________
31393 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
31394         Log: Subject: [PATCH] Shared hash keys 
31395              From: Nicholas Clark <nick@ccl4.org>
31396              Date: Sun, 2 Dec 2001 20:52:32 +0000
31397              Message-ID: <20011202205232.U21702@plum.flirble.org>
31398      Branch: perl
31399            ! doop.c t/op/tr.t
31400 ____________________________________________________________________________
31401 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
31402         Log: Better add new files to MANIFEST, too.
31403      Branch: perl
31404            ! MANIFEST
31405 ____________________________________________________________________________
31406 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
31407         Log: Subject: {PATCH] perlpacktut.pod
31408              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
31409              Date: Sun, 02 Dec 2001 19:55:06 +0100
31410              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
31411      Branch: perl
31412            ! pod/perlpacktut.pod
31413 ____________________________________________________________________________
31414 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
31415         Log: Various small nits found by DJGPP build.
31416      Branch: perl
31417            ! doio.c mg.c pp.c util.c
31418 ____________________________________________________________________________
31419 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
31420         Log: Subject: RE: More verbose POD for Carp
31421              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
31422              Date: Sun, 2 Dec 2001 11:32:51 -0500
31423              Message-ID: <3C0A9748@operamail.com>
31424      Branch: perl
31425            ! lib/Carp.pm
31426 ____________________________________________________________________________
31427 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
31428         Log: Add a header for DJGPP with the function prototypes.
31429      Branch: perl
31430            + djgpp/djgpp.h
31431            ! MANIFEST djgpp/djgpp.c
31432 ____________________________________________________________________________
31433 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
31434         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
31435              From: Abe Timmerman <abe@ztreet.demon.nl>
31436              Date: Sun, 02 Dec 2001 02:41:25 +0100
31437              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
31438      Branch: perl
31439            ! pp_sys.c
31440 ____________________________________________________________________________
31441 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
31442         Log: There isn't PTR2INT(), there's PTR2IV().
31443      Branch: perl
31444            ! ext/Time/HiRes/HiRes.xs
31445 ____________________________________________________________________________
31446 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
31447         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
31448              From: Marc Lehmann <root@schmorp.de>
31449              Date: Sun, 02 Dec 2001 02:44:53 +0100
31450              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
31451      Branch: perl
31452            ! ext/Time/HiRes/HiRes.xs
31453 ____________________________________________________________________________
31454 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
31455         Log: encode()/decode() examples.
31456      Branch: perl
31457            ! ext/Encode/Encode.pm
31458 ____________________________________________________________________________
31459 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
31460         Log: DJGPP tweaks from Laszlo Molnar.
31461      Branch: perl
31462            ! djgpp/config.over djgpp/djgppsed.sh
31463 ____________________________________________________________________________
31464 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
31465         Log: Update Changes.
31466      Branch: perl
31467            ! Changes patchlevel.h
31468 ____________________________________________________________________________
31469 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
31470         Log: Integrate perlio:
31471              
31472              [ 13409]
31473              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
31474              have file descriptors. Noticed a possibly worse problem in the process ...
31475      Branch: perl
31476           !> doio.c
31477 ____________________________________________________________________________
31478 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
31479         Log: Non-VMS-fixed and Win32-skipped version of
31480              
31481              Subject: [PATCH t/op/exec.t] Portabilty fix 
31482              From: Michael G Schwern <schwern@pobox.com> 
31483              Date: Fri, 30 Nov 2001 16:09:27 -0500
31484              Message-ID: <20011130160927.A10406@blackrider>
31485      Branch: perl
31486            ! t/op/exec.t
31487 ____________________________________________________________________________
31488 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
31489         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
31490              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31491              Date: Sat, 1 Dec 2001 07:01:09 -0500
31492              Message-ID: <3C0D2E39@operamail.com>
31493              
31494              Subject: More verbose POD for Carp
31495              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31496              Date: Sat, 1 Dec 2001 08:04:16 -0500
31497              Message-ID: <3C285C2B@operamail.com>
31498      Branch: perl
31499            ! lib/Carp.pm lib/Carp/Heavy.pm
31500 ____________________________________________________________________________
31501 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
31502         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
31503              From: chromatic <chromatic@rmci.net>
31504              Date: Sat, 01 Dec 2001 12:41:58 -0700
31505              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
31506      Branch: perl
31507            ! lib/DB.t
31508 ____________________________________________________________________________
31509 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
31510         Log: Try to make a missing RADIXCHAR a softer kinder error.
31511      Branch: perl
31512            ! ext/I18N/Langinfo/Langinfo.t
31513 ____________________________________________________________________________
31514 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
31515         Log: Have a little faith on nl_langinfo() itself.
31516      Branch: perl
31517            ! ext/I18N/Langinfo/Langinfo.xs
31518 ____________________________________________________________________________
31519 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
31520         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
31521              the max, not max plus one)
31522      Branch: perl
31523            ! ext/I18N/Langinfo/Langinfo.xs
31524 ____________________________________________________________________________
31525 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
31526         Log: Make reality agree with the comment.
31527      Branch: perl
31528            ! ext/I18N/Langinfo/Langinfo.xs
31529 ____________________________________________________________________________
31530 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
31531         Log: Try to protect against wild langinfo() arguments.
31532      Branch: perl
31533            ! ext/I18N/Langinfo/Langinfo.xs
31534 ____________________________________________________________________________
31535 [ 13409] By: nick                                  on 2001/12/01  18:19:59
31536         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
31537              have file descriptors. Noticed a possibly worse problem in the process ...
31538      Branch: perlio
31539            ! doio.c
31540 ____________________________________________________________________________
31541 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
31542         Log: (replaced by #13556)
31543              
31544              If we are inside an eval, let's be silent about
31545              separate symbols and just croak() in the end.
31546      Branch: perl
31547            ! lib/Exporter/Heavy.pm
31548 ____________________________________________________________________________
31549 [ 13407] By: nick                                  on 2001/12/01  17:14:05
31550         Log: Integrate mainline
31551      Branch: perlio
31552           !> (integrate 26 files)
31553 ____________________________________________________________________________
31554 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
31555         Log: Subject: Fix for Exporter error reporting behaviour
31556              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31557              Date: Sat, 1 Dec 2001 06:34:48 -0500
31558              Message-ID: <3C0D1B9A@operamail.com>
31559      Branch: perl
31560            ! lib/Exporter.pm lib/Exporter/Heavy.pm
31561 ____________________________________________________________________________
31562 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
31563         Log: Need to hide behind an eval to avoid a warning
31564              about :utf8 on non-perlio configs.
31565      Branch: perl
31566            ! lib/open.t
31567 ____________________________________________________________________________
31568 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
31569         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
31570              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31571              Date: Fri, 30 Nov 2001 23:46:58 +0100
31572              Message-ID: <20011130234658.A717@rafael>
31573      Branch: perl
31574            ! op.c t/op/method.t
31575 ____________________________________________________________________________
31576 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
31577         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
31578              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31579              Date: Thu, 29 Nov 2001 22:46:12 +0100
31580              Message-ID: <20011129224612.A699@rafael>
31581      Branch: perl
31582            ! ext/B/B/Xref.pm
31583 ____________________________________________________________________________
31584 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
31585         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
31586              From: Tels <perl_dummy@bloodgate.com>
31587              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
31588              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
31589      Branch: perl
31590            ! pod/perlfunc.pod
31591 ____________________________________________________________________________
31592 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
31593         Log: Subject: [REPATCH] reference pointer comparison
31594              From: Nicholas Clark <nick@ccl4.org>
31595              Date: Sat, 1 Dec 2001 13:00:17 +0000
31596              Message-ID: <20011201130017.I21702@plum.flirble.org>
31597      Branch: perl
31598            ! pp.c
31599 ____________________________________________________________________________
31600 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
31601         Log: Upgrade to Storable 1.0.14.
31602      Branch: perl
31603            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31604 ____________________________________________________________________________
31605 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
31606         Log: Add simple caches for ::viacode() and ::vianame().
31607      Branch: perl
31608            ! lib/charnames.pm lib/charnames.t
31609 ____________________________________________________________________________
31610 [ 13398] By: nick                                  on 2001/12/01  10:36:24
31611         Log: Integrate mainline.
31612      Branch: perlio
31613           +> (branch 44 files)
31614            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
31615            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
31616            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
31617           !> (integrate 250 files)
31618 ____________________________________________________________________________
31619 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
31620         Log: Regen toc and modlib.
31621      Branch: perl
31622            ! pod/perlmodlib.pod pod/perltoc.pod
31623 ____________________________________________________________________________
31624 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
31625         Log: Upgrade to podlators-1.18.
31626      Branch: perl
31627            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
31628 ____________________________________________________________________________
31629 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
31630         Log: -h scalar0 -h vector0 seems to help for both
31631              UNICOS and UNICOS/mk on the unpack %65c problems.
31632              
31633              (replaces #13393)
31634      Branch: perl
31635            ! hints/unicos.sh hints/unicosmk.sh
31636 ____________________________________________________________________________
31637 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
31638         Log: More Socket constants.
31639      Branch: perl
31640            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
31641 ____________________________________________________________________________
31642 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
31643         Log: (replaced by #13395)
31644      Branch: perl
31645            ! hints/unicosmk.sh
31646 ____________________________________________________________________________
31647 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
31648         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
31649              From: Andy Dougherty <doughera@lafayette.edu>
31650              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
31651              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
31652              
31653              Simplify the test skippage criterion now that we are
31654              no more dependent on sed.
31655      Branch: perl
31656            ! t/comp/cpp.t t/run/switchPx.t
31657 ____________________________________________________________________________
31658 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
31659         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
31660              From: Michael G Schwern <schwern@pobox.com>
31661              Date: Fri, 30 Nov 2001 11:48:44 -0500
31662              Message-ID: <20011130114844.C1303@blackrider>
31663              
31664              (replaces #13381)
31665      Branch: perl
31666            ! t/op/stat.t
31667 ____________________________________________________________________________
31668 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
31669         Log: Let's not assume how much memory has been allocated
31670              to PVs.
31671      Branch: perl
31672            ! ext/Devel/Peek/Peek.t
31673 ____________________________________________________________________________
31674 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
31675         Log: VOS needs to know the modules, including pp_sort.
31676      Branch: perl
31677            ! vos/perl.bind
31678 ____________________________________________________________________________
31679 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
31680         Log: Unused variables.
31681      Branch: perl
31682            ! ext/Unicode/Normalize/Normalize.xs
31683 ____________________________________________________________________________
31684 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
31685         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
31686              From: John Peacock <jpeacock@rowman.com>     
31687              Date: Fri, 30 Nov 2001 10:24:00 -0500        
31688              Message-ID: <3C07A490.A22A76B0@rowman.com>   
31689      Branch: perl
31690            ! lib/ExtUtils/Embed.t
31691 ____________________________________________________________________________
31692 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
31693         Log: Tweak for the VOS building script from Paul Green.
31694      Branch: perl
31695            ! vos/configure_perl.cm
31696 ____________________________________________________________________________
31697 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
31698         Log: Update Changes.
31699      Branch: perl
31700            ! Changes patchlevel.h
31701 ____________________________________________________________________________
31702 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
31703         Log: Cannot test if cppstdin has not yet been installed.
31704      Branch: perl
31705            ! t/run/switchPx.t
31706 ____________________________________________________________________________
31707 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
31708         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
31709              From: Michael G Schwern <schwern@pobox.com> 
31710              Date: Thu, 29 Nov 2001 22:05:11 -0500
31711              Message-ID: <20011129220510.A18869@blackrider>
31712              
31713              TODO 1: if cppstdin is used and not yet installed,
31714              the Px.t will fail (must do the same as in cpp.t)
31715              
31716              TODO 2: does this work if no Perl whatsoever has
31717              yet been installed?  That is, we should be using
31718              the Perl we are building to execute the one-liner.
31719      Branch: perl
31720            + t/run/switchPx.aux t/run/switchPx.t
31721            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
31722            ! vms/test.com
31723 ____________________________________________________________________________
31724 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
31725         Log: Upgrade to Unicode::Normalize 0.12.
31726      Branch: perl
31727            ! ext/Unicode/Normalize/Changes
31728            ! ext/Unicode/Normalize/Normalize.pm
31729            ! ext/Unicode/Normalize/Normalize.xs
31730            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
31731            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
31732            ! ext/Unicode/Normalize/t/test.t
31733 ____________________________________________________________________________
31734 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
31735         Log: (replaced by #13391)
31736              
31737              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
31738              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
31739              Date: 30 Nov 2001 11:41:53 -0000             
31740              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
31741              
31742              No need to die if we have high-paranoia (non-chdirable)
31743              system directories.
31744      Branch: perl
31745            ! t/op/stat.t
31746 ____________________________________________________________________________
31747 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
31748         Log: Paragraph rewrapping.
31749      Branch: perl
31750            ! pod/perliol.pod
31751 ____________________________________________________________________________
31752 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
31753         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
31754              From: Stas Bekman <stas@stason.org>
31755              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
31756              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
31757      Branch: perl
31758            ! pod/perliol.pod
31759 ____________________________________________________________________________
31760 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
31761         Log: Whether select() gets restarted on signals is
31762              implementation dependent.
31763      Branch: perl
31764            ! ext/Time/HiRes/HiRes.t
31765 ____________________________________________________________________________
31766 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
31767         Log: More forgotten checkins.
31768      Branch: perl
31769            ! embed.h embed.pl proto.h
31770 ____________________________________________________________________________
31771 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
31772         Log: Add a note about folding vs lowercase.
31773      Branch: perl
31774            ! regexec.c
31775 ____________________________________________________________________________
31776 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
31777         Log: Use to_uni_fold (and add changed global.sym)
31778      Branch: perl
31779            ! global.sym utf8.c
31780 ____________________________________________________________________________
31781 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
31782         Log: Make to Unicode character functions to use UVs
31783              instead of U32s and add to_uni_fold().
31784      Branch: perl
31785            ! embed.pl proto.h utf8.c
31786 ____________________________________________________________________________
31787 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
31788         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
31789              From: Nicholas Clark <nick@ccl4.org>
31790              Date: Thu, 29 Nov 2001 22:47:32 +0000
31791              Message-ID: <20011129224732.W37621@plum.flirble.org>
31792      Branch: perl
31793            ! pod/perlpacktut.pod
31794 ____________________________________________________________________________
31795 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
31796         Log: README.vos updates from Paul Green.
31797      Branch: perl
31798            ! README.vos
31799 ____________________________________________________________________________
31800 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
31801         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
31802              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31803              Date: Thu, 29 Nov 2001 14:18:51 EST
31804              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
31805      Branch: perl
31806            ! mg.c vms/vms.c vms/vmsish.h
31807 ____________________________________________________________________________
31808 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
31809         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
31810              From: Michael G Schwern <schwern@pobox.com>
31811              Date: Thu, 29 Nov 2001 13:12:31 -0500
31812              Message-ID: <20011129131231.E11300@blackrider>
31813      Branch: perl
31814            ! README.vms
31815 ____________________________________________________________________________
31816 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
31817         Log: BGET_IV was missing.
31818      Branch: perl
31819            ! ext/ByteLoader/bytecode.h
31820 ____________________________________________________________________________
31821 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
31822         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
31823              From: Jonathan Stowe <gellyfish@gellyfish.com>
31824              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
31825              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
31826      Branch: perl
31827            ! lib/Term/Cap.pm
31828 ____________________________________________________________________________
31829 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
31830         Log: Porting/checkURL.pl was missing.
31831      Branch: perl
31832            ! MANIFEST
31833 ____________________________________________________________________________
31834 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
31835         Log: Subject: INSTALL and READMEs should be reviewed
31836              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31837              Date: Thu, 29 Nov 2001 16:49:36 +0100
31838              Message-ID: <20011129164936.A17492@rafael>         
31839      Branch: perl
31840            ! README.cygwin
31841 ____________________________________________________________________________
31842 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
31843         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
31844              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
31845              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
31846              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
31847      Branch: perl
31848            ! README.os390
31849 ____________________________________________________________________________
31850 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
31851         Log: Update Changes.
31852      Branch: perl
31853            ! Changes patchlevel.h
31854 ____________________________________________________________________________
31855 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
31856         Log: The changes to the curliffed files didn't stick in #13348.
31857      Branch: perl
31858            ! README.dos README.win32
31859 ____________________________________________________________________________
31860 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
31861         Log: Subject: Re: Found the rev where File::Glob broke
31862              From: Andy Dougherty <doughera@lafayette.edu>
31863              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
31864              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
31865      Branch: perl
31866            ! lib/ExtUtils/MM_Unix.pm
31867 ____________________________________________________________________________
31868 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
31869         Log: Use __DATA__ instead of __END__.
31870      Branch: perl
31871            ! lib/Term/Cap.pm
31872 ____________________________________________________________________________
31873 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
31874         Log: Subject: [PATCH toke.c] autosplit into @F fix
31875              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31876              Date: Thu, 29 Nov 2001 14:52:23 +0100
31877              Message-ID: <20011129145223.A25817@rafael>         
31878      Branch: perl
31879            ! toke.c
31880 ____________________________________________________________________________
31881 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
31882         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
31883              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31884              Date: Thu, 29 Nov 2001 15:48:15 +0100
31885              Message-ID: <20011129154815.C25817@rafael>         
31886      Branch: perl
31887            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
31888 ____________________________________________________________________________
31889 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
31890         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
31891              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
31892              Date: Wed, 28 Nov 2001 20:35:29 +0100
31893              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
31894      Branch: perl
31895            ! pod/perlpacktut.pod
31896 ____________________________________________________________________________
31897 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
31898         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
31899              From: Stas Bekman <stas@stason.org>
31900              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
31901              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
31902              
31903              (with tweaks)
31904      Branch: perl
31905            ! pod/perlapio.pod
31906 ____________________________________________________________________________
31907 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
31908         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31909              From: Tels <perl_dummy@bloodgate.com>
31910              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
31911              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
31912              
31913              (plus paragraph rewrapping)
31914      Branch: perl
31915            ! lib/Exporter.pm
31916 ____________________________________________________________________________
31917 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
31918         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
31919              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
31920              Date: Wed, 28 Nov 2001 21:47:59 +0000
31921              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
31922      Branch: perl
31923            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31924 ____________________________________________________________________________
31925 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
31926         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
31927              From: Andy Dougherty <doughera@lafayette.edu>
31928              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
31929              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
31930      Branch: perl
31931            ! INSTALL ext/Time/HiRes/HiRes.t
31932 ____________________________________________________________________________
31933 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
31934         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
31935              From: Michael G Schwern <schwern@pobox.com> 
31936              Date: Wed, 28 Nov 2001 16:37:01 -0500
31937              Message-ID: <20011128163701.H676@blackrider>
31938      Branch: perl
31939            ! t/run/kill_perl.t
31940 ____________________________________________________________________________
31941 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
31942         Log: @INC tweak.
31943      Branch: perl
31944            ! t/op/ref.t
31945 ____________________________________________________________________________
31946 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
31947         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
31948              From: Nicholas Clark <nick@ccl4.org>
31949              Date: Wed, 28 Nov 2001 23:38:43 +0000
31950              Message-ID: <20011128233843.N37621@plum.flirble.org>  
31951      Branch: perl
31952            ! installman
31953 ____________________________________________________________________________
31954 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
31955         Log: Tweak the forking logic.
31956      Branch: perl
31957            ! Porting/checkURL.pl
31958 ____________________________________________________________________________
31959 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
31960         Log: Update perlmodlib.PL as per #13348.  The L<> got
31961              changed back because that is coming from ParseLink.pm.
31962      Branch: perl
31963            ! pod/perlmodlib.PL pod/perlmodlib.pod
31964 ____________________________________________________________________________
31965 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
31966         Log: URL fixups from Michael Schwern.
31967      Branch: perl
31968            ! README.cygwin README.dos README.hpux README.mint README.mpeix
31969            ! README.os390 README.qnx README.solaris README.vos README.win32
31970            ! pod/perlmodlib.pod
31971 ____________________________________________________________________________
31972 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
31973         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31974              From: Barrie Slaymaker <barries@slaysys.com>
31975              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
31976              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
31977      Branch: perl
31978            ! lib/Exporter.pm
31979 ____________________________________________________________________________
31980 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
31981         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
31982      Branch: perl
31983            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
31984 ____________________________________________________________________________
31985 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
31986         Log: Subject: [PATCH] Re: $\ very broken
31987              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31988              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
31989              Message-ID: <20011128223308.E732@rafael>   
31990              
31991              Subject: Re: [PATCH] Re: $\ very broken     
31992              From: Nicholas Clark <nick@ccl4.org>
31993              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
31994              Message-ID: <20011128222859.K37621@plum.flirble.org>
31995      Branch: perl
31996            ! mg.c t/op/ref.t
31997 ____________________________________________________________________________
31998 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
31999         Log: Add Abigail's link checker with the following tweaks:
32000              - known dummy URLs (Peter Prymmer)
32001              - do also READMEs and INSTALL (Michael Schwern)
32002              - do also ftp URLs
32003              - add fork retry loop in case the allowed number
32004              of processes per user is low
32005      Branch: perl
32006            + Porting/checkURL.pl
32007            ! MANIFEST
32008 ____________________________________________________________________________
32009 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
32010         Log: Update Changes.
32011      Branch: perl
32012            ! Changes patchlevel.h
32013 ____________________________________________________________________________
32014 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
32015         Log: In Linux if we have modern enough gcc and supported
32016              enough CPU, crank up the optimization level to -O3.
32017      Branch: perl
32018            ! hints/linux.sh
32019 ____________________________________________________________________________
32020 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
32021         Log: Add perlpacktut from Wolfgang Laun; regen toc.
32022      Branch: perl
32023            + pod/perlpacktut.pod
32024            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
32025            ! pod/perltoc.pod
32026 ____________________________________________________________________________
32027 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
32028         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
32029              From: PPrymmer@factset.com
32030              Date: Wed, 28 Nov 2001 07:51:26 -0500
32031              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
32032      Branch: perl
32033            ! vms/test.com
32034 ____________________________________________________________________________
32035 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
32036         Log: Test cases for the first half of #13338.
32037      Branch: perl
32038            ! t/lib/h2ph.h t/lib/h2ph.pht
32039 ____________________________________________________________________________
32040 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
32041         Log: Subject: Re: h2ph confused by comments in an enum.
32042              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
32043              Date: Wed, 28 Nov 2001 04:19:21 +0000
32044              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
32045              
32046              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
32047              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
32048              Date: Wed, 28 Nov 2001 13:36:35 +0000
32049              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
32050      Branch: perl
32051            ! utils/h2ph.PL
32052 ____________________________________________________________________________
32053 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
32054         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
32055              From: Jonathan Stowe <gellyfish@gellyfish.com>
32056              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
32057              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
32058              
32059              (replace #13327)
32060      Branch: perl
32061            ! lib/Term/Cap.pm
32062 ____________________________________________________________________________
32063 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
32064         Log: Replace #13335 with
32065              
32066              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
32067              From: Russ Allbery <rra@stanford.edu>
32068              Date: 27 Nov 2001 20:42:49 -0800
32069              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
32070      Branch: perl
32071            ! lib/Pod/Text/Termcap.pm
32072 ____________________________________________________________________________
32073 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
32074         Log: (replaced by #13336)
32075              
32076              Subject: [PATCH perl@13323] Termcap.pm with no termios
32077              From: "Craig A. Berry" <craigberry@mac.com> 
32078              Date: Tue, 27 Nov 2001 22:28:50 -0600
32079              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
32080      Branch: perl
32081            ! lib/Pod/Text/Termcap.pm
32082 ____________________________________________________________________________
32083 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
32084         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
32085              From: "Craig A. Berry" <craigberry@mac.com> 
32086              Date: Tue, 27 Nov 2001 21:46:45 -0600
32087              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
32088      Branch: perl
32089            ! configure.com
32090 ____________________________________________________________________________
32091 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
32092         Log: Upgrade to podlators 1.17.
32093      Branch: perl
32094            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
32095            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
32096 ____________________________________________________________________________
32097 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
32098         Log: Fix for "a\x{100}" =~ /A/i.
32099      Branch: perl
32100            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
32101            ! utf8.c
32102 ____________________________________________________________________________
32103 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
32104         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
32105              From: "Craig A. Berry" <craigberry@mac.com>
32106              Date: Tue, 27 Nov 2001 17:11:49 -0600
32107              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
32108      Branch: perl
32109            ! lib/DB.t
32110 ____________________________________________________________________________
32111 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
32112         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
32113              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32114              Date: Tue, 27 Nov 2001 14:55:23 -0500
32115              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
32116              
32117              Subject: [PATCH: perl@13324] updates to perldelta.pod 
32118              From: PPrymmer@factset.com
32119              Date: Tue, 27 Nov 2001 18:06:04 -0500
32120              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
32121              
32122              plus added some known problems.
32123      Branch: perl
32124            ! pod/perldelta.pod
32125 ____________________________________________________________________________
32126 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
32127         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
32128              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32129              Date: Tue, 27 Nov 2001 15:38:02 EST 
32130              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
32131      Branch: perl
32132            ! configure.com vms/vms.c vms/vmsish.h
32133 ____________________________________________________________________________
32134 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
32135         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
32136              From: Michael G Schwern <schwern@pobox.com> 
32137              Date: Tue, 27 Nov 2001 15:31:12 -0500
32138              Message-ID: <20011127153112.G20929@blackrider>
32139      Branch: perl
32140            ! t/run/kill_perl.t
32141 ____________________________________________________________________________
32142 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
32143         Log: (replaced by #13337)
32144              
32145              VMS can safely hardcode a termcap entry for VT100.
32146      Branch: perl
32147            ! lib/Term/Cap.pm
32148 ____________________________________________________________________________
32149 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
32150         Log: VMS piping fixes from Charles Lane (perl -P should
32151              be working now).
32152      Branch: perl
32153            ! vms/vms.c
32154 ____________________________________________________________________________
32155 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
32156         Log: Subject: [PATCH] perlvar.pod fix
32157              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32158              Date: Tue, 27 Nov 2001 13:11:47 -0500
32159              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
32160      Branch: perl
32161            ! pod/perlvar.pod
32162 ____________________________________________________________________________
32163 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
32164         Log: Update Changes.
32165      Branch: perl
32166            ! Changes patchlevel.h
32167 ____________________________________________________________________________
32168 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
32169         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
32170              From: "Craig A. Berry" <craigberry@mac.com> 
32171              Date: Tue, 27 Nov 2001 10:21:18 -0600
32172              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
32173      Branch: perl
32174            ! lib/ExtUtils/MM_VMS.pm
32175 ____________________________________________________________________________
32176 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
32177         Log: Protect against accumulating -options -options -options.
32178      Branch: perl
32179            ! hints/hpux.sh
32180 ____________________________________________________________________________
32181 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
32182         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
32183              From: Barrie Slaymaker <barries@slaysys.com>
32184              Date: Tue, 27 Nov 2001 10:58:54 -0500
32185              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
32186      Branch: perl
32187            ! lib/Benchmark.pm
32188 ____________________________________________________________________________
32189 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
32190         Log: Tiny fix from John P. Linderman.
32191      Branch: perl
32192            ! lib/sort.pm
32193 ____________________________________________________________________________
32194 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
32195         Log: The Story of sort(), from John P. Linderman.
32196      Branch: perl
32197            ! pod/perldelta.pod
32198 ____________________________________________________________________________
32199 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
32200         Log: Add information what to do if you are reading
32201              perluniintro but using some older Perl.
32202      Branch: perl
32203            ! pod/perluniintro.pod
32204 ____________________________________________________________________________
32205 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
32206         Log: Update the 'wide characters' FAQ entry.
32207      Branch: perl
32208            ! pod/perlfaq6.pod
32209 ____________________________________________________________________________
32210 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
32211         Log: Fix for
32212              
32213              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
32214              From: Marc Lehmann <root@schmorp.de>
32215              Date: Tue, 27 Nov 2001 14:27:14 +0100
32216              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
32217      Branch: perl
32218            ! ext/Encode.t ext/Encode/Encode.xs
32219 ____________________________________________________________________________
32220 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
32221         Log: Subject: [PATCH] DB_File 1.801
32222              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32223              Date: Tue, 27 Nov 2001 15:06:45 -0000
32224              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
32225      Branch: perl
32226            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32227            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
32228 ____________________________________________________________________________
32229 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
32230         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
32231      Branch: perl
32232            ! pod/perlmodlib.pod
32233 ____________________________________________________________________________
32234 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
32235         Log: sort() doc tweaks from John P. Linderman.
32236      Branch: perl
32237            ! pod/perlfunc.pod
32238 ____________________________________________________________________________
32239 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
32240         Log: Subject: [PATCH] More perldelta.pod nits
32241              From: Simon Glover <scog@roe.ac.uk>
32242              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
32243              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
32244      Branch: perl
32245            ! pod/perldelta.pod
32246 ____________________________________________________________________________
32247 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
32248         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
32249              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32250              Date: Tue, 27 Nov 2001 11:52:31 -0000
32251              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
32252      Branch: perl
32253            ! ext/Devel/PPPort/harness/Makefile.PL
32254 ____________________________________________________________________________
32255 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
32256         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
32257              From: Michael G Schwern <schwern@pobox.com>
32258              Date: Tue, 27 Nov 2001 03:38:24 -0500
32259              Message-ID: <20011127033824.A17775@blackrider>
32260      Branch: perl
32261            ! t/TEST
32262 ____________________________________________________________________________
32263 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
32264         Log: Subject: Re: perlcc very broken
32265              From: John Peacock <jpeacock@rowman.com>
32266              Date: Tue, 27 Nov 2001 06:48:01 -0500
32267              Message-ID: <3C037D71.4030508@rowman.com>
32268      Branch: perl
32269            ! utils/perlcc.PL
32270 ____________________________________________________________________________
32271 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
32272         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
32273              From: David Dyck <dcd@tc.fluke.com>
32274              Date: Mon, 26 Nov 2001 22:04:38 -0800
32275              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
32276      Branch: perl
32277            ! t/op/pack.t
32278 ____________________________________________________________________________
32279 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
32280         Log: Subject: [ID 20011126.149] t/op/split fails step 37
32281              From: David Dyck <dcd@tc.fluke.com>
32282              Date: Mon, 26 Nov 2001 21:52:35 -0800
32283              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
32284      Branch: perl
32285            ! t/op/split.t
32286 ____________________________________________________________________________
32287 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
32288         Log: incorporate last minute change from libnet 1.0901-tobe
32289      Branch: perl
32290            ! lib/Net/SMTP.pm
32291 ____________________________________________________________________________
32292 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
32293         Log: Pass 7 at perldelta - random edits.
32294      Branch: perl
32295            ! pod/perldelta.pod
32296 ____________________________________________________________________________
32297 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
32298         Log: Portability and skippage tweaks.
32299      Branch: perl
32300            ! t/op/split.t
32301 ____________________________________________________________________________
32302 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
32303         Log: (retracted by #13449)
32304              Try to make Unicode casemapping to work for EBCDIC, too.
32305      Branch: perl
32306            ! utf8.c
32307 ____________________________________________________________________________
32308 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
32309         Log: Just printing 1..0 is not quite enough...
32310      Branch: perl
32311            ! lib/Dumpvalue.t
32312 ____________________________________________________________________________
32313 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
32314         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
32315              Delay the match until runtime.
32316      Branch: perl
32317            ! t/op/append.t
32318 ____________________________________________________________________________
32319 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
32320         Log: UTF-EBCDIC.
32321      Branch: perl
32322            ! ext/Devel/Peek/Peek.t
32323 ____________________________________________________________________________
32324 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
32325         Log: Be UTF-EBCDIC aware.
32326      Branch: perl
32327            ! lib/bytes.t
32328 ____________________________________________________________________________
32329 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
32330         Log: Bad assumption which way digits and letters sort.
32331      Branch: perl
32332            ! lib/English.t
32333 ____________________________________________________________________________
32334 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
32335         Log: If in EBCDIC but no Convert::EBCDIC
32336              the libnet tests will all fail.
32337      Branch: perl
32338            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
32339            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
32340            ! lib/Net/t/smtp.t lib/Net/t/time.t
32341 ____________________________________________________________________________
32342 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
32343         Log: Just sorting to guarantee order is not enough.
32344              (Think EBCDIC.) 
32345      Branch: perl
32346            ! lib/ExtUtils/Manifest.t
32347 ____________________________________________________________________________
32348 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
32349         Log: OS/390 cleanable gunk.
32350      Branch: perl
32351            ! lib/ExtUtils/MM_Unix.pm
32352 ____________________________________________________________________________
32353 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
32354         Log: Update the EBCDIC MD5 checksums.
32355      Branch: perl
32356            ! ext/Digest/MD5/t/files.t
32357 ____________________________________________________________________________
32358 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
32359         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
32360              From: Nicholas Clark <nick@ccl4.org>
32361              Date: Mon, 26 Nov 2001 23:06:34 +0000
32362              Message-ID: <20011126230633.Q37621@plum.flirble.org>
32363      Branch: perl
32364            ! installman
32365 ____________________________________________________________________________
32366 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
32367         Log: sort tweaks from John P. Linderman.
32368      Branch: perl
32369            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
32370 ____________________________________________________________________________
32371 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
32372         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
32373              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
32374              Date: Mon, 26 Nov 2001 18:47:25 -0600
32375              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
32376              
32377              Craig Berry submitted half of this patch just yesterday.
32378              Spooky cosmic resonance.
32379      Branch: perl
32380            ! ext/Socket/Socket.xs
32381 ____________________________________________________________________________
32382 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
32383         Log: Subject: [PATCH] doio slightly smaller
32384              From: Nicholas Clark <nick@ccl4.org>
32385              Date: Tue, 27 Nov 2001 00:40:23 +0000      
32386              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
32387      Branch: perl
32388            ! doio.c
32389 ____________________________________________________________________________
32390 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
32391         Log: perldelta nits from Autrijus Tang and Ron Kimball.
32392      Branch: perl
32393            ! pod/perldelta.pod
32394 ____________________________________________________________________________
32395 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
32396         Log: Subject: [PATCH] unpack P* uses random length for item
32397              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
32398              Date: Mon, 26 Nov 2001 19:56:32 +0100
32399              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
32400      Branch: perl
32401            ! pod/perldiag.pod pp_pack.c t/op/pack.t
32402 ____________________________________________________________________________
32403 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
32404         Log: Subject: [PATCH current] system and taintedness
32405              From: Radu Greab <radu@netsoft.ro>
32406              Date: Mon, 26 Nov 2001 18:42:29 +0200
32407              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
32408      Branch: perl
32409            ! pp_sys.c t/op/taint.t
32410 ____________________________________________________________________________
32411 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
32412         Log: Subject: [PATCH @ 13283] Devel::PPPort
32413              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32414              Date: Mon, 26 Nov 2001 14:37:17 -0000
32415              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
32416      Branch: perl
32417            + ext/Devel/PPPort/MANIFEST
32418            ! MANIFEST ext/Devel/PPPort/Makefile.PL
32419            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
32420            ! ext/Devel/PPPort/harness/Harness.xs
32421            ! ext/Devel/PPPort/harness/Makefile.PL
32422            ! ext/Devel/PPPort/harness/module2.c
32423            ! ext/Devel/PPPort/harness/module3.c
32424            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
32425 ____________________________________________________________________________
32426 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
32427         Log: Update the test list.
32428      Branch: perl
32429            ! t/lib/1_compile.t
32430 ____________________________________________________________________________
32431 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
32432         Log: Sync-up tests with libnet distribution
32433      Branch: perl
32434            + lib/Net/t/netrc.t
32435            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
32436 ____________________________________________________________________________
32437 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
32438         Log: Update Changes.
32439      Branch: perl
32440            ! Changes patchlevel.h
32441 ____________________________________________________________________________
32442 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
32443         Log: Upgrade to podlators 1.16.
32444      Branch: perl
32445            + lib/Pod/t/basic.cap
32446            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
32447            ! lib/Pod/t/basic.t pod/pod2man.PL
32448 ____________________________________________________________________________
32449 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
32450         Log: Pass 6 at perldelta - sort enhancements, generic and
32451              platform specific bug fixes.
32452      Branch: perl
32453            ! pod/perldelta.pod
32454 ____________________________________________________________________________
32455 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
32456         Log: PROPAGATE documentation from Tony Cook.
32457      Branch: perl
32458            ! pod/perlfunc.pod
32459 ____________________________________________________________________________
32460 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
32461         Log: DJGPP cannot do signals that well.
32462      Branch: perl
32463            ! ext/POSIX/t/sigaction.t
32464 ____________________________________________________________________________
32465 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
32466         Log: Can't do subsecond alarms without ualarm; and break out
32467              early if alarms do not seem to be coming in as expected.
32468      Branch: perl
32469            ! ext/Time/HiRes/HiRes.t
32470 ____________________________________________________________________________
32471 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
32472         Log: No Socket, little Net.
32473      Branch: perl
32474            ! t/lib/1_compile.t
32475 ____________________________________________________________________________
32476 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
32477         Log: Take the taint brush to the getcwds.
32478      Branch: perl
32479            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
32480 ____________________________________________________________________________
32481 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
32482         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
32483              From: "Craig A. Berry" <craigberry@mac.com>
32484              Date: Sun, 25 Nov 2001 16:20:45 -0600
32485              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
32486      Branch: perl
32487            ! ext/Socket/Socket.xs
32488 ____________________________________________________________________________
32489 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
32490         Log: Since in some DOS filesystems the timestamp granularity
32491              may be only two seconds, better sleep for three to play safe.
32492              (Helps CygWin, at least.)
32493      Branch: perl
32494            ! lib/Memoize/t/expire_file.t
32495 ____________________________________________________________________________
32496 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
32497         Log: For some reason CygWin wasn't collapsing multiple
32498              slashes into one, which made some Spec.t tests to fail.
32499              Either CygWin was being too prudish or the collapsing
32500              logic needs to be rethunk.
32501      Branch: perl
32502            ! lib/File/Spec/Unix.pm
32503 ____________________________________________________________________________
32504 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
32505         Log: Cygwin needs to have libperl.dll around if trying to link
32506              with -lperl.  Note: this change cures the test but whether
32507              it cures CygPerl installation, I don't know: hopefully the
32508              libperl5_7_2.dll, or the version equivalent, gets installed
32509              also as libperl.dll to the proper place(s).
32510      Branch: perl
32511            ! lib/ExtUtils/Embed.t
32512 ____________________________________________________________________________
32513 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
32514         Log: -I../lib/.. and -L../lib/..?  Strange.
32515      Branch: perl
32516            ! lib/ExtUtils/Embed.t
32517 ____________________________________________________________________________
32518 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
32519         Log: $MM?
32520      Branch: perl
32521            ! lib/ExtUtils/Embed.pm
32522 ____________________________________________________________________________
32523 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
32524         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
32525              From: Dave Rolsky <autarch@urth.org>
32526              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
32527              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
32528      Branch: perl
32529            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
32530            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
32531 ____________________________________________________________________________
32532 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
32533         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
32534              From: chromatic <chromatic@rmci.net>
32535              Date: Sat, 24 Nov 2001 14:56:57 -0700
32536              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
32537              
32538              plus a tweak for ithreads builds.
32539      Branch: perl
32540            + lib/DB.t
32541            ! MANIFEST lib/DB.pm
32542 ____________________________________________________________________________
32543 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
32544         Log: Win32 compilation tweaks for Blair Zajac.
32545      Branch: perl
32546            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
32547 ____________________________________________________________________________
32548 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
32549         Log: I don't think trying to bracket the hires time with lores
32550              times is going to be portable enough: Cygwin seems to be
32551              capable of getting hires ones rather consistently lower
32552              than the lores ones.  So let's try average difference instead.
32553      Branch: perl
32554            ! ext/Time/HiRes/HiRes.t
32555 ____________________________________________________________________________
32556 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
32557         Log: Subject: Re: benchmarks, sorts and reproducibility
32558              From: "John P. Linderman" <jpl@research.att.com>
32559              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
32560              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
32561              
32562              Randomize large partitions for quicksort to dodge the
32563              angry gods of quadratic.
32564      Branch: perl
32565            ! pp_sort.c
32566 ____________________________________________________________________________
32567 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
32568         Log: The joys of portable quoting.
32569      Branch: perl
32570            ! ext/Devel/PPPort/harness/Makefile.PL
32571 ____________________________________________________________________________
32572 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
32573         Log: sort pragma tweaks.
32574      Branch: perl
32575            ! lib/sort.pm
32576 ____________________________________________________________________________
32577 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
32578         Log: Skip the link= directives of utils.lst if no mandir
32579              (if no manpages).
32580      Branch: perl
32581            ! installman
32582 ____________________________________________________________________________
32583 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
32584         Log: integrate changes#8340,13260 from mainline
32585              
32586              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32587              
32588              change#3373 introduced a handle leak in backticks and piped open()s
32589              that fail
32590      Branch: maint-5.6/perl
32591            ! t/io/pipe.t util.c
32592 ____________________________________________________________________________
32593 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
32594         Log: change#3373 introduced a handle leak in backticks and piped open()s
32595              that fail
32596      Branch: perl
32597            ! util.c
32598 ____________________________________________________________________________
32599 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
32600         Log: metaconfig unit change for #13258.
32601      Branch: metaconfig/U/perl
32602            ! d_procselfexe.U
32603 ____________________________________________________________________________
32604 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
32605         Log: Extraenous breaks noticed by David Dyck.
32606      Branch: perl
32607            ! Configure
32608 ____________________________________________________________________________
32609 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
32610         Log: Revert the /proc/self/auxv experiment for now.
32611      Branch: perl
32612            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
32613 ____________________________________________________________________________
32614 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
32615         Log: Also ExtUtils.t had $^X assumptions.
32616      Branch: perl
32617            ! lib/ExtUtils.t
32618 ____________________________________________________________________________
32619 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
32620         Log: Now is Solaris if you start the t/perl in the t/
32621              as "./perl", the $^X will be "../perl", not "./perl".
32622      Branch: perl
32623            ! t/lib/1_compile.t
32624 ____________________________________________________________________________
32625 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
32626         Log: The new way of finding out $^X in Solaris
32627              requires a little tweak if the executable
32628              pathname is *not* absolute: prepend "./"
32629              (otherwise `$^X ...` will start perl from PATH...)
32630      Branch: perl
32631            ! perl.c
32632 ____________________________________________________________________________
32633 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
32634         Log: Avoid "will not stay shared" warnings.
32635      Branch: perl
32636            ! lib/ExtUtils/MM_Unix.pm
32637 ____________________________________________________________________________
32638 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
32639         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
32640              From: Michael G Schwern <schwern@pobox.com>
32641              Date: Sat, 24 Nov 2001 19:56:18 -0500
32642              Message-ID: <20011124195618.A14614@blackrider>            
32643      Branch: perl
32644            ! perl.c pp_sys.c t/op/magic.t util.c
32645 ____________________________________________________________________________
32646 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
32647         Log: In the MakeMaker pm_to_blib target don't copy all
32648              the files in one fell swoop, deal with them hunkwise,
32649              helps for CLIs with limited line lengths.
32650              (This seems to help for DJGPP building Encode,
32651              where there are dozens of files to copy.)
32652      Branch: perl
32653            ! lib/ExtUtils/MM_Unix.pm
32654 ____________________________________________________________________________
32655 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
32656         Log: testsuite leaves stray files behind on windows
32657      Branch: perl
32658            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
32659 ____________________________________________________________________________
32660 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
32661         Log: xsubpp produces a spurious warning on directories called 'typemap'
32662      Branch: perl
32663            ! lib/ExtUtils/xsubpp
32664 ____________________________________________________________________________
32665 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
32666         Log: xsubpp treats invalid (indented) cpp directives as comments
32667      Branch: perl
32668            ! ext/IO/IO.xs
32669 ____________________________________________________________________________
32670 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
32671         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
32672      Branch: perl
32673            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
32674 ____________________________________________________________________________
32675 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
32676         Log: The debug_pag needs to be visible at all times
32677              because of the re extension.
32678      Branch: perl
32679            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
32680 ____________________________________________________________________________
32681 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
32682         Log: Subject: Re: [PATCH] Tests are good
32683              From: Philip Newton <Philip.Newton@gmx.net>
32684              Date: Sat, 24 Nov 2001 21:24:00 +0100
32685              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
32686      Branch: perl
32687            ! pod/perlhack.pod
32688 ____________________________________________________________________________
32689 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
32690         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
32691              From: "Craig A. Berry" <craigberry@mac.com> 
32692              Date: Sat, 24 Nov 2001 12:45:44 -0600
32693              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
32694              
32695              (with tweaks, and combined with Sarathy's #13242)
32696      Branch: perl
32697            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
32698 ____________________________________________________________________________
32699 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
32700         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
32701              From: John Peacock <jpeacock@rowman.com>
32702              Date: Sat, 24 Nov 2001 14:27:46 -0500
32703              Message-ID: <3BFFF4B2.40509@rowman.com> 
32704      Branch: perl
32705            ! lib/Exporter/Heavy.pm
32706 ____________________________________________________________________________
32707 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
32708         Log: use portable quotes
32709      Branch: perl
32710            ! ext/Devel/PPPort/harness/Makefile.PL
32711 ____________________________________________________________________________
32712 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
32713         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
32714              From: Nicholas Clark <nick@ccl4.org>
32715              Date: Sat, 24 Nov 2001 18:06:26 +0000
32716              Message-ID: <20011124180626.T37621@plum.flirble.org>
32717      Branch: perl
32718            ! installman
32719 ____________________________________________________________________________
32720 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
32721         Log: Subject: [PATCH] perl5005delta.pod L<>
32722              From: Nicholas Clark <nick@ccl4.org>
32723              Date: Sat, 24 Nov 2001 18:04:21 +0000
32724              Message-ID: <20011124180421.S37621@plum.flirble.org>
32725      Branch: perl
32726            ! pod/perl5005delta.pod
32727 ____________________________________________________________________________
32728 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
32729         Log: fix typo in config.vc; regenerate win32 config_H.* files
32730      Branch: perl
32731            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32732            ! win32/config_H.vc
32733 ____________________________________________________________________________
32734 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
32735         Log: Mention the charnames::vianame().
32736      Branch: perl
32737            ! pod/perluniintro.pod
32738 ____________________________________________________________________________
32739 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
32740         Log: Add charnames::vianame() in case people want to access
32741              the codes in run-time (as opposed to the compile-timeness
32742              of \N{...}).
32743      Branch: perl
32744            ! lib/charnames.pm lib/charnames.t
32745 ____________________________________________________________________________
32746 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
32747         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
32748              From: Nicholas Clark <nick@ccl4.org>
32749              Date: Sat, 24 Nov 2001 16:30:42 +0000
32750              Message-ID: <20011124163042.R37621@plum.flirble.org>
32751      Branch: perl
32752            ! regcomp.c regcomp.h
32753 ____________________________________________________________________________
32754 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
32755         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
32756              From: Nicholas Clark <nick@ccl4.org>
32757              Date: Sat, 24 Nov 2001 16:24:33 +0000
32758              Message-ID: <20011124162433.Q37621@plum.flirble.org>
32759              
32760              cmp fixes.
32761      Branch: perl
32762            ! pp.c
32763 ____________________________________________________________________________
32764 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
32765         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
32766              (It seems that "./perl" gets resolved to "perl" now.)
32767      Branch: perl
32768            ! perl.c
32769 ____________________________________________________________________________
32770 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
32771         Log: Subject: [PATCH] DB_File 1.800        
32772              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
32773              Date: Sat, 24 Nov 2001 11:41:41 -0000
32774              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
32775      Branch: perl
32776            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32777            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
32778            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32779            ! ext/DB_File/t/db-recno.t
32780 ____________________________________________________________________________
32781 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
32782         Log: Tweak the PUSHED documentation.
32783      Branch: perl
32784            ! ext/PerlIO/Via/Via.pm
32785 ____________________________________________________________________________
32786 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
32787         Log: Update 1_compile for new known tests.
32788      Branch: perl
32789            ! t/lib/1_compile.t
32790 ____________________________________________________________________________
32791 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
32792         Log: Move the MBF/MBI test modules to t/lib.
32793      Branch: perl
32794            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
32795            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
32796            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
32797            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
32798            ! lib/Math/BigInt/t/sub_mbi.t
32799 ____________________________________________________________________________
32800 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
32801         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
32802              From: "Craig A. Berry" <craigberry@mac.com> 
32803              Date: Fri, 23 Nov 2001 18:05:35 -0600
32804              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
32805      Branch: perl
32806            ! configure.com
32807 ____________________________________________________________________________
32808 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
32809         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
32810              From: PPrymmer@factset.com 
32811              Date: Fri, 23 Nov 2001 17:03:07 -0500
32812              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
32813      Branch: perl
32814            ! ext/Unicode/Normalize/mkheader
32815 ____________________________________________________________________________
32816 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
32817         Log: Here are the right helper files.
32818      Branch: perl
32819            + t/lib/Filter/Simple/ExportTest.pm
32820            + t/lib/Filter/Simple/FilterOnlyTest.pm
32821            + t/lib/Filter/Simple/FilterTest.pm
32822            + t/lib/Filter/Simple/ImportTest.pm
32823            ! MANIFEST
32824 ____________________________________________________________________________
32825 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
32826         Log: Update Changes.
32827      Branch: perl
32828            ! Changes patchlevel.h
32829 ____________________________________________________________________________
32830 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
32831         Log: Never mind.
32832      Branch: perl
32833            - lib/Filter/Simple/lib/ExportTest.pm
32834            - lib/Filter/Simple/lib/ImportTest.pm
32835 ____________________________________________________________________________
32836 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
32837         Log: Mis-add.
32838      Branch: perl
32839            + lib/Filter/Simple/lib/ExportTest.pm
32840            + lib/Filter/Simple/lib/ImportTest.pm
32841 ____________________________________________________________________________
32842 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
32843         Log: Upgrade to Filter::Simple 0.77.
32844      Branch: perl
32845            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
32846            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
32847            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
32848            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
32849            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
32850 ____________________________________________________________________________
32851 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
32852         Log: Missing p4 add.
32853      Branch: perl
32854            + lib/ExtUtils/MM_VMS.t
32855 ____________________________________________________________________________
32856 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
32857         Log: Pass 5 at perldelta - module and utility updates cleanup.
32858      Branch: perl
32859            ! pod/perldelta.pod
32860 ____________________________________________________________________________
32861 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
32862         Log: metaconfig unit change for #13219.
32863      Branch: metaconfig/U/perl
32864            ! d_procselfexe.U
32865 ____________________________________________________________________________
32866 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
32867         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
32868      Branch: perl
32869            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32870            ! pod/buildtoc.PL pod/perltoc.pod
32871 ____________________________________________________________________________
32872 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
32873         Log: Add procselfexe and d_dirfd to strange lands.
32874      Branch: perl
32875            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32876            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32877            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32878            ! win32/config.gc win32/config.vc win32/config.win64
32879            ! wince/config.ce
32880 ____________________________________________________________________________
32881 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
32882         Log: metaconfig unit change for #13216.
32883      Branch: metaconfig/U/perl
32884            ! d_procselfexe.U
32885 ____________________________________________________________________________
32886 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
32887         Log: Better to "quote" the pathname.
32888      Branch: perl
32889            ! Configure config_h.SH
32890 ____________________________________________________________________________
32891 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
32892         Log: Use PROCSELFEXE_PATH.
32893      Branch: perl
32894            ! perl.c
32895 ____________________________________________________________________________
32896 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
32897         Log: metaconfig unit change for #13213.
32898      Branch: metaconfig/U/perl
32899            ! d_procselfexe.U
32900 ____________________________________________________________________________
32901 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
32902         Log: Add probing for BSD-like /proc/curproc/file.
32903      Branch: perl
32904            ! Configure config_h.SH
32905 ____________________________________________________________________________
32906 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
32907         Log: metaconfig unit change for 13211.
32908      Branch: metaconfig/U/perl
32909            + d_dirfd.U
32910 ____________________________________________________________________________
32911 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
32912         Log: Add probing for dirfd() so that it can be added it IO::Dir.
32913      Branch: perl
32914            ! Configure config_h.SH perl.h
32915 ____________________________________________________________________________
32916 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
32917         Log: ...and update the test count.
32918      Branch: perl
32919            ! lib/Pod/t/basic.t
32920 ____________________________________________________________________________
32921 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
32922         Log: Must remove the cap test also from the test script.
32923      Branch: perl
32924            ! lib/Pod/t/basic.t
32925 ____________________________________________________________________________
32926 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
32927         Log: Subject: [PATCH] Tests are good
32928              From: Nicholas Clark <nick@ccl4.org>
32929              Date: Fri, 23 Nov 2001 18:12:21 +0000
32930              Message-ID: <20011123181220.F37621@plum.flirble.org>
32931      Branch: perl
32932            ! pod/perlhack.pod
32933 ____________________________________________________________________________
32934 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
32935         Log: The basic.cap from podlators 1.14 is not very portable.
32936      Branch: perl
32937            - lib/Pod/t/basic.cap
32938            ! MANIFEST
32939 ____________________________________________________________________________
32940 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
32941         Log: Subject: Re: [DOC PATCHES] pod cleanups
32942              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32943              Date: 22 Nov 2001 12:54:16 -0000
32944              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
32945      Branch: perl
32946            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
32947            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
32948 ____________________________________________________________________________
32949 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
32950         Log: FAQ sync.
32951      Branch: perl
32952            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32953 ____________________________________________________________________________
32954 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
32955         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
32956              From: PPrymmer@factset.com
32957              Date: Fri, 23 Nov 2001 11:43:45 -0500
32958              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
32959      Branch: perl
32960            ! MANIFEST lib/ExtUtils/MM_VMS.pm
32961 ____________________________________________________________________________
32962 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
32963         Log: Corify podlators 1.14 test.
32964      Branch: perl
32965            ! lib/Pod/t/basic.t
32966 ____________________________________________________________________________
32967 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
32968         Log: Output tweak needed because of podlators 1.14.
32969      Branch: perl
32970            ! t/pod/multiline_items.xr
32971 ____________________________________________________________________________
32972 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
32973         Log: Upgrade to podlators 1.14.
32974      Branch: perl
32975            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
32976            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
32977            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
32978            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
32979            ! lib/Pod/Text/Overstrike.pm
32980 ____________________________________________________________________________
32981 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
32982         Log: perlmodinstall tweaks from Philip Newton.
32983      Branch: perl
32984            ! pod/perlmodinstall.pod
32985 ____________________________________________________________________________
32986 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
32987         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
32988              From: Autrijus Tang <autrijus@autrijus.org>           
32989              Date: Fri, 23 Nov 2001 23:55:53 +0800
32990              Message-ID: <20011123235553.A2310@not.autrijus.org>
32991      Branch: perl
32992            ! Porting/genlog
32993 ____________________________________________________________________________
32994 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
32995         Log: Subject: Re: regex oddness with \Z and $&
32996              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
32997              Date: Fri, 23 Nov 2001 15:15:24 +0000
32998              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
32999      Branch: perl
33000            ! regcomp.c t/op/re_tests
33001 ____________________________________________________________________________
33002 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
33003         Log: regen_headers.
33004      Branch: perl
33005            ! embed.h global.sym pod/perlapi.pod proto.h
33006 ____________________________________________________________________________
33007 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
33008         Log: Forgotten check-in.
33009      Branch: perl
33010            ! pod/perlapi.pod
33011 ____________________________________________________________________________
33012 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
33013         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
33014      Branch: perl
33015            ! lib/Test/Simple.pm
33016 ____________________________________________________________________________
33017 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
33018         Log: Retract #13173 (effectively retract Net::Ping 2.06,
33019              go back to 2.04, the 2.06 hasn't seen the patches
33020              that have gone to the blead version.)
33021      Branch: perl
33022            - lib/Net/Ping/CHANGES lib/Net/Ping/README
33023            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
33024            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
33025            - lib/Net/Ping/t/200_ping_tcp.t
33026            ! MANIFEST lib/Net/Ping.pm
33027 ____________________________________________________________________________
33028 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
33029         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
33030              From: Robin Barker <rmb1@cise.npl.co.uk>
33031              Date: Thu, 22 Nov 2001 11:00:38 GMT
33032              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
33033      Branch: perl
33034            ! utils/perldoc.PL
33035 ____________________________________________________________________________
33036 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
33037         Log: metaconfig unit change for #13191.
33038      Branch: metaconfig/U/perl
33039            ! d_procselfexe.U
33040 ____________________________________________________________________________
33041 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
33042         Log: procselfexe tweak: for some reason I had a ls in
33043              /proc/self/exe, not the ls Configure thought it
33044              would found.
33045      Branch: perl
33046            ! Configure
33047 ____________________________________________________________________________
33048 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
33049         Log: Corify the Net::Ping tests; skip the tests
33050              unless $ENV{PERL_TEST_Net_Ping} is true.
33051      Branch: perl
33052            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
33053            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
33054            ! lib/Net/Ping/t/200_ping_tcp.t
33055 ____________________________________________________________________________
33056 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
33057         Log: metaconfig units changes for #13188.
33058      Branch: metaconfig
33059            ! U/modified/Head.U
33060      Branch: metaconfig/U/perl
33061            ! issymlink.U
33062 ____________________________________________________________________________
33063 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
33064         Log: The #13182 didn't really help.  The real problem
33065              seems to be that 'sh' can in AIX mean at least three
33066              different things, and we can't know which one it is
33067              unless we export $newsh from an earlier run (and it's
33068              the 'bsh' aka 'sh' that has the the broken test -h).
33069      Branch: perl
33070            ! Configure
33071 ____________________________________________________________________________
33072 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
33073         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
33074      Branch: perl
33075            ! op.c t/op/override.t
33076 ____________________________________________________________________________
33077 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
33078         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
33079              From: PPrymmer@factset.com 
33080              Date: Wed, 21 Nov 2001 20:17:25 -0500
33081              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
33082      Branch: perl
33083            ! lib/Shell.t
33084 ____________________________________________________________________________
33085 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
33086         Log: Reapply perlmodinstall parts of #12897.
33087      Branch: perl
33088            ! pod/perlmodinstall.pod
33089 ____________________________________________________________________________
33090 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
33091         Log: perlmodinstall 2.01 from Jon Orwant.
33092      Branch: perl
33093            ! pod/perlmodinstall.pod
33094 ____________________________________________________________________________
33095 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
33096         Log: Subject: [PATCH @10907] REXX on OS/2
33097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33098              Date: Wed, 21 Nov 2001 15:26:11 -0500
33099              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
33100      Branch: perl
33101            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
33102            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
33103 ____________________________________________________________________________
33104 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
33105         Log: metaconfig unit change for #13181.
33106      Branch: metaconfig/U/perl
33107            ! issymlink.U
33108 ____________________________________________________________________________
33109 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
33110         Log: AIX has broken builtin 'test'.
33111      Branch: perl
33112            ! Configure
33113 ____________________________________________________________________________
33114 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
33115         Log: Subject: [PATCH 5.7.x] INSTALL size update
33116              From: Andy Dougherty <doughera@lafayette.edu>
33117              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
33118              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
33119      Branch: perl
33120            ! INSTALL
33121 ____________________________________________________________________________
33122 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
33123         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
33124              to pp_sort.c.  Includes the quicksort stabilizing layer
33125              from John P. Linderman.  -Msort=qsort or -Msort=fast is
33126              faster than without (or with -Msort=mergesort or -Msort=safe)
33127              for short random inputs, but for some reason not quite as fast
33128              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
33129              optimizing definitely needed.
33130      Branch: perl
33131            + lib/sort.pm lib/sort.t pp_sort.c
33132            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
33133            ! embed.pl global.sym perl.h pp_ctl.c proto.h
33134            ! vms/descrip_mms.template vos/build.cm win32/Makefile
33135            ! win32/makefile.mk wince/Makefile.ce
33136 ____________________________________________________________________________
33137 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
33138         Log: Sync file with libnet-1.0901-tobe
33139      Branch: perl
33140            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
33141            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
33142            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
33143            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
33144            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
33145 ____________________________________________________________________________
33146 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
33147         Log: Subject: [PATCH perldoc] problems with pod2man
33148              From: Robin Barker <rmb1@cise.npl.co.uk>
33149              Date: Wed, 21 Nov 2001 17:48:51 GMT
33150              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
33151      Branch: perl
33152            ! utils/perldoc.PL
33153 ____________________________________________________________________________
33154 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
33155         Log: debug_pad only visible when debugging.
33156      Branch: perl
33157            ! makedef.pl
33158 ____________________________________________________________________________
33159 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
33160         Log: metaconfig units changes for #13174.
33161      Branch: metaconfig/U/perl
33162            + d_procselfexe.U
33163            - procselfexe.U
33164 ____________________________________________________________________________
33165 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
33166         Log: procselfexe tweaks.
33167      Branch: perl
33168            ! Configure config_h.SH
33169 ____________________________________________________________________________
33170 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
33171         Log: Upgrade to Net::Ping 2.06.
33172      Branch: perl
33173            + lib/Net/Ping/CHANGES lib/Net/Ping/README
33174            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
33175            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
33176            + lib/Net/Ping/t/200_ping_tcp.t
33177            ! MANIFEST lib/Net/Ping.pm
33178 ____________________________________________________________________________
33179 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
33180         Log: Upgrade to Math::BigInt 1.47.
33181      Branch: perl
33182            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33183            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
33184            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
33185            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
33186            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
33187            ! lib/Math/BigInt/t/sub_mbi.t
33188 ____________________________________________________________________________
33189 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
33190         Log: Dynaloading for POSIX-BC from Thomas Dorner.
33191      Branch: perl
33192            ! hints/posix-bc.sh
33193 ____________________________________________________________________________
33194 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
33195         Log: Strange: the same mysterious regex study bug
33196              seems to be present both in OS/390 and POSIX-BC.
33197              Deep EBCDIC magic that regex engine gets wrong,
33198              or a bug in some compiler/library shared by the
33199              two platforms?  From Thomas Dorner.
33200      Branch: perl
33201            ! t/op/study.t
33202 ____________________________________________________________________________
33203 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
33204         Log: More lost and found.
33205      Branch: perl
33206            + lib/Test/Simple/README
33207            ! MANIFEST
33208 ____________________________________________________________________________
33209 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
33210         Log: MANIFESTly missing.
33211      Branch: perl
33212            ! MANIFEST
33213 ____________________________________________________________________________
33214 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
33215         Log: Subject: Re: PERFORCE change 13162 for review               
33216              From: Philip Newton <Philip.Newton@gmx.net> 
33217              Date: Wed, 21 Nov 2001 16:44:30 +0100
33218              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
33219      Branch: perl
33220            ! ext/Devel/PPPort/PPPort.pm
33221 ____________________________________________________________________________
33222 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
33223         Log: Update Changes.
33224      Branch: perl
33225            ! Changes patchlevel.h
33226 ____________________________________________________________________________
33227 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
33228         Log: Small doc tweaks.
33229      Branch: perl
33230            ! ext/PerlIO/Via/Via.pm
33231 ____________________________________________________________________________
33232 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
33233         Log: Redundant return.
33234      Branch: perl
33235            ! ext/MIME/Base64/QuotedPrint.pm
33236 ____________________________________________________________________________
33237 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
33238         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
33239              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
33240              Date: Wed, 21 Nov 2001 10:23:16 +0100
33241              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
33242      Branch: perl
33243            ! pp_pack.c t/op/pack.t
33244 ____________________________________________________________________________
33245 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
33246         Log: Add Devel::PPPort originally from Kenneth Albanowski,
33247              revigorated by Paul Marquess: gives h2xs a Perl version
33248              portability boost.
33249      Branch: perl
33250            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
33251            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
33252            + ext/Devel/PPPort/harness/Harness.pm
33253            + ext/Devel/PPPort/harness/Harness.xs
33254            + ext/Devel/PPPort/harness/Makefile.PL
33255            + ext/Devel/PPPort/harness/module2.c
33256            + ext/Devel/PPPort/harness/module3.c
33257            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
33258            ! MANIFEST lib/h2xs.t utils/h2xs.PL
33259 ____________________________________________________________________________
33260 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
33261         Log: Oops.
33262      Branch: perl
33263            ! lib/Test/Simple/t/filehandles.t
33264 ____________________________________________________________________________
33265 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
33266         Log: Subject: Re: PERFORCE change 13152 for review               
33267              From: Philip Newton <Philip.Newton@gmx.net> 
33268              Date: Wed, 21 Nov 2001 09:04:05 +0100
33269              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
33270      Branch: perl
33271            ! lib/Test/Builder.pm
33272 ____________________________________________________________________________
33273 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
33274         Log: Subject: Re: PERFORCE change 13142 for review
33275              From: Philip Newton <Philip.Newton@gmx.net>
33276              Date: Wed, 21 Nov 2001 09:04:03 +0100
33277              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
33278              
33279              plus rewrap few paragraphs.
33280      Branch: perl
33281            ! lib/Pod/LaTeX.pm
33282 ____________________________________________________________________________
33283 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
33284         Log: Integrate #13154 from macperl; Remove comments.
33285      Branch: perl
33286           !> lib/File/Spec/Mac.pm
33287 ____________________________________________________________________________
33288 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
33289         Log: Update the list of modules having tests.
33290      Branch: perl
33291            ! t/lib/1_compile.t
33292 ____________________________________________________________________________
33293 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
33294         Log: Slight doc changes.
33295      Branch: maint-5.6/macperl
33296            ! macos/macperl/MacPerl.podhelp
33297 ____________________________________________________________________________
33298 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
33299         Log: Add UTF-16 coercion.
33300      Branch: maint-5.6/macperl
33301            ! macos/lib/Mac/AppleEvents/Simple.pm
33302 ____________________________________________________________________________
33303 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
33304         Log: Remove comments.
33305      Branch: maint-5.6/macperl
33306            ! lib/File/Spec/Mac.pm
33307 ____________________________________________________________________________
33308 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
33309         Log: Fix FSpGetCatInfo (and other functions) corrupting
33310              memory with bad filespecs (bug #471867)
33311      Branch: maint-5.6/macperl
33312            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
33313 ____________________________________________________________________________
33314 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
33315         Log: Upgrade to Test::Simple 0.33.
33316      Branch: perl
33317            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
33318            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
33319            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
33320 ____________________________________________________________________________
33321 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
33322         Log: Upgrade to Test::Harness 1.26.
33323      Branch: perl
33324            ! lib/Test/Harness.pm lib/Test/Harness/Changes
33325 ____________________________________________________________________________
33326 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
33327         Log: Integrate change #13145 from maintperl;
33328              another compatibility tweak to change#12559: avoid quoting
33329              arguments that already have quotes; add test case
33330      Branch: perl
33331           !> t/op/system_tests win32/win32.c
33332 ____________________________________________________________________________
33333 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
33334         Log: integrate change#13147 from mainline (fixes nit in change#10091)
33335              
33336              Subject: [PATCH] spaceship and refs
33337      Branch: maint-5.6/perl
33338            ! pp.c pp_hot.c t/op/cmp.t
33339 ____________________________________________________________________________
33340 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
33341         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
33342              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
33343              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
33344              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
33345      Branch: perl
33346            + lib/Pod/t/utils.t
33347            ! MANIFEST
33348 ____________________________________________________________________________
33349 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
33350         Log: Subject: [PATCH] spaceship and refs
33351              From: Nicholas Clark <nick@ccl4.org>
33352              Date: Tue, 20 Nov 2001 21:59:51 +0000
33353              Message-ID: <20011120215951.U62891@plum.flirble.org> 
33354      Branch: perl
33355            ! pp.c pp_hot.c t/op/cmp.t
33356 ____________________________________________________________________________
33357 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
33358         Log: Try to clarify which I/O call operates on bytes,
33359              which on characters, which on either.
33360      Branch: perl
33361            ! pod/perlfunc.pod
33362 ____________________________________________________________________________
33363 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
33364         Log: another compatibility tweak to change#12559: avoid quoting
33365              arguments that already have quotes; add test case
33366      Branch: maint-5.6/perl
33367            ! t/op/system_tests win32/win32.c
33368 ____________________________________________________________________________
33369 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
33370         Log: Give a simple example of writing PerlIO::Via handlers
33371              in Perl.
33372      Branch: perl
33373            ! ext/PerlIO/Via/Via.pm
33374 ____________________________________________________________________________
33375 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
33376         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
33377      Branch: perl
33378            + lib/Pod/t/latex.t
33379            ! MANIFEST
33380 ____________________________________________________________________________
33381 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
33382         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
33383              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33384              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
33385              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
33386      Branch: perl
33387            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
33388 ____________________________________________________________________________
33389 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
33390         Log: Spread d_procselfexe to far-off lands (undefined).
33391      Branch: perl
33392            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
33393            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33394            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33395            ! win32/config.gc win32/config.vc win32/config.win64
33396            ! wince/config.ce
33397 ____________________________________________________________________________
33398 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
33399         Log: Integrate perlio:
33400              
33401              [ 13138]
33402              perl.c change to use HAS_PROCSELFEXE, also
33403              tweak to $^X test to comprehend full path to real executable
33404              being returned (like Cygwin as it happens...)
33405      Branch: perl
33406           !> Configure config_h.SH perl.c t/op/magic.t
33407 ____________________________________________________________________________
33408 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
33409         Log: Really define do_report_used() only if DEBUGGING.
33410      Branch: perl
33411            ! sv.c
33412 ____________________________________________________________________________
33413 [ 13138] By: nick                                  on 2001/11/20  20:01:05
33414         Log: perl.c change to use HAS_PROCSELFEXE, also
33415              tweak to $^X test to comprehend full path to real executable
33416              being returned (like Cygwin as it happens...)
33417      Branch: perlio
33418            ! perl.c t/op/magic.t
33419 ____________________________________________________________________________
33420 [ 13137] By: nick                                  on 2001/11/20  19:46:00
33421         Log: Integrate mainline
33422      Branch: perlio
33423           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
33424           +> lib/NEXT/t/unseen.t
33425            - lib/NEXT/test.pl
33426           !> (integrate 34 files)
33427 ____________________________________________________________________________
33428 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
33429         Log: Subject: [?PATCH] terser pp_eq
33430              From: Nicholas Clark <nick@ccl4.org>
33431              Date: Mon, 19 Nov 2001 23:09:02 +0000
33432              Message-ID: <20011119230901.O62891@plum.flirble.org>
33433      Branch: perl
33434            ! pp_hot.c
33435 ____________________________________________________________________________
33436 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
33437         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
33438      Branch: perl
33439            ! pod/perldelta.pod
33440 ____________________________________________________________________________
33441 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
33442         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
33443              From: Andy Dougherty <doughera@lafayette.edu>
33444              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
33445              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
33446      Branch: perl
33447            ! ext/re/Makefile.PL ext/re/re.xs
33448 ____________________________________________________________________________
33449 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
33450         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
33451              From: Andy Dougherty <doughera@lafayette.edu>
33452              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
33453              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
33454      Branch: perl
33455            ! ext/re/re.xs
33456 ____________________________________________________________________________
33457 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
33458         Log: Integrate change #13119 from macperl.
33459              (No changes since already applied the patch,
33460              just keep perforce happy and well-fed.)
33461      Branch: perl
33462           !> lib/Pod/Html.pm
33463 ____________________________________________________________________________
33464 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
33465         Log: Subject: [PATCH] filter-util.pl for Mac OS
33466              From: Chris Nandor <pudge@pobox.com>
33467              Date: Tue, 20 Nov 2001 00:16:11 -0500
33468              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
33469      Branch: perl
33470            ! t/lib/filter-util.pl
33471 ____________________________________________________________________________
33472 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
33473         Log: Subject: [PATCH] Portability fix for Pod::Html
33474              From: Chris Nandor <pudge@pobox.com>
33475              Date: Tue, 20 Nov 2001 00:01:05 -0500
33476              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
33477      Branch: perl
33478            ! lib/Pod/Html.pm
33479 ____________________________________________________________________________
33480 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
33481         Log: Need to skip more tests if not perlio.
33482      Branch: perl
33483            ! lib/open.t
33484 ____________________________________________________________________________
33485 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
33486         Log: Pass 3 at perldelta - sort the lists of new modules,
33487              module improvements, and new platforms.
33488      Branch: perl
33489            ! pod/perldelta.pod
33490 ____________________________________________________________________________
33491 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
33492         Log: Document ${^OPEN}.
33493      Branch: perl
33494            ! pod/perlvar.pod
33495 ____________________________________________________________________________
33496 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
33497         Log: Make configpm work with extra keys
33498      Branch: maint-5.6/macperl
33499            ! macos/configpm
33500 ____________________________________________________________________________
33501 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
33502         Log: Version and doc updates
33503      Branch: maint-5.6/macperl
33504            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
33505 ____________________________________________________________________________
33506 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
33507         Log: More fixes for error message parsing (bug #470316)
33508      Branch: maint-5.6/macperl
33509            ! macos/macish.c
33510 ____________________________________________________________________________
33511 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
33512         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
33513              remove obsolete function (bug #465225)
33514      Branch: maint-5.6/macperl
33515            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
33516            ! macos/macperl/MPScript.c
33517 ____________________________________________________________________________
33518 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
33519         Log: Add p2as droplet to distribution.
33520      Branch: maint-5.6/macperl
33521            + macos/macperl/Droplets/p2as.plx
33522 ____________________________________________________________________________
33523 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
33524         Log: Bundle File::Sort.
33525      Branch: maint-5.6/macperl
33526            + macos/bundled_lib/blib/lib/File/Sort.pm
33527 ____________________________________________________________________________
33528 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
33529         Log: Various bundled module fixes.
33530      Branch: maint-5.6/macperl
33531            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
33532            ! macos/bundled_ext/Digest/MD5/t/files.t
33533            ! macos/bundled_ext/Filter/t/filter-util.pl
33534            ! macos/bundled_lib/blib/lib/Net/Config.pm
33535            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
33536 ____________________________________________________________________________
33537 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
33538         Log: Portability fix for Pod::Html.
33539      Branch: maint-5.6/macperl
33540            ! lib/Pod/Html.pm
33541 ____________________________________________________________________________
33542 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
33543         Log: Upgrade to Text::Balanced 1.89.
33544      Branch: perl
33545            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
33546            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
33547            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
33548            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
33549            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
33550            ! lib/Text/Balanced/t/gentag.t
33551 ____________________________________________________________________________
33552 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
33553         Log: Upgrade to NEXT 0.50.
33554      Branch: perl
33555            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
33556            + lib/NEXT/t/unseen.t
33557            - lib/NEXT/test.pl
33558            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
33559 ____________________________________________________________________________
33560 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
33561         Log: Integrate with maint-5.6/perl.
33562      Branch: maint-5.6/macperl
33563           !> win32/win32.c
33564 ____________________________________________________________________________
33565 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
33566         Log: Update the README.threads scary header a bit.
33567      Branch: perl
33568            ! README.threads
33569 ____________________________________________________________________________
33570 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
33571         Log: Pass 2 at perldelta: add some changes since 5.7.2.
33572      Branch: perl
33573            ! pod/perldelta.pod
33574 ____________________________________________________________________________
33575 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
33576         Log: Subject: [DOC PATCH] perlfaq4.pod 
33577              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33578              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
33579              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
33580      Branch: perl
33581            ! pod/perlfaq4.pod
33582 ____________________________________________________________________________
33583 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
33584         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
33585              From: Michael G Schwern <schwern@pobox.com> 
33586              Date: Mon, 19 Nov 2001 19:53:12 -0500
33587              Message-ID: <20011119195311.I11883@blackrider>
33588      Branch: perl
33589            ! perl.c
33590 ____________________________________________________________________________
33591 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
33592         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
33593              From: PPrymmer@factset.com
33594              Date: Mon, 19 Nov 2001 17:08:59 -0500
33595              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
33596      Branch: perl
33597            ! vms/descrip_mms.template
33598 ____________________________________________________________________________
33599 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
33600         Log: Create a per-interpeter debug scratchpad container
33601              and use that for the regexec debugging.
33602      Branch: perl
33603            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
33604 ____________________________________________________________________________
33605 [ 13109] By: nick                                  on 2001/11/19  22:01:45
33606         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
33607              Configure unit detects the feature).
33608      Branch: metaconfig/U/perl
33609            + procselfexe.U
33610      Branch: perlio
33611            ! Configure config_h.SH
33612 ____________________________________________________________________________
33613 [ 13108] By: nick                                  on 2001/11/19  20:39:17
33614         Log: Integrate mainline
33615      Branch: perlio
33616           +> t/op/or.t
33617           !> (integrate 44 files)
33618 ____________________________________________________________________________
33619 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
33620         Log: sysseek tweak.
33621      Branch: perl
33622            ! pod/perlfunc.pod
33623 ____________________________________________________________________________
33624 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
33625         Log: Move the sysio tests from io/utf8 to lib/open.
33626      Branch: perl
33627            ! lib/open.t t/io/utf8.t
33628 ____________________________________________________________________________
33629 [ 13105] By: nick                                  on 2001/11/19  20:15:39
33630         Log: Add a .package and a README to //depot/metaconfig
33631      Branch: metaconfig
33632            + .package README
33633 ____________________________________________________________________________
33634 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
33635         Log: Thou shalt not mix stdio and sysio.
33636      Branch: perl
33637            ! t/io/utf8.t
33638 ____________________________________________________________________________
33639 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
33640         Log: Update Changes.
33641      Branch: perl
33642            ! Changes patchlevel.h
33643 ____________________________________________________________________________
33644 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
33645         Log: The runops_debug needs to be present always, otherwise
33646              places like AIX which need an explicit symbol export list
33647              will croak when trying to build Devel::Peek (which uses
33648              the runops_debug).
33649      Branch: perl
33650            ! makedef.pl
33651 ____________________________________________________________________________
33652 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
33653         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
33654              From: PPrymmer@factset.com 
33655              Date: Mon, 19 Nov 2001 11:34:22 -0500
33656              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
33657      Branch: perl
33658            ! lib/Memoize/t/tie_sdbm.t
33659 ____________________________________________________________________________
33660 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
33661         Log: Retract #13088: it seems that unless dump.c is extensively
33662              reorganized as to what symbols it shows, when, and to whom,
33663              we are stuck with having the dump.o symbols in the libperl
33664              and thusly in the main Perl binary.
33665      Branch: perl
33666            ! embedvar.h perlapi.h perlvars.h
33667 ____________________________________________________________________________
33668 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
33669         Log: The _uni_display should not be in dump.c since they
33670              are used under normal operation (S_not_a_number()).
33671      Branch: perl
33672            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
33673 ____________________________________________________________________________
33674 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
33675         Log: Protect sv_dump() from being included unless DEBUGGING,
33676              as noticed by Ilya.
33677      Branch: perl
33678            ! sv.c
33679 ____________________________________________________________________________
33680 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
33681         Log: Pending further investigation skip the tell() tests.
33682              The tell() is okay on Solaris, HP-UX and Tru64, but fails
33683              (by returning too much) in Linux.
33684      Branch: perl
33685            ! t/io/utf8.t
33686 ____________________________________________________________________________
33687 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
33688         Log: Retract #13082 until a better solution is found:
33689              statics break ithreads.
33690      Branch: perl
33691            ! regexec.c
33692 ____________________________________________________________________________
33693 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
33694         Log: Figures 1 and 2 for UTF-8.
33695      Branch: perl
33696            ! pod/perlunicode.pod
33697 ____________________________________________________________________________
33698 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
33699         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
33700              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33701              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
33702              Message-ID: <20011119132645.A15034@rafael>
33703      Branch: perl
33704            ! op.c pod/perldiag.pod t/lib/warnings/op
33705 ____________________________________________________________________________
33706 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
33707         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
33708              From: Michael G Schwern <schwern@pobox.com> 
33709              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
33710              Message-ID: <20011119031112.E786@blackrider>
33711      Branch: perl
33712            ! t/op/closure.t
33713 ____________________________________________________________________________
33714 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
33715         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
33716              From: Michael G Schwern <schwern@pobox.com>
33717              Date: Mon, 19 Nov 2001 03:42:56 -0500
33718              Message-ID: <20011119034256.I786@blackrider>
33719      Branch: perl
33720            + t/op/or.t
33721            ! MANIFEST
33722 ____________________________________________________________________________
33723 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
33724         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
33725              From: "Craig A. Berry" <craigberry@mac.com>
33726              Date: Sun, 18 Nov 2001 14:33:48 -0600
33727              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
33728      Branch: perl
33729            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
33730 ____________________________________________________________________________
33731 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
33732         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
33733              From: Dave Rolsky <autarch@urth.org>
33734              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
33735              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
33736      Branch: perl
33737            ! lib/ExtUtils/Manifest.pm
33738 ____________________________________________________________________________
33739 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
33740         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
33741              From: Dave Rolsky <autarch@urth.org>
33742              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
33743              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
33744      Branch: perl
33745            ! lib/ExtUtils/Install.pm
33746 ____________________________________________________________________________
33747 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
33748         Log: The runops_dbg should not be needed.
33749      Branch: perl
33750            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
33751 ____________________________________________________________________________
33752 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
33753         Log: do_spawn() cleanup from Charles Lane.
33754      Branch: perl
33755            ! vms/vms.c
33756 ____________________________________________________________________________
33757 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
33758         Log: Update the list of tests.
33759      Branch: perl
33760            ! t/lib/1_compile.t
33761 ____________________________________________________________________________
33762 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
33763         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
33764              From: Michael G Schwern <schwern@pobox.com> 
33765              Date: Fri, 16 Nov 2001 17:37:04 -0500
33766              Message-ID: <20011116173703.L30160@blackrider>
33767      Branch: perl
33768            ! t/lib/warnings/sv
33769 ____________________________________________________________________________
33770 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
33771         Log: FAQ sync.
33772      Branch: perl
33773            ! pod/perlfaq4.pod
33774 ____________________________________________________________________________
33775 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
33776         Log: Integrate perlio:
33777              
33778              [ 13081]
33779              Win32 layer has a dup which needs to match new prototype.
33780              
33781              [ 13080]
33782              Wrong way to get stdio mode used.
33783              
33784              [ 13072]
33785              Allow dup'ing of PerlIO::Scalar etc.
33786      Branch: perl
33787           !> perlio.c win32/win32io.c
33788 ____________________________________________________________________________
33789 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
33790         Log: (retracted by #13096)
33791              Debugging would be badly skewed by a malloc per regex dump.
33792      Branch: perl
33793            ! regexec.c
33794 ____________________________________________________________________________
33795 [ 13081] By: nick                                  on 2001/11/18  19:08:40
33796         Log: Win32 layer has a dup which needs to match new prototype.
33797      Branch: perlio
33798            ! win32/win32io.c
33799 ____________________________________________________________________________
33800 [ 13080] By: nick                                  on 2001/11/18  19:05:02
33801         Log: Wrong way to get stdio mode used.
33802      Branch: perlio
33803            ! perlio.c
33804 ____________________________________________________________________________
33805 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
33806         Log: Retract #13048: that introduced a malloc() (through savepvn())
33807              to *every* m//, which killed the performance quite badly.
33808      Branch: perl
33809            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33810 ____________________________________________________________________________
33811 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
33812         Log: Pass 1 at perldelta.pod: sort the section contents
33813              together, drop all but the 5.7.2 known problems,
33814              leave the 5.7.1 security note since that's the
33815              fullest explanation (update the date on that).
33816      Branch: perl
33817            ! pod/perldelta.pod
33818 ____________________________________________________________________________
33819 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
33820         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
33821              
33822              Tiny problem in the test for 20011113.110: I hope
33823              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
33824      Branch: perl
33825            ! pp.c t/op/repeat.t
33826 ____________________________________________________________________________
33827 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
33828         Log: All of syswrite/send/sendto need to return character counts,
33829              and character counts from the offset, not the beginning of
33830              the scalar.
33831      Branch: perl
33832            ! pp_sys.c
33833 ____________________________________________________________________________
33834 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
33835         Log: Integrate PerlIO: duping fixes.
33836      Branch: perl
33837           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33838           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33839           !> perliol.h sv.c
33840 ____________________________________________________________________________
33841 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
33842         Log: syswrite() was still returning byte counts, not character counts.
33843      Branch: perl
33844            ! pp_sys.c t/io/utf8.t
33845 ____________________________________________________________________________
33846 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
33847         Log: Add test for sysread().
33848      Branch: perl
33849            ! t/io/utf8.t
33850 ____________________________________________________________________________
33851 [ 13072] By: nick                                  on 2001/11/18  16:15:31
33852         Log: Allow dup'ing of PerlIO::Scalar etc.
33853      Branch: perlio
33854            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33855            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33856            ! perliol.h sv.c
33857 ____________________________________________________________________________
33858 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
33859         Log: Prepend a null byte to the test set.
33860      Branch: perl
33861            ! t/io/utf8.t
33862 ____________________________________________________________________________
33863 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
33864         Log: Document how "no utf8;" can become handy.
33865      Branch: perl
33866            ! lib/utf8.pm
33867 ____________________________________________________________________________
33868 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
33869         Log: Integrate perlio:
33870              
33871              [ 13068]
33872              embed.pl generated changes I forgot to include
33873              
33874              [ 13067]
33875              Force inclusion of both Perl_runops_* in perl itself,
33876              so they are available for Peek.xs etc.
33877              
33878              [ 12874]
33879              Keep It Simple and Stupid version of readonly hash support.
33880              - Test for SvREAONLY(hv) at a few spots in hv.c
33881              - add the error message to perldiag.pod
33882              - (dubious) add access::readonly() to univeral.c
33883              - add test using above
33884              - fixup ext/B/t/stash.t to account for access:: existing
33885      Branch: perl
33886           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
33887 ____________________________________________________________________________
33888 [ 13068] By: nick                                  on 2001/11/18  13:23:33
33889         Log: embed.pl generated changes I forgot to include
33890      Branch: perlio
33891            ! embedvar.h perlapi.h pod/perlapi.pod
33892 ____________________________________________________________________________
33893 [ 13067] By: nick                                  on 2001/11/18  12:50:19
33894         Log: Force inclusion of both Perl_runops_* in perl itself,
33895              so they are available for Peek.xs etc.
33896      Branch: perlio
33897            ! perlvars.h
33898 ____________________________________________________________________________
33899 [ 13066] By: nick                                  on 2001/11/18  11:00:34
33900         Log: Integrate mainline - a few Devel::Peak fails.
33901      Branch: perlio
33902           +> (branch 29 files)
33903            - ext/Thread/Thread.pm lib/Benchmark.t
33904            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33905            - lib/Lingua/KO/Hangul/Util/README
33906            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
33907            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
33908            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
33909            - vms/ext/vmsish.pm vms/ext/vmsish.t
33910            ! hv.c
33911           !> (integrate 389 files)
33912 ____________________________________________________________________________
33913 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
33914         Log: Start working on perldelta.  This is not yet any sort of
33915              editing; just concatenating perl570delta, perl571delta,
33916              and perl572delta.  Any sorting not done, any duplicate
33917              removal not done, any removal or update of obsolete items
33918              not done, any changes since 5.7.2 not included.  So there.
33919      Branch: perl
33920            ! pod/perldelta.pod
33921 ____________________________________________________________________________
33922 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
33923         Log: Banish "use utf8".
33924      Branch: perl
33925            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
33926 ____________________________________________________________________________
33927 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
33928         Log: Tweak from Charles Lane.
33929      Branch: perl
33930            ! vms/vms.c
33931 ____________________________________________________________________________
33932 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
33933         Log: Integrate change #13058 from maintperl;
33934              change#12559 breaks things on Win9x because command.com doesn't
33935              grok dquotes at all; disable all the system() smarts for
33936              command.com
33937      Branch: perl
33938           !> win32/win32.c
33939 ____________________________________________________________________________
33940 [ 13061] By: ams                                   on 2001/11/17  13:46:11
33941         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
33942              From: Jonathan Stowe <gellyfish@gellyfish.com>
33943              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
33944              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
33945      Branch: perl
33946            ! lib/Term/Cap.pm
33947 ____________________________________________________________________________
33948 [ 13060] By: ams                                   on 2001/11/17  09:49:10
33949         Log: Subject: [PATCH9 File/Find.pm doc nits
33950              From: Tels <perl_dummy@bloodgate.com>
33951              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
33952      Branch: perl
33953            ! lib/File/Find.pm
33954 ____________________________________________________________________________
33955 [ 13059] By: ams                                   on 2001/11/17  09:38:38
33956         Log: Subject: [PATCH] Benchmark.pm nit
33957              From: Tels <perl_dummy@bloodgate.com>
33958              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
33959      Branch: perl
33960            ! lib/Benchmark.pm
33961 ____________________________________________________________________________
33962 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
33963         Log: change#12559 breaks things on Win9x because command.com doesn't
33964              grok dquotes at all; disable all the system() smarts for
33965              command.com
33966      Branch: maint-5.6/perl
33967            ! win32/win32.c
33968 ____________________________________________________________________________
33969 [ 13057] By: ams                                   on 2001/11/16  20:30:03
33970         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
33971              From: Andy Dougherty <doughera@lafayette.edu>
33972              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
33973              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
33974      Branch: perl
33975            ! lib/Unicode/UCD.t
33976 ____________________________________________________________________________
33977 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
33978         Log: Subject: [Patch Perl@13023] VMS system() warning
33979              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33980              Date: Fri, 16 Nov 2001 15:20:11 EST
33981              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
33982      Branch: perl
33983            ! vms/vms.c
33984 ____________________________________________________________________________
33985 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
33986         Log: It's neither-nor, and protect against the impossible.
33987      Branch: perl
33988            ! lib/Thread.pm
33989 ____________________________________________________________________________
33990 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
33991         Log: 5005threads didn't work because $Thread::VERSION wasn't
33992              visible.  Oops.
33993      Branch: perl
33994            ! ext/Thread/Makefile.PL lib/Thread.pm
33995 ____________________________________________________________________________
33996 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
33997         Log: Robustness against Linux using something else than gcc;
33998              based on
33999              
34000              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
34001              From: Charles Randall <cfriv@yahoo.com>
34002              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
34003              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
34004      Branch: perl
34005            ! ext/Errno/Errno_pm.PL
34006 ____________________________________________________________________________
34007 [ 13052] By: ams                                   on 2001/11/16  16:46:39
34008         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
34009              From: Russ Allbery <rra@stanford.edu>
34010              Date: 16 Nov 2001 09:44:21 -0800
34011              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
34012      Branch: perl
34013            ! lib/Pod/ParseLink.pm
34014 ____________________________________________________________________________
34015 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
34016         Log: Update perluniintro on the UTF-8 output matters
34017              (that -w will warn unless the stream is explicitly UTF-8-ified).
34018      Branch: perl
34019            ! pod/perluniintro.pod
34020 ____________________________________________________________________________
34021 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
34022         Log: Adding new files to MANIFEST is nice.
34023      Branch: perl
34024            ! MANIFEST
34025 ____________________________________________________________________________
34026 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
34027         Log: Update Changes.
34028      Branch: perl
34029            ! Changes patchlevel.h
34030 ____________________________________________________________________________
34031 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
34032         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
34033              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
34034              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
34035              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
34036      Branch: perl
34037            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
34038 ____________________________________________________________________________
34039 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
34040         Log: Rename perlunintro to perluniintro; regen toc.
34041      Branch: perl
34042            + pod/perluniintro.pod
34043            - pod/perlunintro.pod
34044            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34045 ____________________________________________________________________________
34046 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
34047         Log: Document the negated lookahead trick to emulate
34048              character class subtraction.
34049      Branch: perl
34050            ! pod/perlunicode.pod
34051 ____________________________________________________________________________
34052 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
34053         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
34054              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34055              Date: Fri, 16 Nov 2001 23:31:04 +0900
34056              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
34057              
34058              (with the tweak that Cntrl is not C, it's Cc)
34059      Branch: perl
34060            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
34061            ! lib/unicore/mktables
34062 ____________________________________________________________________________
34063 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
34064         Log: Subject: [PATCH current] runtime runops switch
34065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34066              Date: Fri, 16 Nov 2001 00:48:09 -0500
34067              Message-ID: <20011116004809.A934@math.ohio-state.edu>
34068      Branch: perl
34069            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
34070            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
34071            ! pod/perlintern.pod proto.h run.c
34072 ____________________________________________________________________________
34073 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
34074         Log: Further discourage old Thread code; tell how to tell
34075              the difference.
34076      Branch: perl
34077            ! lib/Thread.pm
34078 ____________________________________________________________________________
34079 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
34080         Log: A missing return; from Charles Lane.
34081      Branch: perl
34082            ! vms/vms.c
34083 ____________________________________________________________________________
34084 [ 13041] By: ams                                   on 2001/11/16  12:11:14
34085         Log: Subject: [PATCH] Doc spellcheck + podcheck
34086              From: Autrijus Tang <autrijus@egb.elixus.org>
34087              Date: Thu, 15 Nov 2001 22:49:05 -0800
34088              Message-Id: <20011116064905.GA44092@egb.elixus.org>
34089              
34090              Subject: [PATCH] podcheck+spellcheck, the rest of the story
34091              From: Autrijus Tang <autrijus@egb.elixus.org>
34092              Date: Fri, 16 Nov 2001 00:42:20 -0800
34093              Message-Id: <20011116084220.GA44295@egb.elixus.org>
34094              
34095              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
34096              From: Nicholas Clark <nick@ccl4.org>
34097              Date: Fri, 16 Nov 2001 10:32:01 +0000
34098              Message-Id: <20011116103200.F62891@plum.flirble.org>
34099              (Applied after suitable de-mangling.)
34100      Branch: perl
34101            ! README.aix README.dgux README.dos README.epoc README.hpux
34102            ! README.mint README.mpeix README.netware README.os2
34103            ! README.os390 README.plan9 README.qnx README.solaris
34104            ! README.threads doio.c pod/perl571delta.pod
34105            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
34106            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
34107            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
34108            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
34109            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
34110            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
34111 ____________________________________________________________________________
34112 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
34113         Log: Avoid redefinedness warning for now.
34114      Branch: perl
34115            ! lib/Thread.pm
34116 ____________________________________________________________________________
34117 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
34118         Log: use strict.
34119      Branch: perl
34120            ! lib/Thread.pm
34121 ____________________________________________________________________________
34122 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
34123         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
34124              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
34125              Date: Thu, 15 Nov 2001 22:54:47 EST 
34126              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
34127      Branch: perl
34128            ! vms/vms.c vms/vmspipe.com
34129 ____________________________________________________________________________
34130 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
34131         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
34132              From: "chromatic" <chromatic@rmci.net>
34133              Date: Thu, 15 Nov 2001 19:54:23 -0700
34134              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
34135      Branch: perl
34136            ! lib/File/stat.t
34137 ____________________________________________________________________________
34138 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
34139         Log: Make Thread a wrapper for both ithreads and 5005threads.
34140              Needs a lot of work and Arthur's eyeballing (and finishing
34141              few missing odds and ends of threads.pm).  Now Thread
34142              is an extension without its own .pm.
34143              
34144              If there are people who have experience working with
34145              either the 5005threads or the ithreads: cleaning up
34146              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
34147              and porting the various Thread::* modules, like Thread::Queue,
34148              to work also with ithreads, is needed.
34149              
34150              Removed the 5005threads requirement from the 5005 tests
34151              for easier testing (not all of them work yet since
34152              they use the Thread::* modules that have not been made
34153              to work with ithreads).  Leave the 5005 tests named as
34154              *.tx so that they are not run by "make test".
34155      Branch: perl
34156            + lib/Thread.pm
34157            - ext/Thread/Thread.pm
34158            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
34159            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
34160            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
34161            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
34162            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
34163            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
34164            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
34165 ____________________________________________________________________________
34166 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
34167         Log: $VERSION "a5" doesn't quite work.
34168      Branch: perl
34169            ! ext/B/Makefile.PL
34170 ____________________________________________________________________________
34171 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
34172         Log: Add the fruits of Larry Shatzer's version verifying script.
34173              (There are some straddlers, but they will be fixed in the
34174              upcoming releases of the modules.)
34175      Branch: perl
34176            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
34177            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
34178            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
34179            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
34180            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
34181            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
34182            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
34183            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
34184            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
34185            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
34186            ! wince/FindExt.pm
34187 ____________________________________________________________________________
34188 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
34189         Log: Add Larry Shatzer's VERSION verifying script.
34190      Branch: perl
34191            + Porting/checkVERSION.pl
34192            ! MANIFEST Porting/pumpkin.pod
34193 ____________________________________________________________________________
34194 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
34195         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
34196              From: Michael G Schwern <schwern@pobox.com>
34197              Date: Thu, 15 Nov 2001 19:26:40 -0500
34198              Message-ID: <20011115192640.R31399@blackrider>
34199      Branch: perl
34200            ! t/test.pl
34201 ____________________________________________________________________________
34202 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
34203         Log: Document the MY_CXT business; from Paul Marquess.
34204      Branch: perl
34205            ! pod/perlxs.pod
34206 ____________________________________________________________________________
34207 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
34208         Log: VMSCMD synch attempt.
34209      Branch: perl
34210            ! vms/vms.c vms/vmsish.h
34211 ____________________________________________________________________________
34212 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
34213         Log: Advise against -P as instructed by Schwern.
34214      Branch: perl
34215            ! pod/perlrun.pod
34216 ____________________________________________________________________________
34217 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
34218         Log: Subject: [PATCH] v-strings as Objects Step 1
34219              From: John Peacock <jpeacock@rowman.com>
34220              Date: Thu, 15 Nov 2001 12:41:04 -0500
34221              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
34222      Branch: perl
34223            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
34224            ! util.c
34225 ____________________________________________________________________________
34226 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
34227         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
34228              From: Michael G Schwern <schwern@pobox.com>
34229              Date: Thu, 15 Nov 2001 12:47:59 -0500
34230              Message-ID: <20011115124759.E31399@blackrider>
34231      Branch: perl
34232            + t/run/switchx.aux t/run/switchx.t
34233            ! MANIFEST t/run/switches.t
34234 ____________________________________________________________________________
34235 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
34236         Log: Upgrade to Getopt::Long 2.26_03.
34237      Branch: perl
34238            ! lib/Getopt/Long.pm
34239 ____________________________________________________________________________
34240 [ 13025] By: ams                                   on 2001/11/15  20:46:22
34241         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
34242              From: Michael G Schwern <schwern@pobox.com>
34243              Date: Thu, 15 Nov 2001 16:24:11 -0500
34244              Message-Id: <20011115162411.M31399@blackrider>
34245      Branch: perl
34246            ! vms/vms.c
34247 ____________________________________________________________________________
34248 [ 13024] By: ams                                   on 2001/11/15  19:32:06
34249         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
34250              From: rspier@pobox.com (Robert Spier)
34251              Date: Thu, 15 Nov 2001 11:19:21 -0800
34252              Message-Id: <15348.5433.732364.963687@rls.cx>
34253      Branch: perl
34254            ! op.c
34255 ____________________________________________________________________________
34256 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
34257         Log: Update Changes.
34258      Branch: perl
34259            ! Changes patchlevel.h
34260 ____________________________________________________________________________
34261 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
34262         Log: Subject: [PATCH] new tests for command-line switches
34263              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34264              Date: Thu, 15 Nov 2001 17:00:30 +0100
34265              Message-ID: <20011115170030.A14193@rafael>
34266      Branch: perl
34267            + t/run/switches.t
34268            ! MANIFEST
34269 ____________________________________________________________________________
34270 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
34271         Log: Upgrade to podlators 1.13.
34272      Branch: perl
34273            + lib/Pod/ParseLink.pm
34274            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
34275            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
34276            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
34277            ! t/pod/pod2usage.xr t/pod/podselect.xr
34278 ____________________________________________________________________________
34279 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
34280         Log: skip "might be used uninitialized".
34281      Branch: perl
34282            ! pp_sys.c
34283 ____________________________________________________________________________
34284 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
34285         Log: Fix for "perlio bug in koi8-r encoding".  The problem
34286              seemed to be that binmode() always flushed the handle,
34287              which is not so good when switching encodings.  Fixed,
34288              added Matt Sergeant's testcase, documented in perlfunc/binmode,
34289              also added a pointer about disciplines to perlfunc/open,
34290              and in general cleaned up and reformatted the open entry.
34291      Branch: perl
34292            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
34293 ____________________________________________________________________________
34294 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
34295         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
34296              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34297              Date: 15 Nov 2001 08:57:06 -0000
34298              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
34299              
34300              chop() and chomp() are not real list functions,
34301              so let's not have them overrideable.  (Casey will
34302              be confused since in #7071 he patched the other way.)
34303      Branch: perl
34304            ! pod/perlfunc.pod toke.c
34305 ____________________________________________________________________________
34306 [ 13017] By: ams                                   on 2001/11/15  12:56:49
34307         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
34308              From: Robin Barker <rmb1@cise.npl.co.uk>
34309              Date: Thu, 15 Nov 2001 13:48:34 GMT
34310              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
34311              (Applied with tweaks.)
34312      Branch: perl
34313            ! pod/perltrap.pod
34314 ____________________________________________________________________________
34315 [ 13016] By: ams                                   on 2001/11/15  09:12:48
34316         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
34317              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34318              Date: Thu, 15 Nov 2001 09:06:39 +0100
34319              Message-Id: <20011115090639.A13005@rafael>
34320      Branch: perl
34321            ! pod/perlrun.pod
34322 ____________________________________________________________________________
34323 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
34324         Log: "link =" from utils.lst was being processed oddly.
34325      Branch: perl
34326            ! installman
34327 ____________________________________________________________________________
34328 [ 13014] By: ams                                   on 2001/11/15  02:52:52
34329         Log: Subject: [PATCH current] CreateTTY in -d
34330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34331              Date: Wed, 14 Nov 2001 21:26:31 -0500
34332              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
34333      Branch: perl
34334            ! lib/perl5db.pl
34335 ____________________________________________________________________________
34336 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
34337         Log: Corify the Filter::Simple tests. 
34338      Branch: perl
34339            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
34340            ! lib/Filter/Simple/t/filter_only.t
34341 ____________________________________________________________________________
34342 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
34343         Log: Upgrade to Filter::Simple 0.70.
34344      Branch: perl
34345            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
34346            + t/lib/FilterOnlyTest.pm
34347            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
34348            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
34349            ! t/lib/FilterTest.pm
34350 ____________________________________________________________________________
34351 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
34352         Log: Cleanliness inspired by Cygwin.
34353      Branch: perl
34354            ! Makefile.SH x2p/Makefile.SH
34355 ____________________________________________________________________________
34356 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
34357         Log: Add perlunintro (formerly known as perlunitut); regen toc.
34358      Branch: perl
34359            + pod/perlunintro.pod
34360            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34361 ____________________________________________________________________________
34362 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
34363         Log: FAQ sync.
34364      Branch: perl
34365            ! pod/perlfaq6.pod
34366 ____________________________________________________________________________
34367 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
34368         Log: Quieten pgcc 2.91.66 worries.
34369      Branch: perl
34370            ! gv.c pp_ctl.c utf8.c
34371 ____________________________________________________________________________
34372 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
34373         Log: Upgrade to Switch 2.06.
34374      Branch: perl
34375            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
34376            ! lib/Switch/t/nested.t
34377 ____________________________________________________________________________
34378 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
34379         Log: Upgrade to Attribute::Handlers 0.76.
34380      Branch: perl
34381            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
34382            ! lib/Attribute/Handlers/README
34383            ! lib/Attribute/Handlers/demo/Demo.pm
34384            ! lib/Attribute/Handlers/demo/Descriptions.pm
34385            ! lib/Attribute/Handlers/demo/MyClass.pm
34386            ! lib/Attribute/Handlers/demo/demo_cycle.pl
34387            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
34388            ! lib/Attribute/Handlers/t/multi.t
34389 ____________________________________________________________________________
34390 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
34391         Log: Signedness nit.
34392      Branch: perl
34393            ! regexec.c
34394 ____________________________________________________________________________
34395 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
34396         Log: VERSIONize.
34397      Branch: perl
34398            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
34399            ! lib/integer.pm
34400 ____________________________________________________________________________
34401 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
34402         Log: No pod in internal Net::FTP classes.
34403      Branch: perl
34404            ! pod/buildtoc.PL
34405 ____________________________________________________________________________
34406 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
34407         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
34408              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
34409              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
34410              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
34411      Branch: perl
34412            ! regexec.c
34413 ____________________________________________________________________________
34414 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
34415         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
34416              Pudge correctly).
34417      Branch: perl
34418            ! t/test.pl
34419 ____________________________________________________________________________
34420 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
34421         Log: Add comments to mark where $^X is being handled.
34422      Branch: perl
34423            ! perl.c toke.c
34424 ____________________________________________________________________________
34425 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
34426         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
34427              From: Michael G Schwern <schwern@pobox.com>
34428              Date: Wed, 14 Nov 2001 16:38:25 -0500
34429              Message-ID: <20011114163825.D6519@blackrider>
34430      Branch: perl
34431            ! t/op/repeat.t
34432 ____________________________________________________________________________
34433 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
34434         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
34435              From: Michael G Schwern <schwern@pobox.com>
34436              Date: Wed, 14 Nov 2001 13:19:15 -0500
34437              Message-ID: <20011114131915.K5096@blackrider>
34438      Branch: perl
34439            ! t/op/die_exit.t
34440 ____________________________________________________________________________
34441 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
34442         Log: Subject: Re: [PATCH] new version of runperl()
34443              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34444              Date: Wed, 14 Nov 2001 15:39:12 EST
34445              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
34446              
34447              "VMS $^X pipes etc" patch.
34448      Branch: perl
34449            ! vms/vms.c
34450 ____________________________________________________________________________
34451 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
34452         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
34453              and add "verbose" option to show the final command.
34454      Branch: perl
34455            ! t/test.pl
34456 ____________________________________________________________________________
34457 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
34458         Log: Goof in some of the comment fields of #12994.
34459      Branch: perl
34460            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
34461            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
34462            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
34463            ! lib/unicore/In/9.pl
34464 ____________________________________________________________________________
34465 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
34466         Log: The First, Last ranges in the Unicode data weren't
34467              getting their general categories added properly;
34468              noticed by Jeffrey Friedl.
34469      Branch: perl
34470            ! lib/unicore/Category.pl lib/unicore/In/0.pl
34471            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
34472            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
34473            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
34474            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
34475            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
34476            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
34477            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
34478            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
34479            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
34480            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
34481            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
34482            ! lib/unicore/mktables
34483 ____________________________________________________________________________
34484 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
34485         Log: Subject: [PATCH] new version of runperl()
34486              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34487              Date: Wed, 14 Nov 2001 12:23:01 +0100
34488              Message-ID: <20011114122301.A29384@rafael>
34489      Branch: perl
34490            ! t/io/argv.t t/test.pl
34491 ____________________________________________________________________________
34492 [ 12992] By: ams                                   on 2001/11/14  13:40:39
34493         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
34494              From: Michael G Schwern <schwern@pobox.com>
34495              Date: Tue, 13 Nov 2001 23:17:54 -0500
34496              Message-Id: <20011113231754.S32567@blackrider>
34497      Branch: perl
34498            ! perl.c
34499 ____________________________________________________________________________
34500 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
34501         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
34502              From: Philip Newton <Philip.Newton@gmx.net>
34503              Date: Wed, 14 Nov 2001 10:59:53 +0100
34504              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
34505              
34506              plus a lot of paragraph reformatting because of long lines.
34507      Branch: perl
34508            ! pod/perlapio.pod
34509 ____________________________________________________________________________
34510 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
34511         Log: A bool is not a pointer.
34512      Branch: perl
34513            ! pp_sys.c
34514 ____________________________________________________________________________
34515 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
34516         Log: AUTHORS updates.
34517      Branch: perl
34518            ! AUTHORS
34519 ____________________________________________________________________________
34520 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
34521         Log: There are several MIME RFCs.
34522      Branch: perl
34523            ! ext/Encode/Encode.pm
34524 ____________________________________________________________________________
34525 [ 12987] By: ams                                   on 2001/11/14  01:09:28
34526         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
34527              From: Michael G Schwern <schwern@pobox.com>
34528              Date: Tue, 13 Nov 2001 20:59:13 -0500
34529              Message-Id: <20011113205913.H32567@blackrider>
34530      Branch: perl
34531            ! t/op/groups.t vms/test.com
34532 ____________________________________________________________________________
34533 [ 12986] By: ams                                   on 2001/11/14  01:07:06
34534         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
34535              From: Michael G Schwern <schwern@pobox.com>
34536              Date: Tue, 13 Nov 2001 20:51:34 -0500
34537              Message-Id: <20011113205134.F32567@blackrider>
34538      Branch: perl
34539            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
34540 ____________________________________________________________________________
34541 [ 12985] By: ams                                   on 2001/11/14  00:43:59
34542         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
34543              From: Michael G Schwern <schwern@pobox.com>
34544              Date: Tue, 13 Nov 2001 20:38:42 -0500
34545              Message-Id: <20011113203842.E32567@blackrider>
34546      Branch: perl
34547            ! pod/perlport.pod
34548 ____________________________________________________________________________
34549 [ 12984] By: ams                                   on 2001/11/14  00:32:15
34550         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
34551              From: Michael G Schwern <schwern@pobox.com>
34552              Date: Tue, 13 Nov 2001 20:27:02 -0500
34553              Message-Id: <20011113202702.D32567@blackrider>
34554      Branch: perl
34555            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
34556            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
34557            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
34558            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
34559 ____________________________________________________________________________
34560 [ 12983] By: ams                                   on 2001/11/14  00:00:27
34561         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
34562              From: Michael G Schwern <schwern@pobox.com>
34563              Date: Tue, 13 Nov 2001 19:51:59 -0500
34564              Message-Id: <20011113195159.B32567@blackrider>
34565      Branch: perl
34566            ! pod/perlport.pod
34567 ____________________________________________________________________________
34568 [ 12982] By: ams                                   on 2001/11/13  23:53:11
34569         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
34570              From: Larry Shatzer <fugazi@zippy.zyx.net>
34571              Date: Tue, 13 Nov 2001 17:27:59 -0700
34572              Message-Id: <20011113172759.E27768@zippy.zyx.net>
34573      Branch: perl
34574            ! pod/perlapio.pod
34575 ____________________________________________________________________________
34576 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
34577         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
34578              "large enough" Unicode characters returned more than one
34579              as their "Unicode size".
34580      Branch: perl
34581            ! pp_sys.c t/io/utf8.t
34582 ____________________________________________________________________________
34583 [ 12980] By: ams                                   on 2001/11/13  19:32:33
34584         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
34585              From: "Craig A. Berry" <craigberry@mac.com>
34586              Date: Tue, 13 Nov 2001 14:33:25 -0600
34587              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
34588      Branch: perl
34589            ! vms/gen_shrfls.pl
34590 ____________________________________________________________________________
34591 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
34592         Log: Subject: Minor patch to Encode.pm (detypo)
34593              From: "Philip Newton" <Philip.Newton@gmx.net>
34594              Date: Tue, 13 Nov 2001 20:11:01 +0100
34595              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
34596      Branch: perl
34597            ! ext/Encode/Encode.pm
34598 ____________________________________________________________________________
34599 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
34600         Log: Evil tabulators.
34601      Branch: perl
34602            ! ext/Encode/Encode.pm
34603 ____________________________________________________________________________
34604 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
34605         Log: Document the available encodings.
34606      Branch: perl
34607            ! ext/Encode/Encode.pm
34608 ____________________________________________________________________________
34609 [ 12976] By: ams                                   on 2001/11/13  17:14:07
34610         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
34611              From: Barrie Slaymaker <barries@slaysys.com>
34612              Date: Tue, 13 Nov 2001 12:41:36 -0500
34613              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
34614      Branch: perl
34615            ! t/op/universal.t
34616 ____________________________________________________________________________
34617 [ 12975] By: ams                                   on 2001/11/13  16:24:21
34618         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
34619              From: Barrie Slaymaker <barries@slaysys.com>
34620              Date: Tue, 13 Nov 2001 10:56:20 -0500
34621              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
34622              (Test applied with minor tweaks and ->isa("HASH") omission.)
34623      Branch: perl
34624            ! lib/UNIVERSAL.pm t/op/universal.t
34625 ____________________________________________________________________________
34626 [ 12974] By: ams                                   on 2001/11/13  15:46:07
34627         Log: Subject: [PATCH Benchmark.pm] docco tweaks
34628              From: Barrie Slaymaker <barries@slaysys.com>
34629              Date: Tue, 13 Nov 2001 11:34:45 -0500
34630              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
34631      Branch: perl
34632            ! lib/Benchmark.pm
34633 ____________________________________________________________________________
34634 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
34635         Log: Subject: [PATCH] Attack of the C loops, round 1
34636              From: Richard Soderberg <rs@oregonnet.com>
34637              Date: Mon, 12 Nov 2001 12:07:29 -0800
34638              Message-Id: <200111122007.MAA01994@oregonnet.com>
34639              
34640              Subject: [PATCH] bytecode.pl (tiny patch)
34641              From: Richard Soderberg <rs@oregonnet.com>
34642              Date: Mon, 12 Nov 2001 12:53:24 -0800
34643              Message-Id: <200111122053.MAA06272@oregonnet.com>
34644      Branch: perl
34645            ! bytecode.pl installhtml
34646 ____________________________________________________________________________
34647 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
34648         Log: Subject: [PATCH] Update to Filter::Util::Call
34649              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34650              Date: Sun, 11 Nov 2001 22:33:33 -0000
34651              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
34652              
34653              Use the new CXT* macros.
34654      Branch: perl
34655            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34656 ____________________________________________________________________________
34657 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
34658         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
34659              From: Michael G Schwern <schwern@pobox.com>
34660              Date: Mon, 12 Nov 2001 20:50:34 -0500
34661              Message-ID: <20011112205034.H2888@blackrider>
34662      Branch: perl
34663            + lib/vmsish.pm lib/vmsish.t
34664            - vms/ext/vmsish.pm vms/ext/vmsish.t
34665            ! MANIFEST vms/descrip_mms.template
34666 ____________________________________________________________________________
34667 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
34668         Log: :utf8 works only with perlio.
34669      Branch: perl
34670            ! lib/open.t
34671 ____________________________________________________________________________
34672 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
34673         Log: Subject: Re: @Config -"des" not quite working on VMS
34674              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34675              Date: Tue, 13 Nov 2001 08:35:13 EST 
34676              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
34677      Branch: perl
34678            ! configure.com
34679 ____________________________________________________________________________
34680 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
34681         Log: Subject: [PATCH] lib/charnames.pm 
34682              From: Jeffrey Friedl <jfriedl@yahoo.com>
34683              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
34684              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
34685      Branch: perl
34686            ! lib/charnames.pm
34687 ____________________________________________________________________________
34688 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
34689         Log: Docs for Mac::err.
34690      Branch: maint-5.6/macperl
34691            ! macos/ext/Mac/err/err.pm
34692 ____________________________________________________________________________
34693 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
34694         Log: Some cleanup; change some globals to references for
34695              possible persistence later.
34696      Branch: maint-5.6/macperl
34697            ! macos/lib/Mac/Glue.pm
34698 ____________________________________________________________________________
34699 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
34700         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
34701      Branch: maint-5.6/macperl
34702            ! macos/ext/Mac/Files/Files.pm
34703 ____________________________________________________________________________
34704 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
34705         Log: Get Mac::Navigation to compile (bug #464684).
34706      Branch: maint-5.6/macperl
34707            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
34708            ! macos/ext/Mac/Navigation/Makefile.PL
34709            ! macos/ext/Mac/Navigation/Navigation.xs
34710            ! macos/macperl/Makefile.mk
34711 ____________________________________________________________________________
34712 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
34713         Log: Add in modules and POD to help menu.
34714      Branch: maint-5.6/macperl
34715            ! macos/macperl/MacPerl.podhelp
34716 ____________________________________________________________________________
34717 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
34718         Log: Update bundled modules.
34719      Branch: maint-5.6/macperl
34720            + macos/bundled_ext/Filter/t/FilterTest.pm
34721            + macos/bundled_ext/List/Util/t/shuffle.t
34722            + macos/bundled_ext/Storable/t/compat06.t
34723            + macos/bundled_ext/Storable/t/st-dump.pl
34724            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
34725            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
34726            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
34727            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
34728            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
34729            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
34730            + macos/bundled_lib/blib/lib/lwpcook.pod
34731            + macos/bundled_lib/t/Filter/Simple/filter.t
34732            + macos/bundled_lib/t/Switch/t/given.t
34733            + macos/bundled_lib/t/Switch/t/nested.t
34734            + macos/bundled_lib/t/Switch/t/switch.t
34735            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
34736            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
34737            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
34738            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
34739            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
34740            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
34741            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
34742            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
34743            + macos/bundled_lib/t/URI/rfc2732.t
34744            + macos/bundled_lib/t/libnet/config.t
34745            + macos/bundled_lib/t/libnet/libnet_t.pl
34746            + macos/bundled_lib/t/libwww-perl/live/google.t
34747            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
34748            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
34749            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
34750            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
34751            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
34752            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
34753            + macos/bundled_lib/t/libwww-perl/live/validator.t
34754            - macos/bundled_ext/Filter/t/MyFilter.pm
34755            - macos/bundled_ext/Storable/t/compat-0.6.t
34756            - macos/bundled_ext/Storable/t/dump.pl
34757            - macos/bundled_ext/Time/Piece/Makefile.PL
34758            - macos/bundled_ext/Time/Piece/Piece.pm
34759            - macos/bundled_ext/Time/Piece/Piece.t
34760            - macos/bundled_ext/Time/Piece/Piece.xs
34761            - macos/bundled_ext/Time/Piece/README
34762            - macos/bundled_ext/Time/Piece/Seconds.pm
34763            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
34764            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
34765            - macos/bundled_lib/blib/lib/Net/PH.pm
34766            - macos/bundled_lib/blib/lib/Net/SNPP.pm
34767            - macos/bundled_lib/blib/lib/Text/Balanced.pod
34768            - macos/bundled_lib/t/Filter/Simple/test.pl
34769            - macos/bundled_lib/t/Switch/test.pl
34770            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
34771            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
34772            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
34773            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
34774            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
34775            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
34776            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
34777            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
34778            - macos/bundled_lib/t/libnet/ph.t
34779            ! (edit 125 files)
34780 ____________________________________________________________________________
34781 [ 12961] By: ams                                   on 2001/11/13  00:45:08
34782         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
34783              From: Michael G Schwern <schwern@pobox.com>
34784              Date: Mon, 12 Nov 2001 20:16:45 -0500
34785              Message-Id: <20011112201644.G2888@blackrider>
34786      Branch: perl
34787            ! pod/perlport.pod
34788 ____________________________________________________________________________
34789 [ 12960] By: ams                                   on 2001/11/12  23:54:00
34790         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
34791              Recoving dup tests for VMS
34792              From: Michael G Schwern <schwern@pobox.com>
34793              Date: Mon, 12 Nov 2001 19:35:33 -0500
34794              Message-Id: <20011112193533.D2888@blackrider>
34795      Branch: perl
34796            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
34797 ____________________________________________________________________________
34798 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
34799         Log: Update Changes.
34800      Branch: perl
34801            ! Changes patchlevel.h
34802 ____________________________________________________________________________
34803 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
34804         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
34805              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
34806              Date: Mon, 12 Nov 2001 12:35:18 EST 
34807              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
34808      Branch: perl
34809            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
34810            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
34811 ____________________________________________________________________________
34812 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
34813         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
34814              From: Barrie Slaymaker <barries@slaysys.com>
34815              Date: Mon, 12 Nov 2001 11:19:52 -0500
34816              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
34817      Branch: perl
34818            ! lib/File/Spec.t lib/File/Spec/Win32.pm
34819 ____________________________________________________________________________
34820 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
34821         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
34822              From: Barrie Slaymaker <barries@slaysys.com>
34823              Date: Mon, 12 Nov 2001 11:07:36 -0500
34824              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
34825      Branch: perl
34826            ! lib/Benchmark.pm
34827 ____________________________________________________________________________
34828 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
34829         Log: Misplaced test, noticed by Barrie Slaymaker.
34830              (We are missing Benchmark tests, then.)
34831      Branch: perl
34832            + ext/Devel/DProf/DProf.t
34833            - lib/Benchmark.t
34834            ! MANIFEST
34835 ____________________________________________________________________________
34836 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
34837         Log: Subject: [PATCH] a few typo fixes 
34838              From: Jeffrey Friedl <jfriedl@yahoo.com>
34839              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
34840              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
34841              
34842              Patching README.foo instead of pod/perlfoo.pod,
34843              not patching Math::BigInt (Tels will take care of that),
34844              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
34845              and perldoc.PL instead of libnetcfg and perldoc, patching
34846              ext/Digest/MD5/t/files.t since MD5.pm was changed.
34847      Branch: perl
34848            ! (edit 109 files)
34849 ____________________________________________________________________________
34850 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
34851         Log: Add a note about the dangers of bad UTF-8.
34852      Branch: perl
34853            ! pod/perlunicode.pod
34854 ____________________________________________________________________________
34855 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
34856         Log: NetWare Nit from Ananth Kesari.
34857      Branch: perl
34858            ! NetWare/config.wc
34859 ____________________________________________________________________________
34860 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
34861         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
34862      Branch: perl
34863            ! ext/Encode/Encode.pm
34864 ____________________________________________________________________________
34865 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
34866         Log: (retracted by #12951)
34867      Branch: perl
34868            ! ext/Encode/Encode.pm
34869 ____________________________________________________________________________
34870 [ 12949] By: ams                                   on 2001/11/12  06:40:18
34871         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34872              From: Robert Spier <rspier@pobox.com>
34873              Date: Sun, 11 Nov 2001 18:50:18 -0800
34874              Message-Id: <15343.14570.121505.233336@rls.cx>
34875              
34876              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34877              From: Rick Delaney <rick.delaney@home.com>
34878              Date: 12 Nov 2001 00:15:52 -0500
34879              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
34880      Branch: perl
34881            ! pp_hot.c t/op/taint.t
34882 ____________________________________________________________________________
34883 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
34884         Log: It seems that we actually have this detail implemented
34885              as for as Level 1 Support of Unicode regex support is
34886              concerned: at Level 1 only 1:1 support for loose
34887              (aka caseless, aka caseigoring ) matching is required.
34888      Branch: perl
34889            ! pod/perlunicode.pod
34890 ____________________________________________________________________________
34891 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
34892         Log: (retracted by #12951)
34893      Branch: perl
34894            ! ext/Encode/Encode.pm
34895 ____________________________________________________________________________
34896 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
34897         Log: BOM, bom, Bom.
34898      Branch: perl
34899            ! pod/perlunicode.pod
34900 ____________________________________________________________________________
34901 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
34902         Log: Upgrade to Math::BigInt 1.46.
34903      Branch: perl
34904            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34905            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
34906            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
34907            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
34908            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34909 ____________________________________________________________________________
34910 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
34911         Log: Subject: Re: PERFORCE change 12943 for review
34912              From: "Philip Newton" <Philip.Newton@gmx.net>
34913              Date: Sun, 11 Nov 2001 20:53:36 +0100
34914              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
34915      Branch: perl
34916            ! pod/perlunicode.pod
34917 ____________________________________________________________________________
34918 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
34919         Log: Doc updates; make the Unicode discussions a little
34920              bit less alarming, and add information about encodings,
34921              surrogates, and BOMs.
34922      Branch: perl
34923            ! pod/perlunicode.pod
34924 ____________________________________________________________________________
34925 [ 12942] By: ams                                   on 2001/11/11  16:45:00
34926         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
34927              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
34928              Date: Mon, 12 Nov 2001 00:22:57 +0900
34929              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
34930      Branch: perl
34931            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
34932            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
34933 ____________________________________________________________________________
34934 [ 12941] By: ams                                   on 2001/11/11  13:01:40
34935         Log: Subject: Re: PERFORCE change 12929 for review
34936              From: "Philip Newton" <Philip.Newton@gmx.net>
34937              Date: Sun, 11 Nov 2001 14:27:44 +0100
34938              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
34939      Branch: perl
34940            ! MANIFEST
34941 ____________________________________________________________________________
34942 [ 12940] By: ams                                   on 2001/11/11  05:06:43
34943         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
34944              From: Michael G Schwern <schwern@pobox.com>
34945              Date: Thu, 8 Nov 2001 22:56:45 -0500
34946              Message-Id: <20011108225645.H5587@blackrider>
34947      Branch: perl
34948            ! t/op/chdir.t
34949 ____________________________________________________________________________
34950 [ 12939] By: ams                                   on 2001/11/11  05:01:00
34951         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
34952              From: Michael G Schwern <schwern@pobox.com>
34953              Date: Sun, 11 Nov 2001 00:54:43 -0500
34954              Message-Id: <20011111005443.A24450@blackrider>
34955      Branch: perl
34956            ! ext/Cwd/t/cwd.t
34957 ____________________________________________________________________________
34958 [ 12938] By: ams                                   on 2001/11/11  03:25:13
34959         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
34960              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
34961              From: "chromatic" <chromatic@rmci.net>
34962              Date: Sat, 10 Nov 2001 21:03:20 -0700
34963              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
34964      Branch: perl
34965            ! lib/File/stat.pm lib/File/stat.t
34966 ____________________________________________________________________________
34967 [ 12937] By: ams                                   on 2001/11/11  02:05:23
34968         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
34969              From: "Craig A. Berry" <craigberry@mac.com>
34970              Date: Sat, 10 Nov 2001 17:23:52 -0600
34971              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
34972      Branch: perl
34973            ! t/op/magic.t
34974 ____________________________________________________________________________
34975 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
34976         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
34977      Branch: perl
34978            ! lib/open.pm lib/open.t
34979 ____________________________________________________________________________
34980 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
34981         Log: The Official name of ASCII.
34982      Branch: perl
34983            ! ext/Encode/Encode.pm
34984 ____________________________________________________________________________
34985 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
34986         Log: The KOI8-R example wasn't quite right.
34987      Branch: perl
34988            ! lib/open.pm lib/open.t
34989 ____________________________________________________________________________
34990 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
34991         Log: Enhance the open pragma to support :utf8, :locale,
34992              and :encoding directly as special cases, and rename
34993              the INOUT to IO.
34994      Branch: perl
34995            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
34996 ____________________________________________________________________________
34997 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
34998         Log: Document the UTF-16 surrogate encoding and decoding.
34999      Branch: perl
35000            ! ext/Encode/Encode.pm
35001 ____________________________________________________________________________
35002 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
35003         Log: A potential recursion breaker.
35004      Branch: perl
35005            ! sv.c
35006 ____________________________________________________________________________
35007 [ 12930] By: ams                                   on 2001/11/10  07:46:53
35008         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
35009              (was Re: perl@12892)
35010              From: "chromatic" <chromatic@rmci.net>
35011              Date: Sat, 10 Nov 2001 01:28:09 -0700
35012              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
35013      Branch: perl
35014            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
35015            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
35016            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
35017            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
35018 ____________________________________________________________________________
35019 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
35020         Log: Add a test for the bytes pragma.
35021      Branch: perl
35022            + lib/bytes.t
35023            ! MANIFEST
35024 ____________________________________________________________________________
35025 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
35026         Log: Doc update.
35027      Branch: perl
35028            ! lib/bytes.pm
35029 ____________________________________________________________________________
35030 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
35031         Log: Cease to exist.
35032      Branch: perl
35033            - lib/Unicode/Normalize.pm
35034 ____________________________________________________________________________
35035 [ 12926] By: ams                                   on 2001/11/10  03:23:16
35036         Log: Subject: [patch] my_setenv speedup + fixes
35037              From: Doug MacEachern <dougm@covalent.net>
35038              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
35039              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
35040      Branch: perl
35041            ! util.c
35042 ____________________________________________________________________________
35043 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
35044         Log: Newline trouble.
35045      Branch: perl
35046            ! lib/ExtUtils/Embed.t
35047 ____________________________________________________________________________
35048 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
35049         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
35050              From: "Craig A. Berry" <craigberry@mac.com>
35051              Date: Fri, 09 Nov 2001 18:13:16 -0600
35052              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
35053      Branch: perl
35054            ! vms/munchconfig.c
35055 ____________________________________________________________________________
35056 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
35057         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
35058              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35059              Date: Sat, 10 Nov 2001 00:10:45 +0100
35060              Message-ID: <20011110001045.A11945@rafael>
35061      Branch: perl
35062            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
35063            + t/run/switchn.t t/run/switchp.t
35064            ! MANIFEST
35065 ____________________________________________________________________________
35066 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
35067         Log: Subject: [PATCH] some tests not cleaning up properly               
35068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
35069              Date: Fri, 9 Nov 2001 22:13:10 +0100
35070              Message-ID: <20011109221310.A11115@rafael>
35071      Branch: perl
35072            ! ext/Cwd/t/cwd.t t/io/argv.t
35073 ____________________________________________________________________________
35074 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
35075         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
35076              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35077              Date: Fri, 9 Nov 2001 15:07:19 EST
35078              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
35079      Branch: perl
35080            ! lib/ExtUtils/Embed.t
35081 ____________________________________________________________________________
35082 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
35083         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
35084              have been copied so it shouldn't be freed in perl_destruct()
35085      Branch: perl
35086            ! perl.c
35087 ____________________________________________________________________________
35088 [ 12919] By: ams                                   on 2001/11/09  15:36:22
35089         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
35090              From: Michael G Schwern <schwern@pobox.com>
35091              Date: Fri, 9 Nov 2001 00:38:59 -0500
35092              Message-Id: <20011109003859.K5587@blackrider>
35093              (Applied with directory name changes suggested by Craig Berry.)
35094      Branch: perl
35095            ! ext/Cwd/t/cwd.t
35096 ____________________________________________________________________________
35097 [ 12918] By: ams                                   on 2001/11/09  15:29:15
35098         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
35099              From: Michael G Schwern <schwern@pobox.com>
35100              Date: Fri, 9 Nov 2001 01:44:14 -0500
35101              Message-Id: <20011109014414.N5587@blackrider>
35102      Branch: perl
35103            ! vms/ext/filespec.t
35104 ____________________________________________________________________________
35105 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
35106         Log: Update Changes.
35107      Branch: perl
35108            ! Changes patchlevel.h
35109 ____________________________________________________________________________
35110 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
35111         Log: Regen toc.
35112      Branch: perl
35113            ! pod/perltoc.pod
35114 ____________________________________________________________________________
35115 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
35116         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
35117              see http://www.jepstone.net/bjepson//jpl/cvs.html
35118      Branch: perl
35119            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35120 ____________________________________________________________________________
35121 [ 12914] By: ams                                   on 2001/11/09  14:05:12
35122         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
35123              From: Michael G Schwern <schwern@pobox.com>
35124              Date: Thu, 8 Nov 2001 22:05:49 -0500
35125              Message-Id: <20011108220549.F5587@blackrider>
35126      Branch: perl
35127            ! vms/test.com
35128 ____________________________________________________________________________
35129 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
35130         Log: NetWare update from Ananth Kesari.
35131      Branch: perl
35132            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
35133 ____________________________________________________________________________
35134 [ 12912] By: ams                                   on 2001/11/09  13:40:26
35135         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
35136              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35137              Date: Fri, 9 Nov 2001 14:32:28 +0100
35138              Message-Id: <20011109143228.A18996@rafael>
35139      Branch: perl
35140            ! perl.c
35141 ____________________________________________________________________________
35142 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
35143         Log: FAQ sync.
35144      Branch: perl
35145            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
35146            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
35147            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
35148 ____________________________________________________________________________
35149 [ 12910] By: ams                                   on 2001/11/09  07:33:49
35150         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
35151              From: Michael G Schwern <schwern@pobox.com>
35152              Date: Fri, 9 Nov 2001 00:41:56 -0500
35153              Message-Id: <20011109004156.L5587@blackrider>
35154      Branch: perl
35155            ! lib/File/Find/t/find.t
35156 ____________________________________________________________________________
35157 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
35158         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
35159              The CPAN distribution has both pm and XS implementations,
35160              and for performance reasons we choose the XS.
35161              Another reason to choose the XS is that it doesn't
35162              require Lingua::KO::Hangul::Util, which means that
35163              we can delete that-- which in turn means that Unicode::UCD
35164              cannot expect that: support it, but don't expect.
35165              Ditto Unicode::Collate.
35166              
35167              Note that Unicode::Normalize Makefile.PL and
35168              Normalize.xs have been modified from the CPAN 0.10
35169              versions: the first one to be simpler (no pm) and
35170              clean up the generated unf*.h files, the second one
35171              to quench compiler grumblings.  Must notify Sadahiro
35172              about these changes.
35173      Branch: perl
35174            + ext/Unicode/Normalize/Changes
35175            + ext/Unicode/Normalize/Makefile.PL
35176            + ext/Unicode/Normalize/Normalize.pm
35177            + ext/Unicode/Normalize/Normalize.pod
35178            + ext/Unicode/Normalize/Normalize.xs
35179            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
35180            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
35181            + ext/Unicode/Normalize/t/test.t
35182            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
35183            - lib/Lingua/KO/Hangul/Util/README
35184            - lib/Lingua/KO/Hangul/Util/t/test.t
35185            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
35186            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
35187            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
35188            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
35189            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
35190            ! win32/makefile.mk
35191 ____________________________________________________________________________
35192 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
35193         Log: Test miscounting.
35194      Branch: perl
35195            ! ext/POSIX/t/posix.t
35196 ____________________________________________________________________________
35197 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
35198         Log: Quote the variables in failures messages more nicely.
35199      Branch: perl
35200            ! t/test.pl
35201 ____________________________________________________________________________
35202 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
35203         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
35204              From: Michael G Schwern <schwern@pobox.com>
35205              Date: Thu, 8 Nov 2001 17:24:49 -0500
35206              Message-ID: <20011108172449.A5587@blackrider>
35207              
35208              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
35209              From: "Craig A. Berry" <craigberry@mac.com>
35210              Date: Thu, 8 Nov 2001 16:35:00 -0600
35211              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
35212      Branch: perl
35213            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
35214 ____________________________________________________________________________
35215 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
35216         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
35217              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35218              Date: Thu, 8 Nov 2001 22:52:50 -0000
35219              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
35220      Branch: perl
35221            ! ext/DB_File/t/db-recno.t
35222 ____________________________________________________________________________
35223 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
35224         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
35225              (Probably not an EBCDIC issue the way one would think
35226              since no chr() et alia are used in UCD.pm.)
35227      Branch: perl
35228            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
35229 ____________________________________________________________________________
35230 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
35231         Log: Whether overwriting the $self->{...} values (see #12902)
35232              is a good policy or not is debatable, but let's at least
35233              be consistent.
35234      Branch: perl
35235            ! lib/ExtUtils/MM_Unix.pm
35236 ____________________________________________________________________________
35237 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
35238         Log: The MakeMaker argument () quoting patch that sneaked
35239              in at #12883 didn't handle make macros like this $(...).
35240              Leaning toothpicks, we've got them.
35241      Branch: perl
35242            ! lib/ExtUtils/MM_Unix.pm
35243 ____________________________________________________________________________
35244 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
35245         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
35246              From: Michael G Schwern <schwern@pobox.com>
35247              Date: Wed, 7 Nov 2001 02:02:29 -0500
35248              Message-ID: <20011107020229.K2858@blackrider>
35249      Branch: perl
35250            ! t/io/argv.t t/test.pl vms/test.com
35251 ____________________________________________________________________________
35252 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
35253         Log: Subject: [PATCH 20011106.084] -s on #! line 
35254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35255              Date: Wed, 7 Nov 2001 22:23:39 +0100
35256              Message-ID: <20011107222339.E729@rafael>
35257      Branch: perl
35258            ! embed.h embed.pl perl.c proto.h toke.c
35259 ____________________________________________________________________________
35260 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
35261         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
35262              From: Michael G Schwern <schwern@pobox.com>
35263              Date: Wed, 7 Nov 2001 16:52:49 -0500
35264              Message-ID: <20011107165249.I7346@blackrider>
35265      Branch: perl
35266            ! pod/perlhack.pod
35267 ____________________________________________________________________________
35268 [ 12898] By: ams                                   on 2001/11/08  13:02:19
35269         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
35270              From: Mark-Jason Dominus <mjd@plover.com>
35271              Date: Thu, 08 Nov 2001 08:59:02 -0500
35272              Message-Id: <20011108135902.2275.qmail@plover.com>
35273      Branch: perl
35274            ! INSTALL README README.amiga README.os2 README.vms
35275            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
35276            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
35277 ____________________________________________________________________________
35278 [ 12897] By: ams                                   on 2001/11/08  12:49:28
35279         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
35280              From: mjd@plover.com
35281              Date: 8 Nov 2001 13:33:18 -0000
35282              Message-Id: <20011108133318.1786.qmail@plover.com>
35283      Branch: perl
35284            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
35285            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
35286            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
35287            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
35288            ! pod/perlport.pod pod/perlvar.pod
35289 ____________________________________________________________________________
35290 [ 12896] By: ams                                   on 2001/11/08  11:22:12
35291         Log: open(FH, $file) should strip leading and trailing whitespace.
35292      Branch: perl
35293            ! doio.c
35294 ____________________________________________________________________________
35295 [ 12895] By: ams                                   on 2001/11/08  10:17:14
35296         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
35297              From: "Craig A. Berry" <craigberry@mac.com>
35298              Date: Wed, 07 Nov 2001 13:41:50 -0600
35299              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
35300      Branch: perl
35301            ! t/op/glob.t
35302 ____________________________________________________________________________
35303 [ 12894] By: ams                                   on 2001/11/08  08:32:20
35304         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
35305              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
35306              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
35307              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
35308      Branch: perl
35309            ! makedepend.SH
35310 ____________________________________________________________________________
35311 [ 12893] By: ams                                   on 2001/11/08  08:26:31
35312         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
35313              From: mjd@plover.com
35314              Date: 8 Nov 2001 08:08:07 -0000
35315              Message-Id: <20011108080807.30147.qmail@plover.com>
35316              
35317              Subject: bleadperl perl.pod
35318              From: mjd@plover.com
35319              Date: 8 Nov 2001 08:10:47 -0000
35320              Message-Id: <20011108081047.30178.qmail@plover.com>
35321              
35322              Subject: more bleadperl perl.pod
35323              From: mjd@plover.com
35324              Date: 8 Nov 2001 08:16:28 -0000
35325              Message-Id: <20011108081628.30229.qmail@plover.com>
35326      Branch: perl
35327            ! pod/perl.pod pod/perldebug.pod
35328 ____________________________________________________________________________
35329 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
35330         Log: Tweak for Cray-friendliness from Nicholas Clark.
35331      Branch: perl
35332            ! sv.c
35333 ____________________________________________________________________________
35334 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
35335         Log: VMS patch redo from Charles Lane.
35336      Branch: perl
35337            ! vms/gen_shrfls.pl
35338 ____________________________________________________________________________
35339 [ 12890] By: ams                                   on 2001/11/07  15:16:10
35340         Log: Subject: [ID 20011107.088] two perl pod nits
35341              From: lvirden@cas.org
35342              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
35343              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
35344      Branch: perl
35345            ! pod/perl.pod pod/perlfaq3.pod
35346 ____________________________________________________________________________
35347 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
35348         Log: Update Changes.
35349      Branch: perl
35350            ! Changes patchlevel.h
35351 ____________________________________________________________________________
35352 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
35353         Log: The (emulated) "no utf8" must be in a BEGIN block
35354              to be effective.
35355      Branch: perl
35356            ! lib/CGI/t/html.t
35357 ____________________________________________________________________________
35358 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
35359         Log: "v-strings" is the right term.
35360      Branch: perl
35361            ! pod/perltodo.pod
35362 ____________________________________________________________________________
35363 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
35364         Log: Add vstrings-as-objects need to perltodo.
35365      Branch: perl
35366            ! pod/perltodo.pod
35367 ____________________________________________________________________________
35368 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
35369         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
35370              From: Nicholas Clark <nick@ccl4.org>
35371              Date: Wed, 7 Nov 2001 14:36:32 +0000
35372              Message-ID: <20011107143631.I24980@plum.flirble.org>
35373      Branch: perl
35374            ! t/op/pack.t
35375 ____________________________________________________________________________
35376 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
35377         Log: The Embed test requires a major rewrite for VMS
35378              (plus it reveals a couple of annoying glitches
35379              in buffering), so skip the test for now; from
35380              Charles Lane.
35381      Branch: perl
35382            ! lib/ExtUtils/Embed.t
35383 ____________________________________________________________________________
35384 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
35385         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
35386              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35387              Date: Wed, 7 Nov 2001 09:23:28 EST
35388              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
35389              
35390              (Also i seems that an unrelated experimental patch
35391              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
35392      Branch: perl
35393            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
35394 ____________________________________________________________________________
35395 [ 12882] By: ams                                   on 2001/11/07  05:14:04
35396         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
35397              From: Mark-Jason Dominus <mjd@plover.com>
35398              Date: Wed, 07 Nov 2001 00:43:46 -0500
35399              Message-Id: <20011107054346.14428.qmail@plover.com>
35400      Branch: perl
35401            ! gv.c op.c toke.c
35402 ____________________________________________________________________________
35403 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
35404         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
35405              From: Michael G Schwern <schwern@pobox.com>             
35406              Date: Tue, 6 Nov 2001 22:04:39 -0500
35407              Message-ID: <20011106220439.D2858@blackrider>              
35408      Branch: perl
35409            ! lib/perl5db.pl
35410 ____________________________________________________________________________
35411 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
35412         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
35413              stress))
35414              From: Jonathan Stowe <gellyfish@gellyfish.com>
35415              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
35416              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
35417              
35418              (except for one hunk where indentation differs)
35419      Branch: perl
35420            ! lib/Term/Cap.t
35421 ____________________________________________________________________________
35422 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
35423         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
35424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35425              Date: Tue, 6 Nov 2001 21:45:01 +0100
35426              Message-ID: <20011106214501.A704@rafael>
35427      Branch: perl
35428            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
35429            ! lib/File/Spec/Win32.pm
35430 ____________________________________________________________________________
35431 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
35432         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
35433              From: Michael G Schwern <schwern@pobox.com>              
35434              Date: Tue, 6 Nov 2001 20:58:45 -0500
35435              Message-ID: <20011106205845.G29411@blackrider>
35436      Branch: perl
35437            ! t/test.pl
35438 ____________________________________________________________________________
35439 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
35440         Log: Subject: making do_sprintf public       
35441              From: Doug MacEachern <dougm@covalent.net>    
35442              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
35443              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
35444      Branch: perl
35445            ! embed.h embed.pl global.sym
35446 ____________________________________________________________________________
35447 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
35448         Log: Update to CGI.pm 2.78.
35449              
35450              TODO: the test suite needs to be merged so that
35451              when in core, the core version is tested, and when
35452              using the CPAN version, testing the CPAN version.
35453              (the changes need to be sent to Lincoln, too...)
35454      Branch: perl
35455            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
35456            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
35457            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
35458            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
35459            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
35460            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
35461 ____________________________________________________________________________
35462 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
35463         Log: Integrate with perlio; (strictly) readonly hashes via XS.
35464      Branch: perl
35465           +> t/lib/access.t
35466           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
35467 ____________________________________________________________________________
35468 [ 12874] By: nick                                  on 2001/11/06  21:05:16
35469         Log: Keep It Simple and Stupid version of readonly hash support.
35470              - Test for SvREAONLY(hv) at a few spots in hv.c
35471              - add the error message to perldiag.pod
35472              - (dubious) add access::readonly() to univeral.c
35473              - add test using above
35474              - fixup ext/B/t/stash.t to account for access:: existing
35475      Branch: perlio
35476            + t/lib/access.t
35477            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
35478 ____________________________________________________________________________
35479 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
35480         Log: Fix incorrect warnings about broken globbing;
35481              from Andy Dougherty.
35482      Branch: perl
35483            ! hints/linux.sh
35484 ____________________________________________________________________________
35485 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
35486         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
35487              toggle-on from the encoding pragma.
35488      Branch: perl
35489            ! regcomp.c regexec.c
35490 ____________________________________________________________________________
35491 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
35492         Log: Retract #12824, doesn't help and is ignored
35493              by Configure anyway.
35494      Branch: perl
35495            ! hints/beos.sh
35496 ____________________________________________________________________________
35497 [ 12870] By: ams                                   on 2001/11/06  10:40:37
35498         Log: Subject: Cosmetic change
35499              From: H.Merijn Brand <h.m.brand@hccnet.nl>
35500              Date: Tue, 06 Nov 2001 12:30:52 +0100
35501              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
35502      Branch: perl
35503            ! README.hpux
35504 ____________________________________________________________________________
35505 [ 12869] By: nick                                  on 2001/11/06  08:26:40
35506         Log: Integrate mainline
35507      Branch: perlio
35508           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
35509           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
35510 ____________________________________________________________________________
35511 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
35512         Log: The parentheses are protected enough.
35513      Branch: perl
35514            ! hints/os390.sh
35515 ____________________________________________________________________________
35516 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
35517         Log: ccflags, not ldflags.
35518      Branch: perl
35519            ! hints/os390.sh
35520 ____________________________________________________________________________
35521 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
35522         Log: ... and the proto to go with #12865.
35523      Branch: perl
35524            ! proto.h
35525 ____________________________________________________________________________
35526 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
35527         Log: Oops.  Luckily nothing was using this symbol yet.
35528      Branch: perl
35529            ! global.sym
35530 ____________________________________________________________________________
35531 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
35532         Log: Implement the encoding pragma for regex literals.
35533      Branch: perl
35534            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
35535 ____________________________________________________________________________
35536 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
35537         Log: More UTF8 EXACT fixing.
35538      Branch: perl
35539            ! regexec.c
35540 ____________________________________________________________________________
35541 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
35542         Log: More re debugging.
35543      Branch: perl
35544            ! regexec.c
35545 ____________________________________________________________________________
35546 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
35547         Log: EXACT correction attempt.  Continued in #12863.
35548      Branch: perl
35549            ! regexec.c
35550 ____________________________________________________________________________
35551 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
35552         Log: Unterminated L<.
35553      Branch: perl
35554            ! ext/DB_File/DB_File.pm
35555 ____________________________________________________________________________
35556 [ 12859] By: nick                                  on 2001/11/05  19:15:17
35557         Log: Integrate mainline
35558      Branch: perlio
35559           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
35560           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
35561           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
35562           +> lib/Math/BigInt/t/sub_mbi.t
35563            - lib/Math/BigInt/t/Math/Subclass.pm
35564            - lib/Math/BigInt/t/subclass.t
35565           !> (integrate 30 files)
35566 ____________________________________________________________________________
35567 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
35568         Log: Regex debugging fixes from Hugo.
35569      Branch: perl
35570            ! regcomp.c regexec.c
35571 ____________________________________________________________________________
35572 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
35573         Log: IRIX: at some point the cc -version has started
35574              to output to stderr, not stdout any more.
35575      Branch: perl
35576            ! hints/irix_6.sh
35577 ____________________________________________________________________________
35578 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
35579         Log: Update Changes.
35580      Branch: perl
35581            ! Changes patchlevel.h
35582 ____________________________________________________________________________
35583 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
35584         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
35585      Branch: perl
35586            ! lib/File/Spec/Unix.pm
35587 ____________________________________________________________________________
35588 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
35589         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
35590              From: rgarciasuarez@free.fr
35591              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
35592              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
35593      Branch: perl
35594            ! lib/File/Spec/Unix.pm
35595 ____________________________________________________________________________
35596 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
35597         Log: Use config.arch in OS/390 where the combination of
35598              IEEE floats and ldflags is tricky.
35599      Branch: perl
35600            ! hints/os390.sh
35601 ____________________________________________________________________________
35602 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
35603         Log: Metaconfig unit change for #12851.
35604      Branch: metaconfig
35605            ! U/modified/Config_sh.U
35606 ____________________________________________________________________________
35607 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
35608         Log: Support a config.arch file, similar to config.over,
35609              but loaded just before it.
35610      Branch: perl
35611            ! Configure INSTALL
35612 ____________________________________________________________________________
35613 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
35614         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
35615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35616              Date: Mon, 5 Nov 2001 14:26:24 +0100
35617              Message-ID: <20011105142624.C31977@rafael>
35618      Branch: perl
35619            ! lib/Symbol.pm lib/Symbol.t
35620 ____________________________________________________________________________
35621 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
35622         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
35623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35624              Date: Sun, 4 Nov 2001 22:28:57 +0100
35625              Message-ID: <20011104222857.C696@rafael>
35626      Branch: perl
35627            ! pod/perldebug.pod pod/perlpodspec.pod
35628 ____________________________________________________________________________
35629 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
35630         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
35631      Branch: perl
35632            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
35633 ____________________________________________________________________________
35634 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
35635         Log: Math::Big* test tweaks to work better with core:
35636              but the coast still not clear.
35637      Branch: perl
35638            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
35639            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
35640 ____________________________________________________________________________
35641 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
35642         Log: Protect against high load: measure how much wall
35643              clock time went by while sleeping.  Avoids some
35644              false negatives, while may introduce some false
35645              positives.  Life is hard.
35646      Branch: perl
35647            ! ext/Time/HiRes/HiRes.t
35648 ____________________________________________________________________________
35649 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
35650         Log: More forgotten from #12843.
35651      Branch: perl
35652            ! lib/Math/BigInt/t/bigfltpm.inc
35653 ____________________________________________________________________________
35654 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
35655         Log: Forgot from #12843.
35656      Branch: perl
35657            + lib/Math/BigInt/t/bigintpm.inc
35658            ! MANIFEST
35659 ____________________________________________________________________________
35660 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
35661         Log: Upgrade to Math::BigInt 1.45; from Tels.
35662              NOTE: some of the tests are failing but that's because
35663              the core integration is not yet done.
35664      Branch: perl
35665            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
35666            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
35667            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
35668            - lib/Math/BigInt/t/Math/Subclass.pm
35669            - lib/Math/BigInt/t/subclass.t
35670            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
35671            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
35672            ! lib/Math/BigInt/t/mbimbf.t
35673 ____________________________________________________________________________
35674 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
35675         Log: VMS: adds capability to control more configuration stuff with
35676              -D and -U switches; parsing config.sh to extract previous config
35677              info in VMS-form, and a rewrite of the "prompt/response" routine;
35678              from Charles Lane.
35679      Branch: perl
35680            ! configure.com
35681 ____________________________________________________________________________
35682 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
35683         Log: Subject: Typo correction in perldebguts.pod
35684              From: mjd@plover.com
35685              Date: 4 Nov 2001 16:20:05 -0000
35686              Message-ID: <20011104162005.16699.qmail@plover.com>
35687      Branch: perl
35688            ! pod/perldebguts.pod
35689 ____________________________________________________________________________
35690 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
35691         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
35692              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35693              Date: Sun, 4 Nov 2001 11:47:30 +0100
35694              Message-ID: <20011104114730.A715@rafael>
35695              
35696              Remove -T from the test, wrong place for that.
35697      Branch: perl
35698            ! lib/File/Temp/t/mktemp.t
35699 ____________________________________________________________________________
35700 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
35701         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
35702              From: Nicholas Clark <nick@ccl4.org>
35703              Date: Sun, 4 Nov 2001 10:41:24 +0000
35704              Message-ID: <20011104104123.U20123@plum.flirble.org>
35705      Branch: perl
35706            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
35707 ____________________________________________________________________________
35708 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
35709         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
35710              From: Michael G Schwern <schwern@pobox.com>
35711              Date: Sat, 3 Nov 2001 15:41:47 -0500
35712              Message-ID: <20011103154147.C600@blackrider>
35713      Branch: perl
35714            ! lib/Term/Cap.t
35715 ____________________________________________________________________________
35716 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
35717         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
35718              From: "Craig A. Berry" <craigberry@mac.com>     
35719              Date: Sat, 03 Nov 2001 16:02:28 -0600
35720              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
35721      Branch: perl
35722            ! ext/Time/HiRes/HiRes.t
35723 ____________________________________________________________________________
35724 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
35725         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
35726              From: "chromatic" <chromatic@rmci.net>
35727              Date: Sat, 03 Nov 2001 12:28:17 -0700
35728              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
35729      Branch: perl
35730            ! lib/Term/Cap.t
35731 ____________________________________________________________________________
35732 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
35733         Log: Don't bother doing POSIX charclass parsing if it
35734              possibly cannot be so.  Prepares way for charclass
35735              syntax like [[abc]||[def]] (or just [[abc][def]])
35736              for union, [[\w]&&[$a]] for intersection,
35737              and [[a-z]&&[^def]] for subtraction.
35738              
35739              Currently /[[a]/ (or /[a[]/) parses as a character
35740              class containing two characters, "[" and "a",
35741              this may have to be broken for the syntax described
35742              above, otherwise we would have to scan the whole pattern
35743              to find out whether the square brackets match pairwise.
35744              Luckily, the special case of "[" doesn't seem to be
35745              documented (as opposed to "]" and "-"), so we may have
35746              better story for breaking it...  One can always use \[
35747              if one wants a literal "[", so there.
35748      Branch: perl
35749            ! regcomp.c
35750 ____________________________________________________________________________
35751 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
35752         Log: Comment correction.
35753      Branch: perl
35754            ! regcomp.c
35755 ____________________________________________________________________________
35756 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
35757         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
35758              The latter is a RedHatism.
35759      Branch: perl
35760            ! lib/ExtUtils/MakeMaker.pm
35761 ____________________________________________________________________________
35762 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
35763         Log: Integrate perlio:
35764              
35765              [ 12830]
35766              Fix clone_leak problem.
35767              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35768              as vestige of calling PerlLIO_dup().
35769              
35770              [ 12829]
35771              Tweaks attempting to locate Doug's clone_leak leak.
35772              - add some PerlIO_debug()
35773              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35774              - Even if it closing stdout etc. do a fflush()
35775      Branch: perl
35776           !> perlio.c
35777 ____________________________________________________________________________
35778 [ 12831] By: nick                                  on 2001/11/03  11:42:15
35779         Log: Integrate mainline
35780      Branch: perlio
35781           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
35782           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35783           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
35784           !> sv.c t/test.pl
35785 ____________________________________________________________________________
35786 [ 12830] By: nick                                  on 2001/11/03  10:27:34
35787         Log: Fix clone_leak problem.
35788              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35789              as vestige of calling PerlLIO_dup().
35790      Branch: perlio
35791            ! perlio.c
35792 ____________________________________________________________________________
35793 [ 12829] By: nick                                  on 2001/11/03  09:40:46
35794         Log: Tweaks attempting to locate Doug's clone_leak leak.
35795              - add some PerlIO_debug()
35796              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35797              - Even if it closing stdout etc. do a fflush()
35798      Branch: perlio
35799            ! perlio.c
35800 ____________________________________________________________________________
35801 [ 12828] By: nick                                  on 2001/11/03  08:34:31
35802         Log: Integrate mainline
35803      Branch: perlio
35804           !> (integrate 54 files)
35805 ____________________________________________________________________________
35806 [ 12827] By: ams                                   on 2001/11/03  03:45:19
35807         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
35808              remove this later). Based on a patch from Robert Spier in
35809              <15330.61459.14452.795263@rls.cx>.
35810      Branch: perl
35811            ! sv.c
35812 ____________________________________________________________________________
35813 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
35814         Log: microperl sync.
35815      Branch: perl
35816            ! doio.c perl.c perl.h perlio.c regexec.c
35817 ____________________________________________________________________________
35818 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
35819         Log: Definitions for the Unicode Newline Guidelines.
35820      Branch: perl
35821            ! perl.h
35822 ____________________________________________________________________________
35823 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
35824         Log: (retracted by #12871)
35825              
35826              There is no csh of any kind in default BeOS.
35827              For the purposes of miniperl globbing, bash
35828              will do.
35829      Branch: perl
35830            ! hints/beos.sh
35831 ____________________________________________________________________________
35832 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
35833         Log: Integrate change #12820 from macperl to maint and blead;
35834              
35835              Fix up (dynaloading) to work properly with multiplicity
35836      Branch: maint-5.6/perl
35837           !> ext/DynaLoader/dl_mac.xs
35838      Branch: perl
35839           !> ext/DynaLoader/dl_mac.xs
35840 ____________________________________________________________________________
35841 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
35842         Log: Several fixes for various exit problems and clearing out
35843              task queue, as well as another (incomplete) go at
35844              fixing error message handling
35845      Branch: maint-5.6/macperl
35846            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
35847 ____________________________________________________________________________
35848 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
35849         Log: Add source files for bleadperl builds
35850      Branch: maint-5.6/macperl
35851            ! macos/Makefile.mk
35852 ____________________________________________________________________________
35853 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
35854         Log: Fix up to work properly with multiplicity
35855      Branch: maint-5.6/macperl
35856            ! ext/DynaLoader/dl_mac.xs
35857 ____________________________________________________________________________
35858 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
35859         Log: Integrate with maintperl.
35860      Branch: maint-5.6/macperl
35861           +> t/op/system.t t/op/system_tests
35862           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
35863           !> pod/perltodo.pod util.c win32/win32.c
35864 ____________________________________________________________________________
35865 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
35866         Log: Locate _PATH_LOG if it's a socket even if not #defined
35867              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
35868              via Nick Clark.
35869      Branch: perl
35870            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35871 ____________________________________________________________________________
35872 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
35873         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
35874              From: Michael G Schwern <schwern@pobox.com>
35875              Date: Fri, 2 Nov 2001 15:36:41 -0500
35876              Message-ID: <20011102153641.E23234@blackrider>
35877      Branch: perl
35878            ! t/test.pl
35879 ____________________________________________________________________________
35880 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
35881         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
35882              From: merlyn@stonehenge.com (Randal L. Schwartz)
35883              Date: 02 Nov 2001 09:33:34 -0800
35884              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
35885              
35886              (two of the changes)
35887              
35888              Better coexistence with extensions.
35889      Branch: perl
35890            ! ext/Errno/Errno_pm.PL hints/darwin.sh
35891 ____________________________________________________________________________
35892 [ 12815] By: ams                                   on 2001/11/02  16:47:43
35893         Log: Subject: Re: [PATCH] the the double double word word fix fix
35894              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35895              Date: Fri, 02 Nov 2001 19:43:07 +0100
35896              Message-Id: <3BE2E93B.627C198E@alcatel.at>
35897      Branch: perl
35898            ! pod/perldebug.pod
35899 ____________________________________________________________________________
35900 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
35901         Log: Update Changes.
35902      Branch: perl
35903            ! Changes patchlevel.h
35904 ____________________________________________________________________________
35905 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
35906         Log: More encoding testing.
35907      Branch: perl
35908            ! lib/encoding.pm lib/encoding.t
35909 ____________________________________________________________________________
35910 [ 12812] By: ams                                   on 2001/11/02  15:07:11
35911         Log: Slight modification of #12811.
35912      Branch: perl
35913            ! op.c
35914 ____________________________________________________________________________
35915 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
35916         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
35917              From: Radu Greab <radu@netsoft.ro>
35918              Date: Fri, 2 Nov 2001 15:28:58 +0200
35919              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
35920      Branch: perl
35921            ! op.c t/op/stat.t
35922 ____________________________________________________________________________
35923 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
35924         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
35925              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35926              Date: Thu, 1 Nov 2001 22:35:50 +0100
35927              Message-ID: <20011101223550.A10849@rafael>
35928      Branch: perl
35929            ! lib/ExtUtils/Embed.t
35930 ____________________________________________________________________________
35931 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
35932         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
35933              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35934              Date: 2 Nov 2001 14:48:51 -0000
35935              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
35936      Branch: perl
35937            ! lib/File/Find.pm
35938 ____________________________________________________________________________
35939 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
35940         Log: Add documentation.
35941      Branch: perl
35942            ! embed.pl pod/perlapi.pod utf8.c
35943 ____________________________________________________________________________
35944 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
35945         Log: Unicode: add ToFold mapping.  Not used yet; but basically
35946              a more useful mapping for caseless aka case-ignoring than
35947              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
35948              algorithm for creating the foldings uses equivalence classes,
35949              see http://www.unicode.org/unicode/reports/tr21/
35950              Hopefully this feature will be used in //i.
35951              (The folding tables were introduced by #12689.)
35952      Branch: perl
35953            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
35954            ! utf8.c
35955 ____________________________________________________________________________
35956 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
35957         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
35958              From: "Craig A. Berry" <craigberry@mac.com>
35959              Date: Fri, 02 Nov 2001 00:03:52 -0600
35960              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
35961      Branch: perl
35962            ! lib/AutoSplit.t
35963 ____________________________________________________________________________
35964 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
35965         Log: Subject: Trivial doc patch
35966              From: andreas.koenig@anima.de (Andreas J. Koenig)
35967              Date: 02 Nov 2001 06:11:35 +0100
35968              Message-ID: <m37kt94v08.fsf@anima.de>
35969      Branch: perl
35970            ! pod/perlport.pod
35971 ____________________________________________________________________________
35972 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
35973         Log: Make encoding and charnames pragmas coexist.
35974      Branch: perl
35975            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
35976 ____________________________________________________________________________
35977 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
35978         Log: The basic character classes seem to go untested with Unicode.
35979      Branch: perl
35980            ! t/op/pat.t
35981 ____________________________________________________________________________
35982 [ 12802] By: ams                                   on 2001/11/02  00:39:36
35983         Log: Subject: [PATCH] the the double double word word fix fix
35984              From: Richard Soderberg <rs@oregonnet.com>
35985              Date: Thu, 1 Nov 2001 13:12:03 -0800
35986              Message-Id: <200111012112.NAA23288@oregonnet.com>
35987              
35988              Subject: Re: [PATCH] the the double double word word fix fix
35989              From: Mark-Jason Dominus <mjd@plover.com>
35990              Date: Thu, 01 Nov 2001 16:43:40 -0500
35991              Message-Id: <20011101214340.2044.qmail@plover.com>
35992              
35993              Subject: Re: [PATCH] the the double double word word fix fix
35994              From: Mark-Jason Dominus <mjd@plover.com>
35995              Date: Thu, 01 Nov 2001 16:51:39 -0500
35996              Message-Id: <20011101215139.2196.qmail@plover.com>
35997      Branch: perl
35998            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
35999            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
36000            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
36001            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
36002            ! pod/perltodo.pod pod/perlxstut.pod
36003 ____________________________________________________________________________
36004 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
36005         Log: Comment tweaks.
36006      Branch: perl
36007            ! toke.c
36008 ____________________________________________________________________________
36009 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
36010         Log: FAQ sync.
36011      Branch: perl
36012            ! pod/perlfaq9.pod
36013 ____________________________________________________________________________
36014 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
36015         Log: If an encoding is set by -M/-m, it must be in
36016              effect only for the actual script, not any other
36017              required/-M/-m'ed module, otherwise we enter a nasty
36018              recursion in regexec.c while trying to init the simple
36019              UTF-8 charclasses like PL_utf8_alnum.
36020      Branch: perl
36021            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
36022 ____________________________________________________________________________
36023 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
36024         Log: A bit more descriptive name.
36025      Branch: perl
36026            ! mg.c
36027 ____________________________________________________________________________
36028 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
36029         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
36030              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36031              Date: Wed, 31 Oct 2001 13:47:04 EST
36032              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
36033      Branch: perl
36034            ! ext/Time/HiRes/HiRes.t
36035 ____________________________________________________________________________
36036 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
36037         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
36038              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36039              Date: Wed, 31 Oct 2001 13:43:29 EST
36040              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
36041      Branch: perl
36042            ! mg.c
36043 ____________________________________________________________________________
36044 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
36045         Log: Subject: [PATCH] Various test cleanups
36046              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36047              Date: Tue, 30 Oct 2001 21:56:26 +0100
36048              Message-ID: <20011030215626.A28503@rafael>
36049      Branch: perl
36050            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36051            ! ext/DB_File/t/db-recno.t ext/Encode.t
36052 ____________________________________________________________________________
36053 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
36054         Log: Update Changes.
36055      Branch: perl
36056            ! Changes patchlevel.h
36057 ____________________________________________________________________________
36058 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
36059         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
36060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
36061              Date: Wed, 31 Oct 2001 17:16:39 +0100
36062              Message-ID: <20011031171639.A32511@rafael>
36063      Branch: perl
36064            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
36065 ____________________________________________________________________________
36066 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
36067         Log: Skip message nit.
36068      Branch: perl
36069            ! t/io/fs.t
36070 ____________________________________________________________________________
36071 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
36072         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
36073              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
36074              Date: 31 Oct 2001 14:49:37 -0000
36075              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
36076      Branch: perl
36077            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
36078 ____________________________________________________________________________
36079 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
36080         Log: Extend the effect of the encoding pragma to chr() and ord().
36081              
36082              TODO: regex literals, reentrancy problems with the utf8
36083              and charnames pragmas.
36084      Branch: perl
36085            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
36086 ____________________________________________________________________________
36087 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
36088         Log: Doc tweaks.
36089      Branch: perl
36090            ! lib/encoding.pm
36091 ____________________________________________________________________________
36092 [ 12788] By: nick                                  on 2001/10/31  08:59:56
36093         Log: Integrate mainline
36094      Branch: perlio
36095           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
36096           !> (integrate 49 files)
36097 ____________________________________________________________________________
36098 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
36099         Log: Forgot new proto.
36100      Branch: perl
36101            ! proto.h
36102 ____________________________________________________________________________
36103 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
36104         Log: Clarification: use encoding cannot be used to
36105              change the default encoding of "your whole script";
36106              only the default encoding of the *data*.  Also, it
36107              seems that "use encoding" does not mix with "use utf8"
36108              (a coredumping recursion ensues).  Should not be a huge
36109              problem since "use utf8" is pretty marginal nowadays.
36110      Branch: perl
36111            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
36112 ____________________________________________________________________________
36113 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
36114         Log: More documentation for the encode pragma.
36115      Branch: perl
36116            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
36117            ! pod/perlapi.pod pod/perlunicode.pod sv.c
36118 ____________________________________________________________________________
36119 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
36120         Log: Thinko in #12783.
36121      Branch: perl
36122            ! sv.c
36123 ____________________________________________________________________________
36124 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
36125         Log: Make sv_recode_to_utf8() a real API: the encoding
36126              is a parameter, instead of a global.  Document the
36127              PERL_ENCODING.
36128      Branch: perl
36129            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
36130            ! toke.c
36131 ____________________________________________________________________________
36132 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
36133         Log: Enable -Mencoding=foobar also for string literals.
36134      Branch: perl
36135            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
36136            ! pod/perlapi.pod proto.h sv.c toke.c
36137 ____________________________________________________________________________
36138 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
36139         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
36140              From: Andy Dougherty <doughera@lafayette.edu>
36141              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
36142              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
36143      Branch: perl
36144            ! ext/POSIX/hints/svr4.pl
36145 ____________________________________________________________________________
36146 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
36147         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
36148              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
36149              Date: Mon, 29 Oct 2001 23:11:58 -0000
36150              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
36151              
36152              Add compat.h.
36153      Branch: perl
36154            ! lib/h2xs.t utils/h2xs.PL
36155 ____________________________________________________________________________
36156 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
36157         Log: Subject: PerlIOBuf_dup
36158              From: Nicholas Clark <nick@ccl4.org>              
36159              Date: Mon, 29 Oct 2001 21:52:35 +0000             
36160              Message-ID: <20011029215235.K41204@plum.flirble.org>
36161              
36162              Add prototype.
36163      Branch: perl
36164            ! perliol.h
36165 ____________________________________________________________________________
36166 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
36167         Log: Subject: [PATCH] Make malloc.c errors more useful
36168              From: Richard Soderberg <rs@oregonnet.com>
36169              Date: Mon, 29 Oct 2001 22:28:02 -0800
36170              Message-Id: <200110300628.WAA11025@oregonnet.com>
36171      Branch: perl
36172            ! malloc.c
36173 ____________________________________________________________________________
36174 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
36175         Log: Retract #12776 - the bug 19990906.001 is still valid.
36176      Branch: perl
36177            ! t/run/kill_perl.t
36178 ____________________________________________________________________________
36179 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
36180         Log: (Retracted by #12777)
36181              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
36182              From: Michael G Schwern <schwern@pobox.com> 
36183              Date: Mon, 29 Oct 2001 23:01:08 -0500
36184              Message-ID: <20011029230108.G18053@blackrider>
36185      Branch: perl
36186            ! t/run/kill_perl.t
36187 ____________________________________________________________________________
36188 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
36189         Log: Comment nits.
36190      Branch: perl
36191            ! lib/encoding.t
36192 ____________________________________________________________________________
36193 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
36194         Log: integrate change#12772 from mainline
36195              
36196              Subject: [PATCH] Mommy, what's a pointer cast?
36197      Branch: maint-5.6/perl
36198            ! perl.h
36199 ____________________________________________________________________________
36200 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
36201         Log: Subject: [PATCH] Mommy, what's a pointer cast?
36202              From: Richard Soderberg <rs@oregonnet.com>
36203              Date: Mon, 29 Oct 2001 17:01:10 -0800
36204              Message-Id: <200110300101.RAA31561@oregonnet.com>
36205              
36206              (threads* parts)
36207      Branch: perl
36208            ! ext/threads/shared/shared.xs ext/threads/threads.xs
36209 ____________________________________________________________________________
36210 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
36211         Log: Subject: [PATCH] Mommy, what's a pointer cast?
36212              From: Richard Soderberg <rs@oregonnet.com>
36213              Date: Mon, 29 Oct 2001 17:01:10 -0800
36214              Message-Id: <200110300101.RAA31561@oregonnet.com>
36215              
36216              (the perl.h part)
36217      Branch: perl
36218            ! perl.h
36219 ____________________________________________________________________________
36220 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
36221         Log: Subject: [PATCH] OpenBSD likes signal.h 
36222              From: Richard Soderberg <rs@oregonnet.com>
36223              Date: Mon, 29 Oct 2001 17:00:31 -0800
36224              Message-Id: <200110300100.RAA31533@oregonnet.com>
36225      Branch: perl
36226            ! unixish.h
36227 ____________________________________________________________________________
36228 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
36229         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
36230              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
36231              Date: Mon, 29 Oct 2001 23:04:23 -0000
36232              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
36233      Branch: perl
36234            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36235            ! ext/DB_File/t/db-recno.t
36236 ____________________________________________________________________________
36237 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
36238         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
36239              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
36240              Date: Mon, 29 Oct 2001 12:34:07 -0600
36241              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
36242      Branch: perl
36243            ! ext/Time/HiRes/HiRes.t
36244 ____________________________________________________________________________
36245 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
36246         Log: Update Changes.
36247      Branch: perl
36248            ! Changes patchlevel.h
36249 ____________________________________________________________________________
36250 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
36251         Log: AIX needs an explicit symbol export list.
36252      Branch: perl
36253            ! lib/ExtUtils/Embed.t
36254 ____________________________________________________________________________
36255 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
36256         Log: The test (and the module) would require some
36257              quality hacking time to work on EBCDIC.  Based on
36258              the test results nothing seems to be majorly broken,
36259              the module just seems to have strange assumptions:
36260              got: ''\226\225\205'
36261              expected: ''one'
36262              The \226\225\205 being, of course, 'one', in EBCDIC.
36263      Branch: perl
36264            ! lib/Dumpvalue.t
36265 ____________________________________________________________________________
36266 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
36267         Log: Mark the test known to be failing in EBCDIC.
36268      Branch: perl
36269            ! t/op/tr.t
36270 ____________________________________________________________________________
36271 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
36272         Log: None of the libnet modules are going to work in
36273              EBCDIC without the Convert::EBCDIC.
36274      Branch: perl
36275            ! t/lib/1_compile.t
36276 ____________________________________________________________________________
36277 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
36278         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
36279      Branch: perl
36280            ! t/op/pack.t
36281 ____________________________________________________________________________
36282 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
36283         Log: UTF-EBCDIC ain't UTF-8.
36284      Branch: perl
36285            ! t/op/pack.t
36286 ____________________________________________________________________________
36287 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
36288         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
36289      Branch: perl
36290            ! t/lib/1_compile.t
36291 ____________________________________________________________________________
36292 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
36293         Log: Let's not assume ASCII.
36294      Branch: perl
36295            ! t/op/lc.t
36296 ____________________________________________________________________________
36297 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
36298         Log: Call the new perlio symbols differently.
36299      Branch: perl
36300            ! makedef.pl
36301 ____________________________________________________________________________
36302 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
36303         Log: Don't expect ASCII ordering.
36304      Branch: perl
36305            ! lib/ExtUtils/Manifest.t
36306 ____________________________________________________________________________
36307 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
36308         Log: Forgot from #12756.
36309      Branch: perl
36310            ! perlio.h
36311 ____________________________________________________________________________
36312 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
36313         Log: BeOS tweaks:
36314              - fseeko and ftello can be found by Configure but
36315              we do not seem to have prototypes for them so
36316              let's make up some
36317              - BeOS didn't use to have real sockets (sockets as
36318              filedescriptors) but the BONE package is supposed
36319              to fix this.  I do not know how to detect BONEness,
36320              see hints/beos.sh for a spot that needs to fixed.
36321              - BeOS has O_TEXT != O_BINARY but has no setmode()
36322      Branch: perl
36323            ! hints/beos.sh perlio.c
36324 ____________________________________________________________________________
36325 [ 12755] By: sky                                   on 2001/10/29  12:56:12
36326         Log: Ugly fix to not die when a thread creator is holding locks.
36327      Branch: perl
36328            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36329            ! ext/threads/threads.xs
36330 ____________________________________________________________________________
36331 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
36332         Log: Integrate change #12752 from maintperl;
36333              
36334              croak(Nullch) wasn't printing the contents of ERRSV if there was
36335              no outer eval (bug in change#6125)
36336      Branch: perl
36337           !> util.c
36338 ____________________________________________________________________________
36339 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
36340         Log: Subject: [PATCH h2xs] Use of static data in XS modules
36341              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
36342              Date: Sun, 28 Oct 2001 21:19:07 -0000
36343              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
36344              
36345              with nits from Sarathy.
36346      Branch: perl
36347            ! utils/h2xs.PL
36348 ____________________________________________________________________________
36349 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
36350         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
36351              no outer eval (bug in change#6125)
36352      Branch: maint-5.6/perl
36353            ! util.c
36354 ____________________________________________________________________________
36355 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
36356         Log: More todo for the encoding pragma.
36357      Branch: perl
36358            ! lib/encoding.pm
36359 ____________________________________________________________________________
36360 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
36361         Log: Add the encoding pragma to control the "upgrade"
36362              from the native eight bit data to Unicode.
36363              
36364              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
36365      Branch: perl
36366            + lib/encoding.pm lib/encoding.t
36367            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
36368            ! pod/perlunicode.pod pod/perlvar.pod sv.c
36369 ____________________________________________________________________________
36370 [ 12749] By: sky                                   on 2001/10/28  21:02:33
36371         Log: Update documentation.
36372      Branch: perl
36373            ! ext/threads/shared/shared.pm
36374 ____________________________________________________________________________
36375 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
36376         Log: Integrate change #12747 from maintperl;
36377              
36378              finishing touches to system() fixes on windows:
36379              * detect cmd shell correctly even if it had full path in it
36380              * more quoting needed for single-arg system if the argument
36381              really had multiple quoted arguments within it
36382              * be smarter about not calling the shell when the executable
36383              has spaces, but otherwise does not need shell involvement
36384              * add a testsuite (windows-specific currently)
36385      Branch: perl
36386           +> t/op/system.t t/op/system_tests
36387            ! MANIFEST pod/perltodo.pod
36388           !> win32/win32.c
36389 ____________________________________________________________________________
36390 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
36391         Log: finishing touches to system() fixes on windows:
36392              * detect cmd shell correctly even if it had full path in it
36393              * more quoting needed for single-arg system if the argument
36394              really had multiple quoted arguments within it
36395              * be smarter about not calling the shell when the executable
36396              has spaces, but otherwise does not need shell involvement
36397              * add a testsuite (windows-specific currently)
36398      Branch: maint-5.6/perl
36399            + t/op/system.t t/op/system_tests
36400            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
36401 ____________________________________________________________________________
36402 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
36403         Log: Integrate perlio:
36404              
36405              [ 12745]
36406              Mingw32 fixup for Embed.t
36407              
36408              [ 12744]
36409              GCC vs MS 64-bit constant syntax
36410      Branch: perl
36411           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
36412 ____________________________________________________________________________
36413 [ 12745] By: nick                                  on 2001/10/28  16:08:14
36414         Log: Mingw32 fixup for Embed.t
36415      Branch: perlio
36416            ! lib/ExtUtils/Embed.t
36417 ____________________________________________________________________________
36418 [ 12744] By: nick                                  on 2001/10/28  15:54:14
36419         Log: GCC vs MS 64-bit constant syntax
36420      Branch: perlio
36421            ! ext/Time/HiRes/HiRes.xs
36422 ____________________________________________________________________________
36423 [ 12743] By: nick                                  on 2001/10/28  15:42:55
36424         Log: Integrate mainline
36425      Branch: perlio
36426           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
36427 ____________________________________________________________________________
36428 [ 12742] By: sky                                   on 2001/10/28  14:47:10
36429         Log: Manpage updates.
36430      Branch: perl
36431            ! ext/threads/threads.pm
36432 ____________________________________________________________________________
36433 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
36434         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
36435      Branch: perl
36436            ! lib/ExtUtils/Embed.t
36437 ____________________________________________________________________________
36438 [ 12740] By: nick                                  on 2001/10/28  14:14:24
36439         Log: Integrate mainline
36440      Branch: perlio
36441           !> lib/ExtUtils/Embed.t win32/win32.c
36442 ____________________________________________________________________________
36443 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
36444         Log: Need to be ./executed.
36445      Branch: perl
36446            ! lib/ExtUtils/Embed.t
36447 ____________________________________________________________________________
36448 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
36449         Log: Integrate perlio:
36450              
36451              [ 12737]
36452              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
36453              by gcc -xc++.
36454              
36455              [ 12736]
36456              Have :stdio layer update an honour the fd refcnt table.
36457              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
36458      Branch: perl
36459           !> perlio.c win32/win32.h
36460 ____________________________________________________________________________
36461 [ 12737] By: nick                                  on 2001/10/28  13:53:45
36462         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
36463              by gcc -xc++.
36464      Branch: perlio
36465            ! win32/win32.h
36466 ____________________________________________________________________________
36467 [ 12736] By: nick                                  on 2001/10/28  13:50:50
36468         Log: Have :stdio layer update an honour the fd refcnt table.
36469              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
36470      Branch: perlio
36471            ! perlio.c
36472 ____________________________________________________________________________
36473 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
36474         Log: Integrate changes #12724 and #12725 from maintperl;
36475              multiarg system now works.
36476      Branch: perl
36477           !> win32/win32.c
36478 ____________________________________________________________________________
36479 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
36480         Log: Integrate perlio:
36481              
36482              [ 12733]
36483              Use fd refcounts to solve the problem highlighted by new Embed.t, at
36484              least for PERLIO=perlio unthreaded case
36485              
36486              [ 12732]
36487              Typo in exe name
36488              
36489              [ 12730]
36490              Fixup Embed.t for Win32/VC++
36491              
36492              [ 12729]
36493              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
36494              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
36495              ExtUtils::Embed.
36496              
36497              [ 12711]
36498              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36499              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36500              
36501              [ 12557]
36502              All tests pass (legitimately) on ithreads
36503              
36504              [ 12555]
36505              Restore non-ithreads build. Interestingly binmode test passes
36506              non-ithreads - so crlf layer is not damaged and ithreads fail
36507              is a symptom ...
36508              
36509              [ 12552]
36510              Win32 PerlIO_cleanup special cases should no longer be required.
36511              
36512              [ 12551]
36513              Multiple win32io.o is fatal for GCC (and noise with VC++)
36514              
36515              [ 12547]
36516              Convert rest of PerlIO's memory tables to per-interp and add clone functions
36517              for them. Call explicit cleanup during destruct process.
36518              - one binmode test is failing
36519              - also ext/threads/t/basic.t fails under make test, and is noisy under
36520              harness. (Threads results are intermingled and don't match order expected.)
36521              
36522              [ 12544]
36523              PerlIO layer table as PL_perlio (per-interpreter)
36524              
36525              [ 12541]
36526              Fix typos in new locking on MemShared
36527              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
36528              - seems to make segfaults more deterministic - suspect they are 
36529              attempt to free() after Interp and Host have gone.
36530              
36531              [ 12540]
36532              Remove the MemShared re-#define (again)
36533              
36534              [ 12539]
36535              Use locks on MemShared
36536      Branch: perl
36537           +> lib/ExtUtils/Embed.t
36538           !> MANIFEST perlio.c
36539 ____________________________________________________________________________
36540 [ 12733] By: nick                                  on 2001/10/28  13:07:16
36541         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
36542              least for PERLIO=perlio unthreaded case
36543      Branch: perlio
36544            ! perlio.c
36545 ____________________________________________________________________________
36546 [ 12732] By: nick                                  on 2001/10/28  11:10:24
36547         Log: Typo in exe name
36548      Branch: perlio
36549            ! lib/ExtUtils/Embed.t
36550 ____________________________________________________________________________
36551 [ 12731] By: nick                                  on 2001/10/28  11:09:59
36552         Log: Integrate Mainline
36553      Branch: perlio
36554           !> Changes configure.com ext/DB_File/DB_File.pm
36555           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
36556           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
36557           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
36558           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
36559           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
36560           !> t/TEST t/op/regexp.t win32/buildext.pl
36561 ____________________________________________________________________________
36562 [ 12730] By: nick                                  on 2001/10/28  11:05:35
36563         Log: Fixup Embed.t for Win32/VC++
36564      Branch: perlio
36565            ! lib/ExtUtils/Embed.t
36566 ____________________________________________________________________________
36567 [ 12729] By: nick                                  on 2001/10/28  09:36:20
36568         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
36569              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
36570              ExtUtils::Embed.
36571      Branch: perlio
36572            + lib/ExtUtils/Embed.t
36573            ! MANIFEST
36574 ____________________________________________________________________________
36575 [ 12728] By: sky                                   on 2001/10/28  08:12:53
36576         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
36577              line manually!
36578      Branch: perl
36579            ! lib/ExtUtils/xsubpp
36580 ____________________________________________________________________________
36581 [ 12727] By: sky                                   on 2001/10/28  08:02:09
36582         Log: And here we use the prototypes.
36583      Branch: perl
36584            ! ext/threads/shared/shared.xs
36585 ____________________________________________________________________________
36586 [ 12726] By: sky                                   on 2001/10/28  08:00:48
36587         Log: Support [] style prototypes.
36588      Branch: perl
36589            ! lib/ExtUtils/xsubpp
36590 ____________________________________________________________________________
36591 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
36592         Log: yet another multi-arg system() fix on windows: batch files as the
36593              first argument (i.e. directly executed by CreateProcess()) need
36594              extra quoting to escape shell-shock
36595      Branch: maint-5.6/perl
36596            ! win32/win32.c
36597 ____________________________________________________________________________
36598 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
36599         Log: another multi-arg system() fix on windows: passing empty arguments
36600              now works
36601      Branch: maint-5.6/perl
36602            ! win32/win32.c
36603 ____________________________________________________________________________
36604 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
36605         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
36606              No final #else #error because we do not seem to
36607              be using #error?
36608      Branch: perl
36609            ! op.h
36610 ____________________________________________________________________________
36611 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
36612         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
36613              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
36614              Date: Sat, 27 Oct 2001 23:28:44 EST 
36615              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
36616      Branch: perl
36617            ! ext/Time/HiRes/HiRes.xs
36618 ____________________________________________________________________________
36619 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
36620         Log: Regen perlapi, perltoc.
36621      Branch: perl
36622            ! pod/perlapi.pod pod/perltoc.pod
36623 ____________________________________________________________________________
36624 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
36625         Log: Subject: [PATCH] sv.h documentation
36626              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
36627              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
36628              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
36629      Branch: perl
36630            ! sv.h
36631 ____________________________________________________________________________
36632 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
36633         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
36634              system("nmake -nologo", "clean") and there is no executable
36635              called "nmake -nologo"; this used to "work" pre-change#12559 due
36636              to bugs in multiarg system() that have since been fixed
36637      Branch: perl
36638            ! win32/buildext.pl
36639 ____________________________________________________________________________
36640 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
36641         Log: Update Changes.
36642      Branch: perl
36643            ! Changes patchlevel.h
36644 ____________________________________________________________________________
36645 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
36646         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
36647              From: Richard.Foley@t-online.de (Richard Foley)            
36648              Date: Sun, 28 Oct 2001 00:48:32 +0200
36649              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
36650      Branch: perl
36651            ! pod/perlhack.pod
36652 ____________________________________________________________________________
36653 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
36654         Log: Must store pointers with the right width.
36655      Branch: perl
36656            ! op.h
36657 ____________________________________________________________________________
36658 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
36659         Log: Integrate change #12711 from perlio;
36660              
36661              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36662              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36663      Branch: perl
36664           !> perlio.c
36665 ____________________________________________________________________________
36666 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
36667         Log: Subject: [PATCH] make minitest
36668              From: Nicholas Clark <nick@ccl4.org>
36669              Date: Sat, 27 Oct 2001 22:56:16 +0100
36670              Message-ID: <20011027225616.L20275@plum.flirble.org>
36671      Branch: perl
36672            ! t/TEST
36673 ____________________________________________________________________________
36674 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
36675         Log: Patch #12661 missed this.
36676      Branch: perl
36677            ! ext/DB_File/DB_File.pm
36678 ____________________________________________________________________________
36679 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
36680         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
36681              From: "Craig A. Berry" <craigberry@mac.com>
36682              Date: Sat, 27 Oct 2001 16:07:47 -0500
36683              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
36684      Branch: perl
36685            ! configure.com perlio.c
36686 ____________________________________________________________________________
36687 [ 12711] By: nick                                  on 2001/10/27  19:49:25
36688         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36689              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36690      Branch: perlio
36691            ! perlio.c
36692 ____________________________________________________________________________
36693 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
36694         Log: Let's not replace reason if there's one already supplied.
36695      Branch: perl
36696            ! t/op/regexp.t
36697 ____________________________________________________________________________
36698 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
36699         Log: is not good.
36700      Branch: perl
36701            ! t/op/regexp.t
36702 ____________________________________________________________________________
36703 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
36704         Log: ldlibpth can exist but be unset.
36705      Branch: perl
36706            ! t/TEST
36707 ____________________________________________________________________________
36708 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
36709         Log: Unicode: property alias naming cleanup.
36710      Branch: perl
36711            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
36712 ____________________________________________________________________________
36713 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
36714         Log: FAQ sync.
36715      Branch: perl
36716            ! pod/perlfaq4.pod
36717 ____________________________________________________________________________
36718 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
36719         Log: Integrate change #12703 from maintperl;
36720              
36721              typemap stuff intervenes before declaration, move it to PREINIT
36722              section
36723              
36724              (an empty integrate, but now the files are in sync
36725              between the branches)
36726      Branch: perl
36727           !> ext/ODBM_File/ODBM_File.xs
36728 ____________________________________________________________________________
36729 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
36730         Log: More PerlIO symbols.
36731      Branch: perl
36732            ! makedef.pl
36733 ____________________________________________________________________________
36734 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
36735         Log: typemap stuff intervenes before declaration, move it to PREINIT
36736              section
36737      Branch: maint-5.6/perl
36738            ! ext/ODBM_File/ODBM_File.xs
36739 ____________________________________________________________________________
36740 [ 12702] By: nick                                  on 2001/10/27  14:09:35
36741         Log: Integrate mainline
36742      Branch: perlio
36743           +> ext/threads/shared/t/av_simple.t
36744           +> ext/threads/shared/t/hv_refs.t
36745           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
36746           !> (integrate 109 files)
36747 ____________________________________________________________________________
36748 [ 12700] By: ams                                   on 2001/10/26  21:22:23
36749         Log: Subject: [PATCH] tweak divide
36750              From: Nicholas Clark <nick@ccl4.org>
36751              Date: Fri, 26 Oct 2001 22:52:17 +0100
36752              Message-Id: <20011026225217.B20275@plum.flirble.org>
36753      Branch: perl
36754            ! pp.c
36755 ____________________________________________________________________________
36756 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
36757         Log: Integrate a buncha things from maintperl.
36758      Branch: maint-5.6/macperl
36759           !> (integrate 32 files)
36760 ____________________________________________________________________________
36761 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
36762         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
36763              From: Andy Dougherty <doughera@lafayette.edu>
36764              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
36765              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
36766      Branch: perl
36767            ! hints/svr4.sh
36768 ____________________________________________________________________________
36769 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
36770         Log: When you're root, many things become writable.
36771      Branch: perl
36772            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
36773 ____________________________________________________________________________
36774 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
36775         Log: Update Changes.
36776      Branch: perl
36777            ! Changes patchlevel.h
36778 ____________________________________________________________________________
36779 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
36780         Log: Term/Cap.t attempts to access the floppy drive for no good reason
36781              on dosish systems
36782      Branch: perl
36783            ! lib/Term/Cap.t
36784 ____________________________________________________________________________
36785 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
36786         Log: fix misleading comment on known inadequacy in B::Terse, and skip
36787              it correctly
36788      Branch: perl
36789            ! ext/B/t/terse.t
36790 ____________________________________________________________________________
36791 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
36792         Log: fix spurious AutoSplit.t failure under windows
36793      Branch: perl
36794            ! lib/AutoSplit.t
36795 ____________________________________________________________________________
36796 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
36797         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
36798      Branch: perl
36799            ! ext/Time/HiRes/HiRes.t
36800 ____________________________________________________________________________
36801 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
36802         Log: More logical to use %04"UVXf" than %"UVuf" since
36803              the Unicode standard prefers hex.
36804      Branch: perl
36805            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
36806            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
36807            ! lib/unicore/mktables utf8.c
36808 ____________________________________________________________________________
36809 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
36810         Log: change#12065 seems to have broken Encode build on windows; fix
36811      Branch: perl
36812            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
36813 ____________________________________________________________________________
36814 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
36815         Log: Unicode: add the case folding table.
36816      Branch: perl
36817            + lib/unicore/To/Fold.pl
36818            ! MANIFEST lib/unicore/mktables
36819 ____________________________________________________________________________
36820 [ 12688] By: sky                                   on 2001/10/26  13:51:29
36821         Log: Get the new functions right, do not export lock since we use builtin lock.
36822              TODO: fix xsubpp to support the new prototypes
36823      Branch: perl
36824            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36825 ____________________________________________________________________________
36826 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
36827         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
36828              as suggested by Sarathy.
36829      Branch: perl
36830            ! mg.c
36831 ____________________________________________________________________________
36832 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
36833         Log: avoid compiler warning
36834      Branch: perl
36835            ! win32/win32.c
36836 ____________________________________________________________________________
36837 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
36838         Log: WinCE update from Rainer Keuchel.
36839      Branch: perl
36840            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
36841            ! wince/wince.c
36842 ____________________________________________________________________________
36843 [ 12684] By: sky                                   on 2001/10/26  13:34:33
36844         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
36845      Branch: perl
36846            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36847 ____________________________________________________________________________
36848 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
36849         Log: More fixes that were made to the core and not in the libnet src
36850      Branch: perl
36851            ! lib/Net/Domain.pm
36852 ____________________________________________________________________________
36853 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
36854         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
36855              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
36856              Date: Fri, 26 Oct 2001 13:55:21 +0200
36857              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
36858              
36859              (plus make the db-recno.t#59 accept both \n and \r\n)
36860      Branch: perl
36861            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36862            ! ext/DB_File/t/db-recno.t
36863 ____________________________________________________________________________
36864 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
36865         Log: Fix tests to be able to run in the core and the CPAN dist
36866      Branch: perl
36867            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
36868            ! lib/Net/t/require.t lib/Net/t/smtp.t
36869 ____________________________________________________________________________
36870 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
36871         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
36872              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36873              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
36874              Date: Fri, 26 Oct 2001 08:34:46 EDT
36875      Branch: perl
36876            ! ext/Time/HiRes/HiRes.t
36877 ____________________________________________________________________________
36878 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
36879         Log: Sync libnet modules with what will be libnet-1.08
36880      Branch: perl
36881            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
36882            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
36883            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
36884            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
36885 ____________________________________________________________________________
36886 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
36887         Log: Integrate maintperl changes #12268 and #12669;
36888              
36889              final touches to the audit for statics and thread-unsafe code
36890              * make DB_File, ODBM_File thread-safe 
36891              * remove unnecessary/dangerous statics and protect others
36892              from not getting accidentally enabled under threaded perls
36893              
36894              windows support functions get_childdir() et al aren't exported
36895              correctly under vanilla build
36896              
36897              Testing under win32 appreciated since changes there had
36898              to be manually merged and I cannot test how badly did I do.
36899      Branch: perl
36900           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36901           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36902           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
36903           !> win32/vmem.h win32/win32.c win32/win32iop.h
36904 ____________________________________________________________________________
36905 [ 12677] By: sky                                   on 2001/10/26  12:37:17
36906         Log: More Config::threads to threads::threads changes
36907      Branch: perl
36908            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
36909 ____________________________________________________________________________
36910 [ 12676] By: sky                                   on 2001/10/26  12:31:46
36911         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
36912      Branch: perl
36913            ! ext/threads/threads.pm ext/threads/threads.xs
36914 ____________________________________________________________________________
36915 [ 12675] By: sky                                   on 2001/10/26  12:06:30
36916         Log: Allocing a TLS in runtime is not too hot.
36917      Branch: perl
36918            ! ext/threads/threads.xs
36919 ____________________________________________________________________________
36920 [ 12674] By: sky                                   on 2001/10/26  11:59:09
36921         Log: Don't display debug data.
36922      Branch: perl
36923            ! ext/threads/threads.pm
36924 ____________________________________________________________________________
36925 [ 12673] By: sky                                   on 2001/10/26  11:35:47
36926         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
36927              complete bar support for blessed objects.
36928              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
36929      Branch: perl
36930            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36931 ____________________________________________________________________________
36932 [ 12672] By: sky                                   on 2001/10/26  11:15:28
36933         Log: Fix case where shared reference does not exist in current thread.
36934      Branch: perl
36935            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36936 ____________________________________________________________________________
36937 [ 12671] By: sky                                   on 2001/10/26  08:48:52
36938         Log: Support for references in shared arrays.
36939      Branch: perl
36940            ! ext/threads/shared/shared.xs
36941 ____________________________________________________________________________
36942 [ 12670] By: sky                                   on 2001/10/26  08:30:11
36943         Log: Add tests for references in hashes.
36944      Branch: perl
36945            + ext/threads/shared/t/hv_refs.t
36946            ! MANIFEST
36947 ____________________________________________________________________________
36948 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
36949         Log: windows support functions get_childdir() et al aren't exported
36950              correctly under vanilla build
36951      Branch: maint-5.6/perl
36952            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
36953 ____________________________________________________________________________
36954 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
36955         Log: final touches to the audit for statics and thread-unsafe code
36956              * make DB_File, ODBM_File thread-safe 
36957              * remove unnecessary/dangerous statics and protect others
36958              from not getting accidentally enabled under threaded perls
36959      Branch: maint-5.6/perl
36960            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36961            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36962            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
36963            ! win32/win32.c
36964 ____________________________________________________________________________
36965 [ 12667] By: ams                                   on 2001/10/26  03:48:36
36966         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
36967              From: "Richard Soderberg" <rs@crystalflame.net>
36968              Date: Thu, 25 Oct 2001 23:42:50 -0400
36969              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
36970      Branch: perl
36971            ! sharedsv.c
36972 ____________________________________________________________________________
36973 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
36974         Log: Integrate change #12664 from maintperl;
36975              
36976              the newest GCCs don't seem to like C<"string1"##STRING2>
36977              so keep it as C<"string1" STRING2> (latter appears to
36978              work everywhere)
36979      Branch: perl
36980           !> ext/DynaLoader/dlutils.c
36981 ____________________________________________________________________________
36982 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
36983         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
36984              From: Chris Nandor <pudge@pobox.com>
36985              Date: Thu, 25 Oct 2001 22:15:03 -0400
36986              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
36987      Branch: perl
36988            ! perl.h
36989 ____________________________________________________________________________
36990 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
36991         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
36992              C<"string1" STRING2> (latter appears to work everywhere)
36993      Branch: maint-5.6/perl
36994            ! ext/DynaLoader/dlutils.c
36995 ____________________________________________________________________________
36996 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
36997         Log: AUTHORS update.
36998      Branch: perl
36999            ! AUTHORS
37000 ____________________________________________________________________________
37001 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
37002         Log: Integrate change #12660 from maintperl;
37003              
37004              make the dMY_CXT stuff available under all of
37005              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
37006      Branch: perl
37007           !> perl.h
37008 ____________________________________________________________________________
37009 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
37010         Log: Subject: [PATCH] DB_File-1.79
37011              From: "Paul Marquess" <paul.marquess@openwave.com>
37012              Date: Fri, 26 Oct 2001 00:03:54 +0100
37013              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
37014      Branch: perl
37015            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
37016            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
37017 ____________________________________________________________________________
37018 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
37019         Log: make the dMY_CXT stuff available under all of
37020              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
37021      Branch: maint-5.6/perl
37022            ! perl.h
37023 ____________________________________________________________________________
37024 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
37025         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
37026              From: Michael G Schwern <schwern@pobox.com>
37027              Date: Thu, 25 Oct 2001 18:28:12 -0400
37028              Message-ID: <20011025182812.M4811@blackrider>
37029      Branch: perl
37030            ! t/run/kill_perl.t
37031 ____________________________________________________________________________
37032 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
37033         Log: STRLEN != int.
37034      Branch: perl
37035            ! regcomp.c regexec.c
37036 ____________________________________________________________________________
37037 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
37038         Log: Subject: [PATCH] remove small IVop redundancy
37039              From: Nicholas Clark <nick@ccl4.org>
37040              Date: Thu, 25 Oct 2001 22:48:28 +0100
37041              Message-ID: <20011025224827.M66471@plum.flirble.org>
37042      Branch: perl
37043            ! pp.c pp_hot.c
37044 ____________________________________________________________________________
37045 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
37046         Log: Metaconfig unit change for #12655.
37047      Branch: metaconfig/U/perl
37048            ! Extensions.U
37049 ____________________________________________________________________________
37050 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
37051         Log: Subject: Re: Not OK @12650
37052              From: Andy Dougherty <doughera@lafayette.edu>
37053              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
37054              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
37055      Branch: perl
37056            ! Configure
37057 ____________________________________________________________________________
37058 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
37059         Log: Integrate changes #12652 and #12653 from maintperl;
37060              
37061              more tweaks to change#12626
37062              * move the boilerplate code over to perl.h and make DynaLoader
37063              use it
37064              * make re, Opcode, File::Glob and B threadsafe
37065              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
37066              C<no re;> anywhere)
37067              
37068              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
37069              
37070              File::Glob required a bit more work in bleadperl
37071              because of ExtUtils::Constant (see the Makefile.PL change)
37072      Branch: perl
37073            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
37074           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
37075           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
37076 ____________________________________________________________________________
37077 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
37078         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
37079      Branch: maint-5.6/perl
37080            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
37081            ! ext/Opcode/Opcode.xs ext/re/re.xs
37082 ____________________________________________________________________________
37083 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
37084         Log: more tweaks to change#12626
37085              * move the boilerplate code over to perl.h and make DynaLoader
37086              use it
37087              * make re, Opcode, File::Glob and B threadsafe
37088              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
37089              C<no re;> anywhere)
37090      Branch: maint-5.6/perl
37091            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
37092            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
37093 ____________________________________________________________________________
37094 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
37095         Log: Metaconfig unit change for #12650.
37096      Branch: metaconfig/U/perl
37097            ! Extensions.U
37098 ____________________________________________________________________________
37099 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
37100         Log: Subject: Re: ithreads doesn't like usedl=n
37101              From: Andy Dougherty <doughera@lafayette.edu>
37102              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
37103              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
37104              
37105              Special-case threads::shared.
37106      Branch: perl
37107            ! Configure
37108 ____________________________________________________________________________
37109 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
37110         Log: Getting fancier...
37111      Branch: perl
37112            ! t/TEST
37113 ____________________________________________________________________________
37114 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
37115         Log: csh - what a pain.
37116      Branch: perl
37117            ! t/TEST
37118 ____________________________________________________________________________
37119 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
37120         Log: Update Changes.
37121      Branch: perl
37122            ! Changes patchlevel.h
37123 ____________________________________________________________________________
37124 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
37125         Log: Allow resetting the locale system for the duration
37126              of the build (Mac OS X default setting LANG=En_US
37127              ist kaputt)
37128      Branch: perl
37129            ! Makefile.SH
37130 ____________________________________________________________________________
37131 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
37132         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
37133      Branch: perl
37134            ! ext/Digest/MD5/t/files.t
37135 ____________________________________________________________________________
37136 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
37137         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
37138              From: Andy Dougherty <doughera@lafayette.edu>
37139              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
37140              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
37141      Branch: perl
37142            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
37143            ! ext/threads/shared/Makefile.PL
37144 ____________________________________________________________________________
37145 [ 12643] By: sky                                   on 2001/10/25  12:28:26
37146         Log: Add support for reference members of hashes.
37147      Branch: perl
37148            ! ext/threads/shared/shared.xs
37149 ____________________________________________________________________________
37150 [ 12642] By: ams                                   on 2001/10/25  12:21:13
37151         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
37152              From: "Norton Allen" <nort@qnx.com>
37153              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
37154              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
37155      Branch: perl
37156            ! ext/Digest/MD5/MD5.xs
37157 ____________________________________________________________________________
37158 [ 12641] By: sky                                   on 2001/10/25  10:27:39
37159         Log: Tests shared hashes.
37160      Branch: perl
37161            + ext/threads/shared/t/hv_simple.t
37162            ! MANIFEST
37163 ____________________________________________________________________________
37164 [ 12640] By: sky                                   on 2001/10/25  10:18:23
37165         Log: Fix threadcounts for arrays and hashes.
37166      Branch: perl
37167            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37168 ____________________________________________________________________________
37169 [ 12639] By: sky                                   on 2001/10/25  10:17:26
37170         Log: Note to self, doing *src_ary++ in a macro that evaluates
37171              the value more than once is a good way to dump core.
37172      Branch: perl
37173            ! sharedsv.c
37174 ____________________________________________________________________________
37175 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
37176         Log: Integrate change #12636 from maintperl; more dl fixups.
37177      Branch: perl
37178           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
37179           !> ext/DynaLoader/dl_vms.xs
37180 ____________________________________________________________________________
37181 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
37182         Log: Like dl_hpux, like dl_dld.
37183      Branch: perl
37184            ! ext/DynaLoader/dl_dld.xs
37185 ____________________________________________________________________________
37186 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
37187         Log: followups to change#12635
37188      Branch: maint-5.6/perl
37189            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
37190            ! ext/DynaLoader/dl_vms.xs
37191 ____________________________________________________________________________
37192 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
37193         Log: add part of change#12634 to the two files that need it; dl_aix.xs
37194              in maint-5.6 doesn't have the branch that had the problem in
37195              mainline
37196      Branch: maint-5.6/perl
37197            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
37198 ____________________________________________________________________________
37199 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
37200         Log: Fixes for #12627.
37201      Branch: perl
37202            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
37203 ____________________________________________________________________________
37204 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
37205         Log: Since pv_uni_display and sv_uni_display are now used
37206              in the re extension, their symbols have to be exported.
37207      Branch: perl
37208            ! embed.pl global.sym
37209 ____________________________________________________________________________
37210 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
37211         Log: Subject:  Re: [PATCH Perl@12567] debug /list
37212              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37213              Date: Tue, 23 Oct 2001 21:40:33 EDT
37214              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
37215      Branch: perl
37216            ! configure.com
37217 ____________________________________________________________________________
37218 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
37219         Log: This takes care of some of the re 'debug' cases but
37220              not all cases since the information whether the pattern
37221              or the target are utf8 seems to be either lost or not
37222              spread widely enough, sigh.
37223      Branch: perl
37224            ! regcomp.c
37225 ____________________________________________________________________________
37226 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
37227         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
37228              From: John Peacock <jpeacock@rowman.com>
37229              Date: Wed, 24 Oct 2001 16:53:29 -0400
37230              Message-ID: <3BD72A49.1508D152@rowman.com>
37231      Branch: perl
37232            ! configure.com
37233 ____________________________________________________________________________
37234 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
37235         Log: Upgrade NetWare and WinCE as in #12626.
37236      Branch: perl
37237            ! NetWare/dl_netware.xs wince/dl_win32.xs
37238 ____________________________________________________________________________
37239 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
37240         Log: Tru64 compiler nit.
37241      Branch: perl
37242            ! ext/threads/shared/shared.xs
37243 ____________________________________________________________________________
37244 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
37245         Log: Integrate change #12626 from maintperl;
37246              make DynaLoader threadsafe by moving all statics into
37247              interpreter-local space
37248              
37249              TODO: Netware, OS/2, WinCE
37250      Branch: perl
37251           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
37252           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
37253           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
37254           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
37255           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
37256           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
37257           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
37258 ____________________________________________________________________________
37259 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
37260         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
37261              space
37262      Branch: maint-5.6/perl
37263            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
37264            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
37265            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
37266            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
37267            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
37268            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
37269            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
37270 ____________________________________________________________________________
37271 [ 12625] By: sky                                   on 2001/10/24  20:05:26
37272         Log: Change #12623 inflicted an infinite hang. Fixed.
37273      Branch: perl
37274            ! ext/threads/shared/shared.xs
37275 ____________________________________________________________________________
37276 [ 12624] By: sky                                   on 2001/10/24  19:06:55
37277         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
37278      Branch: perl
37279            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37280 ____________________________________________________________________________
37281 [ 12623] By: sky                                   on 2001/10/24  18:06:34
37282         Log: We need to do sharedsv_find in the original perl context.
37283      Branch: perl
37284            ! ext/threads/shared/shared.xs
37285 ____________________________________________________________________________
37286 [ 12622] By: sky                                   on 2001/10/24  17:26:51
37287         Log: Add support for basic support for AVs, references not supported yet.
37288              Add test for AVs.
37289              Add more tests to sv_refs
37290              Fix documentation issues.  
37291      Branch: perl
37292            + ext/threads/shared/t/av_simple.t
37293            ! MANIFEST ext/threads/shared/shared.pm
37294            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
37295 ____________________________________________________________________________
37296 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
37297         Log: Dump Unicode better for re 'debug'.  The regprop()
37298              is unfinished since have to figure out how to detect
37299              Unicodeness in there.
37300      Branch: perl
37301            ! regcomp.c regexec.c
37302 ____________________________________________________________________________
37303 [ 12620] By: sky                                   on 2001/10/24  13:18:07
37304         Log: Add support for finding shared arrays and hashes.
37305      Branch: perl
37306            ! sharedsv.c
37307 ____________________________________________________________________________
37308 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
37309         Log: Rewrite sv_uni_display() as pv_uni_display() as
37310              reimplement sv_uni_display() using that.
37311      Branch: perl
37312            ! dump.c embed.h embed.pl proto.h
37313 ____________________________________________________________________________
37314 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
37315         Log: Integrate change #12615 from maintperl;
37316              on Windows, IO::File::new_tmpfile() fails after being called
37317              32767 times because MSVCRT thinks stdio's TMP_MAX is a
37318              process-wide limit
37319      Branch: perl
37320           !> win32/win32.c
37321 ____________________________________________________________________________
37322 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
37323         Log: Don't try to print ints as IVs.
37324      Branch: perl
37325            ! ext/Time/HiRes/HiRes.xs
37326 ____________________________________________________________________________
37327 [ 12616] By: sky                                   on 2001/10/24  11:06:35
37328         Log: We only need to fetch the SV from the backend if the index
37329              is not the same as mg_private.     In theory this could be
37330              a problem if there are an exact multiple of U16 changes
37331              of a shared variable between two access in a given thread,
37332              we choose to avoid theory for now.
37333      Branch: perl
37334            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
37335 ____________________________________________________________________________
37336 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
37337         Log: on Windows, IO::File::new_tmpfile() fails after being called
37338              32767 times because MSVCRT thinks stdio's TMP_MAX is a
37339              process-wide limit
37340      Branch: maint-5.6/perl
37341            ! win32/win32.c
37342 ____________________________________________________________________________
37343 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
37344         Log: Negation and Unicode: sort of solves 20010303.010,
37345              except not quite like reported in the Subject
37346              (Perl_warner is still utf8-ignorant).
37347      Branch: perl
37348            ! pp.c t/lib/warnings/sv
37349 ____________________________________________________________________________
37350 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
37351         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
37352      Branch: perl
37353            ! sv.c t/lib/warnings/sv
37354 ____________________________________________________________________________
37355 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
37356         Log: sv_uni_display(): do not add the "...", let the caller
37357              do it if wanted, and be prepared for more display options.
37358      Branch: perl
37359            ! dump.c embed.h embed.pl proto.h
37360 ____________________________________________________________________________
37361 [ 12611] By: nick                                  on 2001/10/23  20:28:07
37362         Log: Integrate mainline
37363      Branch: perlio
37364           !> Changes configure.com cygwin/cygwin.c
37365           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
37366           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
37367           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
37368           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
37369           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
37370           !> utils/h2xs.PL utils/perldoc.PL
37371 ____________________________________________________________________________
37372 [ 12610] By: sky                                   on 2001/10/23  19:39:24
37373         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
37374              don't call themselves READONLY but still die with modification
37375              attempt. We only call bless for ext and umagic.
37376      Branch: perl
37377            ! sv.c
37378 ____________________________________________________________________________
37379 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
37380         Log: Croak() on negative time; doc tweaks.
37381      Branch: perl
37382            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37383            ! ext/Time/HiRes/HiRes.xs
37384 ____________________________________________________________________________
37385 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
37386         Log: FAQ sync.
37387      Branch: perl
37388            ! pod/perlfaq4.pod pod/perlfaq7.pod
37389 ____________________________________________________________________________
37390 [ 12607] By: sky                                   on 2001/10/23  18:27:27
37391         Log: Call setmagic on the referent we are blessing.
37392      Branch: perl
37393            ! sv.c
37394 ____________________________________________________________________________
37395 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
37396         Log: Small test nits.
37397      Branch: perl
37398            ! t/op/lc.t
37399 ____________________________________________________________________________
37400 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
37401         Log: Update Changes.
37402      Branch: perl
37403            ! Changes patchlevel.h
37404 ____________________________________________________________________________
37405 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
37406         Log: Make the PerlIO_init() prototypes consistent.
37407      Branch: perl
37408            ! perlio.c
37409 ____________________________________________________________________________
37410 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
37411         Log: Upping the test count is a good idea.
37412      Branch: perl
37413            ! t/op/lc.t
37414 ____________________________________________________________________________
37415 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
37416         Log: Document the final sigma spot.
37417      Branch: perl
37418            ! pp.c
37419 ____________________________________________________________________________
37420 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
37421         Log: Fix multicharacter titlecase (ucfirst).
37422      Branch: perl
37423            ! pod/perlunicode.pod pp.c t/op/lc.t
37424 ____________________________________________________________________________
37425 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
37426         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
37427              From: Mikhail Zabaluev <mhz@alt-linux.org>
37428              Date: Tue, 23 Oct 2001 10:40:37 +0400
37429              Message-ID: <20011023104037.A12761@localhost.localdomain>
37430              
37431              (#12406 replaced with this)
37432      Branch: perl
37433            ! utils/perldoc.PL
37434 ____________________________________________________________________________
37435 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
37436         Log: MacOS Classic updates from Pudge.
37437      Branch: perl
37438            ! lib/File/Spec.t lib/File/Spec/Mac.pm
37439 ____________________________________________________________________________
37440 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
37441         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
37442              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37443              Date: Sun, 14 Oct 2001 23:14:46 +0200
37444              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
37445              
37446              except for the 2->4 changes.
37447      Branch: perl
37448            ! lib/AutoSplit.t
37449 ____________________________________________________________________________
37450 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
37451         Log: integrate macperl contents into maint-5.6
37452      Branch: maint-5.6/perl
37453            ! mg.c
37454           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
37455           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
37456           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
37457           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37458           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
37459           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
37460           !> t/lib/filefind.t t/lib/filespec.t
37461 ____________________________________________________________________________
37462 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
37463         Log: At some point the #6234 has been lost from the mainline
37464              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
37465      Branch: perl
37466            ! lib/File/Spec/Win32.pm
37467 ____________________________________________________________________________
37468 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
37469         Log: Cygwin seems to round up (or closest, but not down)
37470              for time(), so half of the time (bad pun intended)
37471              Time::HiRes::time() is less than time(), half of
37472              the time it's more.  So let's try harder in the loop.
37473      Branch: perl
37474            ! ext/Time/HiRes/HiRes.t
37475 ____________________________________________________________________________
37476 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
37477         Log: MacOS Classic timeofday(), from Chris Nandor. 
37478      Branch: perl
37479            ! ext/Time/HiRes/HiRes.xs
37480 ____________________________________________________________________________
37481 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
37482         Log: Integrate changes #12580 and #12581 from macperl;
37483              
37484              Fix path construction.
37485              
37486              (Copyright) Nit.
37487      Branch: perl
37488           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
37489 ____________________________________________________________________________
37490 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
37491         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
37492              doesn't seem to help (the error being output to console, maybe?)
37493      Branch: perl
37494            ! lib/Net/Domain.pm
37495 ____________________________________________________________________________
37496 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
37497         Log: Taint the getcwd() result also in Cygwin.
37498              (TODO: which other platforms need the same thing?)
37499      Branch: perl
37500            ! cygwin/cygwin.c
37501 ____________________________________________________________________________
37502 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
37503         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
37504      Branch: perl
37505            ! t/op/taint.t
37506 ____________________________________________________________________________
37507 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
37508         Log: getpwuid() fragility continues.
37509      Branch: perl
37510            ! utils/h2xs.PL
37511 ____________________________________________________________________________
37512 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
37513         Log: getpwuid() might succeed but that's no guarantee
37514              that the $home will be defined.
37515      Branch: perl
37516            ! ext/File/Glob/t/basic.t
37517 ____________________________________________________________________________
37518 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
37519         Log: It's safer to to expand the variable, too... (see #12571)
37520      Branch: perl
37521            ! t/TEST
37522 ____________________________________________________________________________
37523 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
37524         Log: Integrate with maintperl.
37525      Branch: maint-5.6/macperl
37526           !> win32/bin/pl2bat.pl win32/win32.c
37527 ____________________________________________________________________________
37528 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
37529         Log: Oops, forgot to include Win32 ... just as well, since it
37530              seems in bleadperl, change #7764 was not included
37531              (adding C:\temp).  Re-added.  Rip it back out if it
37532              doesn't belong.  :-)
37533      Branch: maint-5.6/macperl
37534            ! lib/File/Spec/Win32.pm
37535 ____________________________________________________________________________
37536 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
37537         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
37538              From: "Craig A. Berry" <craigberry@mac.com>
37539              Date: Mon, 22 Oct 2001 15:25:19 -0500
37540              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
37541      Branch: perl
37542            ! configure.com
37543 ____________________________________________________________________________
37544 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
37545         Log: Add in lots of File::Spec changes, from Thomas Wegner,
37546              and sync with changes from bleadperl.
37547      Branch: maint-5.6/macperl
37548            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
37549            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
37550            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37551            ! lib/File/Spec/Win32.pm t/lib/filespec.t
37552 ____________________________________________________________________________
37553 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
37554         Log: Sync with latest File::Find and tests from bleadperl.
37555      Branch: maint-5.6/macperl
37556            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
37557 ____________________________________________________________________________
37558 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
37559         Log: Nit.
37560      Branch: maint-5.6/macperl
37561            ! perl.c
37562 ____________________________________________________________________________
37563 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
37564         Log: Fix path construction.
37565      Branch: maint-5.6/macperl
37566            ! ext/DynaLoader/DynaLoader_pm.PL
37567 ____________________________________________________________________________
37568 [ 12579] By: nick                                  on 2001/10/22  19:08:35
37569         Log: Integrate mainline (for Arthurs thread.xs fix)
37570      Branch: perlio
37571           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
37572 ____________________________________________________________________________
37573 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
37574         Log: Fix up exported symbols, move relevant docs
37575              over from macperl.pod.
37576      Branch: maint-5.6/macperl
37577            ! macos/ext/MacPerl/MacPerl.pm
37578 ____________________________________________________________________________
37579 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
37580         Log: Make ADDRESS called optionally as a method.
37581      Branch: maint-5.6/macperl
37582            ! macos/lib/Mac/Glue.pm
37583 ____________________________________________________________________________
37584 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
37585         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
37586              Apple event.
37587      Branch: maint-5.6/macperl
37588            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
37589            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
37590            ! macos/macperl/MPTerminology.aete
37591 ____________________________________________________________________________
37592 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
37593         Log: Clean up some build utilities. Change Entab to Duplicate;
37594              fix docs and error reporting; improve macify() of paths;
37595              remove requirement for Exporter.pm presence.
37596      Branch: maint-5.6/macperl
37597            ! macos/InstallBLIB macos/MacPerlTests.cmd
37598            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
37599 ____________________________________________________________________________
37600 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
37601         Log: Sync Time::HiRes with bleadperl
37602      Branch: maint-5.6/macperl
37603            ! macos/bundled_ext/Time/HiRes/HiRes.pm
37604            ! macos/bundled_ext/Time/HiRes/HiRes.t
37605            ! macos/bundled_ext/Time/HiRes/HiRes.xs
37606 ____________________________________________________________________________
37607 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
37608         Log: Fix up Changes
37609      Branch: maint-5.6/macperl
37610            ! macos/Changes
37611 ____________________________________________________________________________
37612 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
37613         Log: A user might belong to only a single group
37614              (the group equal to the group id).
37615      Branch: perl
37616            ! t/op/groups.t
37617 ____________________________________________________________________________
37618 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
37619         Log: Prepending (instead of replacing with) the pwd is safer. 
37620      Branch: perl
37621            ! t/TEST
37622 ____________________________________________________________________________
37623 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
37624         Log: Be more robust if no hostname or domainname
37625              (especially the latter)
37626      Branch: perl
37627            ! lib/Net/Domain.pm
37628 ____________________________________________________________________________
37629 [ 12569] By: sky                                   on 2001/10/22  17:41:07
37630         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
37631      Branch: perl
37632            ! ext/threads/threads.xs
37633 ____________________________________________________________________________
37634 [ 12568] By: nick                                  on 2001/10/22  16:31:24
37635         Log: Integrate mainline
37636      Branch: perlio
37637           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
37638           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37639           +> ext/threads/shared/t/sv_refs.t
37640           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
37641            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37642            - lib/unicore/To/SpecUpper.pl
37643           !> (integrate 42 files)
37644 ____________________________________________________________________________
37645 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
37646         Log: Update Changes.
37647      Branch: perl
37648            ! Changes patchlevel.h
37649 ____________________________________________________________________________
37650 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
37651         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
37652              From: Michael G Schwern <schwern@pobox.com>
37653              Date: Mon, 22 Oct 2001 03:48:38 -0400
37654              Message-ID: <20011022034838.B1676@blackrider>
37655      Branch: perl
37656            ! pod/perlvar.pod
37657 ____________________________________________________________________________
37658 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
37659         Log: Pod nits, as suggested by Stas Bekman.
37660      Branch: perl
37661            ! ext/threads/shared/shared.pm ext/threads/threads.pm
37662 ____________________________________________________________________________
37663 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
37664         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
37665              From: "Paul Marquess" <paul.marquess@openwave.com> 
37666              Date: Sun, 21 Oct 2001 21:11:15 +0100
37667              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
37668      Branch: perl
37669            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
37670            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
37671            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
37672            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
37673            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
37674            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
37675            ! ext/SDBM_File/sdbm.t
37676 ____________________________________________________________________________
37677 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
37678         Log: Integrate change #12559 from maintperl;
37679              various fixes for system() and backticks under windows
37680      Branch: perl
37681           !> win32/win32.c
37682 ____________________________________________________________________________
37683 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
37684         Log: Integrate change #12560 from maintperl;
37685              make pl2bat use %0 rather than "%0" (the latter fails to work
37686              in a lot of common cases)
37687      Branch: perl
37688           !> win32/bin/pl2bat.pl
37689 ____________________________________________________________________________
37690 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
37691         Log: Integrate changes #12549 and #12550 from maintperl;
37692              
37693              readline() doesn't work with our variables; it confuses them with
37694              my variables (change#4227 was incomplete)
37695      Branch: perl
37696            ! t/lib/strict/vars
37697           !> t/base/rs.t toke.c
37698 ____________________________________________________________________________
37699 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
37700         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
37701              in a lot of common cases)
37702      Branch: maint-5.6/perl
37703            ! win32/bin/pl2bat.pl
37704 ____________________________________________________________________________
37705 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
37706         Log: various fixes for system() and backticks under windows:
37707              
37708              * avoid munging whitespace that is passed within quotes
37709              * work around a cmd.exe misfeature that made multi-arg
37710              system() unreliable when there is more than one quoted
37711              argument
37712              * make multi-arg system() autoquote arguments as needed
37713              before passing them to the shell (this avoids having to
37714              second guess the shell quoting)
37715              * perl's -Dp switch can be used to trace the innards
37716      Branch: maint-5.6/perl
37717            ! win32/win32.c
37718 ____________________________________________________________________________
37719 [ 12558] By: nick                                  on 2001/10/22  08:58:42
37720         Log: Integrate ithreads buffer flush fix from perlio
37721      Branch: perl
37722           !> ext/threads/t/basic.t perl.c
37723 ____________________________________________________________________________
37724 [ 12557] By: nick                                  on 2001/10/22  08:35:09
37725         Log: All tests pass (legitimately) on ithreads
37726      Branch: perlio
37727            ! ext/threads/t/basic.t perl.c
37728 ____________________________________________________________________________
37729 [ 12556] By: nick                                  on 2001/10/22  06:51:22
37730         Log: Integrate non-ithreads fix to mainline
37731      Branch: perl
37732           !> perlio.c
37733 ____________________________________________________________________________
37734 [ 12555] By: nick                                  on 2001/10/22  06:48:33
37735         Log: Restore non-ithreads build. Interestingly binmode test passes
37736              non-ithreads - so crlf layer is not damaged and ithreads fail
37737              is a symptom ...
37738      Branch: perlio
37739            ! perlio.c
37740 ____________________________________________________________________________
37741 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
37742         Log: Integrate from perlio; restructuring.
37743      Branch: perl
37744           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37745           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
37746           !> win32/perlhost.h
37747 ____________________________________________________________________________
37748 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
37749         Log: Integrate from maintperl
37750              (Changes 12350, 12496, 12548, 12549, 12550)
37751      Branch: maint-5.6/macperl
37752           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
37753           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
37754 ____________________________________________________________________________
37755 [ 12552] By: nick                                  on 2001/10/21  19:18:12
37756         Log: Win32 PerlIO_cleanup special cases should no longer be required.
37757      Branch: perlio
37758            ! perl.c
37759 ____________________________________________________________________________
37760 [ 12551] By: nick                                  on 2001/10/21  19:16:56
37761         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
37762      Branch: perlio
37763            ! win32/makefile.mk
37764 ____________________________________________________________________________
37765 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
37766         Log: change#12549 wasn't aware of strictures
37767      Branch: maint-5.6/perl
37768            ! t/pragma/strict-vars toke.c
37769 ____________________________________________________________________________
37770 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
37771         Log: readline() doesn't work with our variables; it confuses them with
37772              my variables (change#4227 was incomplete)
37773      Branch: maint-5.6/perl
37774            ! t/base/rs.t toke.c
37775 ____________________________________________________________________________
37776 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
37777         Log: change#12220 appears to have pulled in a mainline change that
37778              isn't applicable to maint-5.6 (some platforms don't taint
37779              cwd)
37780      Branch: maint-5.6/perl
37781            ! t/lib/filefind-taint.t
37782 ____________________________________________________________________________
37783 [ 12547] By: nick                                  on 2001/10/21  17:15:54
37784         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
37785              for them. Call explicit cleanup during destruct process.
37786              - one binmode test is failing
37787              - also ext/threads/t/basic.t fails under make test, and is noisy under
37788              harness. (Threads results are intermingled and don't match order expected.)
37789      Branch: perlio
37790            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37791            ! perlio.h perliol.h pod/perlapi.pod sv.c
37792 ____________________________________________________________________________
37793 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
37794         Log: Implement multicharacter case mappings where a single
37795              Unicode character can be mapped into several.
37796      Branch: perl
37797            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37798            - lib/unicore/To/SpecUpper.pl
37799            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
37800            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
37801            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
37802            ! proto.h t/op/lc.t utf8.c
37803 ____________________________________________________________________________
37804 [ 12545] By: sky                                   on 2001/10/21  15:25:16
37805         Log: First support of threads::shared, support shared svs and references.
37806      Branch: perl
37807            + ext/threads/shared/Makefile.PL ext/threads/shared/README
37808            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37809            + ext/threads/shared/t/sv_refs.t
37810            + ext/threads/shared/t/sv_simple.t
37811            ! MANIFEST sharedsv.c
37812 ____________________________________________________________________________
37813 [ 12544] By: nick                                  on 2001/10/21  14:52:35
37814         Log: PerlIO layer table as PL_perlio (per-interpreter)
37815      Branch: perlio
37816            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
37817            ! pod/perlapi.pod sv.c
37818 ____________________________________________________________________________
37819 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
37820         Log: Prettyprinting.
37821      Branch: perl
37822            ! pod/perlunicode.pod
37823 ____________________________________________________________________________
37824 [ 12542] By: ams                                   on 2001/10/21  03:50:25
37825         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
37826              From: "Sean M. Burke" <sburke@cpan.org>
37827              Date: Sat, 20 Oct 2001 17:51:09 -0600
37828              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
37829      Branch: perl
37830            + pod/perlpodspec.pod
37831            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
37832            ! pod/perltoc.pod
37833 ____________________________________________________________________________
37834 [ 12541] By: nick                                  on 2001/10/20  22:23:53
37835         Log: Fix typos in new locking on MemShared
37836              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
37837              - seems to make segfaults more deterministic - suspect they are 
37838              attempt to free() after Interp and Host have gone.
37839      Branch: perlio
37840            ! perlio.c win32/perlhost.h
37841 ____________________________________________________________________________
37842 [ 12540] By: nick                                  on 2001/10/20  21:50:46
37843         Log: Remove the MemShared re-#define (again)
37844      Branch: perlio
37845            ! perlio.c
37846 ____________________________________________________________________________
37847 [ 12539] By: nick                                  on 2001/10/20  21:49:06
37848         Log: Use locks on MemShared
37849      Branch: perlio
37850            ! win32/perlhost.h
37851 ____________________________________________________________________________
37852 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
37853         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
37854              From: "chromatic" <chromatic@rmci.net>
37855              Date: Sat, 20 Oct 2001 11:13:47 -0600
37856              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
37857      Branch: perl
37858            ! installhtml
37859 ____________________________________________________________________________
37860 [ 12537] By: nick                                  on 2001/10/20  16:44:03
37861         Log: Integrate mainline
37862      Branch: perlio
37863           !> (integrate 48 files)
37864 ____________________________________________________________________________
37865 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
37866         Log: Update Changes.
37867      Branch: perl
37868            ! Changes patchlevel.h
37869 ____________________________________________________________________________
37870 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
37871         Log: Upgrade to podlators 1.11, from Russ Allbery.
37872      Branch: perl
37873            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
37874            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
37875            ! pod/pod2man.PL pod/pod2text.PL
37876 ____________________________________________________________________________
37877 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
37878         Log: Integrate perlio:
37879              
37880              [ 12532]
37881              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37882              Use for non-PERLIO fdupopen().
37883      Branch: perl
37884           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
37885 ____________________________________________________________________________
37886 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
37887         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
37888      Branch: perl
37889            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
37890 ____________________________________________________________________________
37891 [ 12532] By: nick                                  on 2001/10/20  14:25:37
37892         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37893              Use for non-PERLIO fdupopen().
37894      Branch: perlio
37895            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
37896 ____________________________________________________________________________
37897 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
37898         Log: Integrate perlio:
37899              
37900              [ 12530]
37901              Fixed in two places - p4 resolve
37902              
37903              [ 12529]
37904              Fix for ithreads/stdio build
37905              
37906              [ 12525]
37907              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37908              Perl_sv_setsv_flags directly.
37909              
37910              [ 12524]
37911              Add a new flag character 'm' to embed.pl set to represent
37912              "functions" which are really macros. Use it foe the troublesome
37913              sv_setsv() etc. macros in sv.h - changing latter to define
37914              sv_setsv rather than sv_setsv_macro etc.
37915              
37916              [ 12523]
37917              Add comments explaining why win32.h/embed.h are included where they are
37918              in perl.h 
37919              
37920              [ 12522]
37921              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37922              being used yet.
37923              
37924              [ 12511]
37925              Fix gross win32 build issues
37926      Branch: perl
37927           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
37928           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
37929           !> proto.h sv.h win32/win32io.c
37930 ____________________________________________________________________________
37931 [ 12530] By: nick                                  on 2001/10/20  12:53:30
37932         Log: Fixed in two places - p4 resolve
37933      Branch: perlio
37934            ! perlsdio.h
37935 ____________________________________________________________________________
37936 [ 12529] By: nick                                  on 2001/10/20  12:51:05
37937         Log: Fix for ithreads/stdio build
37938      Branch: perlio
37939            ! perlio.c perlsdio.h
37940 ____________________________________________________________________________
37941 [ 12528] By: ams                                   on 2001/10/20  12:13:25
37942         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
37943              From: Michael G Schwern <schwern@pobox.com>
37944              Date: Sat, 20 Oct 2001 01:41:21 -0400
37945              Message-Id: <20011020014121.I3681@blackrider>
37946      Branch: perl
37947            ! installman
37948 ____________________________________________________________________________
37949 [ 12527] By: ams                                   on 2001/10/20  12:09:41
37950         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
37951              From: Michael G Schwern <schwern@pobox.com>
37952              Date: Sat, 20 Oct 2001 02:04:21 -0400
37953              Message-Id: <20011020020421.A11732@blackrider>
37954      Branch: perl
37955            ! lib/Pod/Checker.pm
37956 ____________________________________________________________________________
37957 [ 12526] By: ams                                   on 2001/10/20  11:59:41
37958         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
37959              From: "chromatic" <chromatic@rmci.net>
37960              Date: Fri, 19 Oct 2001 22:46:39 -0600
37961              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
37962      Branch: perl
37963            ! lib/Net/Config.pm
37964 ____________________________________________________________________________
37965 [ 12525] By: nick                                  on 2001/10/20  11:16:18
37966         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37967              Perl_sv_setsv_flags directly.
37968      Branch: perlio
37969            ! ext/threads/threads.xs
37970 ____________________________________________________________________________
37971 [ 12524] By: nick                                  on 2001/10/20  10:28:17
37972         Log: Add a new flag character 'm' to embed.pl set to represent
37973              "functions" which are really macros. Use it foe the troublesome
37974              sv_setsv() etc. macros in sv.h - changing latter to define
37975              sv_setsv rather than sv_setsv_macro etc.
37976      Branch: perlio
37977            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
37978            ! pod/perlapi.pod proto.h sv.h
37979 ____________________________________________________________________________
37980 [ 12523] By: nick                                  on 2001/10/20  09:17:17
37981         Log: Add comments explaining why win32.h/embed.h are included where they are
37982              in perl.h 
37983      Branch: perlio
37984            ! perl.h
37985 ____________________________________________________________________________
37986 [ 12522] By: nick                                  on 2001/10/20  08:27:44
37987         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37988              being used yet.
37989      Branch: perlio
37990            ! win32/win32io.c
37991 ____________________________________________________________________________
37992 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
37993         Log: Wording tweaks.
37994      Branch: perl
37995            ! t/TEST
37996 ____________________________________________________________________________
37997 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
37998         Log: Subject: IO module with nonblocking socket connect patch 
37999              From: Raul Dias <raul@dias.com.br>
38000              Date: Fri, 19 Oct 2001 22:45:32 -0300
38001              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
38002      Branch: perl
38003            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
38004 ____________________________________________________________________________
38005 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
38006         Log: Test vertical whitespace combined with /x in \p{}.
38007      Branch: perl
38008            ! t/op/pat.t
38009 ____________________________________________________________________________
38010 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
38011         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
38012              From: Gisle Aas <gisle@ActiveState.com> 
38013              Date: 19 Oct 2001 16:46:02 -0700
38014              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
38015      Branch: perl
38016            ! lib/ExtUtils/MakeMaker.pm
38017 ____________________________________________________________________________
38018 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
38019         Log: No more this symbol.
38020      Branch: perl
38021            ! makedef.pl
38022 ____________________________________________________________________________
38023 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
38024         Log: Integrate change #12511; fix gross win32 build issues.
38025      Branch: perl
38026           !> makedef.pl sv.c
38027 ____________________________________________________________________________
38028 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
38029         Log: Unpack in scalar context should return the first value
38030              returned in list context, as pointed out by Ton Hospel
38031              in 2001-05-21 (this is how it works already in blead,
38032              just adding the test).
38033      Branch: perl
38034            ! t/op/pack.t
38035 ____________________________________________________________________________
38036 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
38037         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
38038              From: "Craig A. Berry" <craigberry@mac.com>
38039              Date: Fri, 19 Oct 2001 16:59:30 -0500
38040              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
38041      Branch: perl
38042            ! utils/perldoc.PL
38043 ____________________________________________________________________________
38044 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
38045         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
38046              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38047              Date: Fri, 19 Oct 2001 17:45:23 EDT
38048              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
38049      Branch: perl
38050            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
38051            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
38052            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
38053            ! vms/vmsish.h
38054 ____________________________________________________________________________
38055 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
38056         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
38057              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38058              Date: Fri, 19 Oct 2001 17:26:35 EDT
38059              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
38060      Branch: perl
38061            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
38062 ____________________________________________________________________________
38063 [ 12511] By: nick                                  on 2001/10/19  19:55:36
38064         Log: Fix gross win32 build issues
38065      Branch: perlio
38066            ! makedef.pl sv.c
38067 ____________________________________________________________________________
38068 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
38069         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
38070              From: David Dyck <dcd@tc.fluke.com>
38071              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
38072              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
38073      Branch: perl
38074            ! lib/File/Find.pm
38075 ____________________________________________________________________________
38076 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
38077         Log: Subject: Re: PerlIO and Encode
38078              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38079              Date: Tue, 16 Oct 2001 01:50:16 +0900
38080              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
38081      Branch: perl
38082            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
38083            ! ext/Encode/Encode/Tcl.t
38084 ____________________________________________________________________________
38085 [ 12508] By: ams                                   on 2001/10/19  17:59:16
38086         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
38087              (See #12499)
38088      Branch: perl
38089            ! pod/perlintro.pod
38090 ____________________________________________________________________________
38091 [ 12507] By: nick                                  on 2001/10/19  16:30:43
38092         Log: Integrate mainline
38093      Branch: perlio
38094           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
38095           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
38096           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
38097           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
38098           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
38099           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
38100           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
38101           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
38102           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
38103           +> win32/config_H.win64
38104            - lib/Test/Utils.pm lib/unicore/mktables.PL
38105            - t/lib/Test/Simple/Catch/More.pm
38106           !> (integrate 84 files)
38107 ____________________________________________________________________________
38108 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
38109         Log: Retract the #10451 which seems to be the cause
38110              of the major leakage from while(){eval"sub{}"}
38111      Branch: perl
38112            ! op.c t/run/kill_perl.t
38113 ____________________________________________________________________________
38114 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
38115         Log: Regen toc.
38116      Branch: perl
38117            ! pod/perltoc.pod
38118 ____________________________________________________________________________
38119 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
38120         Log: Tiny tweaks.
38121      Branch: perl
38122            ! pod/perl.pod
38123 ____________________________________________________________________________
38124 [ 12503] By: ams                                   on 2001/10/19  13:34:24
38125         Log: Subject: Re: perlintro.pod
38126              From: Abe Timmerman <abe@ztreet.demon.nl>
38127              Date: Fri, 19 Oct 2001 14:12:40 +0200
38128              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
38129      Branch: perl
38130            ! pod/perlintro.pod
38131 ____________________________________________________________________________
38132 [ 12502] By: ams                                   on 2001/10/19  13:24:12
38133         Log: Slight reorganisation of references.
38134      Branch: perl
38135            ! pod/perl.pod
38136 ____________________________________________________________________________
38137 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
38138         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
38139              From: Kay Röpke <kroepke@dolphin-services.de>
38140              Date: Fri, 19 Oct 2001 14:04:01 +0200 
38141              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
38142      Branch: perl
38143            ! lib/ExtUtils/MakeMaker.pm
38144 ____________________________________________________________________________
38145 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
38146         Log: Unicode categories continue:
38147              implement Category=, Script=, Block=
38148              (these are based on an upcoming update of TR#18)
38149              Fix a bug where we got two In categories named "old italic",
38150              and another where shortcut for the Is categories wasn't taken.
38151      Branch: perl
38152            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
38153            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
38154            ! pod/perlunicode.pod t/op/pat.t
38155 ____________________________________________________________________________
38156 [ 12499] By: ams                                   on 2001/10/19  01:42:29
38157         Log: Subject: a small patch to perlintro.pod.
38158              From: Autrijus Tang <autrijus@autrijus.org>
38159              Date: Fri, 19 Oct 2001 01:45:51 +0800
38160              Message-Id: <20011019014551.A35625@not.autrijus.org>
38161              (Applied by hand with nits.)
38162      Branch: perl
38163            ! pod/perlintro.pod
38164 ____________________________________________________________________________
38165 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
38166         Log: Subject: [PATCH] OpenBSD hints for ithreads
38167              From: Andy Dougherty <doughera@lafayette.edu>
38168              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
38169              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
38170      Branch: perl
38171            ! hints/openbsd.sh
38172 ____________________________________________________________________________
38173 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
38174         Log: Retract #12446; the problem solved by #12474.
38175      Branch: perl
38176            ! hints/aix.sh
38177 ____________________________________________________________________________
38178 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
38179         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
38180              message and suppress line number info (from Steve Hay
38181              <Steve.Hay@uk.radan.com>)
38182      Branch: maint-5.6/perl
38183            ! lib/Carp/Heavy.pm
38184 ____________________________________________________________________________
38185 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
38186         Log: More documented In categories.
38187      Branch: perl
38188            ! pod/perlunicode.pod
38189 ____________________________________________________________________________
38190 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
38191         Log: Update Changes.
38192      Branch: perl
38193            ! Changes patchlevel.h
38194 ____________________________________________________________________________
38195 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
38196         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
38197      Branch: perl
38198            ! MANIFEST
38199 ____________________________________________________________________________
38200 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
38201         Log: Wrong skip() arguments.
38202      Branch: perl
38203            ! ext/B/t/terse.t
38204 ____________________________________________________________________________
38205 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
38206         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
38207              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38208              Date: Wed, 17 Oct 2001 09:10:53 EDT 
38209              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
38210      Branch: perl
38211            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
38212            ! pod/perlapi.pod vms/vms.c
38213 ____________________________________________________________________________
38214 [ 12490] By: ams                                   on 2001/10/18  09:31:00
38215         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
38216              From: Mark-Jason Dominus <mjd@plover.com>
38217              Date: Thu, 18 Oct 2001 06:25:35 -0400
38218              Message-Id: <20011018102535.19264.qmail@plover.com>
38219      Branch: perl
38220            ! pod/perl.pod
38221 ____________________________________________________________________________
38222 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
38223         Log: Prettyprinting.
38224      Branch: perl
38225            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
38226 ____________________________________________________________________________
38227 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
38228         Log: Regen toc.
38229      Branch: perl
38230            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38231 ____________________________________________________________________________
38232 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
38233         Log: Add perlintro, from Skud.
38234      Branch: perl
38235            + pod/perlintro.pod
38236            ! MANIFEST
38237 ____________________________________________________________________________
38238 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
38239         Log: FAQ sync.
38240      Branch: perl
38241            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
38242            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
38243            ! pod/perlfaq8.pod pod/perlfaq9.pod
38244 ____________________________________________________________________________
38245 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
38246         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
38247              in speed (upto 20% speedup in certain operations) but meanwhile
38248              regexps and arithmetics got slower (5-10%) (according to
38249              perlbench average speedup is negligible, and within measuring
38250              flutter, 1%).  Therefore retracting all the changes
38251              aimed at getting -std1 to compile cleanly:  #12475, #12476,
38252              #12479, #12480, #12481, #12482, #12483, #12484.
38253      Branch: perl
38254            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
38255            ! pp_hot.c pp_sys.c toke.c
38256 ____________________________________________________________________________
38257 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
38258         Log: (retracted by #12485)
38259              Strict ANSI doesn't like the third argument of main()
38260              so enable ignoring it if using ultra picky compiler.
38261      Branch: perl
38262            ! miniperlmain.c
38263 ____________________________________________________________________________
38264 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
38265         Log: (retracted by #12485)
38266              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
38267      Branch: perl
38268            ! perl.h
38269 ____________________________________________________________________________
38270 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
38271         Log: (retracted by #12485)
38272              Add explanatory comment.
38273      Branch: perl
38274            ! mg.c
38275 ____________________________________________________________________________
38276 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
38277         Log: (retracted by #12485)
38278              More dollar$hiding.
38279      Branch: perl
38280            ! doio.c perl.h pp_sys.c
38281 ____________________________________________________________________________
38282 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
38283         Log: (retracted by #12485)
38284              KISS.
38285      Branch: perl
38286            ! mg.c
38287 ____________________________________________________________________________
38288 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
38289         Log: (retracted by #12485)
38290              Thou shalt not #ifdef inside macro invocations,
38291              noticed by Rafael Garcia-Suarez.
38292      Branch: perl
38293            ! mg.c
38294 ____________________________________________________________________________
38295 [ 12478] By: ams                                   on 2001/10/17  18:50:55
38296         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
38297              From: Anton Berezin <tobez@tobez.org>
38298              Date: Wed, 17 Oct 2001 18:25:48 +0200
38299              Message-Id: <20011017182548.A12082@heechee.tobez.org>
38300      Branch: perl
38301            ! pp_sys.c
38302 ____________________________________________________________________________
38303 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
38304         Log: (retracted by #12485)
38305              Unterminated #ifdef.
38306      Branch: perl
38307            ! mg.c
38308 ____________________________________________________________________________
38309 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
38310         Log: (retracted by #12485)
38311              Avoid dollar signs in identifiers (in non-VMS) to
38312              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
38313      Branch: perl
38314            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
38315            ! toke.c
38316 ____________________________________________________________________________
38317 [ 12474] By: ams                                   on 2001/10/17  15:14:50
38318         Log: Subject: Two AIX patches
38319              From: H.Merijn Brand <h.m.brand@hccnet.nl>
38320              Date: Wed, 17 Oct 2001 18:04:35 +0200
38321              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
38322      Branch: perl
38323            ! hints/aix.sh makedef.pl
38324 ____________________________________________________________________________
38325 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
38326         Log: Limiting the Time::HiRes::sleep and usleep to
38327              one second is not a good policy if drop-in
38328              replacement is still a goal.
38329      Branch: perl
38330            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
38331            ! ext/Time/HiRes/HiRes.xs
38332 ____________________________________________________________________________
38333 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
38334         Log: Subject: [PATCH] Test::Simple 0.32
38335              From: Michael G Schwern <schwern@pobox.com> 
38336              Date: Wed, 17 Oct 2001 03:42:41 -0400
38337              Message-ID: <20011017034241.A25038@blackrider>
38338      Branch: perl
38339            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
38340            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
38341            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
38342            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
38343            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
38344            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
38345            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
38346            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
38347            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
38348            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
38349            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
38350            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
38351            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
38352            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
38353            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
38354            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
38355            ! t/lib/Test/Simple/Catch.pm
38356            ! t/lib/Test/Simple/sample_tests/five_fail.plx
38357 ____________________________________________________________________________
38358 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
38359         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
38360              From: Michael G Schwern <schwern@pobox.com> 
38361              Date: Wed, 17 Oct 2001 04:04:13 -0400
38362              Message-ID: <20011017040413.C25550@blackrider>
38363      Branch: perl
38364            ! t/TEST t/harness vms/test.com
38365 ____________________________________________________________________________
38366 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
38367         Log: Regen doc with perlmodstyle added.
38368      Branch: perl
38369            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38370 ____________________________________________________________________________
38371 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
38372         Log: Pod cleanup.
38373      Branch: perl
38374            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
38375 ____________________________________________________________________________
38376 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
38377         Log: Subject: perlmodstyle as a patch
38378              From: Kirrily Robert <skud@infotrope.net>
38379              Date: Tue, 16 Oct 2001 22:47:23 -0400
38380              Message-ID: <20011016224723.A20673@infotrope.net>
38381      Branch: perl
38382            + pod/perlmodstyle.pod
38383            ! MANIFEST
38384 ____________________________________________________________________________
38385 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
38386         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
38387              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
38388              Date: Thu, 6 Sep 2001 11:09:40 +0100
38389              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
38390              
38391              Mention also the develooper p5p archive.
38392      Branch: perl
38393            ! pod/perlhack.pod
38394 ____________________________________________________________________________
38395 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
38396         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
38397              From: Kay Röpke <kroepke@dolphin-services.de>
38398              Date: Tue, 16 Oct 2001 17:23:52 +0200
38399              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
38400      Branch: perl
38401            ! lib/ExtUtils/MakeMaker.pm
38402 ____________________________________________________________________________
38403 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
38404         Log: Add the special casing mappings (from SpecCase.txt)
38405              (except for the hyper special case mappings that have
38406              the condition list); the special casing mappings are
38407              unused for now.  Small tidying up on mktables.
38408      Branch: perl
38409            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
38410            + lib/unicore/To/SpecUpper.pl
38411            ! lib/unicore/mktables
38412 ____________________________________________________________________________
38413 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
38414         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
38415              From: "David H. Adler" <dha@panix.com>       
38416              Date: Tue, 16 Oct 2001 11:59:35 -0400
38417              Message-ID: <20011016115935.A13078@panix.com>
38418              
38419              Subject: [ PATCH ] perldata patch, revised
38420              From: "David H. Adler" <dha@panix.com>     
38421              Date: Tue, 16 Oct 2001 18:26:49 -0400
38422              Message-ID: <20011016182649.C23970@panix.com>
38423      Branch: perl
38424            ! pod/perldata.pod pod/perlop.pod
38425 ____________________________________________________________________________
38426 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
38427         Log: Integrate perlio:
38428              
38429              [ 12462]
38430              PerlIOXxxx_dups for all but Win32
38431              
38432              [ 12461]
38433              Implement PerlIOStdio_dup (explains core dumps - dup
38434              was not setting up a FILE * to be fclosed()).
38435              
38436              [ 12460]
38437              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
38438              overflow.
38439              
38440              [ 12456]
38441              Builds under ithreads (but fails all threads tests)
38442              
38443              [ 12451]
38444              Skeleton of "PerlIO_dup" coded.
38445              Still-passes all tests non-threaded (well it would wouldn't it!)
38446              
38447              [ 12447]
38448              Beginings of PerlIO_dup support (unstable)
38449              
38450              [ 11615]
38451              Avoid testing for (non-)existance of "encoding(xxxx)"
38452              layer is called "encoding" the (xxxx) is an argument.
38453      Branch: perl
38454           !> embed.h embed.pl ext/Encode/Encode.xs
38455           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
38456           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
38457           !> win32/win32io.c
38458 ____________________________________________________________________________
38459 [ 12462] By: nick                                  on 2001/10/16  19:11:30
38460         Log: PerlIOXxxx_dups for all but Win32
38461      Branch: perlio
38462            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
38463            ! ext/PerlIO/Via/Via.xs
38464 ____________________________________________________________________________
38465 [ 12461] By: nick                                  on 2001/10/16  18:28:48
38466         Log: Implement PerlIOStdio_dup (explains core dumps - dup
38467              was not setting up a FILE * to be fclosed()).
38468      Branch: perlio
38469            ! perlio.c
38470 ____________________________________________________________________________
38471 [ 12460] By: nick                                  on 2001/10/16  17:31:47
38472         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
38473              overflow.
38474      Branch: perlio
38475            ! perlio.c
38476 ____________________________________________________________________________
38477 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
38478         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
38479              From: "Craig A. Berry" <craigberry@mac.com>
38480              Date: Tue, 16 Oct 2001 13:08:38 -0500
38481              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
38482      Branch: perl
38483            ! configure.com
38484 ____________________________________________________________________________
38485 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
38486         Log: Can't expect too much accuracy from a sleep of one second.
38487              (I think this will also fail with high load.)
38488      Branch: perl
38489            ! ext/Time/HiRes/HiRes.t
38490 ____________________________________________________________________________
38491 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
38492         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
38493              From: "Werner, Randolf" <randolf.werner@sap.com>
38494              Date: Tue, 16 Oct 2001 18:33:02 +0200
38495              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
38496      Branch: perl
38497            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
38498            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
38499 ____________________________________________________________________________
38500 [ 12456] By: nick                                  on 2001/10/16  14:08:16
38501         Log: Builds under ithreads (but fails all threads tests)
38502      Branch: perlio
38503            ! hv.c perlio.c sv.c
38504 ____________________________________________________________________________
38505 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
38506         Log: I think the Perl_sortsv needs *not* be skipped?
38507      Branch: perl
38508            ! makedef.pl
38509 ____________________________________________________________________________
38510 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
38511         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
38512              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
38513              Date: Tue, 16 Oct 2001 15:32:44 +0200
38514              Message-ID: <3BCC531C.11494.3E433F@localhost>
38515      Branch: perl
38516            ! t/op/groups.t
38517 ____________________________________________________________________________
38518 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
38519         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
38520              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
38521              Date: Tue, 16 Oct 2001 15:01:04 +0200
38522              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
38523      Branch: perl
38524            ! t/io/fs.t
38525 ____________________________________________________________________________
38526 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
38527         Log: A forgotten deletion.
38528      Branch: perl
38529            - lib/unicore/mktables.PL
38530 ____________________________________________________________________________
38531 [ 12451] By: nick                                  on 2001/10/16  11:32:48
38532         Log: Skeleton of "PerlIO_dup" coded.
38533              Still-passes all tests non-threaded (well it would wouldn't it!)
38534      Branch: perlio
38535            ! embed.h embed.pl ext/Encode/Encode.xs
38536            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
38537            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
38538            ! win32/win32io.c
38539 ____________________________________________________________________________
38540 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
38541         Log: Document the problem with the swash_fetch() API that affects
38542              more complex case conversions.
38543      Branch: perl
38544            ! lib/utf8_heavy.pl utf8.c
38545 ____________________________________________________________________________
38546 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
38547         Log: Make Time::HiRes::sleep() and usleep() to return
38548              the number of seconds (a floating point value) and 
38549              microseconds (an integer) actually slept (well,
38550              modulo the time spent in measuring the time actually
38551              slept...), to be a better drop-in replacement for
38552              the builtin sleep().  Noticed by Chris Nandor.
38553              
38554              Also make usleep() to croak if fed illegal number
38555              of useconds (anything greater than 1_000_000).
38556      Branch: perl
38557            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
38558            ! ext/Time/HiRes/HiRes.xs
38559 ____________________________________________________________________________
38560 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
38561         Log: A missing SvREFCNT_dec.
38562      Branch: perl
38563            ! perl.c
38564 ____________________________________________________________________________
38565 [ 12447] By: nick                                  on 2001/10/15  20:27:53
38566         Log: Beginings of PerlIO_dup support (unstable)
38567      Branch: perlio
38568            ! perlio.c perliol.h
38569 ____________________________________________________________________________
38570 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
38571         Log: (retracted by #12497)
38572              In AIX vac 5 just can't seem to get regcomp right.
38573      Branch: perl
38574            ! hints/aix.sh
38575 ____________________________________________________________________________
38576 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
38577         Log: Bump the version number to agree with the maintperl one.
38578      Branch: perl
38579            ! lib/Tie/RefHash.pm
38580 ____________________________________________________________________________
38581 [ 12444] By: nick                                  on 2001/10/15  15:59:57
38582         Log: Integrate mainline
38583      Branch: perlio
38584           +> lib/Math/BigInt/t/Math/Subclass.pm
38585           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
38586           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
38587           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
38588           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
38589           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
38590           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
38591           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
38592           +> lib/unicore/mktables
38593            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
38594            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
38595            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
38596            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
38597            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
38598            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
38599            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
38600            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
38601            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
38602            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
38603            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
38604            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
38605            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
38606            - lib/unicore/syllables.txt
38607           !> (integrate 344 files)
38608 ____________________________________________________________________________
38609 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
38610         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
38611      Branch: perl
38612            ! ext/DB_File/DB_File.xs
38613 ____________________________________________________________________________
38614 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
38615         Log: Sync the skip() amounts with the number of tests.
38616      Branch: perl
38617            ! lib/Term/Complete.t
38618 ____________________________________________________________________________
38619 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
38620         Log: Update Changes.
38621      Branch: perl
38622            ! Changes patchlevel.h
38623 ____________________________________________________________________________
38624 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
38625         Log: MacOS Classic catdir() rewrite from Thomas Wegner
38626              (backward incompatibility, but a deliberate one,
38627              the old version simply is broken in its logic),
38628              also documentation updates, and as suggested replicated
38629              the File::Spec::Unix documentation updates also on the
38630              File::Spec documentation.
38631              
38632              TODO: there seems to be duplication of documentation
38633              between File::Spec and File::Spec::Unix.  I think
38634              the ::Unix should be left only with specific UNIXisms,
38635              and all the generic documentation should be in ::Spec.
38636      Branch: perl
38637            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
38638            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
38639            ! lib/File/Spec/Unix.pm
38640 ____________________________________________________________________________
38641 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
38642         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
38643              From: Blair Zajac <blair@orcaware.com>
38644              Date: Mon, 24 Sep 2001 11:48:58 -0700
38645              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
38646              
38647              (the skip() messages)
38648      Branch: perl
38649            ! t/op/magic.t
38650 ____________________________________________________________________________
38651 [ 12438] By: ams                                   on 2001/10/14  23:43:59
38652         Log: Subject: [PATCH] make PerlIO default on VMS
38653              From: "Craig A. Berry" <craigberry@mac.com>
38654              Date: Sun, 14 Oct 2001 15:27:18 -0500
38655              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
38656      Branch: perl
38657            ! configure.com
38658 ____________________________________________________________________________
38659 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
38660         Log: Retract #12436 (Abhijit already did this at #12426)
38661      Branch: perl
38662            ! lib/ExtUtils/MM_Unix.pm
38663 ____________________________________________________________________________
38664 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
38665         Log: (retracted by #12437)
38666              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
38667              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
38668              Date: Sat, 13 Oct 2001 20:33:55 +0200
38669              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
38670      Branch: perl
38671            ! lib/ExtUtils/MM_Unix.pm
38672 ____________________________________________________________________________
38673 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
38674         Log: Subject: h2xs grammar nit
38675              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38676              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
38677              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
38678      Branch: perl
38679            ! utils/h2xs.PL
38680 ____________________________________________________________________________
38681 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
38682         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
38683              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
38684              Date: Sun, 14 Oct 2001 11:25:08 +0100
38685              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
38686      Branch: perl
38687            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
38688            ! warnings.pl
38689 ____________________________________________________________________________
38690 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
38691         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
38692              for File::Spec::Mac::catfile)
38693      Branch: perl
38694            ! lib/h2xs.t
38695 ____________________________________________________________________________
38696 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
38697         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
38698              From: Nicholas Clark <nick@ccl4.org>
38699              Date: Sat, 13 Oct 2001 00:07:31 +0100
38700              Message-ID: <20011013000731.D67535@plum.flirble.org>
38701      Branch: perl
38702            ! lib/h2xs.t utils/h2xs.PL
38703 ____________________________________________________________________________
38704 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
38705         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
38706              before DEFINE and INC), and repent by taking DEFINE and
38707              INC away from PASTHRU.
38708      Branch: perl
38709            ! lib/ExtUtils/MM_Unix.pm
38710 ____________________________________________________________________________
38711 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
38712         Log: More MANIFEST anomalies.
38713      Branch: perl
38714            ! MANIFEST
38715 ____________________________________________________________________________
38716 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
38717         Log: Not that many.
38718      Branch: perl
38719            ! MANIFEST
38720 ____________________________________________________________________________
38721 [ 12428] By: sky                                   on 2001/10/13  20:59:27
38722         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
38723              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38724              Date: Sat, 13 Oct 2001 23:15:55 +0200
38725              Message-ID: <20011013231555.A18071@rafael>
38726      Branch: perl
38727            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
38728            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
38729 ____________________________________________________________________________
38730 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
38731         Log: Rewrite mktables from scratch.
38732              - Cleaner.
38733              - Faster: 15-20 seconds as opposed to several minutes.
38734              - More dynamic: the names of the various categories
38735              such as the linebreak ones are dynamic, not static.
38736              - Is.pl: long names for the general category properties
38737              are now available.
38738              - Ranges (<... ,First>, <..., Last>) from the general
38739              categories work now.
38740              - No more mktables.PL because the mktables.PL is not
38741              and never has been run to create a mktables.
38742              - syllables.txt and Is/Syl*.pl removed: non-standard
38743              (not part of the Unicode), and the whole concept is
38744              being reworked (http://syllabary.sourceforge.net/),
38745              the old way wouldn't even work with the new Syllables.txt
38746              (it would result in 1000+ new categories)
38747      Branch: perl
38748            + lib/unicore/In/163.pl lib/unicore/In/164.pl
38749            + lib/unicore/In/165.pl lib/unicore/In/166.pl
38750            + lib/unicore/In/167.pl lib/unicore/In/168.pl
38751            + lib/unicore/In/169.pl lib/unicore/In/170.pl
38752            + lib/unicore/In/171.pl lib/unicore/Is.pl
38753            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
38754            + lib/unicore/mktables
38755            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
38756            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
38757            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
38758            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
38759            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
38760            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
38761            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
38762            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
38763            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
38764            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
38765            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
38766            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
38767            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
38768            - lib/unicore/syllables.txt
38769            ! (edit 304 files)
38770 ____________________________________________________________________________
38771 [ 12426] By: ams                                   on 2001/10/13  18:05:36
38772         Log: ExtUtils::MM_Unix should ignore comments when searching for
38773              $VERSION.
38774      Branch: perl
38775            ! lib/ExtUtils/MM_Unix.pm
38776 ____________________________________________________________________________
38777 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
38778         Log: Subject: Re: New module XML::Clean
38779              From: andreas.koenig@anima.de (Andreas J. Koenig)
38780              Date: 13 Oct 2001 10:17:09 +0200
38781              Message-ID: <m37ku0t0my.fsf@anima.de>
38782      Branch: perl
38783            ! pod/perlnewmod.pod
38784 ____________________________________________________________________________
38785 [ 12424] By: sky                                   on 2001/10/13  09:39:59
38786         Log: Set thread stack size if needed.
38787      Branch: perl
38788            ! ext/threads/threads.xs
38789 ____________________________________________________________________________
38790 [ 12423] By: sky                                   on 2001/10/13  09:36:49
38791         Log: We do want to set the attribute to joinable even on modern posix
38792              platforms.
38793      Branch: perl
38794            ! ext/threads/threads.xs
38795 ____________________________________________________________________________
38796 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
38797         Log: Subject: [PATCH ext/Data/Dumper.xs]
38798              From: Brian Ingerson <ingy@ttul.org>
38799              Date: Fri, 12 Oct 2001 19:32:35 -0700
38800              Message-ID: <20011012193235.B889@ttul.org>
38801      Branch: perl
38802            ! ext/Data/Dumper/Dumper.xs
38803 ____________________________________________________________________________
38804 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
38805         Log: Update Changes.
38806      Branch: perl
38807            ! Changes patchlevel.h
38808 ____________________________________________________________________________
38809 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
38810         Log: FAQ sync.
38811      Branch: perl
38812            ! pod/perlfaq3.pod pod/perlfaq4.pod
38813 ____________________________________________________________________________
38814 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
38815         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
38816              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
38817              Date: Fri, 12 Oct 2001 11:51:05 -0700
38818              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
38819      Branch: perl
38820            ! lib/File/Copy.pm
38821 ____________________________________________________________________________
38822 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
38823         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
38824              From: "chromatic" <chromatic@rmci.net>     
38825              Date: Thu, 11 Oct 2001 10:57:55 -0600
38826              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
38827              
38828              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
38829              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38830              Date: Thu, 11 Oct 2001 22:34:21 +0200
38831              Message-ID: <20011011223421.A693@rafael>     
38832              
38833              plus undef $Term::Complete::stty as suggested by Rafael.
38834      Branch: perl
38835            ! lib/Term/Complete.pm lib/Term/Complete.t
38836 ____________________________________________________________________________
38837 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
38838         Log: UUnndduupplleexx..
38839      Branch: perl
38840            ! perl.h
38841 ____________________________________________________________________________
38842 [ 12416] By: sky                                   on 2001/10/12  20:16:19
38843         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
38844              From: Andy Dougherty <doughera@lafayette.edu>
38845              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
38846              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
38847              (Potentially only band-aid)
38848      Branch: perl
38849            ! sv.c
38850 ____________________________________________________________________________
38851 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
38852         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
38853              mishandles kill(), and therefore the sigaction test
38854              should be skipped, from Charles Lane.
38855      Branch: perl
38856            ! ext/POSIX/t/sigaction.t
38857 ____________________________________________________________________________
38858 [ 12414] By: sky                                   on 2001/10/12  18:47:49
38859         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
38860      Branch: perl
38861            ! op.h
38862 ____________________________________________________________________________
38863 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
38864         Log: Upgrade to Math::BigInt 1.44 from Tels and
38865              further fixes from John Peacock.
38866      Branch: perl
38867            + lib/Math/BigInt/t/Math/Subclass.pm
38868            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
38869            + lib/Math/BigInt/t/subclass.t
38870            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38871            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
38872            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
38873            ! lib/Math/BigInt/t/mbimbf.t
38874 ____________________________________________________________________________
38875 [ 12412] By: sky                                   on 2001/10/12  18:28:23
38876         Log: perhaps pthread_attr_t really needs to be set for the old api
38877      Branch: perl
38878            ! ext/threads/threads.xs
38879 ____________________________________________________________________________
38880 [ 12411] By: sky                                   on 2001/10/12  18:11:45
38881         Log: pthread_keycreate not pthread_key_create under the here be dragons API
38882      Branch: perl
38883            ! ext/threads/threads.h
38884 ____________________________________________________________________________
38885 [ 12410] By: sky                                   on 2001/10/12  18:07:37
38886         Log: Apperently OLD PTHREADS API is a bit retarded.
38887              This should fix another set of compile failures in HP-UX 10.20.
38888      Branch: perl
38889            ! ext/threads/threads.h ext/threads/threads.xs
38890 ____________________________________________________________________________
38891 [ 12409] By: nick                                  on 2001/10/12  15:30:01
38892         Log: Blind integrate of mainline
38893      Branch: perlio
38894           +> (branch 32 files)
38895            - lib/unicode/README
38896           !> (integrate 121 files)
38897 ____________________________________________________________________________
38898 [ 12408] By: sky                                   on 2001/10/12  14:55:08
38899         Log: Let us avoid being smart for now.
38900      Branch: perl
38901            ! ext/threads/threads.h
38902 ____________________________________________________________________________
38903 [ 12407] By: sky                                   on 2001/10/12  14:38:12
38904         Log: (void*) the argument to make sure we work with picky compilers
38905      Branch: perl
38906            ! ext/threads/threads.xs
38907 ____________________________________________________________________________
38908 [ 12406] By: ams                                   on 2001/10/12  13:26:04
38909         Log: (replaced with #12600)
38910              
38911              Subject: [PATCH 5.6.1 perldoc] use File::Temp
38912              From: Mikhail Zabaluev <mhz@alt-linux.org>
38913              Date: Fri, 12 Oct 2001 12:47:47 +0400
38914              Message-Id: <20011012124747.E13918@localhost.localdomain>
38915      Branch: perl
38916            ! utils/perldoc.PL
38917 ____________________________________________________________________________
38918 [ 12405] By: ams                                   on 2001/10/12  13:05:32
38919         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
38920              From: andreas.koenig@anima.de (Andreas J. Koenig)
38921              Date: 12 Oct 2001 11:12:07 +0200
38922              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
38923      Branch: perl
38924            ! lib/Memoize/t/speed.t
38925 ____________________________________________________________________________
38926 [ 12404] By: sky                                   on 2001/10/12  12:46:15
38927         Log: A) Support OLD_PTHREADS_API
38928              B) Change from using pthread_t to using a TLS to store the
38929              index of the thread in an hash, this is to avoid problems when
38930              in fact pthread_t was not a seralizable type.
38931              Both these changes are because of HP-UX 10.20
38932              This has not been tested on win32 but should work there.
38933              Need to add support for NetWare.
38934      Branch: perl
38935            ! ext/threads/threads.h ext/threads/threads.xs
38936 ____________________________________________________________________________
38937 [ 12403] By: ams                                   on 2001/10/12  07:34:19
38938         Log: Subject: Re: New module XML::Clean
38939              From: andreas.koenig@anima.de (Andreas J. Koenig)
38940              Date: 12 Oct 2001 10:20:35 +0200
38941              Message-Id: <m3elo9uv58.fsf@anima.de>
38942      Branch: perl
38943            ! pod/perlnewmod.pod
38944 ____________________________________________________________________________
38945 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
38946         Log: More HP model tweaks from Merijn.
38947      Branch: perl
38948            ! README.hpux
38949 ____________________________________________________________________________
38950 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
38951         Log: Update Changes.
38952      Branch: perl
38953            ! Changes patchlevel.h
38954 ____________________________________________________________________________
38955 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
38956         Log: HP-UX update from H.Merijn Brand.
38957      Branch: perl
38958            ! README.hpux
38959 ____________________________________________________________________________
38960 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
38961         Log: Subject: [PATCH] fix link rot in README.vms
38962              From: "Craig A. Berry" <craigberry@mac.com>
38963              Date: Wed, 10 Oct 2001 17:17:00 -0500
38964              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
38965      Branch: perl
38966            ! README.vms
38967 ____________________________________________________________________________
38968 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
38969         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
38970              From: "chromatic" <chromatic@rmci.net>
38971              Date: Wed, 10 Oct 2001 15:50:30 -0600
38972              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
38973      Branch: perl
38974            ! lib/Term/Complete.t
38975 ____________________________________________________________________________
38976 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
38977         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
38978              From: "chromatic" <chromatic@rmci.net>
38979              Date: Wed, 10 Oct 2001 15:45:42 -0600
38980              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
38981      Branch: perl
38982            + lib/ExtUtils/Packlist.t
38983            ! MANIFEST
38984 ____________________________________________________________________________
38985 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
38986         Log: VMS needs quotes around the -I option to keep it from
38987              being downcased, from Charles Lane.
38988      Branch: perl
38989            ! t/run/kill_perl.t
38990 ____________________________________________________________________________
38991 [ 12395] By: ams                                   on 2001/10/10  16:22:32
38992         Log: Subject: [PATCH lib/FindBin.pm]
38993              From: Stas Bekman <stas@stason.org>
38994              Date: Tue, 09 Oct 2001 23:57:10 +0800
38995              Message-Id: <3BC31E56.60805@stason.org>
38996      Branch: perl
38997            ! lib/FindBin.pm
38998 ____________________________________________________________________________
38999 [ 12394] By: ams                                   on 2001/10/10  16:09:53
39000         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
39001              From: Abhijit Menon-Sen <ams@wiw.org>
39002              Date: Wed, 10 Oct 2001 21:59:33 +0530
39003              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
39004      Branch: perl
39005            ! ext/Data/Dumper/Dumper.xs
39006 ____________________________________________________________________________
39007 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
39008         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
39009              from Charles Lane.
39010      Branch: perl
39011            ! lib/File/Spec/VMS.pm
39012 ____________________________________________________________________________
39013 [ 12392] By: ams                                   on 2001/10/10  14:49:43
39014         Log: Subject: [PATCH] two s/// bugfixes
39015              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39016              Date: Wed, 10 Oct 2001 17:23:44 +0200
39017              Message-Id: <20011010172344.C22440@rafael>
39018      Branch: perl
39019            ! pp_ctl.c regexec.c t/op/subst.t
39020 ____________________________________________________________________________
39021 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
39022         Log: Fix/improve handling of the [000000] special "root"
39023              directory, by putting cwd in canonical form when doing
39024              abs2rel, and prepending a 000000 to directory "chunks"
39025              if missing from base or path.  Also adjust test to
39026              reflect the (improved) output from abs2rel.
39027              From Charles Lane.
39028      Branch: perl
39029            ! lib/File/Spec.t lib/File/Spec/VMS.pm
39030 ____________________________________________________________________________
39031 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
39032         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
39033              all of the extra VMSish attributes (such as "treat this logical
39034              as a device name") that are necessary to make programs run.
39035              A tainted %ENV does not hinder VMS.  From Charles Lane.
39036      Branch: perl
39037            ! lib/File/Find/t/taint.t
39038 ____________________________________________________________________________
39039 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
39040         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
39041              
39042              o  VMS is case-insensitive, RTL downcases filenames read
39043              by perl... so need to re-upcase filenames like MANIFEST
39044              and MANIFEST.SKIP
39045              
39046              o  Need to convert VMS-style to Unix-style filenames when comparing
39047              names in MANIFEST to names in filesystem.
39048              
39049              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
39050              since VMS won't let you (easily) delete non-empty directories.
39051              
39052              From Charles Lane.
39053      Branch: perl
39054            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
39055 ____________________________________________________________________________
39056 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
39057         Log: Unix and VMS agree on "*" as a "match any number of any chars"
39058              wildcards, but differ ("?"  vs.  "%") for their "match any single
39059              char" wildcard.  This patch changes "?"  chars to "%" before doing a
39060              VMS glob...at no loss of functionality, since "?"  isn't a valid
39061              filename char on VMS.  From Charles Lane.
39062      Branch: perl
39063            ! doio.c
39064 ____________________________________________________________________________
39065 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
39066         Log: (accidentally empty submit; new life as #12390)
39067      Branch: perl
39068            ! lib/File/Find/t/taint.t
39069 ____________________________________________________________________________
39070 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
39071         Log: Even more VMS tweakage from Charles Lane:
39072              
39073              Tweak #1:  splitdir only works on directory part of filespec,
39074              split off volume first
39075              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
39076              (it's a horrible kludge in the run-time library,
39077              improved in later versions). Check the
39078              $Config{'d_setenv'} flag before attempting to set it.
39079      Branch: perl
39080            ! t/op/chdir.t
39081 ____________________________________________________________________________
39082 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
39083         Log: VMS tweakage from Charles Lane.
39084              
39085              . command.com doubles an output line when prompting for extensions
39086              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
39087              . perl5db doesn't clean up after itself
39088      Branch: perl
39089            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
39090 ____________________________________________________________________________
39091 [ 12384] By: sky                                   on 2001/10/09  19:16:11
39092         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
39093              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39094              Date: Tue, 9 Oct 2001 22:10:26 +0200
39095              Message-ID: <20011009221026.A8579@rafael>
39096      Branch: perl
39097            ! pod/perldata.pod
39098 ____________________________________________________________________________
39099 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
39100         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
39101              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39102              Date: 9 Oct 2001 15:15:06 -0000
39103              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
39104      Branch: perl
39105            ! t/op/subst.t
39106 ____________________________________________________________________________
39107 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
39108         Log: Update Changes.
39109      Branch: perl
39110            ! Changes patchlevel.h
39111 ____________________________________________________________________________
39112 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
39113         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
39114              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
39115              when a NULL is passed for the filename string pointer.
39116              From Charles Lane.
39117      Branch: perl
39118            ! vms/vms.c
39119 ____________________________________________________________________________
39120 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
39121         Log: Subject: HP systems update
39122              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39123              Date: Tue, 09 Oct 2001 15:59:22 +0200
39124              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
39125      Branch: perl
39126            ! README.hpux
39127 ____________________________________________________________________________
39128 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
39129         Log: CPAN::Nox does now have a test.
39130      Branch: perl
39131            ! t/lib/1_compile.t
39132 ____________________________________________________________________________
39133 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
39134         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
39135              From: David Dyck <dcd@tc.fluke.com>
39136              Date: Mon, 1 Oct 2001 12:17:36 -0700
39137              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
39138      Branch: perl
39139            ! installperl
39140 ____________________________________________________________________________
39141 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
39142         Log: NetWare update from Ananth Kesari.
39143      Branch: perl
39144            ! NetWare/nwperlsys.h makedef.pl
39145 ____________________________________________________________________________
39146 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
39147         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
39148              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39149              Date: Tue, 9 Oct 2001 08:40:57 EDT
39150              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
39151      Branch: perl
39152            ! lib/File/Find/t/find.t
39153 ____________________________________________________________________________
39154 [ 12374] By: ams                                   on 2001/10/09  05:31:45
39155         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
39156              ExtUtils::Mkbootstrap
39157              From: "chromatic" <chromatic@rmci.net>
39158              Date: Tue, 09 Oct 2001 00:08:37 -0600
39159              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
39160      Branch: perl
39161            + lib/ExtUtils/Mkbootstrap.t
39162            ! MANIFEST
39163 ____________________________________________________________________________
39164 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
39165         Log: Enable more debugging.
39166      Branch: perl
39167            ! lib/utf8_heavy.pl
39168 ____________________________________________________________________________
39169 [ 12372] By: ams                                   on 2001/10/09  02:11:59
39170         Log: #12370 forgot to modify is_gv_magical().
39171      Branch: perl
39172            ! gv.c
39173 ____________________________________________________________________________
39174 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
39175         Log: Make the toupper/lower/title API for Unicode not right
39176              but at least less wrong: prepare for the mapping being
39177              more than just one-character-to-one-character.
39178      Branch: perl
39179            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
39180            ! regexec.c utf8.c
39181 ____________________________________________________________________________
39182 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
39183         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
39184              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39185              Date: Mon, 8 Oct 2001 22:18:23 -0400
39186              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
39187      Branch: perl
39188            ! pod/perlvar.pod t/op/taint.t
39189 ____________________________________________________________________________
39190 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
39191         Log: FAQ sync.
39192      Branch: perl
39193            ! pod/perlfaq3.pod pod/perlfaq4.pod
39194 ____________________________________________________________________________
39195 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
39196         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
39197              From: "chromatic" <chromatic@rmci.net>
39198              Date: Mon, 08 Oct 2001 14:05:32 -0600
39199              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
39200      Branch: perl
39201            ! lib/Term/Cap.t
39202 ____________________________________________________________________________
39203 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
39204         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
39205              From: Michael G Schwern <schwern@pobox.com>
39206              Date: Mon, 8 Oct 2001 17:00:14 -0400
39207              Message-ID: <20011008170014.L17083@blackrider>
39208      Branch: perl
39209            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
39210 ____________________________________________________________________________
39211 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
39212         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
39213              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39214              Date: Mon, 8 Oct 2001 16:01:33 EDT
39215              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
39216      Branch: perl
39217            ! ext/Time/HiRes/HiRes.xs
39218 ____________________________________________________________________________
39219 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
39220         Log: Subject: [PATCH] Autosplit patch for VMS
39221              From: "Craig A. Berry" <craigberry@mac.com>
39222              Date: Mon, 08 Oct 2001 15:40:43 -0500
39223              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
39224      Branch: perl
39225            ! lib/AutoSplit.pm lib/AutoSplit.t
39226 ____________________________________________________________________________
39227 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
39228         Log: Don't assume that everybody is running OS X 10.1 yet;
39229              from Kay Röpke.
39230      Branch: perl
39231            ! hints/darwin.sh
39232 ____________________________________________________________________________
39233 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
39234         Log: Update Changes.
39235      Branch: perl
39236            ! Changes patchlevel.h
39237 ____________________________________________________________________________
39238 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
39239         Log: Retract #12358 for now.
39240      Branch: perl
39241            ! lib/Term/Cap.t
39242 ____________________________________________________________________________
39243 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
39244         Log: Can't figure out what this is testing.
39245              (If it is trying to catch SIGKILL, it should stop
39246              trying because that is by definition impossible.)
39247      Branch: perl
39248            ! lib/sigtrap.t
39249 ____________________________________________________________________________
39250 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
39251         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
39252              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39253              Date: Sun, 30 Sep 2001 21:15:13 +0200
39254              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
39255      Branch: perl
39256            ! lib/ExtUtils/MM_Win32.pm
39257 ____________________________________________________________________________
39258 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
39259         Log: Clarify the ldlibpth part and condense the overall text.
39260      Branch: perl
39261            ! t/TEST
39262 ____________________________________________________________________________
39263 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
39264         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
39265              From: "chromatic" <chromatic@rmci.net>
39266              Date: Sun, 07 Oct 2001 16:59:26 -0600
39267              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
39268      Branch: perl
39269            ! lib/Term/Cap.t
39270 ____________________________________________________________________________
39271 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
39272         Log: Update the list because fo #12265.
39273      Branch: perl
39274            ! t/lib/1_compile.t
39275 ____________________________________________________________________________
39276 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
39277         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
39278              From: Nicholas Clark <nick@ccl4.org>
39279              Date: Sun, 7 Oct 2001 20:53:33 +0100
39280              Message-ID: <20011007205333.S38756@plum.flirble.org>   
39281      Branch: perl
39282            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
39283            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
39284            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
39285            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
39286            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
39287            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
39288            ! lib/Switch/t/switch.t lib/Term/Complete.t
39289            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
39290            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
39291            ! t/op/my_stash.t
39292 ____________________________________________________________________________
39293 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
39294         Log: Integrate patch #12350 from maintperl; typo in
39295              IO::Seekable doc.
39296      Branch: perl
39297           !> ext/IO/lib/IO/Seekable.pm
39298 ____________________________________________________________________________
39299 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
39300         Log: Detypo.
39301      Branch: perl
39302            ! hints/darwin.sh
39303 ____________________________________________________________________________
39304 [ 12353] By: sky                                   on 2001/10/07  17:16:14
39305         Log: Change 12349 didn't really get it right.
39306      Branch: perl
39307            ! lib/Unicode/README
39308 ____________________________________________________________________________
39309 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
39310         Log: If running the harness the dynamic library search path
39311              may need setting.
39312      Branch: perl
39313            ! t/TEST
39314 ____________________________________________________________________________
39315 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
39316         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
39317              in ldflags.
39318      Branch: perl
39319            ! hints/darwin.sh
39320 ____________________________________________________________________________
39321 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
39322         Log: typo in IO::Seekable doc
39323      Branch: maint-5.6/perl
39324            ! ext/IO/lib/IO/Seekable.pm
39325 ____________________________________________________________________________
39326 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
39327         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
39328              doesn't work on Mac OS X 10.1 (when unpacking the tar the
39329              latter gets renamed as lib/unicode:1, assumedly for security
39330              reasons not to overwrite stuff)
39331      Branch: perl
39332            + lib/Unicode/README
39333            - lib/unicode/README
39334            ! MANIFEST
39335 ____________________________________________________________________________
39336 [ 12348] By: ams                                   on 2001/10/07  05:33:40
39337         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
39338              From: "chromatic" <chromatic@rmci.net>
39339              Date: Sat, 06 Oct 2001 21:42:03 -0600
39340              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
39341      Branch: perl
39342            + lib/CPAN/t/Nox.t
39343            ! MANIFEST
39344 ____________________________________________________________________________
39345 [ 12347] By: ams                                   on 2001/10/07  00:48:10
39346         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
39347              From: "chromatic" <chromatic@rmci.net>
39348              Date: Sat, 06 Oct 2001 18:52:10 -0600
39349              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
39350      Branch: perl
39351            + lib/sigtrap.t
39352            ! MANIFEST
39353 ____________________________________________________________________________
39354 [ 12346] By: ams                                   on 2001/10/06  23:14:01
39355         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
39356              h2xs write?)
39357              From: Nicholas Clark <nick@ccl4.org>
39358              Date: Sat, 6 Oct 2001 21:46:43 +0100
39359              Message-Id: <20011006214643.L38756@plum.flirble.org>
39360      Branch: perl
39361            ! utils/h2xs.PL
39362 ____________________________________________________________________________
39363 [ 12345] By: ams                                   on 2001/10/06  17:39:53
39364         Log: Subject: [PATCH] Memoize tests
39365              From: Nicholas Clark <nick@ccl4.org>
39366              Date: Sat, 6 Oct 2001 18:04:21 +0100
39367              Message-Id: <20011006180421.J38756@plum.flirble.org>
39368      Branch: perl
39369            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
39370            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
39371            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
39372            ! lib/Memoize/t/expire_module_n.t
39373            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
39374            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
39375            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
39376            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
39377            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
39378            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
39379 ____________________________________________________________________________
39380 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
39381         Log: Retract the latter part of #12343.
39382      Branch: perl
39383            ! ext/IO/lib/IO/Socket/INET.pm
39384 ____________________________________________________________________________
39385 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
39386         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
39387              From: David Dyck <dcd@tc.fluke.com>
39388              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
39389              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
39390              
39391              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
39392              From: David Dyck <dcd@tc.fluke.com>
39393              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
39394              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
39395      Branch: perl
39396            ! ext/IO/lib/IO/Socket/INET.pm
39397 ____________________________________________________________________________
39398 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
39399         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
39400              From: Robin Barker <rmb1@cise.npl.co.uk>
39401              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
39402              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
39403      Branch: perl
39404            ! t/TEST
39405 ____________________________________________________________________________
39406 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
39407         Log: Don't assume that %x is good for displaying UVs.
39408      Branch: perl
39409            ! dump.c
39410 ____________________________________________________________________________
39411 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
39412         Log: Update Changes.
39413      Branch: perl
39414            ! Changes patchlevel.h
39415 ____________________________________________________________________________
39416 [ 12339] By: ams                                   on 2001/10/05  10:22:34
39417         Log: Subject: [PATCH] perlfunc/select
39418              From: Nicholas Clark <nick@ccl4.org>
39419              Date: Fri, 5 Oct 2001 11:33:58 +0100
39420              Message-Id: <20011005113358.Z38756@plum.flirble.org>
39421      Branch: perl
39422            ! pod/perlfunc.pod
39423 ____________________________________________________________________________
39424 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
39425         Log: Retract #12313 and #12249.
39426      Branch: perl
39427            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
39428            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
39429            ! pod/perlebcdic.pod
39430 ____________________________________________________________________________
39431 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
39432         Log: Subject: [PATCH] perlvms.pod update
39433              From: "Craig A. Berry" <craigberry@mac.com>
39434              Date: Thu, 04 Oct 2001 12:55:52 -0500
39435              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
39436      Branch: perl
39437            ! vms/perlvms.pod
39438 ____________________________________________________________________________
39439 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
39440         Log: Subject: PATCH: Tie::SubstrHash
39441              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
39442              Date: Thu, 04 Oct 2001 12:12:41 +0100
39443              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
39444      Branch: perl
39445            ! lib/Tie/SubstrHash.pm
39446 ____________________________________________________________________________
39447 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
39448         Log: Unicode properties saga continues.
39449      Branch: perl
39450            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
39451            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
39452 ____________________________________________________________________________
39453 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
39454         Log: Yet more Unicode properties.
39455      Branch: perl
39456            + lib/unicore/In/137.pl lib/unicore/In/138.pl
39457            + lib/unicore/In/139.pl lib/unicore/In/140.pl
39458            + lib/unicore/In/141.pl lib/unicore/In/142.pl
39459            + lib/unicore/In/143.pl lib/unicore/In/144.pl
39460            + lib/unicore/In/145.pl lib/unicore/In/146.pl
39461            + lib/unicore/In/147.pl lib/unicore/In/148.pl
39462            + lib/unicore/In/149.pl lib/unicore/In/150.pl
39463            + lib/unicore/In/151.pl lib/unicore/In/152.pl
39464            + lib/unicore/In/153.pl lib/unicore/In/154.pl
39465            + lib/unicore/In/155.pl lib/unicore/In/156.pl
39466            + lib/unicore/In/157.pl lib/unicore/In/158.pl
39467            + lib/unicore/In/159.pl lib/unicore/In/160.pl
39468            + lib/unicore/In/161.pl lib/unicore/In/162.pl
39469            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
39470            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
39471            ! pod/perlunicode.pod
39472 ____________________________________________________________________________
39473 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
39474         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
39475              From: "Craig A. Berry" <craigberry@mac.com>
39476              Date: Wed, 03 Oct 2001 17:45:25 -0500
39477              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
39478              
39479              (the lib/Term/Complete.t patched differently by #12332)
39480      Branch: perl
39481            ! lib/ExtUtils/Command.t
39482 ____________________________________________________________________________
39483 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
39484         Log: Restore only if something to restore.
39485      Branch: perl
39486            ! lib/Term/Complete.t
39487 ____________________________________________________________________________
39488 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
39489         Log: Update various resources for credits,
39490              minor icons fixes, and versions.
39491      Branch: maint-5.6/macperl
39492            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
39493            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
39494            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
39495 ____________________________________________________________________________
39496 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
39497         Log: Quiet the warnings about using undef value
39498      Branch: maint-5.6/macperl
39499            ! lib/File/Temp.pm
39500 ____________________________________________________________________________
39501 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
39502         Log: Fix up Ballon Help and Help menu docs (first pass);
39503              remove balloon rez file, and autogenerate with
39504              Balloon2Rez instead.
39505      Branch: maint-5.6/macperl
39506            + macos/macperl/macscripts/Balloon2Rez
39507            - macos/macperl/MPBalloons.r
39508            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
39509 ____________________________________________________________________________
39510 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
39511         Log: Allow overriding of defaults, for change #12327.
39512      Branch: maint-5.6/macperl
39513            ! perl.h
39514 ____________________________________________________________________________
39515 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
39516         Log: Override PerlProc_exit.
39517      Branch: maint-5.6/macperl
39518            ! macos/macish.h
39519 ____________________________________________________________________________
39520 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
39521         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
39522      Branch: maint-5.6/macperl
39523            + macos/bundled_lib/blib/lib/MD5.pm
39524            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
39525            + macos/lib/Mac/AETE/Dialect.pm
39526            + macos/lib/Mac/AETE/Format/Converter.pm
39527            + macos/lib/Mac/AETE/Format/Dictionary.pm
39528            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
39529            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
39530            + macos/lib/Mac/Toolbox.pod
39531            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
39532 ____________________________________________________________________________
39533 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
39534         Log: Sync up silly CVS headers ... I should commit CVS
39535              first to avoid this ...
39536      Branch: maint-5.6/macperl
39537            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
39538            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
39539            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
39540            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
39541 ____________________________________________________________________________
39542 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
39543         Log: Fix Matthias' address, and attributions.
39544      Branch: maint-5.6/macperl
39545            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
39546            ! pod/perlport.pod
39547 ____________________________________________________________________________
39548 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
39549         Log: Fix Matthias' address, and attributions.
39550      Branch: maint-5.6/macperl
39551            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
39552            ! macos/ext/Mac/Components/Components.pm
39553            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
39554            ! macos/ext/Mac/Dialogs/Dialogs.pm
39555            ! macos/ext/Mac/Events/Events.pm
39556            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
39557            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
39558            ! macos/ext/Mac/Gestalt/Gestalt.pm
39559            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
39560            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
39561            ! macos/ext/Mac/Menus/Menus.pm
39562            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
39563            ! macos/ext/Mac/Movies/Movies.pm
39564            ! macos/ext/Mac/Navigation/Navigation.pm
39565            ! macos/ext/Mac/Notification/Notification.pm
39566            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
39567            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
39568            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
39569            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
39570            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
39571            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
39572            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
39573            ! macos/ext/Mac/StandardFile/StandardFile.pm
39574            ! macos/ext/Mac/TextEdit/TextEdit.pm
39575            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
39576            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
39577            ! macos/lib/Mac/LowMem.pm
39578 ____________________________________________________________________________
39579 [ 12322] By: sky                                   on 2001/10/03  18:41:07
39580         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
39581              From: "Craig A. Berry" <craigberry@mac.com>
39582              Date: Wed, 03 Oct 2001 14:30:55 -0500
39583              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
39584      Branch: perl
39585            ! vms/vms.c
39586 ____________________________________________________________________________
39587 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
39588         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
39589              From: "Craig A. Berry" <craigberry@mac.com>
39590              Date: Wed, 03 Oct 2001 14:30:55 -0500
39591              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
39592      Branch: perl
39593            ! vms/vms.c
39594 ____________________________________________________________________________
39595 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
39596         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
39597              only IsL&) and Inherited (negative lookahead good);
39598              add tests for Common, Inherited, and L&.
39599      Branch: perl
39600            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
39601 ____________________________________________________________________________
39602 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
39603         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
39604              (The Unicode standard uses L& quite often.)
39605      Branch: perl
39606            ! lib/utf8_heavy.pl
39607 ____________________________________________________________________________
39608 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
39609         Log: Add the 'Common' Unicode property (code points not
39610              explicitly assigned to any other script).
39611      Branch: perl
39612            + lib/unicore/In/136.pl
39613            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
39614 ____________________________________________________________________________
39615 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
39616         Log: Skip the RV printing test under threads until fixed.
39617      Branch: perl
39618            ! ext/B/t/terse.t
39619 ____________________________________________________________________________
39620 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
39621         Log: Subject: 12309 / cygwin / win2k
39622              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39623              Date: Wed, 03 Oct 2001 15:25:15 +0200
39624              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
39625      Branch: perl
39626            ! makedef.pl
39627 ____________________________________________________________________________
39628 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
39629         Log: Metaconfig unit change for #12314.
39630      Branch: metaconfig
39631            ! U/modified/Head.U
39632 ____________________________________________________________________________
39633 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
39634         Log: Subject: Both cygwin and djgpp on one machine
39635              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39636              Date: Wed, 03 Oct 2001 15:02:59 +0200
39637              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
39638      Branch: perl
39639            ! Configure
39640 ____________________________________________________________________________
39641 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
39642         Log: (retracted by #12338)
39643              
39644              Subject: [PATCH] Code clean up for perlboot.pod
39645              From: Casey West <casey@geeknest.com>
39646              Date: Tue, 2 Oct 2001 19:24:43 -0400
39647              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
39648              
39649              Subject: [PATCH] Code clean up for perlbot.diff
39650              From: Casey West <casey@geeknest.com>
39651              Date: Tue, 2 Oct 2001 19:25:22 -0400
39652              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
39653              
39654              Subject: [PATCH] Code clean up for perlcall.pod
39655              From: Casey West <casey@geeknest.com>
39656              Date: Tue, 2 Oct 2001 19:25:57 -0400
39657              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
39658              
39659              Subject: [PATCH] Code clean up for perldata.pod
39660              From: Casey West <casey@geeknest.com>
39661              Date: Tue, 2 Oct 2001 19:26:29 -0400
39662              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
39663              
39664              Subject: [PATCH] Code clean up for perldbmfilter.pod
39665              From: Casey West <casey@geeknest.com>
39666              Date: Tue, 2 Oct 2001 19:26:59 -0400
39667              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
39668              
39669              Subject: [PATCH] Code clean up for perlebcdic.pod
39670              From: Casey West <casey@geeknest.com>
39671              Date: Tue, 2 Oct 2001 19:27:37 -0400
39672              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
39673      Branch: perl
39674            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
39675            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
39676 ____________________________________________________________________________
39677 [ 12312] By: ams                                   on 2001/10/02  23:43:55
39678         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
39679              From: Michael G Schwern <schwern@pobox.com>
39680              Date: Tue, 2 Oct 2001 17:00:49 -0400
39681              Message-Id: <20011002170049.A9955@blackrider>
39682      Branch: perl
39683            ! lib/ExtUtils/MakeMaker.pm
39684 ____________________________________________________________________________
39685 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
39686         Log: FAQ sync.
39687      Branch: perl
39688            ! pod/perlfaq3.pod
39689 ____________________________________________________________________________
39690 [ 12310] By: nick                                  on 2001/10/02  16:09:49
39691         Log: Integrate mainline
39692      Branch: perlio
39693           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
39694           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
39695           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
39696           !> patchlevel.h t/op/pat.t
39697 ____________________________________________________________________________
39698 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
39699         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
39700              not just one single space.
39701      Branch: perl
39702            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
39703 ____________________________________________________________________________
39704 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
39705         Log: AUTHORS updates.
39706      Branch: perl
39707            ! AUTHORS
39708 ____________________________________________________________________________
39709 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
39710         Log: Update Changes.
39711      Branch: perl
39712            ! Changes patchlevel.h
39713 ____________________________________________________________________________
39714 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
39715         Log: Work around old buggy glibcs for langinfo constants,
39716              from Nicholas Clark and David Dyck.
39717      Branch: perl
39718            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
39719 ____________________________________________________________________________
39720 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
39721         Log: Eradicate Time::Piece; add an example.
39722      Branch: perl
39723            ! ext/I18N/Langinfo/Langinfo.pm
39724 ____________________________________________________________________________
39725 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
39726         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
39727              From: Robert Spier <rspier@pobox.com>
39728              Date: Mon, 1 Oct 2001 23:20:16 -0700
39729              Message-ID: <15289.23712.422087.878224@rls.cx>
39730      Branch: perl
39731            ! lib/Pod/Html.pm
39732 ____________________________________________________________________________
39733 [ 12303] By: sky                                   on 2001/10/02  10:40:57
39734         Log: Fixes obscure bug that manifests itself by.
39735              local $!=0;undef*STDOUT;#segfaults
39736              Has been around for a while. Possible other magic IO vars are
39737              possibly affected as well. Reported by Jos Boumans.
39738      Branch: perl
39739            ! mg.c
39740 ____________________________________________________________________________
39741 [ 12302] By: nick                                  on 2001/10/02  09:00:52
39742         Log: Integrate mainline
39743      Branch: perlio
39744           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
39745           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
39746           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
39747 ____________________________________________________________________________
39748 [ 12301] By: nick                                  on 2001/10/02  08:40:57
39749         Log: Integrate mainline + lib/open.t patch from Chromatic
39750      Branch: perlio
39751           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
39752            ! lib/open.t
39753           !> (integrate 29 files)
39754 ____________________________________________________________________________
39755 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
39756         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
39757              Until it has, better stop early if someone requests threads.
39758      Branch: perl
39759            ! hints/darwin.sh
39760 ____________________________________________________________________________
39761 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
39762         Log: Subject: [ID 20011001.011] redundant code in t/TEST
39763              From: David Dyck <dcd@tc.fluke.com>
39764              Date: Mon, 1 Oct 2001 12:56:24 -0700
39765              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
39766      Branch: perl
39767            ! t/TEST
39768 ____________________________________________________________________________
39769 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
39770         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
39771              From: "chromatic" <chromatic@rmci.net>
39772              Date: Mon, 01 Oct 2001 12:27:12 -0600
39773              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
39774      Branch: perl
39775            ! lib/Term/Cap.t
39776 ____________________________________________________________________________
39777 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
39778         Log: UNICOS testing patches from Nicholas Clark.
39779      Branch: perl
39780            ! t/op/arith.t t/op/pack.t
39781 ____________________________________________________________________________
39782 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
39783         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
39784              From: "chromatic" <chromatic@rmci.net>
39785              Date: Mon, 01 Oct 2001 10:21:51 -0600
39786              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
39787      Branch: perl
39788            ! lib/open.t
39789 ____________________________________________________________________________
39790 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
39791         Log: Make missing the RADIXCHAR a softer, gentler error.
39792      Branch: perl
39793            ! ext/I18N/Langinfo/Langinfo.t
39794 ____________________________________________________________________________
39795 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
39796         Log: Nuke also the LANG because of glibc.
39797      Branch: perl
39798            ! lib/open.t
39799 ____________________________________________________________________________
39800 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
39801         Log: Also the ^Is is optional.
39802      Branch: perl
39803            ! pod/perlunicode.pod t/op/pat.t
39804 ____________________________________________________________________________
39805 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
39806         Log: Be careful to pull chars from the varargs stack when
39807              formatting chars.
39808      Branch: perl
39809            ! regcomp.c
39810 ____________________________________________________________________________
39811 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
39812         Log: sortsv not in place anymore, noticed by John P. Linderman.
39813      Branch: perl
39814            ! pod/perlapi.pod pp_ctl.c
39815 ____________________________________________________________________________
39816 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
39817         Log: Make the diagnostic messages more neutral.
39818      Branch: perl
39819            ! ext/B/t/terse.t
39820 ____________________________________________________________________________
39821 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
39822         Log: Forgotten from #12288.
39823      Branch: perl
39824            ! ext/Data/Dumper/Dumper.pm
39825 ____________________________________________________________________________
39826 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
39827         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
39828              From: Brian Ingerson <ingy@ttul.org>
39829              Date: Sun, 30 Sep 2001 21:45:56 -0700
39830              Message-ID: <20010930214556.D26392@ttul.org>
39831              
39832              (remember also the #12289)
39833      Branch: perl
39834            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
39835 ____________________________________________________________________________
39836 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
39837         Log: More Unicode property tests for the abbreviated
39838              general properties.
39839      Branch: perl
39840            ! t/op/pat.t
39841 ____________________________________________________________________________
39842 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
39843         Log: Further tweaks to the Unicode properties.
39844      Branch: perl
39845            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
39846 ____________________________________________________________________________
39847 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
39848         Log: Retract #12284.
39849      Branch: perl
39850            ! lib/Term/Cap.t
39851 ____________________________________________________________________________
39852 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
39853         Log: (Retracted by #12285)
39854      Branch: perl
39855            ! lib/Term/Cap.t
39856 ____________________________________________________________________________
39857 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
39858         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
39859              From: "chromatic" <chromatic@rmci.net>  
39860              Date: Sun, 30 Sep 2001 16:10:02 -0600
39861              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
39862      Branch: perl
39863            + lib/Term/Cap.t
39864            ! MANIFEST
39865 ____________________________________________________________________________
39866 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
39867         Log: Use stty -g to restore the terminal state, do not even
39868              try to run the tests if stty -g is not available.
39869      Branch: perl
39870            ! lib/Term/Complete.t
39871 ____________________________________________________________________________
39872 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
39873         Log: Cleanup utf8_heavy; allow dropping the In prefix from
39874              Unicode script/block properties.
39875      Branch: perl
39876            ! lib/utf8_heavy.pl
39877 ____________________________________________________________________________
39878 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
39879         Log: Retract the #12259 for now.
39880      Branch: perl
39881            ! embed.h embed.pl sv.h
39882 ____________________________________________________________________________
39883 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
39884         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
39885      Branch: perl
39886            + lib/Text/TabsWrap/CHANGELOG
39887            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
39888 ____________________________________________________________________________
39889 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
39890         Log: #12272 wasn't right, it introduced an extra ().
39891      Branch: perl
39892            ! lib/utf8_heavy.pl
39893 ____________________________________________________________________________
39894 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
39895         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
39896              From: Jonathan Stowe <gellyfish@gellyfish.com>
39897              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
39898              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
39899      Branch: perl
39900            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
39901 ____________________________________________________________________________
39902 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
39903         Log: Subject: Patch to put qsortsv in the public API
39904              From: Brian Ingerson <ingy@ttul.org>
39905              Date: Sat, 29 Sep 2001 17:41:13 -0700
39906              Message-ID: <20010929174113.A30223@ttul.org>
39907      Branch: perl
39908            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
39909 ____________________________________________________________________________
39910 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
39911         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
39912              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39913              Date: Sat, 29 Sep 2001 23:54:48 +0200
39914              Message-ID: <20010929235448.A5017@rafael>
39915      Branch: perl
39916            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
39917 ____________________________________________________________________________
39918 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
39919         Log: FAQ sync.
39920      Branch: perl
39921            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39922            ! pod/perlfaq9.pod
39923 ____________________________________________________________________________
39924 [ 12273] By: bailey                                on 2001/09/29  23:43:46
39925         Log: Resync with mainline
39926      Branch: vmsperl
39927           +> (branch 1207 files)
39928            - (delete 324 files)
39929           !> (integrate 866 files)
39930 ____________________________________________________________________________
39931 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
39932         Log: Nasty recursion trap if one would match Unicode.
39933      Branch: perl
39934            ! lib/utf8_heavy.pl
39935 ____________________________________________________________________________
39936 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
39937         Log: More Unicode todo.
39938      Branch: perl
39939            ! pod/perltodo.pod
39940 ____________________________________________________________________________
39941 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
39942         Log: Explain a bit the new more flexible \p\P syntax.
39943      Branch: perl
39944            ! pod/perlunicode.pod
39945 ____________________________________________________________________________
39946 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
39947         Log: More leniency to the \p and \P: now can have whitespace
39948              between the property definition and the curlies; now can
39949              invert the property by having a caret between the open
39950              curly and the property.
39951      Branch: perl
39952            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
39953 ____________________________________________________________________________
39954 [ 12268] By: nick                                  on 2001/09/29  17:39:26
39955         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
39956              one test (lib/open.t) fails
39957      Branch: perlio
39958           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39959           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39960           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
39961           +> lib/Tie/Scalar.t lib/open.t
39962            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
39963            - ext/B/Stash.t
39964           !> (integrate 62 files)
39965 ____________________________________________________________________________
39966 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
39967         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
39968      Branch: perl
39969            ! t/op/chdir.t
39970 ____________________________________________________________________________
39971 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
39972         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
39973              From: "Craig A. Berry" <craigberry@mac.com> 
39974              Date: Sat, 29 Sep 2001 09:35:33 -0500
39975              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
39976      Branch: perl
39977            ! t/op/chdir.t
39978 ____________________________________________________________________________
39979 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
39980         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
39981              From: "chromatic" <chromatic@rmci.net>
39982              Date: Fri, 28 Sep 2001 21:20:12 -0600
39983              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
39984      Branch: perl
39985            + lib/Tie/Scalar.t
39986            ! MANIFEST lib/Tie/Scalar.pm
39987 ____________________________________________________________________________
39988 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
39989         Log: Allow for more flexibility in the \p{In...} names, now
39990              case doesn't matter, and any space or dash can be
39991              matched by any space, dash, underbar, or empty.
39992              (may be going too far on leniency)
39993      Branch: perl
39994            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
39995            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
39996            ! t/op/pat.t
39997 ____________________________________________________________________________
39998 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
39999         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
40000              From: "chromatic" <chromatic@rmci.net>
40001              Date: Fri, 28 Sep 2001 17:39:50 -0600
40002              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
40003      Branch: perl
40004            + lib/open.t
40005            ! MANIFEST
40006 ____________________________________________________________________________
40007 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
40008         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
40009              From: "Craig A. Berry" <craigberry@mac.com>
40010              Date: Fri, 28 Sep 2001 16:24:51 -0500
40011              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
40012      Branch: perl
40013            ! ext/File/Glob/t/basic.t
40014 ____________________________________________________________________________
40015 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
40016         Log: Subject: [DOC PATCH] Carp.pm pod typo
40017              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40018              Date: Fri, 28 Sep 2001 23:14:51 +0200
40019              Message-ID: <20010928231451.E16889@rafael>
40020      Branch: perl
40021            ! lib/Carp.pm
40022 ____________________________________________________________________________
40023 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
40024         Log: Subject: [PATCH] Allow an @INC hook to set %INC
40025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40026              Date: Fri, 28 Sep 2001 22:18:13 +0200
40027              Message-ID: <20010928221813.A16889@rafael>
40028      Branch: perl
40029            ! pp_ctl.c
40030 ____________________________________________________________________________
40031 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
40032         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
40033              From: Nicholas Clark <nick@ccl4.org>
40034              Date: Fri, 28 Sep 2001 23:39:33 +0100
40035              Message-ID: <20010928233933.C23673@plum.flirble.org>
40036      Branch: perl
40037            ! embed.h embed.pl sv.h
40038 ____________________________________________________________________________
40039 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
40040         Log: Update Changes.
40041      Branch: perl
40042            ! Changes patchlevel.h
40043 ____________________________________________________________________________
40044 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
40045         Log: Move the B tests to B/t.
40046      Branch: perl
40047            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
40048            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
40049            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
40050            - ext/B/Showlex.t ext/B/Stash.t
40051            ! MANIFEST
40052 ____________________________________________________________________________
40053 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
40054         Log: Forgot from #12254.
40055      Branch: perl
40056            + ext/B/B/Terse.t
40057 ____________________________________________________________________________
40058 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
40059         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
40060              From: "chromatic" <chromatic@rmci.net>
40061              Date: Thu, 27 Sep 2001 23:22:17 -0600
40062              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
40063      Branch: perl
40064            ! MANIFEST
40065 ____________________________________________________________________________
40066 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
40067         Log: Test numbering mismatch.
40068      Branch: perl
40069            ! t/op/chdir.t
40070 ____________________________________________________________________________
40071 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
40072         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
40073              From: "Craig A. Berry" <craigberry@mac.com>
40074              Date: Wed, 26 Sep 2001 17:43:14 -0500
40075              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
40076      Branch: perl
40077            ! iperlsys.h t/op/chdir.t
40078 ____________________________________________________________________________
40079 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
40080         Log: Subject: [PATCH gv.c] make __ANON__ global
40081              From: Robin Barker <rmb1@cise.npl.co.uk>
40082              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
40083              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
40084      Branch: perl
40085            ! gv.c t/op/anonsub.t t/op/runlevel.t
40086 ____________________________________________________________________________
40087 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
40088         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
40089              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40090              Date: Thu, 27 Sep 2001 22:34:32 +0200
40091              Message-ID: <20010927223432.A1485@rafael>
40092      Branch: perl
40093            ! ext/B/B/Terse.pm
40094 ____________________________________________________________________________
40095 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
40096         Log: (retracted by #12338)
40097              
40098              Subject: [PATCH] Cleanup of perldsc.pod      
40099              From: Casey West <casey@geeknest.com>
40100              Date: Thu, 27 Sep 2001 11:13:17 -0400
40101              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
40102      Branch: perl
40103            ! pod/perldsc.pod
40104 ____________________________________________________________________________
40105 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
40106         Log: Not everyone is using ithreads...
40107      Branch: perl
40108            ! ext/Devel/Peek/Peek.t
40109 ____________________________________________________________________________
40110 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
40111         Log: Document the nss_delete core dump workaround for HP-UX
40112              and Solaris, bug IDs 20010805.018 and 20010629.004.
40113      Branch: perl
40114            ! README.hpux README.solaris
40115 ____________________________________________________________________________
40116 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
40117         Log: Dump Unicode hash keys also as Unicode,
40118              not just as a byte string.
40119      Branch: perl
40120            ! dump.c ext/Devel/Peek/Peek.t
40121 ____________________________________________________________________________
40122 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
40123         Log: Integrate changes #12241 and #12242 from macperl:
40124              
40125              Remove unneeded disabling of umask() calls
40126              
40127              Note (get|set)sockopt are available.
40128      Branch: perl
40129           !> lib/File/Temp.pm pod/perlport.pod
40130 ____________________________________________________________________________
40131 [ 12244] By: sky                                   on 2001/09/27  08:53:00
40132         Log: Flush buffers on thread closedown.
40133      Branch: perl
40134            ! ext/threads/threads.xs
40135 ____________________________________________________________________________
40136 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
40137         Log: Dump SvUTF8(sv)s also as \x{...}.
40138              
40139              TODO: dump the SvUTF8() hash keys similarly. 
40140      Branch: perl
40141            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
40142 ____________________________________________________________________________
40143 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
40144         Log: Note (get|set)sockopt are available.
40145      Branch: maint-5.6/macperl
40146            ! pod/perlport.pod
40147 ____________________________________________________________________________
40148 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
40149         Log: Remove unneeded disabling of umask() calls
40150      Branch: maint-5.6/macperl
40151            ! lib/File/Temp.pm
40152 ____________________________________________________________________________
40153 [ 12240] By: sky                                   on 2001/09/26  18:44:56
40154         Log: Documention update
40155      Branch: perl
40156            ! ext/threads/threads.pm
40157 ____________________________________________________________________________
40158 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
40159         Log: Update Changes.
40160      Branch: perl
40161            ! Changes patchlevel.h
40162 ____________________________________________________________________________
40163 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
40164         Log: Check that all environment variables are tainted.
40165      Branch: perl
40166            ! t/op/taint.t
40167 ____________________________________________________________________________
40168 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
40169         Log: Manual integration error in #12235.
40170      Branch: perl
40171            ! lib/File/DosGlob.t
40172 ____________________________________________________________________________
40173 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
40174         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
40175              From: "chromatic" <chromatic@rmci.net>
40176              Date: Tue, 25 Sep 2001 23:57:07 -0600
40177              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
40178      Branch: perl
40179            ! perlio.c
40180 ____________________________________________________________________________
40181 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
40182         Log: Integrate macperl changes from Chris Nandor:
40183              12192 11817 11815 11813 11778 11775
40184              
40185              Update CPAN.pm to work with new Mac::BuildTools instead
40186              of ExtUtils::MM_MacOS "orphan" functions
40187              
40188              Fix test
40189              
40190              Make syntax check report in MPW style, fix tests
40191              to use Mac::err=unix to get normal-style error
40192              messages.
40193              
40194              More module and test ports from Thomas Wegner et al
40195              
40196              Fix open of /dev/null for Mac OS
40197              
40198              Allow for platforms to override formatting of errors
40199              on output from Matthias Neeracher (core files)
40200      Branch: perl
40201            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
40202            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
40203            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
40204           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
40205           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
40206           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
40207 ____________________________________________________________________________
40208 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
40209         Log: grrr.
40210      Branch: perl
40211            ! t/op/gv.t
40212 ____________________________________________________________________________
40213 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
40214         Log: Retract #12232.
40215      Branch: perl
40216            ! t/op/gv.t
40217 ____________________________________________________________________________
40218 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
40219         Log: (Retracted by #12233.)
40220      Branch: perl
40221            ! t/op/gv.t
40222 ____________________________________________________________________________
40223 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
40224         Log: Detypo.
40225      Branch: perl
40226            ! ext/Encode/Makefile.PL
40227 ____________________________________________________________________________
40228 [ 12230] By: sky                                   on 2001/09/26  11:36:23
40229         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
40230              We are using a "delay" here because we do not want to depend on thread synchronization issues.
40231      Branch: perl
40232            + ext/threads/t/stress_cv.t
40233            ! MANIFEST ext/threads/t/stress_string.t
40234 ____________________________________________________________________________
40235 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
40236         Log: NetWare tweak from Ananth Kesari.
40237      Branch: perl
40238            ! NetWare/t/Readme.txt
40239 ____________________________________________________________________________
40240 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
40241         Log: Trick to fool case-blind filesystems.
40242      Branch: perl
40243            ! ext/Encode/Makefile.PL
40244 ____________________________________________________________________________
40245 [ 12227] By: sky                                   on 2001/09/26  11:06:50
40246         Log: Threads can start executing in a different order than they were
40247              created.... so we cannot ok() inside the threadstarter.
40248      Branch: perl
40249            ! ext/threads/t/stress_string.t
40250 ____________________________________________________________________________
40251 [ 12226] By: sky                                   on 2001/09/26  07:41:45
40252         Log: Add in stress_string.t to stress test threads a bit more.
40253      Branch: perl
40254            + ext/threads/t/stress_string.t
40255            ! MANIFEST
40256 ____________________________________________________________________________
40257 [ 12225] By: sky                                   on 2001/09/26  07:04:21
40258         Log: Fix negative refcount introduced by #12223.
40259      Branch: perl
40260            ! ext/threads/threads.xs
40261 ____________________________________________________________________________
40262 [ 12224] By: sky                                   on 2001/09/26  06:57:58
40263         Log: Update documentation to match change #12223
40264      Branch: perl
40265            ! sharedsv.c
40266 ____________________________________________________________________________
40267 [ 12223] By: sky                                   on 2001/09/26  06:54:32
40268         Log: Use a separate interpreter for the sharedsv space. Another
40269              negative sv leak. Sigh.
40270      Branch: perl
40271            ! sharedsv.c
40272 ____________________________________________________________________________
40273 [ 12222] By: sky                                   on 2001/09/26  05:58:35
40274         Log: Do the environ assignment in perl_contruct to match perl_destruct.
40275              Now we don't need to perl_parse/perl_run. However environ is a
40276              global....
40277      Branch: perl
40278            ! perl.c
40279 ____________________________________________________________________________
40280 [ 12221] By: sky                                   on 2001/09/26  05:41:02
40281         Log: Move the creation of PL_strtab to perl_construct so we can work
40282              with HV and HEs without running perl_parse.
40283      Branch: perl
40284            ! perl.c
40285 ____________________________________________________________________________
40286 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
40287         Log: integrate macperl changes into maint-5.6
40288      Branch: maint-5.6/perl
40289           !> (integrate 26 files)
40290 ____________________________________________________________________________
40291 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
40292         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
40293              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
40294      Branch: maint-5.6/macperl
40295            ! macos/ext/Mac/Fonts/Fonts.xs
40296            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
40297 ____________________________________________________________________________
40298 [ 12218] By: ams                                   on 2001/09/25  23:31:33
40299         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
40300              From: Nicholas Clark <nick@ccl4.org>
40301              Date: Wed, 26 Sep 2001 01:20:20 +0100
40302              Message-Id: <20010926012020.B48092@plum.flirble.org>
40303      Branch: perl
40304            ! lib/AutoSplit.t
40305 ____________________________________________________________________________
40306 [ 12217] By: ams                                   on 2001/09/25  22:33:05
40307         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
40308              From: "Craig A. Berry" <craigberry@mac.com>
40309              Date: Tue, 25 Sep 2001 18:08:42 -0500
40310              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
40311      Branch: perl
40312            ! vms/vms.c
40313 ____________________________________________________________________________
40314 [ 12216] By: ams                                   on 2001/09/25  21:41:01
40315         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
40316              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
40317              From: Michael G Schwern <schwern@pobox.com>
40318              Date: Wed, 26 Sep 2001 00:38:21 -0400
40319              Message-Id: <20010926003821.A627@blackrider>
40320      Branch: perl
40321            ! lib/AutoSplit.t
40322 ____________________________________________________________________________
40323 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
40324         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
40325              From: Michael G Schwern <schwern@pobox.com>
40326              Date: Tue, 25 Sep 2001 17:43:49 -0400
40327              Message-ID: <20010925174349.B19534@blackrider>
40328      Branch: perl
40329            ! lib/Test/Simple.pm lib/Test/Utils.pm
40330 ____________________________________________________________________________
40331 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
40332         Log: Integrate changes from bleadperl.
40333      Branch: maint-5.6/macperl
40334           !> pod/perlport.pod
40335 ____________________________________________________________________________
40336 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
40337         Log: skip($mess) should result in one skip.
40338      Branch: perl
40339            ! t/test.pl
40340 ____________________________________________________________________________
40341 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
40342         Log: Integrate change #12200 from maintperl.
40343      Branch: maint-5.6/macperl
40344           !> win32/perlhost.h
40345 ____________________________________________________________________________
40346 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
40347         Log: Fix file types to "apple"
40348      Branch: maint-5.6/macperl
40349            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
40350            ! macos/ext/Mac/SAT/t/Collision.rsrc
40351 ____________________________________________________________________________
40352 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
40353         Log: Fix rsrc file as snd file; fix path in t file.
40354      Branch: maint-5.6/macperl
40355            ! macos/ext/Mac/Notification/t/Notification.rsrc
40356            ! macos/ext/Mac/Notification/t/Notification.t
40357 ____________________________________________________________________________
40358 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
40359         Log: Sync up with File::Find from bleadperl.
40360      Branch: maint-5.6/macperl
40361            ! lib/File/Find.pm t/lib/filefind-taint.t
40362 ____________________________________________________________________________
40363 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
40364         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
40365              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
40366              of hundreds)
40367      Branch: maint-5.6/macperl
40368            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
40369            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
40370            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
40371 ____________________________________________________________________________
40372 [ 12207] By: nick                                  on 2001/09/25  19:04:36
40373         Log: Integrate mainline (untested while modem is up)
40374      Branch: perlio
40375           +> lib/AutoSplit.t t/test.pl
40376            - lib/warnings/register.t
40377           !> (integrate 28 files)
40378 ____________________________________________________________________________
40379 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
40380         Log: perldiag entry for #12205.
40381      Branch: perl
40382            ! pod/perldiag.pod
40383 ____________________________________________________________________________
40384 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
40385         Log: Subject: [PATCH] warning on v-string in use/require
40386              From: John Peacock <jpeacock@rowman.com>
40387              Date: Mon, 24 Sep 2001 17:29:03 -0400
40388              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
40389      Branch: perl
40390            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
40391 ____________________________________________________________________________
40392 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
40393         Log: perltooc et al updates.
40394      Branch: perl
40395            ! plan9/mkfile pod/roffitall
40396 ____________________________________________________________________________
40397 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
40398         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
40399              From: Michael G Schwern <schwern@pobox.com>
40400              Date: Sun, 23 Sep 2001 00:07:12 -0400
40401              Message-ID: <20010923000712.A7005@blackrider>
40402      Branch: perl
40403            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
40404 ____________________________________________________________________________
40405 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
40406         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
40407              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40408              Date: Wed, 26 Sep 2001 01:25:10 +0900
40409              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
40410      Branch: perl
40411            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
40412            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
40413            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
40414 ____________________________________________________________________________
40415 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
40416         Log: Integrate change #12200 from maintperl;
40417              on windows, virtualized environment could propagate deleted variables
40418              into children if they happen to be at the very end of the table
40419      Branch: perl
40420           !> win32/perlhost.h
40421 ____________________________________________________________________________
40422 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
40423         Log: on windows, virtualized environment could propagate deleted variables
40424              into children if they happen to be at the very end of the table
40425              (thanks for succinct test case from Johan Holmberg, and fix from
40426              Doug Lankshear)
40427      Branch: maint-5.6/perl
40428            ! win32/perlhost.h
40429 ____________________________________________________________________________
40430 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
40431         Log: avoid the use of ftime() (it does a useless, potentially
40432              expensive call to GetTimeZoneInformation()); this potentially
40433              also results in three more digits of precision from
40434              Time::HiRes::time()
40435      Branch: perl
40436            ! ext/Time/HiRes/HiRes.xs
40437 ____________________________________________________________________________
40438 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
40439         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
40440              
40441              Note: io/binmode is failing, have to figure out why.
40442      Branch: perl
40443            + t/test.pl
40444            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
40445            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
40446            ! t/run/exit.t
40447 ____________________________________________________________________________
40448 [ 12197] By: ams                                   on 2001/09/25  13:48:55
40449         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
40450              From: Nicholas Clark <nick@ccl4.org>
40451              Date: Tue, 25 Sep 2001 00:37:40 +0100
40452              Message-Id: <20010925003740.S4971@plum.flirble.org>
40453              (Further changes expected.)
40454      Branch: perl
40455            + lib/AutoSplit.t
40456            ! MANIFEST
40457 ____________________________________________________________________________
40458 [ 12196] By: sky                                   on 2001/09/25  13:37:12
40459         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
40460              _ftime to try and be more robust.
40461      Branch: perl
40462            ! ext/Time/HiRes/HiRes.xs
40463 ____________________________________________________________________________
40464 [ 12194] By: ams                                   on 2001/09/25  11:40:00
40465         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
40466              From: "Craig A. Berry" <craigberry@mac.com>
40467              Date: Mon, 24 Sep 2001 17:54:20 -0500
40468              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
40469      Branch: perl
40470            ! vms/descrip_mms.template
40471 ____________________________________________________________________________
40472 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
40473         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
40474              not working, cursor not spinning (Bug #422129); external
40475              editor problems (Bug #456329); escape/cmd-. not activating
40476              "Cancel" in Save dialog box (Bug #446960); Runtimes not
40477              executing on launch (Bug #464441).
40478      Branch: maint-5.6/macperl
40479            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
40480            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
40481            ! macos/macperl/MacPerl.r
40482 ____________________________________________________________________________
40483 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
40484         Log: Update CPAN.pm to work with new Mac::BuildTools instead
40485              of ExtUtils::MM_MacOS "orphan" functions
40486      Branch: maint-5.6/macperl
40487            ! lib/CPAN.pm
40488 ____________________________________________________________________________
40489 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
40490         Log: Fix up another xsubpp problem (Matthias Neeracher)
40491      Branch: maint-5.6/macperl
40492            ! macos/xsubpp
40493 ____________________________________________________________________________
40494 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
40495         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
40496      Branch: maint-5.6/macperl
40497            ! macos/lib/ExtUtils/MM_MacOS.pm
40498 ____________________________________________________________________________
40499 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
40500         Log: Fix up Makefiles for more Mac:: modules (and prepare for
40501              static build ...?)
40502      Branch: maint-5.6/macperl
40503            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
40504            ! macos/macperl/Makefile.mk
40505 ____________________________________________________________________________
40506 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
40507         Log: Fix up tests
40508      Branch: maint-5.6/macperl
40509            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
40510 ____________________________________________________________________________
40511 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
40512         Log: Make malloc smarter, fix bugs.  (Bug #404030)
40513      Branch: maint-5.6/macperl
40514            ! macos/icemalloc.c macos/icemalloc.h
40515 ____________________________________________________________________________
40516 [ 12186] By: nick                                  on 2001/09/24  19:18:17
40517         Log: Integrate mainline
40518      Branch: perlio
40519           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
40520           +> lib/filetest.t
40521           !> (integrate 30 files)
40522 ____________________________________________________________________________
40523 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
40524         Log: Retract #12136, the warnings::register is already
40525              tested by t/lib/warnings/9enabled, as pointed out
40526              by Paul Marquess.
40527      Branch: perl
40528            - lib/warnings/register.t
40529            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
40530 ____________________________________________________________________________
40531 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
40532         Log: fix Time::HiRes implementation of gettimeofday() on windows
40533              (HiRes.t#14 now passes)
40534      Branch: perl
40535            ! ext/Time/HiRes/HiRes.xs
40536 ____________________________________________________________________________
40537 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
40538         Log: File::Spec::catfile() canonifies everything to blackslashes on
40539              windows :-(
40540      Branch: perl
40541            ! lib/ExtUtils/Manifest.t
40542 ____________________________________________________________________________
40543 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
40544         Log: test number mismatch
40545      Branch: perl
40546            ! t/op/magic.t
40547 ____________________________________________________________________________
40548 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
40549         Log: ok().
40550      Branch: perl
40551            ! t/op/pack.t
40552 ____________________________________________________________________________
40553 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
40554         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
40555              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
40556      Branch: perl
40557            ! pp_pack.c t/op/pack.t
40558 ____________________________________________________________________________
40559 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
40560         Log: Update Changes.
40561      Branch: perl
40562            ! Changes patchlevel.h
40563 ____________________________________________________________________________
40564 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
40565         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
40566              From: Michael G Schwern <schwern@pobox.com>
40567              Date: Mon, 24 Sep 2001 11:12:13 -0400
40568              Message-ID: <20010924111213.G27885@blackrider>
40569      Branch: perl
40570            ! lib/ExtUtils/Manifest.pm
40571 ____________________________________________________________________________
40572 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
40573         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
40574              From: Michael G Schwern <schwern@pobox.com> 
40575              Date: Mon, 24 Sep 2001 11:02:07 -0400
40576              Message-ID: <20010924110207.E27885@blackrider>
40577      Branch: perl
40578            ! vms/test.com
40579 ____________________________________________________________________________
40580 [ 12176] By: ams                                   on 2001/09/24  14:01:59
40581         Log: Update Changes.
40582      Branch: perl
40583            ! Changes
40584 ____________________________________________________________________________
40585 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
40586         Log: Various cleanups.
40587      Branch: perl
40588            ! ext/threads/Makefile.PL ext/threads/threads.xs
40589 ____________________________________________________________________________
40590 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
40591         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
40592      Branch: maint-5.6/macperl
40593           !> (integrate 33 files)
40594 ____________________________________________________________________________
40595 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
40596         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
40597              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40598              Date: Mon, 24 Sep 2001 20:04:58 +0900
40599              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
40600      Branch: perl
40601            ! ext/Encode/Encode/gb2312.enc
40602 ____________________________________________________________________________
40603 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
40604         Log: Clarifying comment to #12164.
40605      Branch: perl
40606            ! lib/Cwd.pm
40607 ____________________________________________________________________________
40608 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
40609         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
40610              From: Nicholas Clark <nick@ccl4.org>
40611              Date: Sun, 23 Sep 2001 23:00:56 +0100
40612              Message-ID: <20010923230055.Y4971@plum.flirble.org>
40613              
40614              (with "sample_constants" changed to "fallback")
40615      Branch: perl
40616            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
40617            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
40618            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
40619            ! lib/h2xs.t utils/h2xs.PL
40620 ____________________________________________________________________________
40621 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
40622         Log: Metaconfig unit change for #12167.
40623      Branch: metaconfig
40624            ! U/modified/Cppsym.U
40625 ____________________________________________________________________________
40626 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
40627         Log: Add a few glibc cpp symbols to probe for.
40628      Branch: perl
40629            ! Configure
40630 ____________________________________________________________________________
40631 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
40632         Log: DJGPP tweaks for Laszlo Molnar.
40633      Branch: perl
40634            ! djgpp/djgppsed.sh dosish.h
40635 ____________________________________________________________________________
40636 [ 12165] By: ams                                   on 2001/09/24  10:07:08
40637         Log: Subject: [PATCH t/op/inccode.t] More tests
40638              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40639              Date: 24 Sep 2001 10:01:44 -0000
40640              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
40641      Branch: perl
40642            ! t/op/inccode.t
40643 ____________________________________________________________________________
40644 [ 12164] By: ams                                   on 2001/09/24  09:43:29
40645         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
40646              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
40647              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
40648              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
40649      Branch: perl
40650            ! lib/Cwd.pm
40651 ____________________________________________________________________________
40652 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
40653         Log: 1_compile updates.
40654      Branch: perl
40655            ! t/lib/1_compile.t
40656 ____________________________________________________________________________
40657 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
40658         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
40659              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40660              Date: Wed, 19 Sep 2001 22:47:14 +0200
40661              Message-ID: <20010919224714.A6382@rafael>
40662      Branch: perl
40663            ! pod/perlvar.pod pp_ctl.c
40664 ____________________________________________________________________________
40665 [ 12161] By: ams                                   on 2001/09/23  17:40:02
40666         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
40667              filetest Pragma
40668              From: "chromatic" <chromatic@rmci.net>
40669              Date: Sun, 23 Sep 2001 12:07:25 -0600
40670              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
40671      Branch: perl
40672            + lib/filetest.t
40673            ! MANIFEST t/lib/1_compile.t
40674 ____________________________________________________________________________
40675 [ 12160] By: ams                                   on 2001/09/23  16:32:11
40676         Log: Additional minor chdir() tweak.
40677      Branch: perl
40678            ! pod/perlfunc.pod
40679 ____________________________________________________________________________
40680 [ 12159] By: ams                                   on 2001/09/23  16:25:01
40681         Log: Subject: PATCH lib/ExtUtils/Command.t
40682              From: Abe Timmerman <abe@ztreet.demon.nl>
40683              Date: Sun, 23 Sep 2001 19:11:44 +0200
40684              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
40685      Branch: perl
40686            ! lib/ExtUtils/Command.t
40687 ____________________________________________________________________________
40688 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
40689         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
40690              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
40691              Date: Sun, 23 Sep 2001 02:02:26 +0200
40692              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
40693      Branch: perl
40694            ! makedef.pl
40695 ____________________________________________________________________________
40696 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
40697         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
40698              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
40699              Date: Sat, 22 Sep 2001 12:54:39 -0500
40700              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
40701      Branch: perl
40702            ! t/op/study.t
40703 ____________________________________________________________________________
40704 [ 12156] By: nick                                  on 2001/09/23  07:48:44
40705         Log: Integrate mainline
40706      Branch: perlio
40707            - check83.pl
40708           !> ext/Encode/Encode/2022-cn.enc
40709 ____________________________________________________________________________
40710 [ 12155] By: nick                                  on 2001/09/23  07:48:01
40711         Log: Integrate mainline
40712      Branch: perlio
40713           +> (branch 64 files)
40714            - ext/Encode/Encode/cns11643-1.enc
40715            - ext/Encode/Encode/cns11643-2.enc
40716            - ext/Encode/Encode/iso2022-cn.enc
40717            - ext/Encode/Encode/iso2022-jp.enc
40718            - ext/Encode/Encode/iso2022-jp1.enc
40719            - ext/Encode/Encode/iso2022-jp2.enc
40720            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40721            - ext/Encode/Encode/iso8859-1.enc
40722            - ext/Encode/Encode/iso8859-1.ucm
40723            - ext/Encode/Encode/iso8859-10.enc
40724            - ext/Encode/Encode/iso8859-10.ucm
40725            - ext/Encode/Encode/iso8859-13.enc
40726            - ext/Encode/Encode/iso8859-13.ucm
40727            - ext/Encode/Encode/iso8859-14.enc
40728            - ext/Encode/Encode/iso8859-14.ucm
40729            - ext/Encode/Encode/iso8859-15.enc
40730            - ext/Encode/Encode/iso8859-15.ucm
40731            - ext/Encode/Encode/iso8859-16.enc
40732            - ext/Encode/Encode/iso8859-16.ucm
40733            - ext/Encode/Encode/iso8859-2.enc
40734            - ext/Encode/Encode/iso8859-2.ucm
40735            - ext/Encode/Encode/iso8859-3.enc
40736            - ext/Encode/Encode/iso8859-3.ucm
40737            - ext/Encode/Encode/iso8859-4.enc
40738            - ext/Encode/Encode/iso8859-4.ucm
40739            - ext/Encode/Encode/iso8859-5.enc
40740            - ext/Encode/Encode/iso8859-5.ucm
40741            - ext/Encode/Encode/iso8859-6.enc
40742            - ext/Encode/Encode/iso8859-6.ucm
40743            - ext/Encode/Encode/iso8859-7.enc
40744            - ext/Encode/Encode/iso8859-7.ucm
40745            - ext/Encode/Encode/iso8859-8.enc
40746            - ext/Encode/Encode/iso8859-8.ucm
40747            - ext/Encode/Encode/iso8859-9.enc
40748            - ext/Encode/Encode/iso8859-9.ucm
40749            - ext/Encode/Encode/isoir-197.enc
40750            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
40751            - t/lib/sample-tests/header_at_end
40752            - t/lib/sample-tests/header_at_end_fail
40753           !> (integrate 174 files)
40754 ____________________________________________________________________________
40755 [ 12154] By: ams                                   on 2001/09/23  07:11:46
40756         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
40757              by Blair Zajac.
40758      Branch: perl
40759            ! pod/perlfunc.pod
40760 ____________________________________________________________________________
40761 [ 12153] By: ams                                   on 2001/09/23  06:56:32
40762         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
40763              Forgotten deprecation of *glob{FILEHANDLE}?
40764              From: "chromatic" <chromatic@rmci.net>
40765              Date: Sat, 22 Sep 2001 21:27:56 -0600
40766              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
40767      Branch: perl
40768            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
40769 ____________________________________________________________________________
40770 [ 12152] By: ams                                   on 2001/09/23  06:42:58
40771         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
40772              From: Michael G Schwern <schwern@pobox.com>
40773              Date: Sun, 23 Sep 2001 03:34:39 -0400
40774              Message-Id: <20010923033439.E7005@blackrider>
40775      Branch: perl
40776            ! lib/File/Find.pm
40777 ____________________________________________________________________________
40778 [ 12151] By: ams                                   on 2001/09/23  06:37:57
40779         Log: Subject: Re: t/op/magic.t missing tests on Win32
40780              From: Michael G Schwern <schwern@pobox.com>
40781              Date: Sat, 22 Sep 2001 20:29:09 -0400
40782              Message-Id: <20010922202909.I18223@blackrider>
40783      Branch: perl
40784            ! t/op/magic.t
40785 ____________________________________________________________________________
40786 [ 12150] By: ams                                   on 2001/09/23  06:36:26
40787         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
40788              Dumpvalue.pm
40789              From: "chromatic" <chromatic@rmci.net>
40790              Date: Sat, 22 Sep 2001 19:41:31 -0600
40791              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
40792      Branch: perl
40793            + lib/Dumpvalue.t
40794            ! MANIFEST lib/Dumpvalue.pm
40795 ____________________________________________________________________________
40796 [ 12149] By: ams                                   on 2001/09/23  06:25:35
40797         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
40798              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40799              Date: Sun, 23 Sep 2001 15:27:56 +0900
40800              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
40801      Branch: perl
40802            ! ext/Encode/Encode/2022-cn.enc
40803 ____________________________________________________________________________
40804 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
40805         Log: Manual eror in #12147.
40806      Branch: perl
40807            ! win32/win32.c
40808 ____________________________________________________________________________
40809 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
40810         Log: Integrate change #12146 from maintperl;
40811              win32_chdir() et al don't handle a NULL argument gracefully
40812      Branch: perl
40813           !> win32/perlhost.h win32/win32.c
40814 ____________________________________________________________________________
40815 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
40816         Log: win32_chdir() et al don't handle a NULL argument gracefully
40817      Branch: maint-5.6/perl
40818            ! win32/perlhost.h win32/win32.c
40819 ____________________________________________________________________________
40820 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
40821         Log: typo in change#12026
40822      Branch: maint-5.6/perl
40823            ! op.c
40824 ____________________________________________________________________________
40825 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
40826         Log: Subject: [PATCH] Re: scalar context unpack bugs
40827              From: Nicholas Clark <nick@ccl4.org>
40828              Date: Sat, 22 Sep 2001 23:07:56 +0100
40829              Message-ID: <20010922230755.O4971@plum.flirble.org>
40830      Branch: perl
40831            ! pp_pack.c t/op/pack.t
40832 ____________________________________________________________________________
40833 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
40834         Log: Try ExtUtils::Command.t everywhere, not just on Win32
40835              (as suggested by NI-S).  Also allow running it either
40836              in t/ or in the main directory.
40837      Branch: perl
40838            ! lib/ExtUtils/Command.t
40839 ____________________________________________________________________________
40840 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
40841         Log: Update the test on warnings/register.t.
40842      Branch: perl
40843            ! t/lib/1_compile.t
40844 ____________________________________________________________________________
40845 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
40846         Log: The code is now almost tidy enough to keep the IRIX cc happy.
40847      Branch: perl
40848            ! hints/irix_6.sh
40849 ____________________________________________________________________________
40850 [ 12140] By: ams                                   on 2001/09/22  17:26:32
40851         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
40852              use_ithreads
40853              From: "Craig A. Berry" <craigberry@mac.com>
40854              Date: Sat, 22 Sep 2001 13:15:32 -0500
40855              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
40856      Branch: perl
40857            ! configure.com
40858 ____________________________________________________________________________
40859 [ 12139] By: ams                                   on 2001/09/22  16:44:08
40860         Log: Do what perl_clone() does for sharedsv functions.
40861      Branch: perl
40862            ! embed.pl proto.h
40863 ____________________________________________________________________________
40864 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
40865         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
40866              (suggested by Sarathy, extensions shouldn't be dabbling with
40867              op structures, so binary backward compatibility should not be
40868              an issue.)
40869      Branch: perl
40870            ! hints/irix_6.sh op.h
40871 ____________________________________________________________________________
40872 [ 12137] By: ams                                   on 2001/09/22  16:21:05
40873         Log: More cleanups. (What's PERL_DECL_PROT?)
40874      Branch: perl
40875            ! embed.pl proto.h sharedsv.h
40876 ____________________________________________________________________________
40877 [ 12136] By: ams                                   on 2001/09/22  15:14:34
40878         Log: (Retracted by #12185)
40879              
40880              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
40881              Add Tests for warnings::register, Doc Update
40882              From: "chromatic" <chromatic@rmci.net>
40883              Date: Sat, 22 Sep 2001 09:43:20 -0600
40884              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
40885      Branch: perl
40886            + lib/warnings/register.t
40887            ! MANIFEST lib/warnings/register.pm
40888 ____________________________________________________________________________
40889 [ 12135] By: ams                                   on 2001/09/22  15:07:50
40890         Log: `@foo' should be @foo for consistency.
40891      Branch: perl
40892            ! pod/perldiag.pod
40893 ____________________________________________________________________________
40894 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
40895         Log: (Retracted by #12138)
40896              
40897              Add -woff (turn warning off) 3187:
40898              "A pointer is converted to a smaller integer."
40899              This happens when your pointers are 64-bit: then every case
40900              of converting pointers to PADOFFSETs (explicitly 32-bit)
40901              faces truncation (even explicit use of INT2PTR doesn't help).
40902              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
40903              Changing PADOFFSET from U32 to UV would help, but that
40904              would break binary backward compatibility of BASEOP and padop
40905              (assuming you have been using 64-bit pointers).
40906      Branch: perl
40907            ! hints/irix_6.sh
40908 ____________________________________________________________________________
40909 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
40910         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
40911              but the name comes from the inside the file, not from the file
40912              name, and Rumanian is the name of the language.
40913      Branch: perl
40914            + ext/Encode/Encode/macRumanian.enc
40915            - ext/Encode/Encode/macRomania.enc
40916            ! MANIFEST
40917 ____________________________________________________________________________
40918 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
40919         Log: Rename perltootc as perltooc for 8.3-friedliness.
40920      Branch: perl
40921            + pod/perltooc.pod
40922            - pod/perltootc.pod
40923            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
40924            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
40925            ! pod/perltoot.pod
40926 ____________________________________________________________________________
40927 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
40928         Log: Find more conflicts by lowercasing.
40929      Branch: perl
40930            + Porting/check83.pl
40931            - check83.pl
40932            ! MANIFEST
40933 ____________________________________________________________________________
40934 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
40935         Log: The AIX cc 5.0.0.0 is simply too buggy.
40936      Branch: perl
40937            ! hints/aix.sh
40938 ____________________________________________________________________________
40939 [ 12129] By: ams                                   on 2001/09/22  12:35:38
40940         Log: Uninteresting cleanup.
40941      Branch: perl
40942            ! form.h
40943 ____________________________________________________________________________
40944 [ 12128] By: ams                                   on 2001/09/22  12:28:48
40945         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
40946              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40947              Date: Sat, 22 Sep 2001 14:29:13 +0100
40948              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
40949      Branch: perl
40950            ! cv.h
40951 ____________________________________________________________________________
40952 [ 12127] By: ams                                   on 2001/09/22  12:04:28
40953         Log: What's a backet?
40954      Branch: perl
40955            ! dump.c
40956 ____________________________________________________________________________
40957 [ 12126] By: ams                                   on 2001/09/22  10:02:34
40958         Log: Removed duplicated tests #19 and #20.
40959      Branch: perl
40960            ! t/op/do.t
40961 ____________________________________________________________________________
40962 [ 12125] By: ams                                   on 2001/09/22  03:58:41
40963         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
40964              From: Michael Carman <mjcarman@home.com>
40965              Date: Fri, 21 Sep 2001 17:54:05 -0500
40966              Message-Id: <3BABC50D.6040202@home.com>
40967              (Applied with some changes.)
40968      Branch: perl
40969            ! pod/perlmod.pod
40970 ____________________________________________________________________________
40971 [ 12124] By: ams                                   on 2001/09/22  03:44:19
40972         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
40973              From: Michael G Schwern <schwern@pobox.com>
40974              Date: Fri, 21 Sep 2001 19:20:40 -0400
40975              Message-Id: <20010921192040.E5494@blackrider>
40976      Branch: perl
40977            ! t/op/chdir.t
40978 ____________________________________________________________________________
40979 [ 12123] By: ams                                   on 2001/09/22  03:41:08
40980         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
40981              From: Blair Zajac <blair@orcaware.com>
40982              Date: Fri, 21 Sep 2001 15:13:04 -0700
40983              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
40984      Branch: perl
40985            ! t/op/chdir.t
40986 ____________________________________________________________________________
40987 [ 12122] By: ams                                   on 2001/09/22  03:37:07
40988         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
40989              20010920.007
40990              From: Michael G Schwern <schwern@pobox.com>
40991              Date: Fri, 21 Sep 2001 17:59:03 -0400
40992              Message-Id: <20010921175903.V5494@blackrider>
40993      Branch: perl
40994            ! t/op/do.t
40995 ____________________________________________________________________________
40996 [ 12121] By: ams                                   on 2001/09/22  03:30:38
40997         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
40998              suite on WinCE)
40999              From: Michael G Schwern <schwern@pobox.com>
41000              Date: Fri, 21 Sep 2001 19:41:03 -0400
41001              Message-Id: <20010921194103.G5494@blackrider>
41002      Branch: perl
41003            ! pod/perlport.pod
41004 ____________________________________________________________________________
41005 [ 12120] By: ams                                   on 2001/09/22  03:28:06
41006         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
41007              From: Michael G Schwern <schwern@pobox.com>
41008              Date: Fri, 21 Sep 2001 17:33:35 -0400
41009              Message-Id: <20010921173335.T5494@blackrider>
41010              ($ENV{FOO}=undef hunk not applied.)
41011      Branch: perl
41012            ! t/op/magic.t
41013 ____________________________________________________________________________
41014 [ 12119] By: ams                                   on 2001/09/22  03:02:26
41015         Log: Subject: [PATCH] perldiag.pod
41016              From: Peter Scott <Peter@PSDT.com>
41017              Date: Fri, 21 Sep 2001 18:54:50 -0700
41018              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
41019              (Moved to the right place.)
41020      Branch: perl
41021            ! pod/perldiag.pod
41022 ____________________________________________________________________________
41023 [ 12118] By: ams                                   on 2001/09/21  20:05:29
41024         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
41025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41026              Date: Fri, 21 Sep 2001 22:36:54 +0200
41027              Message-Id: <20010921223654.A12742@rafael>
41028      Branch: perl
41029            ! t/op/do.t
41030 ____________________________________________________________________________
41031 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
41032         Log: Restore things as they were before
41033              the backward compatibility police notices.
41034      Branch: perl
41035            ! lib/Cwd.pm
41036 ____________________________________________________________________________
41037 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
41038         Log: More Cwd from Schwern: make also OS/2 and DOS
41039              Cwd agree with File::Spec (that is, native path
41040              syntax using \ instead of / -- backward compatibility
41041              polic warning) and stop Win32 from using bsd_realpath().
41042      Branch: perl
41043            ! lib/Cwd.pm
41044 ____________________________________________________________________________
41045 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
41046         Log: Subject: [PATCH @12110] RE: Untested libraries update
41047              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
41048              Date: Fri, 21 Sep 2001 18:21:07 +0100
41049              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
41050      Branch: perl
41051            ! lib/warnings/register.pm
41052 ____________________________________________________________________________
41053 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
41054         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
41055              From: Michael G Schwern <schwern@pobox.com>
41056              Date: Thu, 20 Sep 2001 22:54:02 -0400
41057              Message-ID: <20010920225402.A3611@blackrider>
41058      Branch: perl
41059            ! lib/Cwd.pm
41060 ____________________________________________________________________________
41061 [ 12113] By: ams                                   on 2001/09/21  17:08:24
41062         Log: Subject: [PATCH] avoid v-strings with require/use
41063              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41064              Date: Fri, 21 Sep 2001 12:34:40 -0400
41065              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
41066      Branch: perl
41067            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
41068            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
41069            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
41070            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
41071            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
41072            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
41073            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
41074            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
41075            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
41076            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
41077            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
41078            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
41079            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
41080            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
41081            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
41082            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
41083            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
41084            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
41085            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
41086 ____________________________________________________________________________
41087 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
41088         Log: Update Changes.
41089      Branch: perl
41090            ! Changes patchlevel.h
41091 ____________________________________________________________________________
41092 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
41093         Log: Make AIX and Tru64 compilers happy.  
41094      Branch: perl
41095            ! ext/threads/threads.h ext/threads/threads.xs
41096 ____________________________________________________________________________
41097 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
41098         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
41099              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
41100              Date: 21 Sep 2001 09:16:37 -0000
41101              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
41102      Branch: perl
41103            ! toke.c
41104 ____________________________________________________________________________
41105 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
41106         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
41107              From: Michael G Schwern <schwern@pobox.com>
41108              Date: Thu, 20 Sep 2001 21:21:34 -0400
41109              Message-ID: <20010920212134.Y28291@blackrider>
41110      Branch: perl
41111            ! pp_sys.c
41112 ____________________________________________________________________________
41113 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
41114         Log: Subject: Re: GDB Debugging Macros from mod_perl
41115              From: rspier@pobox.com (Robert Spier)
41116              Date: Thu, 20 Sep 2001 22:45:03 -0700
41117              Message-ID: <15274.54239.413929.49430@rls.cx>
41118      Branch: perl
41119            ! pod/perltodo.pod
41120 ____________________________________________________________________________
41121 [ 12105] By: sky                                   on 2001/09/21  10:33:34
41122         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
41123              timezone! GetSystemTime should be available on all Win32 
41124              platforms we support. Perhaps Time::HiRes should be extended to
41125              support WinCE and Novell?
41126      Branch: perl
41127            ! ext/Time/HiRes/HiRes.xs
41128 ____________________________________________________________________________
41129 [ 12104] By: sky                                   on 2001/09/21  08:12:39
41130         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
41131      Branch: perl
41132            ! ext/threads/threads.h ext/threads/threads.xs
41133 ____________________________________________________________________________
41134 [ 12103] By: sky                                   on 2001/09/21  07:57:41
41135         Log: Rename the *thread* functions to Perl_* to avoid clashes.
41136              Notably on AIX but could become a problem on other platforms.
41137      Branch: perl
41138            ! ext/threads/threads.h ext/threads/threads.xs
41139 ____________________________________________________________________________
41140 [ 12102] By: sky                                   on 2001/09/21  07:35:30
41141         Log: Add the shared sv space to the global vars.
41142              Fix problems compiling on win32.
41143      Branch: perl
41144            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
41145            ! sharedsv.c sharedsv.h
41146 ____________________________________________________________________________
41147 [ 12101] By: ams                                   on 2001/09/21  00:19:55
41148         Log: Subject: [PATCH] win32/Makefile warning fix
41149              From: Blair Zajac <blair@orcaware.com>
41150              Date: Thu, 20 Sep 2001 18:15:43 -0700
41151              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
41152      Branch: perl
41153            ! win32/Makefile
41154 ____________________________________________________________________________
41155 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
41156         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
41157              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
41158              Date: Thu, 20 Sep 2001 18:36:22 +0200
41159              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
41160      Branch: perl
41161            ! lib/ExtUtils/Command.t
41162 ____________________________________________________________________________
41163 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
41164         Log: Cant spl wirth a dam.
41165      Branch: perl
41166            ! intrpvar.h
41167 ____________________________________________________________________________
41168 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
41169         Log: Don't use C++ comments.
41170      Branch: perl
41171            ! ext/threads/threads.xs
41172 ____________________________________________________________________________
41173 [ 12097] By: ams                                   on 2001/09/20  21:42:07
41174         Log: Change #12044 didn't.
41175      Branch: perl
41176            ! lib/constant.pm
41177 ____________________________________________________________________________
41178 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
41179         Log: Metaconfig unit changes for #12095.
41180      Branch: metaconfig
41181            ! U/modified/Myinit.U U/modified/libs.U
41182 ____________________________________________________________________________
41183 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
41184         Log: Remove iconv references since we are not using it
41185              and not going to; regen perltoc, perlmodlib.
41186              (Some references still linger in perltoc, have to figure
41187              out where they are coming from.)
41188      Branch: perl
41189            ! Configure NetWare/config.wc NetWare/config_H.wc
41190            ! Porting/Glossary Porting/config.sh Porting/config_H
41191            ! config_h.SH configure.com epoc/config.sh perl.h
41192            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
41193            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41194            ! vos/config.ga.h win32/config.bc win32/config.gc
41195            ! win32/config.vc win32/config_H.bc win32/config_H.gc
41196            ! win32/config_H.vc wince/config.ce wince/config.h
41197            ! wince/config_H.ce
41198 ____________________________________________________________________________
41199 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
41200         Log: Subject: [PATCH docs] Re: ARGV and read
41201              From: Dave Mitchell <davem@fdgroup.co.uk>
41202              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
41203              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
41204      Branch: perl
41205            ! pod/perltodo.pod pod/perlvar.pod
41206 ____________________________________________________________________________
41207 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
41208         Log: Fresh copies from the cvs.perl.org perlfaq repository.
41209      Branch: perl
41210            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
41211            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
41212            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
41213            ! pod/perlfaq9.pod
41214 ____________________________________________________________________________
41215 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
41216         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
41217              From: Nicholas Clark <nick@ccl4.org>
41218              Date: Thu, 20 Sep 2001 14:27:08 +0100
41219              Message-ID: <20010920142708.X4971@plum.flirble.org>
41220      Branch: perl
41221            ! pp_pack.c t/op/pack.t
41222 ____________________________________________________________________________
41223 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
41224         Log: The sharedsv_space* are variables, not code.  Duh.
41225      Branch: perl
41226            ! intrpvar.h makedef.pl
41227 ____________________________________________________________________________
41228 [ 12090] By: ams                                   on 2001/09/20  11:26:06
41229         Log: Subject: [patch lib/lib_pm.PL]
41230              From: Stas Bekman <stas@stason.org>
41231              Date: Thu, 20 Sep 2001 18:48:53 +0800
41232              Message-Id: <3BA9C995.6010302@stason.org>
41233              (Applied by hand.)
41234      Branch: perl
41235            ! lib/lib_pm.PL
41236 ____________________________________________________________________________
41237 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
41238         Log: Only 21 tests, skipping or not.
41239      Branch: perl
41240            ! lib/ExtUtils/Command.t
41241 ____________________________________________________________________________
41242 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
41243         Log: New exported symbols.
41244      Branch: perl
41245            ! makedef.pl
41246 ____________________________________________________________________________
41247 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
41248         Log: Update Changes.
41249      Branch: perl
41250            ! Changes patchlevel.h
41251 ____________________________________________________________________________
41252 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
41253         Log: Correct numbering of the tests is useful.
41254      Branch: perl
41255            ! ext/threads/t/basic.t
41256 ____________________________________________________________________________
41257 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
41258         Log: More tests now too.
41259      Branch: perl
41260            ! lib/ExtUtils/Command.t
41261 ____________________________________________________________________________
41262 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
41263         Log: More tests now.
41264      Branch: perl
41265            ! ext/threads/t/basic.t
41266 ____________________________________________________________________________
41267 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
41268         Log: The test assumed 7-bit ASCII.  Now it "just"
41269              assumes 8-bit whatever.
41270      Branch: perl
41271            ! t/op/crypt.t
41272 ____________________________________________________________________________
41273 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
41274         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
41275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41276              Date: Wed, 19 Sep 2001 11:45:28 +0200
41277              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
41278              
41279              Lvalue casts are not portable.
41280      Branch: perl
41281            ! ext/threads/threads.xs
41282 ____________________________________________________________________________
41283 [ 12081] By: sky                                   on 2001/09/19  10:17:52
41284         Log: Make the basic test contain only realy basic API tests
41285              Seems to be a problem with detach.
41286      Branch: perl
41287            ! ext/threads/t/basic.t
41288 ____________________________________________________________________________
41289 [ 12080] By: ams                                   on 2001/09/19  01:23:55
41290         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
41291              From: Michael G Schwern <schwern@pobox.com>
41292              Date: Tue, 18 Sep 2001 19:53:48 -0400
41293              Message-Id: <20010918195348.M585@blackrider>
41294              
41295              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
41296              From: Michael G Schwern <schwern@pobox.com>
41297              Date: Tue, 18 Sep 2001 22:07:13 -0400
41298              Message-Id: <20010918220713.B19616@blackrider>
41299      Branch: perl
41300            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
41301            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41302            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
41303            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
41304            ! lib/Test/Tutorial.pod
41305 ____________________________________________________________________________
41306 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
41307         Log: Indent the test a bit.
41308      Branch: perl
41309            ! ext/threads/t/basic.t
41310 ____________________________________________________________________________
41311 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
41312         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
41313              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
41314              Date: Tue, 18 Sep 2001 18:06:44 +0200
41315              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
41316      Branch: perl
41317            ! win32/win32.c
41318 ____________________________________________________________________________
41319 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
41320         Log: Subject: stat access time is wrong on Win95
41321              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
41322              Date: Tue, 18 Sep 2001 21:59:24 +0200
41323              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
41324      Branch: perl
41325            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
41326 ____________________________________________________________________________
41327 [ 12076] By: ams                                   on 2001/09/18  22:11:25
41328         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
41329              From: Michael G Schwern <schwern@pobox.com>
41330              Date: Tue, 18 Sep 2001 18:47:14 -0400
41331              Message-Id: <20010918184714.I585@blackrider>
41332      Branch: perl
41333            ! t/op/crypt.t
41334 ____________________________________________________________________________
41335 [ 12075] By: sky                                   on 2001/09/18  19:29:37
41336         Log: two test failures
41337              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41338              Message-ID: <20010918221702.A17408@rafael>
41339              partly applied, #12074 already fixed half the patch
41340      Branch: perl
41341            ! ext/threads/t/basic.t
41342 ____________________________________________________________________________
41343 [ 12074] By: sky                                   on 2001/09/18  18:49:03
41344         Log: Fixes test case failure introduced by #12071, the warning is
41345              now correctly spelled :-)
41346      Branch: perl
41347            ! ext/IO/lib/IO/t/io_sel.t
41348 ____________________________________________________________________________
41349 [ 12073] By: sky                                   on 2001/09/18  18:46:22
41350         Log: Make the test behave properly!
41351      Branch: perl
41352            ! ext/threads/t/basic.t
41353 ____________________________________________________________________________
41354 [ 12072] By: ams                                   on 2001/09/18  18:44:59
41355         Log: OP_RCATLINE is an SVOP, not a BASEOP.
41356      Branch: perl
41357            ! opcode.h opcode.pl
41358 ____________________________________________________________________________
41359 [ 12071] By: ams                                   on 2001/09/18  18:06:27
41360         Log: Deprecate != Depreciate.
41361      Branch: perl
41362            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
41363            ! lib/Pod/ParseUtils.pm
41364 ____________________________________________________________________________
41365 [ 12070] By: ams                                   on 2001/09/18  15:14:58
41366         Log: Subject: [PATCH] Getopt::Std cleanup
41367              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41368              Date: Tue, 18 Sep 2001 17:32:13 +0200
41369              Message-Id: <20010918173213.C777@rafael>
41370      Branch: perl
41371            ! lib/Getopt/Std.pm lib/Getopt/Std.t
41372 ____________________________________________________________________________
41373 [ 12069] By: sky                                   on 2001/09/18  14:56:33
41374         Log: Forgot the makefile
41375      Branch: perl
41376            + ext/threads/Makefile.PL
41377 ____________________________________________________________________________
41378 [ 12068] By: sky                                   on 2001/09/18  14:13:26
41379         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
41380              The test will fail because of Test.pm not knowing about threads. 
41381              basic needs to be manually tested
41382              compile time warnings on IV2PTR conversions need to be fixed
41383      Branch: perl
41384            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
41385            + ext/threads/threads.h ext/threads/threads.pm
41386            + ext/threads/threads.xs
41387            ! MANIFEST
41388 ____________________________________________________________________________
41389 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
41390         Log: DJGPP tweak from Laszlo Molnar.
41391      Branch: perl
41392            ! djgpp/config.over
41393 ____________________________________________________________________________
41394 [ 12066] By: sky                                   on 2001/09/18  10:24:31
41395         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
41396      Branch: perl
41397            ! sharedsv.c sharedsv.h
41398 ____________________________________________________________________________
41399 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
41400         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
41401              ditto ^cns.
41402      Branch: perl
41403            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
41404            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
41405            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
41406            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
41407            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
41408            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
41409            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
41410            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
41411            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
41412            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
41413            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
41414            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
41415            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
41416            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
41417            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
41418            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
41419            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
41420            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
41421            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
41422            + ext/Encode/Encode/ir-197.enc
41423            - ext/Encode/Encode/cns11643-1.enc
41424            - ext/Encode/Encode/cns11643-2.enc
41425            - ext/Encode/Encode/iso2022-cn.enc
41426            - ext/Encode/Encode/iso2022-jp.enc
41427            - ext/Encode/Encode/iso2022-jp1.enc
41428            - ext/Encode/Encode/iso2022-jp2.enc
41429            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
41430            - ext/Encode/Encode/iso8859-1.enc
41431            - ext/Encode/Encode/iso8859-1.ucm
41432            - ext/Encode/Encode/iso8859-10.enc
41433            - ext/Encode/Encode/iso8859-10.ucm
41434            - ext/Encode/Encode/iso8859-11.enc
41435            - ext/Encode/Encode/iso8859-11.ucm
41436            - ext/Encode/Encode/iso8859-13.enc
41437            - ext/Encode/Encode/iso8859-13.ucm
41438            - ext/Encode/Encode/iso8859-14.enc
41439            - ext/Encode/Encode/iso8859-14.ucm
41440            - ext/Encode/Encode/iso8859-15.enc
41441            - ext/Encode/Encode/iso8859-15.ucm
41442            - ext/Encode/Encode/iso8859-16.enc
41443            - ext/Encode/Encode/iso8859-16.ucm
41444            - ext/Encode/Encode/iso8859-2.enc
41445            - ext/Encode/Encode/iso8859-2.ucm
41446            - ext/Encode/Encode/iso8859-3.enc
41447            - ext/Encode/Encode/iso8859-3.ucm
41448            - ext/Encode/Encode/iso8859-4.enc
41449            - ext/Encode/Encode/iso8859-4.ucm
41450            - ext/Encode/Encode/iso8859-5.enc
41451            - ext/Encode/Encode/iso8859-5.ucm
41452            - ext/Encode/Encode/iso8859-6.enc
41453            - ext/Encode/Encode/iso8859-6.ucm
41454            - ext/Encode/Encode/iso8859-7.enc
41455            - ext/Encode/Encode/iso8859-7.ucm
41456            - ext/Encode/Encode/iso8859-8.enc
41457            - ext/Encode/Encode/iso8859-8.ucm
41458            - ext/Encode/Encode/iso8859-9.enc
41459            - ext/Encode/Encode/iso8859-9.ucm
41460            - ext/Encode/Encode/isoir-197.enc
41461            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
41462 ____________________________________________________________________________
41463 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
41464         Log: Must Uppercase.
41465      Branch: perl
41466            ! ext/Encode/Encode.pm
41467 ____________________________________________________________________________
41468 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
41469         Log: Add various encodings.
41470      Branch: perl
41471            + ext/Encode/Encode/iso8859-11.enc
41472            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
41473            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
41474            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
41475            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
41476            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
41477            + ext/Encode/Encode/viscii.ucm
41478            ! MANIFEST ext/Encode/Encode.pm
41479 ____________________________________________________________________________
41480 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
41481         Log: lib/unicode relic.
41482      Branch: perl
41483            ! ext/Encode/compile
41484 ____________________________________________________________________________
41485 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
41486         Log: Subject: [PATCH] Re: filename problems
41487              From: Michael G Schwern <schwern@pobox.com>
41488              Date: Mon, 17 Sep 2001 17:26:26 -0400
41489              Message-ID: <20010917172626.Q585@blackrider>
41490      Branch: perl
41491            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
41492            - t/lib/sample-tests/header_at_end
41493            - t/lib/sample-tests/header_at_end_fail
41494            ! MANIFEST lib/Test/Harness/t/test-harness.t
41495 ____________________________________________________________________________
41496 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
41497         Log: Explicitly explain the 1e9 seconds, not everybody
41498              is a C geek.
41499      Branch: perl
41500            ! ext/Time/HiRes/HiRes.pm
41501 ____________________________________________________________________________
41502 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
41503         Log: Explain an apparent bug reported by
41504              Richard J. Barbalace <rjbarbal@MIT.EDU>,
41505              with additional explanation from Gisle Aas.
41506      Branch: perl
41507            ! ext/Time/HiRes/HiRes.pm
41508 ____________________________________________________________________________
41509 [ 12058] By: ams                                   on 2001/09/17  19:52:01
41510         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
41511              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41512              Date: Mon, 17 Sep 2001 22:48:05 +0200
41513              Message-Id: <20010917224805.C11744@rafael>
41514      Branch: perl
41515            ! t/lib/warnings/op t/lib/warnings/pp
41516 ____________________________________________________________________________
41517 [ 12057] By: ams                                   on 2001/09/17  16:51:18
41518         Log: Its a nit!
41519      Branch: perl
41520            ! sv.h
41521 ____________________________________________________________________________
41522 [ 12056] By: ams                                   on 2001/09/17  16:47:55
41523         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
41524              From: "Craig A. Berry" <craigberry@mac.com>
41525              Date: Mon, 17 Sep 2001 12:34:20 -0500
41526              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
41527      Branch: perl
41528            ! vms/vms.c
41529 ____________________________________________________________________________
41530 [ 12055] By: ams                                   on 2001/09/17  16:05:15
41531         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
41532              From: Gisle Aas <gisle@ActiveState.com>
41533              Date: 16 Apr 2001 16:20:34 -0700
41534              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
41535              (Applied by hand.)
41536      Branch: perl
41537            ! lib/CPAN.pm lib/CPAN/Nox.pm
41538 ____________________________________________________________________________
41539 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
41540         Log: Update Changes.
41541      Branch: perl
41542            ! Changes patchlevel.h
41543 ____________________________________________________________________________
41544 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
41545         Log: Adding new files to the MANIFEST is always nice.
41546      Branch: perl
41547            ! MANIFEST
41548 ____________________________________________________________________________
41549 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
41550         Log: Reindent the PerlIO files (suggested by NI-S), used
41551              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
41552              (GNU indent).  Note that wholesale re-indenting might
41553              be nice, but that would break nice formatting/alignment
41554              of assignments, equality testing, and complex boolean
41555              expressions with lots of &s and |s.
41556      Branch: perl
41557            ! perlio.c perlio.h perliol.h
41558 ____________________________________________________________________________
41559 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
41560         Log: Add a script for being 8.3-polite.
41561              The found conflicts are being worked on.
41562      Branch: perl
41563            + check83.pl
41564            ! MANIFEST Porting/pumpkin.pod
41565 ____________________________________________________________________________
41566 [ 12050] By: sky                                   on 2001/09/17  12:44:36
41567         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
41568              finding it.
41569      Branch: perl
41570            ! sv.c
41571 ____________________________________________________________________________
41572 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
41573         Log: Bump up versions because of #12041.
41574      Branch: perl
41575            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
41576            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
41577            ! lib/Time/localtime.pm
41578 ____________________________________________________________________________
41579 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
41580         Log: Bump the version number because of #12042.
41581      Branch: perl
41582            ! lib/CPAN/FirstTime.pm
41583 ____________________________________________________________________________
41584 [ 12047] By: ams                                   on 2001/09/17  11:21:40
41585         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
41586              From: Abhijit Menon-Sen <ams@wiw.org>
41587              Date: Mon, 17 Sep 2001 17:44:12 +0530
41588              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
41589      Branch: perl
41590            ! op.c
41591 ____________________________________________________________________________
41592 [ 12046] By: sky                                   on 2001/09/17  07:14:17
41593         Log: Subject: Re: t/op/ver.t using skip() improperly
41594              From: "chromatic" <chromatic@rmci.net>
41595              Date: Mon, 17 Sep 2001 00:22:29 -0600
41596              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
41597      Branch: perl
41598            ! t/op/ver.t
41599 ____________________________________________________________________________
41600 [ 12045] By: nick                                  on 2001/09/17  07:12:14
41601         Log: Integrate mainline
41602      Branch: perlio
41603           +> t/op/chdir.t
41604           !> (integrate 117 files)
41605 ____________________________________________________________________________
41606 [ 12044] By: ams                                   on 2001/09/17  05:49:53
41607         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
41608              From: Ilmari Karonen <iltzu@sci.fi>
41609              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
41610              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
41611              (And $VERSION = '1.05'.)
41612      Branch: perl
41613            ! lib/constant.pm
41614 ____________________________________________________________________________
41615 [ 12043] By: ams                                   on 2001/09/17  05:44:50
41616         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
41617              From: Michael G Schwern <schwern@pobox.com>
41618              Date: Mon, 17 Sep 2001 07:49:04 +0200
41619              Message-Id: <20010917074904.V1588@blackrider>
41620              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
41621      Branch: perl
41622            + t/op/chdir.t
41623            ! MANIFEST pp_sys.c
41624 ____________________________________________________________________________
41625 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
41626         Log: Subject: Re: CPAN.pm needs some hacking 
41627              From: "chromatic" <chromatic@rmci.net>
41628              Date: Sun, 16 Sep 2001 16:46:29 -0600
41629              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
41630      Branch: perl
41631            ! lib/CPAN/FirstTime.pm
41632 ____________________________________________________________________________
41633 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
41634         Log: Change use|require 5.005_64 to use|require 5.6.1.
41635      Branch: perl
41636            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
41637            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
41638            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
41639            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
41640            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
41641            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
41642            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
41643            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
41644            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
41645            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
41646            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
41647            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
41648            ! lib/base.pm lib/fields.pm
41649 ____________________________________________________________________________
41650 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
41651         Log: Bump up version numbers.
41652              
41653              TODO 1: double check that pre-5.6.1 CPAN.pm:s
41654              don't try to download 5.8.0 because of the
41655              version numbers.  Mainly this means using _00
41656              in the core version numbers.
41657              
41658              TODO 2: the "use 5.005_64" in many modules
41659              needs to be changed to, say, "use 5.6.1".
41660      Branch: perl
41661            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
41662            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
41663            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
41664            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
41665            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
41666            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
41667            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
41668            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
41669            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
41670            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
41671            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
41672 ____________________________________________________________________________
41673 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
41674         Log: Use UCHARAT() as suggested by Inaba Hiroto.
41675      Branch: perl
41676            ! regexec.c
41677 ____________________________________________________________________________
41678 [ 12038] By: ams                                   on 2001/09/16  15:16:24
41679         Log: Subject: [PATCH] Re: Core module version numbers review
41680              From: Peter Scott <Peter@PSDT.com>
41681              Date: Sun, 16 Sep 2001 09:09:58 -0700
41682              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
41683      Branch: perl
41684            ! lib/perl5db.pl
41685 ____________________________________________________________________________
41686 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
41687         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
41688              not yet fully implemented.
41689      Branch: perl
41690            ! pod/perlfunc.pod pod/perlunicode.pod
41691 ____________________________________________________________________________
41692 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
41693         Log: Subject: [patch] plug PL_beginav_save leak
41694              From: Doug MacEachern <dougm@covalent.net>
41695              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
41696              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
41697      Branch: perl
41698            ! perl.c
41699 ____________________________________________________________________________
41700 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
41701         Log: (accidentally empty checkin)
41702      Branch: perl
41703            ! sv.c
41704 ____________________________________________________________________________
41705 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
41706         Log: Subject: [patch] ithreads+PL_beginav_save
41707              From: Doug MacEachern <dougm@covalent.net>
41708              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
41709              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
41710      Branch: perl
41711            ! sv.c
41712 ____________________________________________________________________________
41713 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
41714         Log: Subject: [PATCH] h2xs.PL with C::Scan
41715              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41716              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
41717              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
41718      Branch: perl
41719            ! utils/h2xs.PL
41720 ____________________________________________________________________________
41721 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
41722         Log: Elaborate (well, make more vague, really) #12030.
41723      Branch: perl
41724            ! pod/perltodo.pod pod/perlunicode.pod
41725 ____________________________________________________________________________
41726 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
41727         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
41728              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41729              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
41730              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
41731      Branch: perl
41732            ! regexec.c
41733 ____________________________________________________________________________
41734 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
41735         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
41736              are not yet complete.
41737      Branch: perl
41738            ! pod/perltodo.pod pod/perlunicode.pod
41739 ____________________________________________________________________________
41740 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
41741         Log: Document what's still to be done on the regular expression
41742              Unicode support, based on the UTR#18.
41743      Branch: perl
41744            ! pod/perltodo.pod pod/perlunicode.pod
41745 ____________________________________________________________________________
41746 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
41747         Log: Regen headers.
41748      Branch: perl
41749            ! embedvar.h perlapi.h
41750 ____________________________________________________________________________
41751 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
41752         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
41753              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41754              Date: Sun, 09 Sep 2001 18:41:54 +0100
41755              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
41756      Branch: perl
41757            ! Porting/findvars ext/ByteLoader/bytecode.h
41758            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
41759            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
41760 ____________________________________________________________________________
41761 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
41762         Log: enable most warnings for windows build; fix the various typecasting
41763              nits that showed up (no bugfixes here)
41764      Branch: maint-5.6/perl
41765            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
41766            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
41767            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
41768            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
41769            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
41770            ! x2p/walk.c
41771 ____________________________________________________________________________
41772 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
41773         Log: Integrate change #12024 from maintperl
41774              (a local() precedence bug)
41775      Branch: perl
41776           !> lib/ExtUtils/Install.pm
41777 ____________________________________________________________________________
41778 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
41779         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
41780              change#8642
41781      Branch: maint-5.6/perl
41782            ! lib/ExtUtils/Install.pm
41783 ____________________________________________________________________________
41784 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
41785         Log: Update Changes.
41786      Branch: perl
41787            ! Changes patchlevel.h
41788 ____________________________________________________________________________
41789 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
41790         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
41791              From: "chromatic" <chromatic@rmci.net>
41792              Date: Fri, 14 Sep 2001 09:44:57 -0600 
41793              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
41794      Branch: perl
41795            ! lib/ExtUtils/Manifest.t
41796 ____________________________________________________________________________
41797 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
41798         Log: Hopefully better skipping of the Complete.t tests
41799              in case of not a tty. 
41800      Branch: perl
41801            ! lib/Term/Complete.t t/op/stat.t
41802 ____________________________________________________________________________
41803 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
41804         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
41805              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41806              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
41807              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
41808      Branch: perl
41809            ! regexec.c t/op/pat.t
41810 ____________________________________________________________________________
41811 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
41812         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
41813              From: Robin Barker <rmb1@cise.npl.co.uk>
41814              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
41815              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
41816      Branch: perl
41817            ! pod/perlport.pod
41818 ____________________________________________________________________________
41819 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
41820         Log: NetWare tweaks from Ananth Kesari.
41821      Branch: perl
41822            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41823            ! NetWare/nwutil.h
41824 ____________________________________________________________________________
41825 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
41826         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
41827              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41828              Date: Fri, 14 Sep 2001 10:51:13 +0200
41829              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
41830      Branch: perl
41831            ! pod/perlport.pod
41832 ____________________________________________________________________________
41833 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
41834         Log: Subject: Re: [PATCH 2 pl2pm.PL]
41835              From: Joe Smith <Joe.Smith@inwap.com>
41836              Date: Fri, 14 Sep 2001 00:13:32 -0700
41837              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
41838              
41839              Eradicate qu.
41840      Branch: perl
41841            ! keywords.h keywords.pl utils/pl2pm.PL
41842 ____________________________________________________________________________
41843 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
41844         Log: Retract #12013, didn't go over too well in Tru64.
41845      Branch: perl
41846            ! embed.h embed.pl sv.h
41847 ____________________________________________________________________________
41848 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
41849         Log: Subject: [PATCH] Execute files of debugger commands
41850              From: Peter Scott <Peter@PSDT.com>
41851              Date: Thu, 13 Sep 2001 15:26:31 -0700
41852              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
41853      Branch: perl
41854            ! lib/perl5db.pl pod/perldebug.pod
41855 ____________________________________________________________________________
41856 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
41857         Log: (Retracted by #12015)
41858              Subject: [proposed PATCH] Re: perl@11920
41859              From: Nicholas Clark <nick@ccl4.org>
41860              Date: Wed, 12 Sep 2001 23:46:09 +0100
41861              Message-ID: <20010912234609.H4971@plum.flirble.org>     
41862      Branch: perl
41863            ! embed.h embed.pl sv.h
41864 ____________________________________________________________________________
41865 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
41866         Log: ucblib shouldn't be linked against in nonstop-ux,
41867              from Tom Bates.
41868      Branch: perl
41869            ! hints/nonstopux.sh
41870 ____________________________________________________________________________
41871 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
41872         Log: Do stty only if we have stty.
41873              
41874              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
41875      Branch: perl
41876            ! lib/Term/Complete.pm
41877 ____________________________________________________________________________
41878 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
41879         Log: Skip the test if not running on a tty.
41880      Branch: perl
41881            ! lib/Term/Complete.t
41882 ____________________________________________________________________________
41883 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
41884         Log: Regen headers.
41885      Branch: perl
41886            ! embed.h opcode.h pod/perlapi.pod proto.h
41887 ____________________________________________________________________________
41888 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
41889         Log: Subject: [PATCH op.c] Re: perl@12003
41890              From: Robin Barker <rmb1@cise.npl.co.uk>
41891              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
41892              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
41893      Branch: perl
41894            ! op.c
41895 ____________________________________________________________________________
41896 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
41897         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
41898              From: Robin Barker <rmb1@cise.npl.co.uk>
41899              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
41900              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
41901      Branch: perl
41902            ! sv.c
41903 ____________________________________________________________________________
41904 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
41905         Log: Upgrade to Memoize 0.66.
41906      Branch: perl
41907            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
41908            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
41909            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
41910 ____________________________________________________________________________
41911 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
41912         Log: Subject: [ID 20010912.007] substr reference core dump
41913              From: me-01@ton.iguana.be
41914              Date: 12 Sep 2001 14:11:16 -0000
41915              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
41916      Branch: perl
41917            ! mg.c
41918 ____________________________________________________________________________
41919 [ 12004] By: ams                                   on 2001/09/12  01:13:49
41920         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
41921              From: Ilmari Karonen <iltzu@sci.fi>
41922              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
41923              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
41924      Branch: perl
41925            ! pod/perlfaq4.pod
41926 ____________________________________________________________________________
41927 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
41928         Log: Update Changes.
41929      Branch: perl
41930            ! Changes patchlevel.h
41931 ____________________________________________________________________________
41932 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
41933         Log: NetWare update from Ananth Kesari.
41934      Branch: perl
41935            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41936            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
41937 ____________________________________________________________________________
41938 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
41939         Log: Retract #11984: div() being redefined, and 1397
41940              failing on 64-bit platforms.
41941      Branch: perl
41942            ! lib/Math/BigInt/Calc.pm
41943 ____________________________________________________________________________
41944 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
41945         Log: Metaconfig unit change for #11999.
41946      Branch: metaconfig
41947            ! U/protos/d_lseekproto.U
41948 ____________________________________________________________________________
41949 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
41950         Log: The lseek fix (#11991) was no fix.
41951      Branch: perl
41952            ! Configure
41953 ____________________________________________________________________________
41954 [ 11998] By: sky                                   on 2001/09/11  07:52:06
41955         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
41956              From: Matt Sergeant <MSergeant@star.net.uk>
41957              Date: Tue, 11 Sep 2001 09:22:32 +0100
41958              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
41959      Branch: perl
41960            ! ext/Encode/Encode.pm
41961 ____________________________________________________________________________
41962 [ 11997] By: sky                                   on 2001/09/11  06:35:29
41963         Log: Sometimes dTHX is added because it is needed on non 
41964              gnuc platforms, but not needed there. This uses GCC
41965              to silence GCC specific warnings by marking pTHX as 
41966              unused.
41967      Branch: perl
41968            ! perl.h
41969 ____________________________________________________________________________
41970 [ 11996] By: nick                                  on 2001/09/11  06:25:27
41971         Log: Integrate mainline
41972      Branch: perlio
41973            - ext/POSIX/sigaction.t lib/File/Find/taint.t
41974           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
41975 ____________________________________________________________________________
41976 [ 11995] By: nick                                  on 2001/09/11  06:23:39
41977         Log: Part Integrate mainline
41978      Branch: perlio
41979           +> (branch 69 files)
41980            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
41981            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
41982            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
41983            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41984            - lib/Switch/t/switch_case.t lib/Test/Harness.t
41985            - lib/Test/More/Changes lib/Test/More/t/More.t
41986            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41987            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41988            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
41989            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
41990            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
41991            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
41992            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
41993            - t/lib/Test/More/Catch.pm wince/perl.ico
41994           !> (integrate 197 files)
41995 ____________________________________________________________________________
41996 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
41997         Log: Subject: Re: [PATCH] Encode.pm docs fix
41998              From: Gisle Aas <gisle@ActiveState.com>
41999              Date: 10 Sep 2001 11:27:02 -0700
42000              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
42001      Branch: perl
42002            ! ext/Encode/Encode.pm
42003 ____________________________________________________________________________
42004 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
42005         Log: Fix unpack U to be the reverse of pack U
42006              (but implement unpack U0U as a backdoor to get
42007              the UTF-8 malformed warnings from un-UTF-8 data)
42008      Branch: perl
42009            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
42010 ____________________________________________________________________________
42011 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
42012         Log: Metaconfig unit change for #11991;
42013              delete an unused unit (d_strtoull.U is the one used)
42014      Branch: metaconfig
42015            ! U/protos/d_lseekproto.U
42016      Branch: metaconfig/U/perl
42017            - strtoull.U
42018 ____________________________________________________________________________
42019 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
42020         Log: Subject: [PATCH] Configure not recording lseek proto
42021              From: Blair Zajac <blair@orcaware.com>
42022              Date: Mon, 10 Sep 2001 17:52:37 -0700
42023              Message-ID: <3B9D6055.BA334A31@orcaware.com>
42024              
42025              plus regen Configure.
42026      Branch: perl
42027            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42028            ! config_h.SH uconfig.h
42029 ____________________________________________________________________________
42030 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
42031         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?)))                  
42032              From: Nicholas Clark <nick@ccl4.org>
42033              Date: Tue, 11 Sep 2001 00:00:31 +0100
42034              Message-ID: <20010911000031.G1512@plum.flirble.org>
42035      Branch: perl
42036            + t/op/qq.t
42037            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
42038 ____________________________________________________________________________
42039 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
42040         Log: Subject: [PATCH] Building on win32 w/o perlio
42041              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
42042              Date: Mon, 10 Sep 2001 23:38:46 +0200
42043              Message-ID: <3B9D4F06.14433.2C37644@localhost>
42044      Branch: perl
42045            ! perl.c win32/Makefile win32/makefile.mk
42046 ____________________________________________________________________________
42047 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
42048         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
42049              From: "chromatic" <chromatic@rmci.net>
42050              Date: Mon, 10 Sep 2001 15:14:01 -0600
42051              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
42052      Branch: perl
42053            + lib/CGI/t/push.t
42054            ! MANIFEST
42055 ____________________________________________________________________________
42056 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
42057         Log: Subject: avoiding hoardes of zombies
42058              From: Nicholas Clark <nick@ccl4.org>
42059              Date: Mon, 10 Sep 2001 22:00:40 +0100
42060              Message-ID: <20010910220040.C1512@plum.flirble.org>
42061      Branch: perl
42062            ! pod/perlipc.pod
42063 ____________________________________________________________________________
42064 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
42065         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
42066              From: John Peacock <jpeacock@rowman.com>
42067              Date: Mon, 10 Sep 2001 16:34:30 -0400
42068              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
42069      Branch: perl
42070            ! sv.c t/op/ver.t utf8.h
42071 ____________________________________________________________________________
42072 [ 11985] By: ams                                   on 2001/09/10  23:20:13
42073         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
42074      Branch: perl
42075            ! MANIFEST
42076 ____________________________________________________________________________
42077 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
42078         Log: (Retracted by #12001)
42079              Subject: Calc with USE_MUL/USE_DIV
42080              From: Tels <perl_dummy@bloodgate.com>
42081              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
42082              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
42083      Branch: perl
42084            ! lib/Math/BigInt/Calc.pm
42085 ____________________________________________________________________________
42086 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
42087         Log: Subject: [PATCH op.c] Re: perl@11978
42088              From: Robin Barker <rmb1@cise.npl.co.uk>
42089              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
42090              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
42091              
42092              Format errors.
42093      Branch: perl
42094            ! op.c
42095 ____________________________________________________________________________
42096 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
42097         Log: Switch PADOFFSET back to U32 both because of binary backward
42098              compatibility and because Arthur seems to have been fixing the
42099              problems with naughty integer-pointer casting.
42100      Branch: perl
42101            ! op.h
42102 ____________________________________________________________________________
42103 [ 11981] By: ams                                   on 2001/09/10  16:31:43
42104         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
42105              Fix Pod Typo, Add Test for ExtUtils::Command
42106              From: "chromatic" <chromatic@rmci.net>
42107              Date: Mon, 10 Sep 2001 11:20:56 -0600
42108              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
42109      Branch: perl
42110            + lib/ExtUtils/Command.t
42111            ! MANIFEST lib/ExtUtils/Command.pm
42112 ____________________________________________________________________________
42113 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
42114         Log: Subject: [PATCH] Encode.pm docs fix
42115              From: Matt Sergeant <MSergeant@star.net.uk>
42116              Date: Mon, 10 Sep 2001 15:24:01 +0100
42117              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
42118      Branch: perl
42119            ! ext/Encode/Encode.pm
42120 ____________________________________________________________________________
42121 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
42122         Log: Update Changes.
42123      Branch: perl
42124            ! Changes patchlevel.h
42125 ____________________________________________________________________________
42126 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
42127         Log: Revert #11973, the dTHX seems to be needed in there
42128              for threaded builds.
42129      Branch: perl
42130            ! perlio.c
42131 ____________________________________________________________________________
42132 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
42133         Log: Detypo.
42134      Branch: perl
42135            ! pod/perlguts.pod
42136 ____________________________________________________________________________
42137 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
42138         Log: Further Class::Struct patching from Damian.
42139              
42140              The new new semantics are:
42141              
42142              * If you pass an initializer for a nested object, it has to be:
42143              a) a reference to an object of that class, or      
42144              b) a reference to an object of a subclass of that class, or
42145              c) a reference to a hash of arguments to be passed to the
42146              class's constructor
42147              * If you pass no initializer for a nested object, the attribute
42148              is initialized to C<undef>
42149      Branch: perl
42150            ! lib/Class/Struct.pm
42151 ____________________________________________________________________________
42152 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
42153         Log: Skip the crypt test if no crypt.
42154      Branch: perl
42155            ! t/op/crypt.t
42156 ____________________________________________________________________________
42157 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
42158         Log: Warn against using bare v-strings as IP addresses
42159              (okay if using the wrappers from Socket)
42160      Branch: perl
42161            ! pod/perldata.pod pod/perlport.pod
42162 ____________________________________________________________________________
42163 [ 11973] By: sky                                   on 2001/09/10  11:57:58
42164         Log: Remove unused dTHX. Silenced another warning.
42165      Branch: perl
42166            ! perlio.c
42167 ____________________________________________________________________________
42168 [ 11972] By: sky                                   on 2001/09/10  11:54:25
42169         Log: Silence some more warnings INT2PTR.
42170      Branch: perl
42171            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
42172 ____________________________________________________________________________
42173 [ 11971] By: sky                                   on 2001/09/10  11:21:50
42174         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
42175      Branch: perl
42176            ! cop.h
42177 ____________________________________________________________________________
42178 [ 11970] By: sky                                   on 2001/09/10  11:17:25
42179         Log: Apply INT2PTR with force to silence warnings from
42180              PM_GETRE and friends. No more warnings with 64bit 
42181              IVs and 32bit pointers.    
42182      Branch: perl
42183            ! op.c op.h perl.c
42184 ____________________________________________________________________________
42185 [ 11969] By: sky                                   on 2001/09/10  10:13:02
42186         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
42187      Branch: perl
42188            ! pod/perlguts.pod
42189 ____________________________________________________________________________
42190 [ 11968] By: sky                                   on 2001/09/10  10:02:51
42191         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
42192              Rename to custop_op_name to Perl_custom_op_name to match perlapi
42193              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
42194              perl_clone.
42195      Branch: perl
42196            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
42197 ____________________________________________________________________________
42198 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
42199         Log: Using strlen() not good on embedded nul bytes.
42200      Branch: perl
42201            ! regcomp.c
42202 ____________________________________________________________________________
42203 [ 11966] By: ams                                   on 2001/09/09  21:06:13
42204         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
42205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42206              Date: Mon, 13 Aug 2001 22:51:59 +0200
42207              Message-ID: <20010813225159.C6681@rafael>
42208              (Applied with several tweaks.)
42209      Branch: perl
42210            ! embed.h embed.pl proto.h toke.c
42211 ____________________________________________________________________________
42212 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
42213         Log: The exact error message is system-dependent.
42214      Branch: perl
42215            ! lib/ExtUtils/Manifest.t
42216 ____________________________________________________________________________
42217 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
42218         Log: Add Windows and Mac Sami support to Encode
42219              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
42220      Branch: perl
42221            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
42222            ! MANIFEST
42223 ____________________________________________________________________________
42224 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
42225         Log: Use the tried method.
42226      Branch: perl
42227            ! pod/perlport.pod
42228 ____________________________________________________________________________
42229 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
42230         Log: Can't count parentheses.
42231      Branch: perl
42232            ! ext/IO/lib/IO/Socket/INET.pm
42233 ____________________________________________________________________________
42234 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
42235         Log: perlport additions: 1 while unlink, add/delete directory
42236              entries and permissions, cygwin stat funkiness (from Michael
42237              Schwern and Nicholas Clark)
42238      Branch: perl
42239            ! pod/perlport.pod
42240 ____________________________________________________________________________
42241 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
42242         Log: blib does have a detectable test.
42243      Branch: perl
42244            ! t/lib/1_compile.t
42245 ____________________________________________________________________________
42246 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
42247         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
42248              From: "chromatic" <chromatic@rmci.net>
42249              Date: Sat, 08 Sep 2001 19:33:42 -0600
42250              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
42251      Branch: perl
42252            + lib/Term/Complete.t
42253            ! MANIFEST
42254 ____________________________________________________________________________
42255 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
42256         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
42257              From: Michael G Schwern <schwern@pobox.com> 
42258              Date: Sat, 8 Sep 2001 02:40:26 -0400
42259              Message-ID: <20010908024026.A26283@blackrider>
42260      Branch: perl
42261            + lib/Test/Tutorial.pod
42262            ! MANIFEST
42263 ____________________________________________________________________________
42264 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
42265         Log: Try to look up protocol (by name) only iff it has non-numbers:
42266              nice if the server is in a chrooted environment (no /etc/protocols,
42267              server code using hardcorded protocol numbers like 6 for tcp),
42268              suggested by John Holdsworth <coldwave@bigfoot.com>.
42269              In other words, if we are given a number, why look it up again
42270              (by number)?
42271      Branch: perl
42272            ! ext/IO/lib/IO/Socket/INET.pm
42273 ____________________________________________________________________________
42274 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
42275         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
42276              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42277              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
42278              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
42279              
42280              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
42281              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42282              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
42283              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
42284              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
42285              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42286              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
42287              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
42288      Branch: perl
42289            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
42290 ____________________________________________________________________________
42291 [ 11955] By: ams                                   on 2001/09/09  02:54:21
42292         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
42293              From: "Craig A. Berry" <craigberry@mac.com>
42294              Date: Sat, 08 Sep 2001 19:02:16 -0500
42295              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
42296      Branch: perl
42297            ! lib/CGI/t/carp.t
42298 ____________________________________________________________________________
42299 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
42300         Log: Documentation tweaks; think the IP address as an opaque string.
42301      Branch: perl
42302            ! ext/Socket/Socket.pm
42303 ____________________________________________________________________________
42304 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
42305         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
42306              From: Michael G Schwern <schwern@pobox.com>
42307              Date: Sat, 8 Sep 2001 19:45:46 -0400
42308              Message-ID: <20010908194546.C9193@blackrider>
42309      Branch: perl
42310            + lib/blib.t
42311            ! MANIFEST lib/blib.pm t/lib/1_compile.t
42312 ____________________________________________________________________________
42313 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
42314         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
42315              From: "chromatic" <chromatic@rmci.net>
42316              Date: Sat, 08 Sep 2001 12:31:44 -0600
42317              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
42318      Branch: perl
42319            + lib/CGI/t/fast.t
42320            ! MANIFEST
42321 ____________________________________________________________________________
42322 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
42323         Log: The Socket tests were wrong: they were assuming too much.
42324      Branch: perl
42325            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
42326 ____________________________________________________________________________
42327 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
42328         Log: Retract the portability changes since they
42329              seem to have opened a can of worms... will
42330              go back to UNICOS/mk and do the bare minimum
42331              required to get the tests working.
42332      Branch: perl
42333            ! ext/Socket/Socket.xs
42334 ____________________________________________________________________________
42335 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
42336         Log: PADOFFSET is used to cast pointers into integers,
42337              if pointers are 64 bits and U32 32 bits,
42338              bad things may happen, or at least warnings issued.
42339      Branch: perl
42340            ! op.h
42341 ____________________________________________________________________________
42342 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
42343         Log: Still more Socket portability tweaking.
42344              Now Socket.t seems to be happy in all of
42345              Linux/x86, Tru64/alpha, Solaris/sparc,
42346              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
42347              
42348              Addendum: it seems that io_multihomed, io_sock, and hostent
42349              were broken in little-endians (linux/x86 and tru64/alpha)
42350              because of this change.  Argh.
42351      Branch: perl
42352            ! ext/Socket/Socket.xs
42353 ____________________________________________________________________________
42354 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
42355         Log: More portability kicking on inet_ntoa().
42356      Branch: perl
42357            ! ext/Socket/Socket.xs
42358 ____________________________________________________________________________
42359 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
42360         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
42361              From: Michael G Schwern <schwern@pobox.com> 
42362              Date: Fri, 7 Sep 2001 23:06:51 -0400
42363              Message-ID: <20010907230651.R606@blackrider>
42364      Branch: perl
42365            + lib/ExtUtils/Manifest.t
42366            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
42367 ____________________________________________________________________________
42368 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
42369         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
42370              From: "chromatic" <chromatic@rmci.net>
42371              Date: Fri, 07 Sep 2001 17:53:15 -0600      
42372              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
42373      Branch: perl
42374            + lib/ExtUtils/testlib.t
42375            ! MANIFEST
42376 ____________________________________________________________________________
42377 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
42378         Log: Thinko.
42379      Branch: perl
42380            ! lib/integer.t
42381 ____________________________________________________________________________
42382 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
42383         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
42384              From: "Craig A. Berry" <craigberry@mac.com>
42385              Date: Fri, 07 Sep 2001 15:30:03 -0500
42386              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
42387      Branch: perl
42388            ! lib/CGI/Carp.pm
42389 ____________________________________________________________________________
42390 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
42391         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
42392              From: Michael G Schwern <schwern@pobox.com>
42393              Date: Fri, 7 Sep 2001 15:38:13 -0400
42394              Message-ID: <20010907153813.K606@blackrider>
42395      Branch: perl
42396            ! lib/ExtUtils/MM_Unix.pm
42397 ____________________________________________________________________________
42398 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
42399         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
42400              From: Robin Barker <rmb1@cise.npl.co.uk>
42401              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
42402              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
42403      Branch: perl
42404            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
42405 ____________________________________________________________________________
42406 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
42407         Log: Clean up 1_compile.t; move tests to more consistent
42408              places (t/ subdirectories); add integer.t (much of
42409              the pragma is tested elsewhere but there is no one
42410              centralized place)
42411      Branch: perl
42412            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
42413            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
42414            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
42415            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
42416            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
42417            - lib/File/Find/find.t lib/File/Find/taint.t
42418            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
42419 ____________________________________________________________________________
42420 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
42421         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
42422              From: "chromatic" <chromatic@rmci.net>
42423              Date: Fri, 07 Sep 2001 10:17:40 -0600
42424              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
42425      Branch: perl
42426            ! lib/File/Find/taint.t
42427 ____________________________________________________________________________
42428 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
42429         Log: Update Changes.
42430      Branch: perl
42431            ! Changes patchlevel.h
42432 ____________________________________________________________________________
42433 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
42434         Log: Rename the old threading tutorial, start a new one,
42435              regen toc.
42436      Branch: perl
42437            + pod/perlothrtut.pod
42438            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
42439            ! pod/perltoc.pod
42440 ____________________________________________________________________________
42441 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
42442         Log: vars very much has a test.
42443      Branch: perl
42444            ! t/lib/1_compile.t
42445 ____________________________________________________________________________
42446 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
42447         Log: Subject: Re: wince/perl.ico marked as binary
42448              From: Nicholas Clark <nick@ccl4.org>
42449              Date: Fri, 7 Sep 2001 13:54:40 +0100
42450              Message-ID: <20010907135439.D39150@plum.flirble.org>
42451              
42452              and wince/Makefile.ce change from Rainer Keuchel.
42453      Branch: perl
42454            + wince/makeico.pl
42455            ! MANIFEST wince/Makefile.ce
42456 ____________________________________________________________________________
42457 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
42458         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
42459              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42460              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
42461              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
42462      Branch: perl
42463            ! regexec.c
42464 ____________________________________________________________________________
42465 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
42466         Log: (Replaced by #11934)
42467              Subject: Re: [PATCH regexec.c] more general .* and .*?
42468              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42469              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
42470              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
42471      Branch: perl
42472            ! regexec.c
42473 ____________________________________________________________________________
42474 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
42475         Log: The #11931 patching misbehaved.
42476      Branch: perl
42477            ! lib/Test/Harness/t/test-harness.t
42478 ____________________________________________________________________________
42479 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
42480         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
42481              From: Michael G Schwern <schwern@pobox.com>
42482              Date: Fri, 7 Sep 2001 03:30:41 -0400
42483              Message-ID: <20010907033041.A2796@blackrider>
42484      Branch: perl
42485            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
42486            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
42487            + t/lib/sample-tests/header_at_end_fail
42488            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
42489            - lib/Test/Harness.t
42490            ! MANIFEST lib/Test/Harness.pm t/TEST
42491 ____________________________________________________________________________
42492 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
42493         Log: Subject: [PATCH] Digest::MD5 update
42494              From: Gisle Aas <gisle@ActiveState.com>
42495              Date: 06 Sep 2001 23:32:56 -0700
42496              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
42497      Branch: perl
42498            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42499            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
42500 ____________________________________________________________________________
42501 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
42502         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
42503              From: "chromatic" <chromatic@rmci.net>
42504              Date: Thu, 06 Sep 2001 23:11:44 -0600
42505              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
42506      Branch: perl
42507            + lib/less.t
42508            ! MANIFEST t/lib/1_compile.t
42509 ____________________________________________________________________________
42510 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
42511         Log: The binary file must somehow differently stored.
42512      Branch: perl
42513            - wince/perl.ico
42514            ! MANIFEST
42515 ____________________________________________________________________________
42516 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
42517         Log: Add more modules to the list of modules that have tests,
42518              Schwern's wallet is getting more nervous.
42519              (Run t/lib/1_compile.t manually to see which modules
42520              are lacking tests, or the tests can't be run for some
42521              reason or another, such as the Net:: modules)
42522      Branch: perl
42523            ! t/lib/1_compile.t
42524 ____________________________________________________________________________
42525 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
42526         Log: Try to make Socket::inet_ntoa() more robust.
42527      Branch: perl
42528            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
42529 ____________________________________________________________________________
42530 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
42531         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
42532              From: chromatic <chromatic@rmci.net>       
42533              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
42534              Message-Id: <01090522580506.19590@firewheel>           
42535      Branch: perl
42536            ! lib/English.t
42537 ____________________________________________________________________________
42538 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
42539         Log: Subject: Re: perlvar manpage and localizing special vars
42540              From: Stas Bekman <stas@stason.org>
42541              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
42542              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
42543      Branch: perl
42544            ! pod/perlvar.pod
42545 ____________________________________________________________________________
42546 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
42547         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
42548              From: Robin Barker <rmb1@cise.npl.co.uk>
42549              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
42550              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
42551      Branch: perl
42552            ! lib/ExtUtils/MakeMaker.pm
42553 ____________________________________________________________________________
42554 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
42555         Log: Symbol missing; AIX unhappy.
42556      Branch: perl
42557            ! makedef.pl
42558 ____________________________________________________________________________
42559 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
42560         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
42561              Reported in 5.61, seems to work okay in blead.
42562      Branch: perl
42563            ! t/run/kill_perl.t
42564 ____________________________________________________________________________
42565 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
42566         Log: Update Changes.
42567      Branch: perl
42568            ! Changes patchlevel.h
42569 ____________________________________________________________________________
42570 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
42571         Log: Document the bad assumptions currently breaking
42572              the Socket.t tests 10, 11, and 13 in UNICOS.
42573      Branch: perl
42574            ! ext/Socket/Socket.xs
42575 ____________________________________________________________________________
42576 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
42577         Log: Subject: [PATCH x2p] make OPTIMIZE=...
42578              From: Robin Barker <rmb1@cise.npl.co.uk>
42579              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
42580              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
42581      Branch: perl
42582            ! x2p/Makefile.SH x2p/cflags.SH
42583 ____________________________________________________________________________
42584 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
42585         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
42586              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
42587              Date: Thu, 6 Sep 2001 11:09:40 +0100
42588              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
42589              
42590              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
42591              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
42592              Date: 6 Sep 2001 10:14:38 -0000
42593              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
42594      Branch: perl
42595            ! pod/perlfaq1.pod pod/perlhack.pod
42596 ____________________________________________________________________________
42597 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
42598         Log: Subject: Extra NUL is Data::Dumper output - patch
42599              From: Tony Cook <tony@develop-help.com>
42600              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
42601              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
42602      Branch: perl
42603            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
42604 ____________________________________________________________________________
42605 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
42606         Log: Avoid redefinition warning
42607              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
42608              from
42609              perl -w -Ilib -MCwd -e ''
42610      Branch: perl
42611            ! lib/Cwd.pm
42612 ____________________________________________________________________________
42613 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
42614         Log: Update the is_tainted() example implementation.
42615      Branch: perl
42616            ! pod/perlsec.pod
42617 ____________________________________________________________________________
42618 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
42619         Log: Missing) in #11912.
42620      Branch: perl
42621            ! lib/Test/Simple/t/fail.t
42622 ____________________________________________________________________________
42623 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
42624         Log: Rewhack Test-Simple into core harness.
42625      Branch: perl
42626            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
42627            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
42628            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
42629            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
42630            ! lib/Test/Simple/t/skipall.t
42631 ____________________________________________________________________________
42632 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
42633         Log: Workaround for the new Exporter 'feature'.
42634      Branch: perl
42635            ! lib/Test/More.pm
42636 ____________________________________________________________________________
42637 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
42638         Log: Re-introduce pure-Perl fall-back for abs_path,
42639              re-introduce #11898.
42640      Branch: perl
42641            ! lib/Cwd.pm lib/File/Find.pm
42642 ____________________________________________________________________________
42643 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
42644         Log: More tests.
42645      Branch: perl
42646            ! lib/Exporter.t
42647 ____________________________________________________________________________
42648 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
42649         Log: Retract #11898 for now because it introduces
42650              a rather nasty depencency: when B is being built,
42651              MakeMaker is used.  MakeMaker uses File::Find.
42652              File::Find uses Cwd::getcwd()...which doesn't
42653              exist yet.
42654      Branch: perl
42655            ! lib/File/Find.pm
42656 ____________________________________________________________________________
42657 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
42658         Log: New test welcome.
42659      Branch: perl
42660            + lib/Test/Simple/t/simple.t
42661 ____________________________________________________________________________
42662 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
42663         Log: Old test begone.
42664      Branch: perl
42665            - lib/Attribute/Handlers/test.pl
42666 ____________________________________________________________________________
42667 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
42668         Log: Test-Simple syncup from Schwern.
42669      Branch: perl
42670            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
42671            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
42672            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
42673            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
42674            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
42675            - lib/Test/More/Changes lib/Test/More/t/More.t
42676            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42677            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42678            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
42679            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
42680            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
42681            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42682            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42683            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
42684            ! t/lib/Test/Simple/sample_tests/death.plx
42685            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
42686            ! t/lib/Test/Simple/sample_tests/extras.plx
42687            ! t/lib/Test/Simple/sample_tests/five_fail.plx
42688            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
42689            ! t/lib/Test/Simple/sample_tests/one_fail.plx
42690            ! t/lib/Test/Simple/sample_tests/require.plx
42691            ! t/lib/Test/Simple/sample_tests/success.plx
42692            ! t/lib/Test/Simple/sample_tests/too_few.plx
42693            ! t/lib/Test/Simple/sample_tests/two_fail.plx
42694 ____________________________________________________________________________
42695 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
42696         Log: Integrate File::Find changes from bleadperl
42697      Branch: maint-5.6/macperl
42698            ! lib/File/Find.pm t/lib/filefind-taint.t
42699 ____________________________________________________________________________
42700 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
42701         Log: Integrate 11847 from maint-5.6/perl
42702      Branch: maint-5.6/macperl
42703           !> sv.c
42704 ____________________________________________________________________________
42705 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
42706         Log: In UNICOS division yada yada.
42707      Branch: perl
42708            ! t/op/override.t
42709 ____________________________________________________________________________
42710 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
42711         Log: In UNICOS division is really lossy, better use
42712              a tolerance test.
42713      Branch: perl
42714            ! ext/Time/HiRes/HiRes.t
42715 ____________________________________________________________________________
42716 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
42717         Log: In UNICOS sigaction() sets an extra flag
42718              ("the signal has been registered for all the processes in
42719              a multitasking group.")
42720      Branch: perl
42721            ! ext/POSIX/sigaction.t
42722 ____________________________________________________________________________
42723 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
42724         Log: Documentation micropatch from Damian.
42725      Branch: perl
42726            ! lib/Attribute/Handlers.pm
42727 ____________________________________________________________________________
42728 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
42729         Log: (Retracted by #11908)
42730              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
42731              From: Michael G Schwern <schwern@pobox.com>
42732              Date: Wed, 5 Sep 2001 15:58:21 -0400
42733              Message-ID: <20010905155821.I632@blackrider>
42734      Branch: perl
42735            ! lib/File/Find.pm lib/File/Find/taint.t
42736 ____________________________________________________________________________
42737 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
42738         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
42739              From: Michael G Schwern <schwern@pobox.com>
42740              Date: Wed, 5 Sep 2001 19:16:31 -0400
42741              Message-ID: <20010905191631.E11386@blackrider>
42742      Branch: perl
42743            + lib/CGI/t/carp.t
42744            ! MANIFEST
42745 ____________________________________________________________________________
42746 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
42747         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
42748              From: chromatic <chromatic@rmci.net>
42749              Date: Wed, 5 Sep 2001 18:08:07 -0600
42750              Message-Id: <01090518080700.19590@firewheel>
42751      Branch: perl
42752            ! lib/English.pm
42753 ____________________________________________________________________________
42754 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
42755         Log: Fix a typo #11889 and add a test for the same.
42756      Branch: perl
42757            ! ext/Socket/Socket.t ext/Socket/Socket.xs
42758 ____________________________________________________________________________
42759 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
42760         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
42761              From: "Craig A. Berry" <craigberry@mac.com>
42762              Date: Wed, 05 Sep 2001 17:48:54 -0500
42763              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
42764      Branch: perl
42765            ! lib/warnings.t t/run/kill_perl.t
42766 ____________________________________________________________________________
42767 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
42768         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
42769              From: Michael G Schwern <schwern@pobox.com>
42770              Date: Wed, 5 Sep 2001 17:22:25 -0400
42771              Message-ID: <20010905172225.C11386@blackrider>
42772      Branch: perl
42773            ! t/run/kill_perl.t
42774 ____________________________________________________________________________
42775 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
42776         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
42777              From: Nicholas Clark <nick@ccl4.org>
42778              Date: Wed, 5 Sep 2001 20:54:24 +0100
42779              Message-ID: <20010905205424.C25120@plum.flirble.org>
42780      Branch: perl
42781            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
42782 ____________________________________________________________________________
42783 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
42784         Log: Forgotten thing.
42785      Branch: perl
42786            ! uconfig.h
42787 ____________________________________________________________________________
42788 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
42789         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
42790              From: chromatic <chromatic@rmci.net>               
42791              Date: Wed, 5 Sep 2001 13:22:08 -0600
42792              Message-Id: <01090513220807.10587@firewheel> 
42793      Branch: perl
42794            ! lib/English.pm
42795 ____________________________________________________________________________
42796 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
42797         Log: inet_ntoa() tweaks:
42798              - don't allow addresses with > 255 characters
42799              - indent the HP-UX workaround
42800              - don't leak memory
42801      Branch: perl
42802            ! ext/Socket/Socket.xs
42803 ____________________________________________________________________________
42804 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
42805         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
42806              <xwu@theeducationcenter.com>
42807      Branch: perl
42808            ! lib/File/Find.pm
42809 ____________________________________________________________________________
42810 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
42811         Log: Typo nits.
42812      Branch: perl
42813            ! lib/File/Find.pm
42814 ____________________________________________________________________________
42815 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
42816         Log: -Wall nit.
42817      Branch: perl
42818            ! op.c
42819 ____________________________________________________________________________
42820 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
42821         Log: Update to Scalar-List-Utils 1.05
42822      Branch: perl
42823            ! ext/List/Util/ChangeLog ext/List/Util/README
42824            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
42825 ____________________________________________________________________________
42826 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
42827         Log: Update Changes.
42828      Branch: perl
42829            ! Changes patchlevel.h
42830 ____________________________________________________________________________
42831 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
42832         Log: Update to Scalar-List-Utils 1.04
42833      Branch: perl
42834            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
42835            ! ext/List/Util/lib/List/Util.pm
42836            ! ext/List/Util/lib/Scalar/Util.pm
42837 ____________________________________________________________________________
42838 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
42839         Log: Metaconfigify #11724.
42840      Branch: metaconfig
42841            ! U/threads/archname.U
42842 ____________________________________________________________________________
42843 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
42844         Log: The MacOS reference is okay, no reason to hide it.
42845      Branch: perl
42846            ! lib/Cwd.pm
42847 ____________________________________________________________________________
42848 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
42849         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
42850              From: Michael G Schwern <schwern@pobox.com>
42851              Date: Tue, 4 Sep 2001 15:30:10 -0400
42852              Message-ID: <20010904153010.H26466@blackrider> 
42853              
42854              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
42855      Branch: perl
42856            ! ext/Cwd/Makefile.PL lib/Cwd.pm
42857 ____________________________________________________________________________
42858 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
42859         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.))
42860              From: Michael G Schwern <schwern@pobox.com>
42861              Date: Tue, 4 Sep 2001 17:39:13 -0400
42862              Message-ID: <20010904173913.C626@blackrider>
42863      Branch: perl
42864            ! lib/Cwd.pm
42865 ____________________________________________________________________________
42866 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
42867         Log: Subject: Re: Perl_pp_* in public API?
42868              From: "Craig A. Berry" <craigberry@mac.com>
42869              Date: Tue, 4 Sep 2001 21:51:29 -0500
42870              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
42871      Branch: perl
42872            ! ext/List/Util/Util.xs
42873 ____________________________________________________________________________
42874 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
42875         Log: From Damian: Class::Struct was unable to define
42876              recursive classes.  After the patch an object reference
42877              (rather than a hash) is required to initialize
42878              an object attribute.  If no such initializer is given to
42879              the constructor, object attributes are now default
42880              initialized to C<undef>.
42881      Branch: perl
42882            ! lib/Class/Struct.pm lib/Class/Struct.t
42883 ____________________________________________________________________________
42884 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
42885         Log: Subject: Re: sv_catpvfn and sv_setpvfn
42886              From: Richard Soderberg <rs@oregonnet.com>
42887              Date: Tue, 4 Sep 2001 15:16:47 -0700
42888              Message-Id: <200109042216.PAA17858@oregonnet.com>
42889      Branch: perl
42890            ! pod/perlclib.pod pod/perlguts.pod
42891 ____________________________________________________________________________
42892 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
42893         Log: NetWare updates from Ananth Kesari.
42894      Branch: perl
42895            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
42896            ! NetWare/nw5thread.h
42897 ____________________________________________________________________________
42898 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
42899         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?))
42900              From: Nicholas Clark <nick@ccl4.org>
42901              Date: Tue, 4 Sep 2001 22:42:50 +0100
42902              Message-ID: <20010904224250.P25120@plum.flirble.org>
42903      Branch: perl
42904            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
42905            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
42906            ! t/op/oct.t toke.c
42907 ____________________________________________________________________________
42908 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
42909         Log: Fix Cwd::getcwd() not being tainted, as noticed
42910              by Schwern.
42911      Branch: perl
42912            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
42913            - ext/Cwd/Cwd.t
42914            ! MANIFEST ext/Cwd/Cwd.xs util.c
42915 ____________________________________________________________________________
42916 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
42917         Log: Retract #11870 and volatilize the right destruct_level.
42918              Silly thinko pointed out by Sarathy.
42919      Branch: perl
42920            ! intrpvar.h perl.c
42921 ____________________________________________________________________________
42922 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
42923         Log: At least a temporary fix for the mysterious scope core dumps
42924              in Tru64 from Graham.
42925      Branch: perl
42926            ! ext/List/Util/Util.xs
42927 ____________________________________________________________________________
42928 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
42929         Log: (Retracted by #11872)
42930      Branch: perl
42931            ! intrpvar.h
42932 ____________________________________________________________________________
42933 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
42934         Log: Quench a -Wall gripe noticed by Robin Barker.
42935      Branch: perl
42936            ! op.c
42937 ____________________________________________________________________________
42938 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
42939         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
42940              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42941              Date: Wed, 05 Sep 2001 02:01:32 +0900
42942              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
42943      Branch: perl
42944            ! lib/Unicode/UCD.pm
42945 ____________________________________________________________________________
42946 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
42947         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
42948              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42949              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
42950              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
42951      Branch: perl
42952            ! gv.c
42953 ____________________________________________________________________________
42954 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
42955         Log: Update Changes.
42956      Branch: perl
42957            ! Changes patchlevel.h
42958 ____________________________________________________________________________
42959 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
42960         Log: Add the \[$@%&*] prototype support.
42961      Branch: perl
42962            ! op.c pod/perlsub.pod t/comp/proto.t
42963 ____________________________________________________________________________
42964 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
42965         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
42966              From: Michael G Schwern <schwern@pobox.com>
42967              Date: Mon, 3 Sep 2001 18:59:01 -0400
42968              Message-ID: <20010903185901.Z9233@blackrider>
42969      Branch: perl
42970            ! lib/CGI/t/form.t
42971 ____________________________________________________________________________
42972 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
42973         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
42974              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42975              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
42976              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
42977      Branch: perl
42978            ! gv.c
42979 ____________________________________________________________________________
42980 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
42981         Log: More srand entry tweakage based on Randal's suggestion.
42982      Branch: perl
42983            ! pod/perlfunc.pod
42984 ____________________________________________________________________________
42985 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
42986         Log: Subject: [PATCH] 'main' *is* a reserved word
42987              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42988              Date: Mon, 3 Sep 2001 22:55:41 +0200
42989              Message-ID: <20010903225541.A24097@rafael>
42990      Branch: perl
42991            ! toke.c
42992 ____________________________________________________________________________
42993 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
42994         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
42995              From: Peter Prymmer <pvhp@best.com>
42996              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
42997              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
42998      Branch: perl
42999            ! README.vms configure.com
43000 ____________________________________________________________________________
43001 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
43002         Log: Subject: Re: A slightly better default seed?   
43003              From: Michael G Schwern <schwern@pobox.com>
43004              Date: Mon, 3 Sep 2001 18:08:15 -0400 
43005              Message-ID: <20010903180815.W9233@blackrider>
43006      Branch: perl
43007            ! t/op/srand.t
43008 ____________________________________________________________________________
43009 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
43010         Log: Add sharedsv.o to microperl object files.
43011      Branch: perl
43012            ! Makefile.micro
43013 ____________________________________________________________________________
43014 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
43015         Log: AUTHORS updates and
43016              
43017              Subject: [PATCH] Just some preening :-)        
43018              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
43019              Date: Tue, 4 Sep 2001 14:16:59 +0100
43020              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
43021      Branch: perl
43022            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
43023 ____________________________________________________________________________
43024 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
43025         Log: Typo fix and slight rewording.
43026      Branch: perl
43027            ! pod/perlfunc.pod
43028 ____________________________________________________________________________
43029 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
43030         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
43031      Branch: perl
43032            ! pod/perlfaq4.pod
43033 ____________________________________________________________________________
43034 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
43035         Log: The helper file changed name.
43036      Branch: perl
43037            ! MANIFEST
43038 ____________________________________________________________________________
43039 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
43040         Log: Update to Scalar-List-Utils 1.03
43041      Branch: perl
43042            + ext/List/Util/t/shuffle.t
43043            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
43044            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
43045            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
43046            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
43047            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
43048            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
43049            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
43050            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
43051 ____________________________________________________________________________
43052 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
43053         Log: Make crypt() do something more sane for Unicode
43054              (take crypt() of the low eight bits of the characters,
43055              instead of taking crypt() of the UTF-8 of the scalar);
43056              add a test for crypt().
43057      Branch: perl
43058            + t/op/crypt.t
43059            ! MANIFEST pod/perlfunc.pod pp.c
43060 ____________________________________________________________________________
43061 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
43062         Log: Reorganize the srand entry.
43063      Branch: perl
43064            ! pod/perlfunc.pod
43065 ____________________________________________________________________________
43066 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
43067         Log: Remove the tests that assume something about
43068              calling srand() without arguments multiple times.
43069      Branch: perl
43070            ! t/op/srand.t
43071 ____________________________________________________________________________
43072 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
43073         Log: Upgrade to Math::BigInt 1.42.
43074      Branch: perl
43075            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43076            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
43077            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
43078            ! lib/Math/BigInt/t/mbimbf.t
43079 ____________________________________________________________________________
43080 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
43081         Log: integrate change#11847 from maint-5.6
43082              
43083              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
43084      Branch: perl
43085            ! sv.c
43086 ____________________________________________________________________________
43087 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
43088         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
43089      Branch: maint-5.6/perl
43090            ! sv.c
43091 ____________________________________________________________________________
43092 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
43093         Log: As far as I can tell these functions have been Unicodified.
43094      Branch: perl
43095            ! doop.c
43096 ____________________________________________________________________________
43097 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
43098         Log: Update to Storable 1.0.13.
43099      Branch: perl
43100            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
43101            ! ext/Storable/Storable.xs
43102 ____________________________________________________________________________
43103 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
43104         Log: Patch the Filter::Simple test to work with
43105              the core test suite (since the FilterTest.pm
43106              is in t/lib, not in lib).
43107      Branch: perl
43108            ! lib/Filter/Simple/t/filter.t
43109 ____________________________________________________________________________
43110 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
43111         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
43112      Branch: perl
43113            + t/lib/FilterTest.pm
43114            - t/lib/MyFilter.pm
43115 ____________________________________________________________________________
43116 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
43117         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
43118              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
43119              Text::Balanced 1.86.
43120      Branch: perl
43121            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
43122            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
43123            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
43124            + lib/Switch/t/nested.t lib/Switch/t/switch.t
43125            + lib/Text/Balanced/Changes lib/Text/Balanced/README
43126            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
43127            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
43128            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
43129            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
43130            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
43131            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
43132            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
43133            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
43134            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
43135            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
43136            ! MANIFEST lib/Attribute/Handlers.pm
43137            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
43138            ! lib/Attribute/Handlers/demo/Demo.pm
43139            ! lib/Attribute/Handlers/demo/Descriptions.pm
43140            ! lib/Attribute/Handlers/demo/MyClass.pm
43141            ! lib/Attribute/Handlers/demo/demo.pl
43142            ! lib/Attribute/Handlers/demo/demo2.pl
43143            ! lib/Attribute/Handlers/demo/demo3.pl
43144            ! lib/Attribute/Handlers/demo/demo4.pl
43145            ! lib/Attribute/Handlers/demo/demo_call.pl
43146            ! lib/Attribute/Handlers/demo/demo_chain.pl
43147            ! lib/Attribute/Handlers/demo/demo_cycle.pl
43148            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
43149            ! lib/Attribute/Handlers/demo/demo_phases.pl
43150            ! lib/Attribute/Handlers/demo/demo_range.pl
43151            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
43152            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
43153            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
43154            ! lib/Text/Balanced.pm
43155 ____________________________________________________________________________
43156 [ 11841] By: sky                                   on 2001/09/03  11:04:15
43157         Log: Forgot to add a file with Change #11840
43158      Branch: perl
43159            + t/op/srand.t
43160 ____________________________________________________________________________
43161 [ 11840] By: sky                                   on 2001/09/03  11:02:04
43162         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
43163              From: Michael G Schwern <schwern@pobox.com>
43164              Date: Mon, 3 Sep 2001 07:43:00 -0400
43165              Message-ID: <20010903074300.E9233@blackrider>
43166      Branch: perl
43167            ! MANIFEST pod/perlfunc.pod t/op/rand.t
43168 ____________________________________________________________________________
43169 [ 11839] By: sky                                   on 2001/09/03  10:47:11
43170         Log: Document the changes with regards to running of END blocks.
43171              And DESTROY on global objects are called in perl_destruct()!
43172      Branch: perl
43173            ! pod/perl572delta.pod pod/perlembed.pod
43174 ____________________________________________________________________________
43175 [ 11838] By: sky                                   on 2001/09/03  09:34:44
43176         Log: Subject: [PATCH t/op/time.t] Partial cleanup
43177              From: Michael G Schwern <schwern@pobox.com>
43178              Date: Mon, 3 Sep 2001 06:29:42 -0400
43179              Message-ID: <20010903062942.C9233@blackrider>
43180      Branch: perl
43181            ! t/op/time.t
43182 ____________________________________________________________________________
43183 [ 11837] By: sky                                   on 2001/09/03  09:30:02
43184         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
43185              From: Michael G Schwern <schwern@pobox.com>
43186              Date: Mon, 3 Sep 2001 06:24:13 -0400
43187              Message-ID: <20010903062413.B9233@blackrider>
43188      Branch: perl
43189            ! t/op/rand.t
43190 ____________________________________________________________________________
43191 [ 11836] By: sky                                   on 2001/09/03  07:56:47
43192         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
43193              From: Michael G Schwern <schwern@pobox.com>
43194              Date: Sun, 2 Sep 2001 21:38:43 -0400
43195              Message-ID: <20010902213843.L2711@blackrider>
43196      Branch: perl
43197            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
43198            ! MANIFEST
43199 ____________________________________________________________________________
43200 [ 11835] By: nick                                  on 2001/09/03  06:20:06
43201         Log: Integrate mainline
43202      Branch: perlio
43203           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
43204            - t/op/misc.t
43205           !> (integrate 187 files)
43206 ____________________________________________________________________________
43207 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
43208         Log: Update Changes.
43209      Branch: perl
43210            ! Changes patchlevel.h
43211 ____________________________________________________________________________
43212 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
43213         Log: Slight tweaks.
43214      Branch: perl
43215            ! t/run/kill_perl.t
43216 ____________________________________________________________________________
43217 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
43218         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
43219      Branch: perl
43220            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
43221 ____________________________________________________________________________
43222 [ 11831] By: sky                                   on 2001/09/02  12:10:42
43223         Log: Change #11828 wasn't complete, this updates to intest path
43224      Branch: perl
43225            ! t/run/kill_perl.t
43226 ____________________________________________________________________________
43227 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
43228         Log: 's's's.
43229      Branch: perl
43230            ! Changes
43231 ____________________________________________________________________________
43232 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
43233         Log: Update Changes.
43234      Branch: perl
43235            ! Changes patchlevel.h
43236 ____________________________________________________________________________
43237 [ 11828] By: sky                                   on 2001/09/02  11:53:56
43238         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
43239              From: Michael G Schwern <schwern@pobox.com>
43240              Date: Sat, 1 Sep 2001 20:18:58 -0400
43241              Message-ID: <20010901201858.X606@blackrider>
43242              +MANIFEST Fix
43243      Branch: perl
43244            + t/run/kill_perl.t
43245            - t/op/misc.t t/run/segfault.t
43246            ! MANIFEST
43247 ____________________________________________________________________________
43248 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
43249         Log: Subject: [PATCH] lib/Time/Local.pm
43250              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43251              Date: Sun, 2 Sep 2001 06:50:01 -0500
43252              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
43253      Branch: perl
43254            ! lib/Time/Local.pm
43255 ____________________________________________________________________________
43256 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
43257         Log: Tick off Unicode collation and the normalization from
43258              the todo list.
43259      Branch: perl
43260            ! pod/perltodo.pod
43261 ____________________________________________________________________________
43262 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
43263         Log: Update to Unicode 3.1.1.
43264      Branch: perl
43265            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
43266            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
43267            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
43268            ! lib/unicore/PropList.txt lib/unicore/README.perl
43269            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
43270            ! lib/unicore/rename lib/unicore/version
43271 ____________________________________________________________________________
43272 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
43273         Log: Slight doc tweaks for the module.
43274      Branch: perl
43275            ! lib/Unicode/UCD.pm
43276 ____________________________________________________________________________
43277 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
43278         Log: Rename the variable: it *used* to be (wrongly) that the
43279              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
43280              but that is no more the case: PL_reg_match_utf8 is better.
43281      Branch: perl
43282            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
43283            ! regexec.c sv.c thrdvar.h
43284 ____________________________________________________________________________
43285 [ 11822] By: ams                                   on 2001/09/02  02:54:50
43286         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
43287              From: Ilmari Karonen <iltzu@sci.fi>
43288              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
43289              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
43290              (op/sub_lval.t updated to take new error message into account.)
43291      Branch: perl
43292            ! op.c t/op/sub_lval.t
43293 ____________________________________________________________________________
43294 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
43295         Log: remove stray CRs in files; keep all files with UNIX line-ends
43296              (Porting/makerel adds CRs to the files that need it in the
43297              distribution)
43298      Branch: perl
43299            ! NetWare/t/NWScripts.pl README.dos
43300            ! ext/Encode/Encode/cns11643-1.enc
43301            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
43302            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
43303 ____________________________________________________________________________
43304 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
43305         Log: some remnants of change#11803
43306      Branch: perl
43307            ! ext/ByteLoader/byterun.h perl.h
43308 ____________________________________________________________________________
43309 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
43310         Log: Update to Unicode::Collate 0.08.
43311      Branch: perl
43312            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
43313            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
43314 ____________________________________________________________________________
43315 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
43316         Log: Test tweaks.
43317      Branch: perl
43318            ! t/op/pat.t
43319 ____________________________________________________________________________
43320 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
43321         Log: Fix test
43322      Branch: maint-5.6/macperl
43323            ! t/lib/b.t
43324 ____________________________________________________________________________
43325 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
43326         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
43327              warnings in Config.pm with -W; increase default and
43328              minimum RAM; bump version number.
43329      Branch: maint-5.6/macperl
43330            + macos/lib/Mac/LowMem.pm
43331            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
43332            ! macos/configpm macos/macperl/MacPerl.r
43333 ____________________________________________________________________________
43334 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
43335         Log: Make syntax check report in MPW style, fix tests
43336              to use Mac::err=unix to get normal-style error
43337              messages.
43338      Branch: maint-5.6/macperl
43339            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
43340            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
43341 ____________________________________________________________________________
43342 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
43343         Log: Make MPW-style errors optional (but the default); add
43344              MacPerl::ErrorFormat() function and Mac::err pragma
43345      Branch: maint-5.6/macperl
43346            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
43347            + macos/ext/Mac/err/err.xs
43348            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
43349            ! macos/macish.c macos/macish.h macos/macperl.sym
43350 ____________________________________________________________________________
43351 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
43352         Log: More module and test ports from Thomas Wegner et al
43353      Branch: maint-5.6/macperl
43354            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
43355            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
43356            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
43357            ! t/op/magic.t
43358 ____________________________________________________________________________
43359 [ 11812] By: sky                                   on 2001/09/01  17:19:30
43360         Log: Subject: [PATCH t/op/concat.t] cleanup
43361              From: Michael G Schwern <schwern@pobox.com>
43362              Date: Sat, 1 Sep 2001 14:06:28 -0400
43363              Message-ID: <20010901140628.C606@blackrider>
43364      Branch: perl
43365            ! t/op/concat.t
43366 ____________________________________________________________________________
43367 [ 11811] By: sky                                   on 2001/09/01  12:25:29
43368         Log: Change #11805 didn't update the MANIFEST
43369      Branch: perl
43370            ! MANIFEST
43371 ____________________________________________________________________________
43372 [ 11810] By: sky                                   on 2001/09/01  11:52:44
43373         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
43374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43375              Date: Sat, 1 Sep 2001 14:50:14 +0200
43376              Message-ID: <20010901145014.A691@rafael>
43377      Branch: perl
43378            ! t/op/inccode.t
43379 ____________________________________________________________________________
43380 [ 11809] By: sky                                   on 2001/09/01  11:49:22
43381         Log: Subject: PATCH: ExtUtils::MakeMaker
43382              From: Tony Bowden <tony@kasei.com>
43383              Date: Sat, 1 Sep 2001 10:33:53 +0100
43384              Message-ID: <20010901103353.A13863@soto.kasei.com>
43385              Manually applied
43386      Branch: perl
43387            ! lib/ExtUtils/MakeMaker.pm
43388 ____________________________________________________________________________
43389 [ 11808] By: sky                                   on 2001/09/01  11:39:13
43390         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
43391              From: mike808@users.sourceforge.net
43392              Date: Sat, 1 Sep 101 11:27:50 GMT
43393              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
43394              With little tweak
43395      Branch: perl
43396            ! lib/Term/Cap.pm
43397 ____________________________________________________________________________
43398 [ 11807] By: ams                                   on 2001/09/01  11:31:16
43399         Log: Subject: oct() and hex()
43400              From: Nicholas Clark <nick@ccl4.org>
43401              Date: Fri, 31 Aug 2001 23:14:13 +0100
43402              Message-Id: <20010831231413.J4950@plum.flirble.org>
43403      Branch: perl
43404            ! pod/perlclib.pod
43405 ____________________________________________________________________________
43406 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
43407         Log: Integrate change 11801 from maintperl
43408      Branch: maint-5.6/macperl
43409            ! perl.c
43410 ____________________________________________________________________________
43411 [ 11805] By: sky                                   on 2001/08/31  21:35:10
43412         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
43413              From: Michael G Schwern <schwern@pobox.com>
43414              Date: Fri, 31 Aug 2001 15:36:28 -0400
43415              Message-ID: <20010831153628.B598@blackrider>
43416              Check for things which used to segfault
43417      Branch: perl
43418            + t/run/segfault.t
43419 ____________________________________________________________________________
43420 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
43421         Log: integrate change#11801 from maint-5.6
43422              
43423              remove age-old UNICOS "workaround" that introduces a static, and
43424              hence an egregious race condition for threaded builds (*sigh*
43425              beats me why this kludge wasn't guarded by a UNICOS-specific
43426              #define *sigh*)
43427      Branch: perl
43428            ! perl.c
43429 ____________________________________________________________________________
43430 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
43431         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
43432              working in 5.7.x
43433      Branch: perl
43434            - objXSUB.h
43435            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
43436            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
43437            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
43438            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
43439            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
43440            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
43441            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
43442            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
43443            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
43444            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
43445            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
43446            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
43447            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
43448            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
43449            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
43450            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
43451            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
43452            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
43453            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
43454            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
43455            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
43456            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
43457 ____________________________________________________________________________
43458 [ 11802] By: ams                                   on 2001/08/31  18:11:32
43459         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
43460              From: "Philip Newton" <Philip.Newton@gmx.net>
43461              Date: Fri, 31 Aug 2001 21:12:56 +0200
43462              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
43463      Branch: perl
43464            ! pod/perldiag.pod
43465 ____________________________________________________________________________
43466 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
43467         Log: remove age-old UNICOS "workaround" that introduces a static, and
43468              hence an egregious race condition for threaded builds (*sigh*
43469              beats me why this kludge wasn't guarded by a UNICOS-specific
43470              #define *sigh*)
43471      Branch: maint-5.6/perl
43472            ! perl.c
43473 ____________________________________________________________________________
43474 [ 11800] By: sky                                   on 2001/08/31  17:30:26
43475         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
43476              Might break on platforms where bool is larger than 8 bites ???
43477      Branch: perl
43478            ! regcomp.c
43479 ____________________________________________________________________________
43480 [ 11799] By: ams                                   on 2001/08/31  12:15:44
43481         Log: Integrate 11778 into mainline.
43482      Branch: perl
43483            ! t/base/term.t
43484 ____________________________________________________________________________
43485 [ 11798] By: sky                                   on 2001/08/31  11:31:44
43486         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
43487              supposed to happen.
43488      Branch: perl
43489            ! regcomp.c
43490 ____________________________________________________________________________
43491 [ 11797] By: sky                                   on 2001/08/31  11:28:17
43492         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
43493              From: "John P. Linderman" <jpl@research.att.com>
43494              Date: Fri, 31 Aug 2001 08:20:35 -0400
43495              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
43496              Fixes test 14 which could fail randomly in rare cases.
43497      Branch: perl
43498            ! ext/Time/HiRes/HiRes.t regcomp.c
43499 ____________________________________________________________________________
43500 [ 11796] By: ams                                   on 2001/08/31  01:13:07
43501         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
43502              From: Nicholas Clark <nick@ccl4.org>
43503              Date: Thu, 30 Aug 2001 23:21:50 +0100
43504              Message-Id: <20010830232150.D4950@plum.flirble.org>
43505      Branch: perl
43506            ! ext/Sys/Syslog/Makefile.PL
43507 ____________________________________________________________________________
43508 [ 11795] By: ams                                   on 2001/08/30  23:53:23
43509         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
43510              patching example
43511              From: Michael G Schwern <schwern@pobox.com>
43512              Date: Thu, 30 Aug 2001 17:02:08 -0400
43513              Message-Id: <20010830170208.M2318@blackrider>
43514      Branch: perl
43515            ! pod/perlhack.pod
43516 ____________________________________________________________________________
43517 [ 11794] By: ams                                   on 2001/08/30  19:35:36
43518         Log: Subject: [PATCH] pp_modulo
43519              From: Nicholas Clark <nick@ccl4.org>
43520              Date: Thu, 30 Aug 2001 18:20:54 +0100
43521              Message-Id: <20010830182053.A4950@plum.flirble.org>
43522      Branch: perl
43523            ! pp.c t/op/64bitint.t
43524 ____________________________________________________________________________
43525 [ 11793] By: sky                                   on 2001/08/30  13:02:48
43526         Log: 11792 wasn't complete
43527      Branch: perl
43528            ! makedef.pl regcomp.c
43529 ____________________________________________________________________________
43530 [ 11792] By: sky                                   on 2001/08/30  12:21:11
43531         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
43532      Branch: perl
43533            ! makedef.pl
43534 ____________________________________________________________________________
43535 [ 11791] By: sky                                   on 2001/08/30  10:08:02
43536         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
43537      Branch: perl
43538            ! config_h.SH
43539 ____________________________________________________________________________
43540 [ 11790] By: sky                                   on 2001/08/30  08:22:31
43541         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
43542              on the pad. Fixes coredumps in cleanups introduced by
43543              Change 11755  
43544      Branch: perl
43545            ! op.c perl.c sv.h
43546 ____________________________________________________________________________
43547 [ 11789] By: sky                                   on 2001/08/29  19:01:47
43548         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
43549              This is a replacement implmentation that works on HPUX.
43550              This bug should probably be fixed in GCC.
43551      Branch: perl
43552            ! ext/Socket/Socket.xs
43553 ____________________________________________________________________________
43554 [ 11788] By: ams                                   on 2001/08/29  17:35:33
43555         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
43556              From: Nicholas Clark <nick@ccl4.org>
43557              Date: Wed, 29 Aug 2001 18:21:56 +0100
43558              Message-Id: <20010829182156.O4950@plum.flirble.org>
43559      Branch: perl
43560            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
43561 ____________________________________________________________________________
43562 [ 11787] By: sky                                   on 2001/08/29  10:42:54
43563         Log: Added test for pack_addr_in and unpack_addr_in
43564              Nitpik in test 10
43565      Branch: perl
43566            ! ext/Socket/Socket.t
43567 ____________________________________________________________________________
43568 [ 11786] By: sky                                   on 2001/08/29  10:28:14
43569         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
43570              Trying to catch errors on HP-UX
43571      Branch: perl
43572            ! ext/Socket/Socket.t
43573 ____________________________________________________________________________
43574 [ 11785] By: sky                                   on 2001/08/29  09:07:03
43575         Log: make sure USE_THREADS is defined so external apps work
43576      Branch: perl
43577            ! config_h.SH
43578 ____________________________________________________________________________
43579 [ 11784] By: sky                                   on 2001/08/29  08:06:12
43580         Log: Subject: Re: The hitlist of untested modules.
43581              From: Jonathan Stowe <gellyfish@gellyfish.com>
43582              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
43583              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
43584              Start of tests for Shell.pm (make Schwern poorer!)
43585      Branch: perl
43586            + lib/Shell.t
43587            ! MANIFEST
43588 ____________________________________________________________________________
43589 [ 11783] By: sky                                   on 2001/08/29  07:37:50
43590         Log: END{} can change the return value even if we die from BEGIN{}
43591      Branch: perl
43592            ! miniperlmain.c
43593 ____________________________________________________________________________
43594 [ 11782] By: ams                                   on 2001/08/29  06:32:17
43595         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
43596              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43597              Date: Wed, 29 Aug 2001 09:18:17 +0200
43598              Message-Id: <20010829091817.A4453@rafael>
43599      Branch: perl
43600            ! t/op/inccode.t
43601 ____________________________________________________________________________
43602 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
43603         Log: Delete xsubpp.patch, as full copy exists now
43604      Branch: maint-5.6/macperl
43605            - macos/xsubpp.patch
43606 ____________________________________________________________________________
43607 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
43608         Log: Add Changes file
43609      Branch: maint-5.6/macperl
43610            + macos/Changes
43611 ____________________________________________________________________________
43612 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
43613         Log: Add Mac version of xsubpp as separate file
43614      Branch: maint-5.6/macperl
43615            + macos/xsubpp
43616            ! macos/Makefile.mk
43617 ____________________________________________________________________________
43618 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
43619         Log: Fix open of /dev/null for Mac OS
43620      Branch: maint-5.6/macperl
43621            ! t/base/term.t
43622 ____________________________________________________________________________
43623 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
43624         Log: Various patches: enable more tests; skip CVS in PerlInstall;
43625              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
43626      Branch: maint-5.6/macperl
43627            ! macos/MacPerlTests.cmd macos/PerlInstall
43628            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
43629 ____________________________________________________________________________
43630 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
43631         Log: Allow for platforms to override formatting of errors
43632              on output from Matthias Neeracher (Mac files)
43633      Branch: maint-5.6/macperl
43634            ! macos/macish.c macos/macish.h
43635 ____________________________________________________________________________
43636 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
43637         Log: Allow for platforms to override formatting of errors
43638              on output from Matthias Neeracher (core files)
43639      Branch: maint-5.6/macperl
43640            ! perl.h pp_ctl.c util.c
43641 ____________________________________________________________________________
43642 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
43643         Log: Add some param checking, from reports by Kevin Reid.
43644      Branch: maint-5.6/macperl
43645            ! macos/ext/Mac/Controls/Controls.pm
43646            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
43647 ____________________________________________________________________________
43648 [ 11773] By: ams                                   on 2001/08/28  23:54:57
43649         Log: Subject: [PATCH] make coretest
43650              From: Paul Johnson <paul@pjcj.net>
43651              Date: Wed, 29 Aug 2001 00:11:38 +0200
43652              Message-Id: <20010829001138.B12169@pjcj.net>
43653              (Applied without the change to perlhack.pod. This should
43654              probably stay undocumented.)
43655      Branch: perl
43656            ! Makefile.SH t/TEST
43657 ____________________________________________________________________________
43658 [ 11772] By: sky                                   on 2001/08/28  13:01:20
43659         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
43660              From: Michael G Schwern <schwern@pobox.com>
43661              Date: Tue, 28 Aug 2001 09:57:39 -0400
43662              Message-ID: <20010828095738.E17775@blackrider>
43663      Branch: perl
43664            ! pod/perlhack.pod t/op/pack.t
43665 ____________________________________________________________________________
43666 [ 11771] By: sky                                   on 2001/08/28  11:20:13
43667         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
43668              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43669              Date: Tue, 28 Aug 2001 14:23:43 +0200
43670              Message-ID: <20010828142343.A19299@rafael>
43671      Branch: perl
43672            ! pod/perlvar.pod pp_ctl.c
43673 ____________________________________________________________________________
43674 [ 11770] By: ams                                   on 2001/08/28  10:13:21
43675         Log: Subject: [PATCH] odd typo in op.h
43676              From: Nicholas Clark <nick@ccl4.org>
43677              Date: Tue, 28 Aug 2001 12:10:26 +0100
43678              Message-Id: <20010828121026.V4950@plum.flirble.org>
43679      Branch: perl
43680            ! op.h
43681 ____________________________________________________________________________
43682 [ 11769] By: sky                                   on 2001/08/28  08:09:16
43683         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
43684              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
43685              Date: Tue, 28 Aug 2001 02:22:20 +0300
43686              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
43687      Branch: perl
43688            ! ext/B/B/Lint.pm
43689 ____________________________________________________________________________
43690 [ 11768] By: ams                                   on 2001/08/28  00:47:35
43691         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
43692              From: Michael G Schwern <schwern@pobox.com>
43693              Date: Mon, 27 Aug 2001 21:24:44 -0400
43694              Message-Id: <20010827212444.F12582@blackrider>
43695      Branch: perl
43696            ! pod/perlhack.pod t/op/pack.t
43697 ____________________________________________________________________________
43698 [ 11767] By: ams                                   on 2001/08/27  23:59:48
43699         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
43700              From: Michael G Schwern <schwern@pobox.com>
43701              Date: Mon, 27 Aug 2001 20:12:29 -0400
43702              Message-Id: <20010827201229.D12582@blackrider>
43703      Branch: perl
43704            ! pod/perlhack.pod t/op/pack.t
43705 ____________________________________________________________________________
43706 [ 11766] By: ams                                   on 2001/08/27  23:39:40
43707         Log: Update Changes.
43708      Branch: perl
43709            ! Changes
43710 ____________________________________________________________________________
43711 [ 11765] By: ams                                   on 2001/08/27  22:53:10
43712         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
43713              From: Michael G Schwern <schwern@pobox.com>
43714              Date: Mon, 27 Aug 2001 19:47:30 -0400
43715              Message-Id: <20010827194730.C12582@blackrider>
43716      Branch: perl
43717            ! t/op/inccode.t
43718 ____________________________________________________________________________
43719 [ 11764] By: ams                                   on 2001/08/27  22:46:21
43720         Log: Subject: [PATCH] new tests for the coderef-in-@INC
43721              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43722              Date: Mon, 27 Aug 2001 22:36:27 +0200
43723              Message-Id: <20010827223627.C690@rafael>
43724              
43725              Subject: Re: [PATCH] new tests for the coderef-in-@INC
43726              From: Nicholas Clark <nick@ccl4.org>
43727              Date: Tue, 28 Aug 2001 00:02:46 +0100
43728              Message-Id: <20010828000245.R4950@plum.flirble.org>
43729      Branch: perl
43730            + t/op/inccode.t
43731            ! MANIFEST
43732 ____________________________________________________________________________
43733 [ 11763] By: ams                                   on 2001/08/27  22:41:09
43734         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
43735              bleadperl on fire, Win95+4NT)
43736              From: Michael G Schwern <schwern@pobox.com>
43737              Date: Mon, 27 Aug 2001 16:54:42 -0400
43738              Message-Id: <20010827165442.F9436@blackrider>
43739      Branch: perl
43740            ! lib/warnings.t
43741 ____________________________________________________________________________
43742 [ 11762] By: sky                                   on 2001/08/27  19:19:17
43743         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
43744              avaible at compile time. This broke the compilation of 
43745              Net/Ping.pm
43746      Branch: perl
43747            ! lib/Net/Ping.pm
43748 ____________________________________________________________________________
43749 [ 11761] By: sky                                   on 2001/08/27  18:34:48
43750         Log: Removed tripple definitions of CUSTOM_OP functions.
43751      Branch: perl
43752            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
43753 ____________________________________________________________________________
43754 [ 11760] By: sky                                   on 2001/08/27  18:21:27
43755         Log: Regen headers
43756      Branch: perl
43757            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
43758            ! perlapi.h proto.h
43759 ____________________________________________________________________________
43760 [ 11759] By: ams                                   on 2001/08/27  16:31:53
43761         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
43762              From: "chromatic" <chromatic@rmci.net>
43763              Date: Mon, 27 Aug 2001 11:17:09 -0600
43764              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
43765      Branch: perl
43766            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
43767 ____________________________________________________________________________
43768 [ 11758] By: sky                                   on 2001/08/27  15:16:42
43769         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
43770              Thanks to H. Merijn Brand for the patch.
43771              Some of the comments and or guards might be removable in perl.h now.
43772      Branch: perl
43773            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
43774            ! Porting/Glossary Porting/config_H README.threads config_h.SH
43775            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
43776            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
43777            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
43778            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
43779            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
43780            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
43781            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
43782            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
43783            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
43784            ! win32/config_H.vc win32/perllib.c win32/win32.h
43785            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
43786            ! wince/config.h wince/config_H.ce wince/win32.h
43787            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
43788 ____________________________________________________________________________
43789 [ 11757] By: sky                                   on 2001/08/27  13:39:16
43790         Log: Subject: GNU ld parses arguments different
43791              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43792              Date: Mon, 27 Aug 2001 16:25:51 +0200
43793              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
43794      Branch: perl
43795            ! hints/hpux.sh
43796 ____________________________________________________________________________
43797 [ 11756] By: sky                                   on 2001/08/27  13:18:45
43798         Log: Subject: Custom Ops
43799              From: Simon Cozens <simon@netthink.co.uk>
43800              Date: Sat, 25 Aug 2001 17:45:09 +0100
43801              Message-ID: <20010825174509.A5752@netthink.co.uk>
43802              I also added a fix to Opcode.pm to quite test cases.
43803      Branch: perl
43804            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
43805            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
43806 ____________________________________________________________________________
43807 [ 11755] By: sky                                   on 2001/08/27  05:37:17
43808         Log: Plugs a memory leak on destruction of regular expressions
43809              introcued by #11274.
43810              PL_regex_padav now has an AV as it's first entry with a list
43811              of freed regex_padav slots that it will reuse on creating
43812              new PMOPs.
43813      Branch: perl
43814            ! op.c perl.c
43815 ____________________________________________________________________________
43816 [ 11754] By: ams                                   on 2001/08/26  14:38:52
43817         Log: Subject: [PATCH] t/io/binmode.t
43818              From: Nicholas Clark <nick@ccl4.org>
43819              Date: Sun, 26 Aug 2001 12:03:05 +0100
43820              Message-Id: <20010826120305.C4950@plum.flirble.org>
43821              
43822              (Also a nitpick in #11752 to t/op/universal.t)
43823      Branch: perl
43824            ! t/io/binmode.t t/op/universal.t
43825 ____________________________________________________________________________
43826 [ 11753] By: ams                                   on 2001/08/26  08:19:34
43827         Log: Subject: [PATCH] op/universal.t failing
43828              From: Nicholas Clark <nick@ccl4.org>
43829              Date: Sun, 26 Aug 2001 09:48:22 +0100
43830              Message-Id: <20010826094822.B4950@plum.flirble.org>
43831      Branch: perl
43832            ! t/op/universal.t
43833 ____________________________________________________________________________
43834 [ 11752] By: ams                                   on 2001/08/25  22:46:13
43835         Log: Subject: Re: 'can' with undefined subs
43836              From: Tony Bowden <tony@kasei.com>
43837              Date: Sat, 25 Aug 2001 14:58:17 +0100
43838              Message-Id: <20010825145817.A11788@soto.kasei.com>
43839              (Applied with minor modifications.)
43840      Branch: perl
43841            ! t/op/universal.t
43842 ____________________________________________________________________________
43843 [ 11751] By: ams                                   on 2001/08/25  18:28:43
43844         Log: Subject: Re: 'can' with undefined subs
43845              From: Tony Bowden <tony@kasei.com>
43846              Date: Sat, 25 Aug 2001 15:13:14 +0100
43847              Message-Id: <20010825151314.B11788@soto.kasei.com>
43848      Branch: perl
43849            ! lib/UNIVERSAL.pm
43850 ____________________________________________________________________________
43851 [ 11750] By: nick                                  on 2001/08/25  15:24:15
43852         Log: Integrate mainline
43853      Branch: perlio
43854           +> t/io/binmode.t
43855           !> (integrate 26 files)
43856 ____________________________________________________________________________
43857 [ 11749] By: nick                                  on 2001/08/25  14:55:41
43858         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
43859              From:  John Peacock <jpeacock@rowman.com>
43860              Date:  Wed, 22 Aug 2001 12:05:28 -0400
43861              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
43862      Branch: perl
43863            ! pod/perlhack.pod
43864 ____________________________________________________________________________
43865 [ 11748] By: nick                                  on 2001/08/25  14:53:04
43866         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
43867              From:  Michael G Schwern <schwern@pobox.com>
43868              Date:  Wed, 22 Aug 2001 19:22:45 -0400
43869              Message-Id:  <20010822192245.U619@blackrider>
43870      Branch: perl
43871            ! MANIFEST
43872 ____________________________________________________________________________
43873 [ 11747] By: nick                                  on 2001/08/25  14:52:33
43874         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
43875              From:  Nicholas Clark <nick@ccl4.org>
43876              Date:  Wed, 22 Aug 2001 23:29:06 +0100
43877              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
43878      Branch: perl
43879            + t/io/binmode.t
43880            ! perlio.c pod/perlfunc.pod
43881 ____________________________________________________________________________
43882 [ 11744] By: nick                                  on 2001/08/25  14:37:33
43883         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
43884              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43885              Date:  Fri, 24 Aug 2001 22:10:42 +0200
43886              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
43887      Branch: perl
43888            ! x2p/a2py.c x2p/walk.c
43889 ____________________________________________________________________________
43890 [ 11743] By: nick                                  on 2001/08/25  14:32:47
43891         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
43892              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43893              Date:  Fri, 24 Aug 2001 23:34:13 +0200
43894              Message-Id:  <20010824233413.A1285@rafael>
43895      Branch: perl
43896            ! pod/perlfunc.pod pod/perlvar.pod
43897 ____________________________________________________________________________
43898 [ 11742] By: ams                                   on 2001/08/25  13:16:02
43899         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
43900              From: Nicholas Clark <nick@ccl4.org>
43901              Date: Sat, 25 Aug 2001 14:50:07 +0100
43902              Message-Id: <20010825145007.L41464@plum.flirble.org>
43903      Branch: perl
43904            ! pp_ctl.c
43905 ____________________________________________________________________________
43906 [ 11741] By: nick                                  on 2001/08/24  07:08:45
43907         Log: When applying patch via Porting/apply fails, do p4 refresh
43908              to get old files back.
43909      Branch: perl
43910            ! Porting/apply
43911 ____________________________________________________________________________
43912 [ 11740] By: ams                                   on 2001/08/24  04:47:24
43913         Log: #11739 was incomplete.
43914      Branch: perl
43915            ! pod/perldiag.pod
43916 ____________________________________________________________________________
43917 [ 11739] By: ams                                   on 2001/08/24  04:09:40
43918         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
43919              From: "Philip Newton" <Philip.Newton@gmx.net>
43920              Date: Fri, 24 Aug 2001 07:08:34 +0200
43921      Branch: perl
43922            ! pod/perldiag.pod
43923 ____________________________________________________________________________
43924 [ 11738] By: ams                                   on 2001/08/24  02:19:42
43925         Log: Fixed Doug Wilson's email address.
43926      Branch: perl
43927            ! AUTHORS
43928 ____________________________________________________________________________
43929 [ 11737] By: ams                                   on 2001/08/24  00:10:13
43930         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
43931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43932              Date: Thu, 23 Aug 2001 22:22:58 +0200
43933              Message-Id: <20010823222258.A901@rafael>
43934      Branch: perl
43935            ! pod/perldiag.pod
43936 ____________________________________________________________________________
43937 [ 11736] By: ams                                   on 2001/08/24  00:05:02
43938         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
43939              From: "Craig A. Berry" <craigberry@mac.com>
43940              Date: Thu, 23 Aug 2001 19:07:45 -0500
43941              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
43942      Branch: perl
43943            ! configure.com
43944 ____________________________________________________________________________
43945 [ 11735] By: sky                                   on 2001/08/23  13:42:07
43946         Log: Backed out 11732, it breaks lib/strict.t 
43947      Branch: perl
43948            ! op.c
43949 ____________________________________________________________________________
43950 [ 11734] By: sky                                   on 2001/08/23  11:45:59
43951         Log: Removed toy from 17133 after Matt Sargeants request.
43952      Branch: perl
43953            ! pod/perlfaq4.pod
43954 ____________________________________________________________________________
43955 [ 11733] By: sky                                   on 2001/08/23  11:36:29
43956         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
43957              From: Robin Houston <robin@kitsite.com>
43958              Date: Wed, 22 Aug 2001 23:06:16 +0100
43959              Message-ID: <20010822230616.A254@robin.kitsite.com>
43960      Branch: perl
43961            ! pod/perlfaq4.pod
43962 ____________________________________________________________________________
43963 [ 11732] By: sky                                   on 2001/08/23  10:36:02
43964         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
43965              From: Simon Cozens <simon@netthink.co.uk>
43966              Date: Thu, 23 Aug 2001 12:06:36 +0100
43967              Message-ID: <20010823120636.A9961@netthink.co.uk>
43968      Branch: perl
43969            ! op.c
43970 ____________________________________________________________________________
43971 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
43972         Log: fix broken windows build
43973      Branch: perl
43974            ! perl.h
43975 ____________________________________________________________________________
43976 [ 11730] By: ams                                   on 2001/08/22  21:35:30
43977         Log: Subject: [PATCH] io/tell.t doesn't chdir t
43978              From: Nicholas Clark <nick@ccl4.org>
43979              Date: Wed, 22 Aug 2001 23:25:58 +0100
43980              Message-Id: <20010822232557.Y82818@plum.flirble.org>
43981      Branch: perl
43982            ! t/io/tell.t
43983 ____________________________________________________________________________
43984 [ 11729] By: ams                                   on 2001/08/22  20:32:21
43985         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43986              questions)
43987              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43988              Date: Wed, 22 Aug 2001 17:09:04 -0400
43989              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43990              (Oops, forgot File::Spec::Unix in the previous patch.)
43991      Branch: perl
43992            ! lib/File/Spec/Unix.pm
43993 ____________________________________________________________________________
43994 [ 11728] By: ams                                   on 2001/08/22  20:25:41
43995         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43996              questions)
43997              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43998              Date: Wed, 22 Aug 2001 17:09:04 -0400
43999              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
44000      Branch: perl
44001            ! lib/File/Spec.pm
44002 ____________________________________________________________________________
44003 [ 11727] By: ams                                   on 2001/08/22  19:43:30
44004         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
44005              From: John Peacock <jpeacock@rowman.com>
44006              Date: Wed, 22 Aug 2001 12:35:52 -0400
44007              Message-Id: <3B83DF68.5D89DC81@rowman.com>
44008              (Adds proper tests for $], notwithstanding Subject. +nitpick)
44009      Branch: perl
44010            ! t/op/ver.t
44011 ____________________________________________________________________________
44012 [ 11726] By: ams                                   on 2001/08/22  19:36:39
44013         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
44014              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
44015              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
44016              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
44017      Branch: perl
44018            ! lib/diagnostics.pm lib/diagnostics.t
44019 ____________________________________________________________________________
44020 [ 11725] By: ams                                   on 2001/08/22  19:25:01
44021         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
44022              From: Nicholas Clark <nick@ccl4.org>
44023              Date: Wed, 22 Aug 2001 20:59:05 +0100
44024              Message-Id: <20010822205905.U82818@plum.flirble.org>
44025      Branch: perl
44026            ! pp.c t/op/64bitint.t t/op/arith.t
44027 ____________________________________________________________________________
44028 [ 11724] By: ams                                   on 2001/08/22  10:02:33
44029         Log: Subject: Configure blooper
44030              From: H.Merijn Brand <h.m.brand@hccnet.nl>
44031              Date: Wed, 22 Aug 2001 12:38:35 +0200
44032              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
44033      Branch: perl
44034            ! Configure
44035 ____________________________________________________________________________
44036 [ 11723] By: ams                                   on 2001/08/21  16:17:53
44037         Log: Subject: [PATCH] installperl -help
44038              From: Nicholas Clark <nick@ccl4.org>
44039              Date: Tue, 21 Aug 2001 17:34:23 +0100
44040              Message-Id: <20010821173423.F82818@plum.flirble.org>
44041      Branch: perl
44042            ! installperl
44043 ____________________________________________________________________________
44044 [ 11722] By: ams                                   on 2001/08/20  07:46:31
44045         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
44046              From: Ilmari Karonen <iltzu@sci.fi>
44047              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
44048              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
44049      Branch: perl
44050            ! pod/perlvar.pod
44051 ____________________________________________________________________________
44052 [ 11721] By: nick                                  on 2001/08/20  06:24:31
44053         Log: Integrate mainline
44054      Branch: perlio
44055           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
44056           +> lib/Lingua/KO/Hangul/Util/Changes
44057           +> lib/Lingua/KO/Hangul/Util/README
44058           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
44059           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
44060           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
44061           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
44062           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
44063           +> lib/Unicode/Normalize/t/test.t
44064            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
44065           !> (integrate 55 files)
44066 ____________________________________________________________________________
44067 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
44068         Log: Integrate Change #11599 from maint-5.6/perl
44069      Branch: maint-5.6/macperl
44070           !> README.win32
44071 ____________________________________________________________________________
44072 [ 11719] By: ams                                   on 2001/08/18  21:21:42
44073         Log: Add Porting/apply to MANIFEST.
44074      Branch: perl
44075            ! MANIFEST
44076 ____________________________________________________________________________
44077 [ 11718] By: sky                                   on 2001/08/18  14:38:01
44078         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
44079              Better solution would be to make 5005threaded perl use
44080              the same system as ithreads do
44081      Branch: perl
44082            ! perl.h
44083 ____________________________________________________________________________
44084 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
44085         Log: New try for ID 20010407.006: detach the semantics
44086              "was the last match target UTF8" into its own variable.
44087      Branch: perl
44088            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
44089            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
44090 ____________________________________________________________________________
44091 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
44092         Log: UTF8 flag should be meaningful only when POK.
44093      Branch: perl
44094            ! dump.c
44095 ____________________________________________________________________________
44096 [ 11715] By: sky                                   on 2001/08/18  11:45:16
44097         Log: USE_THREADS and USE_ITHREADS are never true at the same time
44098      Branch: perl
44099            ! perl.h
44100 ____________________________________________________________________________
44101 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
44102         Log: Retract #11712 for now.  The real fix would probably
44103              be something like making PL_reg_sv a copy (PV + UTF8)
44104              of the matched/substituted string (note: not just a SvPOK
44105              string, for example the stringified form of a ROK would
44106              be applicable)  Beware of leaks.
44107      Branch: perl
44108            ! pp_hot.c t/op/pat.t
44109 ____________________________________________________________________________
44110 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
44111         Log: UTF8 wasn't printing for PVMGs.
44112      Branch: perl
44113            ! dump.c
44114 ____________________________________________________________________________
44115 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
44116         Log: (Retracted by #11714)
44117              
44118              Okay analysis, debatable fix.  (The fix will inc
44119              the refcount of all temporary match objects,
44120              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
44121              which will then cause griping at untie() time
44122              ("inner references remain").
44123              
44124              Fix for ID 20010407.006: PL_reg_sv got wiped out
44125              by freetemps if the match target was a temporary
44126              (like function_call() =~ /.../), which in turn meant
44127              that the $1 et al stopped working if they had UTF-8
44128              in them.  Therefore bump up the refcount of PL_reg_sv.
44129      Branch: perl
44130            ! pp_hot.c t/op/pat.t
44131 ____________________________________________________________________________
44132 [ 11711] By: ams                                   on 2001/08/17  20:32:08
44133         Log: Subject: [PATCH] doesn't compile, was perl@11710
44134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44135              Date: Fri, 17 Aug 2001 23:21:10 +0200
44136              Message-Id: <20010817232110.C7041@rafael> 
44137      Branch: perl
44138            ! sharedsv.c
44139 ____________________________________________________________________________
44140 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
44141         Log: Update Changes.
44142      Branch: perl
44143            ! Changes patchlevel.h
44144 ____________________________________________________________________________
44145 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
44146         Log: Upgrade to libnet 1.0704.
44147      Branch: perl
44148            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
44149            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
44150            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
44151            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
44152            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
44153            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
44154            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
44155 ____________________________________________________________________________
44156 [ 11708] By: sky                                   on 2001/08/17  13:34:04
44157         Log: Let perl_clone copy PL_exit_flags
44158      Branch: perl
44159            ! sv.c
44160 ____________________________________________________________________________
44161 [ 11707] By: sky                                   on 2001/08/17  12:28:41
44162         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
44163      Branch: perl
44164            ! sharedsv.c sharedsv.h
44165 ____________________________________________________________________________
44166 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
44167         Log: The metaconfig unit change for #11705.
44168      Branch: metaconfig/U/perl
44169            ! Extensions.U
44170 ____________________________________________________________________________
44171 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
44172         Log: Allow the threads extension to be found if present.
44173      Branch: perl
44174            ! Configure
44175 ____________________________________________________________________________
44176 [ 11704] By: nick                                  on 2001/08/17  11:47:54
44177         Log: Mail -> change script (pre-alpha)
44178      Branch: perl
44179            + Porting/apply
44180 ____________________________________________________________________________
44181 [ 11703] By: sky                                   on 2001/08/17  07:11:24
44182         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
44183              Thanks to Tom Hospel for pointing out my error.
44184      Branch: perl
44185            ! op.h
44186 ____________________________________________________________________________
44187 [ 11702] By: sky                                   on 2001/08/17  04:18:11
44188         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.
44189      Branch: perl
44190            ! embed.pl miniperlmain.c perl.c perl.h proto.h
44191 ____________________________________________________________________________
44192 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
44193         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
44194              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
44195      Branch: perl
44196            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
44197            + lib/Lingua/KO/Hangul/Util/README
44198            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
44199            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
44200            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
44201            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
44202            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
44203            + lib/Unicode/Normalize/t/test.t
44204            ! MANIFEST
44205 ____________________________________________________________________________
44206 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
44207         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
44208              Date: Thu, 16 Aug 2001 22:46:15 -0500
44209              From: "Craig A. Berry" <craigberry@mac.com>
44210              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
44211      Branch: perl
44212            ! configure.com numeric.c
44213 ____________________________________________________________________________
44214 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
44215         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
44216              of the usual suspects (like getpwent) but not for others
44217              (like localtime and rand).  The _r versions are available
44218              for all of them, so let's use them.
44219      Branch: perl
44220            ! perl.h
44221 ____________________________________________________________________________
44222 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
44223         Log: (Accidental apply; thankfully empty.)
44224      Branch: perl
44225            ! hints/os390.sh
44226 ____________________________________________________________________________
44227 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
44228         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
44229              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
44230              Date: Thu, 16 Aug 2001 16:27:49 +0100
44231              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
44232      Branch: perl
44233            ! regexec.c t/op/re_tests
44234 ____________________________________________________________________________
44235 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
44236         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
44237              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
44238              Date: Thu, 16 Aug 2001 18:50:01 +0100
44239              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
44240      Branch: perl
44241            ! pp_hot.c t/op/pat.t
44242 ____________________________________________________________________________
44243 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
44244         Log: Subject: [PATCH] *time_r again
44245              From: "Arthur Bergman" <arthur@contiller.se>
44246              Date: Thu, 16 Aug 2001 16:01:54 +0200
44247              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
44248      Branch: perl
44249            ! op.h
44250 ____________________________________________________________________________
44251 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
44252         Log: system() and backtick error handling cleanup from Craig A. Berry.
44253      Branch: perl
44254            ! vms/vms.c
44255 ____________________________________________________________________________
44256 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
44257         Log: change#10334 leaks memory, copies string when it doesn't
44258              need to
44259      Branch: perl
44260            ! perl.c
44261 ____________________________________________________________________________
44262 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
44263         Log: One more twist to the sprintf + utf8 testing.
44264      Branch: perl
44265            ! t/op/misc.t
44266 ____________________________________________________________________________
44267 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
44268         Log: Fix for 20010407.008 sprintf removes utf8-ness.
44269      Branch: perl
44270            ! pp.c t/op/misc.t
44271 ____________________________________________________________________________
44272 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
44273         Log: Subject: [PATCH] *time_r fixes
44274              From: "Arthur Bergman" <arthur@contiller.se>
44275              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
44276              Date: Thu, 16 Aug 2001 14:22:27 +0200
44277      Branch: perl
44278            ! op.h
44279 ____________________________________________________________________________
44280 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
44281         Log: Upgrade to CGI.pm 2.77.
44282      Branch: perl
44283            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
44284            ! lib/CGI/t/function.t
44285 ____________________________________________________________________________
44286 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
44287         Log: Document the bytes-to-Unicode upgrading.
44288      Branch: perl
44289            ! pod/perlunicode.pod
44290 ____________________________________________________________________________
44291 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
44292         Log: Add a test for Unicode sprintf.
44293      Branch: perl
44294            ! t/op/misc.t
44295 ____________________________________________________________________________
44296 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
44297         Log: Add Unicode tests for index/rindex.
44298      Branch: perl
44299            ! t/op/index.t
44300 ____________________________________________________________________________
44301 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
44302         Log: Document a bit the art of minimizing the installation,
44303              based on the p5p discussion.
44304      Branch: perl
44305            ! INSTALL
44306 ____________________________________________________________________________
44307 [ 11684] By: nick                                  on 2001/08/15  15:03:31
44308         Log: Integrate mainline
44309      Branch: perlio
44310           +> sharedsv.c sharedsv.h
44311           !> (integrate 53 files)
44312 ____________________________________________________________________________
44313 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
44314         Log: Update Changes.
44315      Branch: perl
44316            ! Changes patchlevel.h
44317 ____________________________________________________________________________
44318 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
44319         Log: The #11673 necessitated a test tweak.
44320      Branch: perl
44321            ! t/io/utf8.t
44322 ____________________________________________________________________________
44323 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
44324         Log: Also UNICOS is in the general case unable to silently
44325              handle fp overflows.
44326      Branch: perl
44327            ! numeric.c
44328 ____________________________________________________________________________
44329 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
44330         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
44331              NV_EPSILON #defined.
44332      Branch: perl
44333            ! perl.h
44334 ____________________________________________________________________________
44335 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
44336         Log: Re-establish the fp overflow detection for VAX VMS; there
44337              is no easy way to have the IEEE fp silent overflow semantics.
44338              (in Alpha VMS we still will use IEEE fp by default-- but it
44339              is still possible to configure Perl to use G_FLOAT)
44340      Branch: perl
44341            ! numeric.c
44342 ____________________________________________________________________________
44343 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
44344         Log: Subject: [PATCH] pp_lock 
44345              From: "Arthur Bergman" <arthur@contiller.se>
44346              Date: Wed, 15 Aug 2001 11:52:16 +0200
44347              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
44348      Branch: perl
44349            ! pp.c
44350 ____________________________________________________________________________
44351 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
44352         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
44353              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
44354              Date: Wed, 15 Aug 2001 11:32:11 +0100
44355              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
44356      Branch: perl
44357            ! regcomp.c t/op/re_tests
44358 ____________________________________________________________________________
44359 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
44360         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
44361              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
44362              Date: Wed, 15 Aug 2001 10:33:49 +0100
44363              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
44364      Branch: perl
44365            ! regexec.c t/op/re_tests
44366 ____________________________________________________________________________
44367 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
44368         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
44369              From: Barrie Slaymaker <barries@slaysys.com>
44370              Date: Tue, 14 Aug 2001 14:32:25 -0400
44371              Message-ID: <20010814143225.A19822@jester.slaysys.com>
44372      Branch: perl
44373            ! lib/File/Spec.t lib/File/Spec/Unix.pm
44374 ____________________________________________________________________________
44375 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
44376         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
44377              From: Peter Prymmer <pvhp@forte.com>
44378              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
44379              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
44380      Branch: perl
44381            ! README.vms configure.com
44382 ____________________________________________________________________________
44383 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
44384         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
44385              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44386              Date: Tue, 14 Aug 2001 21:23:27 +0200
44387              Message-ID: <20010814212327.A1919@rafael>
44388      Branch: perl
44389            ! doio.c
44390 ____________________________________________________________________________
44391 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
44392         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
44393              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44394              Date: Tue, 14 Aug 2001 22:30:11 +0200
44395              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
44396              
44397              Combination of nmake, quoting, and Perl expanded $( in here-doc.
44398      Branch: perl
44399            ! ext/SDBM_File/Makefile.PL
44400 ____________________________________________________________________________
44401 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
44402         Log: Todo updates.
44403      Branch: perl
44404            ! pod/perltodo.pod
44405 ____________________________________________________________________________
44406 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
44407         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
44408              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44409              Date: Mon, 13 Aug 2001 23:15:01 +0200
44410              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
44411      Branch: perl
44412            ! sv.c
44413 ____________________________________________________________________________
44414 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
44415         Log: Subject: [PATCH] [b-]showlex.t
44416              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
44417              Date: Sun, 12 Aug 2001 22:24:51 +0200
44418              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
44419              
44420              The 4nt command shell will expand the % in command line
44421              no matter what quoting is attempted, changed the % to @.
44422      Branch: perl
44423            ! ext/B/Showlex.t
44424 ____________________________________________________________________________
44425 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
44426         Log: Subject: [PATCH] magic.t
44427              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44428              Date: Sun, 12 Aug 2001 20:49:27 +0200
44429              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
44430      Branch: perl
44431            ! t/op/magic.t
44432 ____________________________________________________________________________
44433 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
44434         Log: Add sharedsv* to the DOSish platforms; plus add
44435              some WinCE files to the list of DOSish files.
44436      Branch: perl
44437            ! NetWare/Makefile Porting/makerel win32/Makefile
44438            ! win32/makefile.mk wince/Makefile.ce
44439 ____________________________________________________________________________
44440 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
44441         Log: More DOSish files.
44442      Branch: perl
44443            ! Porting/makerel
44444 ____________________________________________________________________________
44445 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
44446         Log: Strip CRs from the WinCE files.  Now we need to
44447              figure out in which CRs are really needed: probably
44448              Makefile.ce and the README files, at least, probably
44449              also the registry.bat.
44450      Branch: perl
44451            ! wince/Makefile.ce wince/README.compile wince/README.perlce
44452            ! wince/config.h wince/include/cectype.h wince/include/errno.h
44453            ! wince/include/sys/stat.h wince/include/sys/types.h
44454            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
44455            ! wince/perldll.def wince/registry.bat wince/wince.h
44456            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
44457 ____________________________________________________________________________
44458 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
44459         Log: Add some files to DOSish and writables.
44460      Branch: perl
44461            ! Porting/makerel
44462 ____________________________________________________________________________
44463 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
44464         Log: Compile failure message tidying.
44465      Branch: perl
44466            ! t/lib/1_compile.t
44467 ____________________________________________________________________________
44468 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
44469         Log: The new sharedsv* should be exported only if usethreads.
44470      Branch: perl
44471            ! makedef.pl
44472 ____________________________________________________________________________
44473 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
44474         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
44475              From: Peter Prymmer <pvhp@forte.com>
44476              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
44477              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
44478      Branch: perl
44479            ! README.os390
44480 ____________________________________________________________________________
44481 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
44482         Log: Update Changes.
44483      Branch: perl
44484            ! Changes patchlevel.h
44485 ____________________________________________________________________________
44486 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
44487         Log: Subject: [PATHC] sharedsv.[c|h]
44488              From: "Artur Bergman" <artur@contiller.se>
44489              Date: Mon, 13 Aug 2001 14:38:41 +0200
44490              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
44491              
44492              Subject: [PATCH] embed.pl
44493              From: Arthur Bergman <arthur@contiller.se>
44494              Date: Mon, 13 Aug 2001 14:38:14 +0200
44495              Message-ID: <B79D96D6.3088%arthur@contiller.se>
44496              
44497              Subject: [PATCH] sharedsv cleanups
44498              From: "Arthur Bergman" <arthur@contiller.se>
44499              Date: Mon, 13 Aug 2001 15:14:25 +0200
44500              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
44501              
44502              Plus few tweaks: _init needs to be Adp, the prototypes
44503              should not be revealed unless using ithreads, #endif FOO
44504              must be #endif /* FOO */, adding (parentheses) around
44505              do { } while doesn't work too well.
44506      Branch: perl
44507            + sharedsv.c sharedsv.h
44508            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
44509            ! perl.h perlapi.c pod/perlapi.pod proto.h
44510 ____________________________________________________________________________
44511 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
44512         Log: Subject: Re: END {} blocks run in perl_run
44513              From: Arthur Bergman <arthur@contiller.se>
44514              Date: Mon, 13 Aug 2001 11:11:30 +0200
44515              Message-ID: <B79D6661.3068%arthur@contiller.se>
44516      Branch: perl
44517            ! perl.c
44518 ____________________________________________________________________________
44519 [ 11657] By: nick                                  on 2001/08/13  09:03:02
44520         Log: Integrate mainline
44521      Branch: perlio
44522           +> (branch 326 files)
44523            - (delete 330 files)
44524           !> (integrate 85 files)
44525 ____________________________________________________________________________
44526 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
44527         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
44528              and the Perl will be built to do that by default (adding that
44529              will break scripts having non-UTF-8 binary data, such as Latin-1.)
44530      Branch: perl
44531            ! op.c toke.c utf8.h
44532 ____________________________________________________________________________
44533 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
44534         Log: Unnecessary downgrades.
44535      Branch: perl
44536            ! doop.c
44537 ____________________________________________________________________________
44538 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
44539         Log: Failure not true anymore (probably caused by my broken setup).
44540      Branch: perl
44541            ! t/op/pat.t
44542 ____________________________________________________________________________
44543 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
44544         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
44545              stopped working).
44546      Branch: perl
44547            ! op.h pp_ctl.c regcomp.c
44548 ____________________________________________________________________________
44549 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
44550         Log: There is no IN_UTF8.
44551      Branch: perl
44552            ! utf8.h
44553 ____________________________________________________________________________
44554 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
44555         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
44556      Branch: perl
44557            ! op.c op.h pp_ctl.c regcomp.c
44558 ____________________________________________________________________________
44559 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
44560         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
44561              and a test tweak.
44562      Branch: perl
44563            ! op.c t/pod/find.t
44564 ____________________________________________________________________________
44565 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
44566         Log: Todo updates and fixes.
44567      Branch: perl
44568            ! pod/perltodo.pod
44569 ____________________________________________________________________________
44570 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
44571         Log: Mark tests (and one module) having explicit Latin-1
44572              (and one file having explicit UTF-8) with an explicit
44573              'no utf8' (and one explicit 'use utf8').
44574              
44575              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
44576      Branch: perl
44577            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
44578            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
44579            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
44580 ____________________________________________________________________________
44581 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
44582         Log: Subject: SV: END {} blocks run in perl_run
44583              From: "Arthur Bergman" <arthur@contiller.se>
44584              Date: Sun, 12 Aug 2001 00:34:28 +0200 
44585              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
44586      Branch: perl
44587            ! miniperlmain.c perl.c
44588 ____________________________________________________________________________
44589 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
44590         Log: Typos in #11645.
44591      Branch: perl
44592            ! perl.h
44593 ____________________________________________________________________________
44594 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
44595         Log: On ithreads default to use_reentrant except on naturally
44596              threadsafe platforms.
44597      Branch: perl
44598            ! perl.h
44599 ____________________________________________________________________________
44600 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
44601         Log: (Hopefully) a fix for 20010723.004: make install needs
44602              write permission in build directory.  The problem was
44603              probably caused by overeager sprinkling of the lib/re.pm
44604              dependencies (which was done to guarantee lib/re.pm being
44605              uptodate for parallel makes: now solved by funneling that
44606              through an explicit recursive make in the preplibrary target).
44607      Branch: perl
44608            ! Makefile.SH
44609 ____________________________________________________________________________
44610 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
44611         Log: Dispell the "use utf8" superstition.
44612      Branch: perl
44613            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
44614            ! pod/perlunicode.pod
44615 ____________________________________________________________________________
44616 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
44617         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
44618              From: "Abigail" <abigail@foad.org> 
44619              Date: Sat, 11 Aug 2001 23:49:49 +0200
44620              Message-ID: <20010811214950.23255.qmail@foad.org>
44621      Branch: perl
44622            ! t/op/taint.t
44623 ____________________________________________________________________________
44624 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
44625         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
44626              From: Abhijit Menon-Sen <ams@wiw.org>
44627              Date: Sat, 11 Aug 2001 06:18:19 +0530
44628              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
44629      Branch: perl
44630            ! mg.c
44631 ____________________________________________________________________________
44632 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
44633         Log: Test for change #11639.
44634      Branch: perl
44635            ! t/op/tiehandle.t
44636 ____________________________________________________________________________
44637 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
44638         Log: Subject: Re: Can't localize *FH, then tie it
44639              From: Abhijit Menon-Sen <ams@wiw.org>
44640              Date: Sun, 12 Aug 2001 16:08:06 +0530
44641              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
44642      Branch: perl
44643            ! pp_hot.c pp_sys.c
44644 ____________________________________________________________________________
44645 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
44646         Log: Drop all the unnecessary "use utf8" clauses and some of
44647              the unnecessary "use bytes" ones.
44648              
44649              TODO: scour the documentation for unnecessary "use utf8"
44650              and prominently display it in perldelta when the time comes.
44651              ("use utf8" should be necessary ONLY if one wants the script
44652              to be in UTF-8.)  Also should be checked in some non-ASCII
44653              non-Latin-1 platform, like EBCDIC.
44654      Branch: perl
44655            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
44656            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
44657 ____________________________________________________________________________
44658 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
44659         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
44660              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
44661              in Unicode handling.
44662      Branch: perl
44663            + t/op/lc.t
44664            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
44665 ____________________________________________________________________________
44666 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
44667         Log: Thinko: we want the flags for native cc, not gcc.
44668      Branch: perl
44669            ! hints/dec_osf.sh
44670 ____________________________________________________________________________
44671 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
44672         Log: (retracted by 13077)
44673              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
44674              From: Robin Houston <robin@kitsite.com>
44675              Date: Fri, 10 Aug 2001 14:42:02 +0100
44676              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
44677      Branch: perl
44678            ! pp.c
44679 ____________________________________________________________________________
44680 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
44681         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
44682              From: Abhijit Menon-Sen <ams@wiw.org>
44683              Date: Sat, 11 Aug 2001 16:31:04 +0530
44684              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
44685      Branch: perl
44686            ! op.c
44687 ____________________________________________________________________________
44688 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
44689         Log: Get rid of indread, from Abhijit Menon-Sen.
44690      Branch: perl
44691            ! pp_sys.c
44692 ____________________________________________________________________________
44693 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
44694         Log: CRLFgngngn.
44695      Branch: perl
44696            ! win32/Makefile win32/makefile.mk
44697 ____________________________________________________________________________
44698 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
44699         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
44700      Branch: perl
44701            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
44702            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
44703            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
44704            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
44705            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
44706            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
44707            ! win32/Makefile win32/makefile.mk
44708 ____________________________________________________________________________
44709 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
44710         Log: Avoid #elif (less portable than #else #if).
44711      Branch: perl
44712            ! handy.h
44713 ____________________________________________________________________________
44714 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
44715         Log: Subject: patch for perlvar.pod
44716              From: mah@everybody.org (Mark A. Hershberger)
44717              Date: 08 Aug 2001 17:03:16 -0500
44718              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
44719      Branch: perl
44720            ! pod/perlvar.pod
44721 ____________________________________________________________________________
44722 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
44723         Log: cpp commands must start (the # must be) at the column #0.
44724      Branch: perl
44725            ! op.c
44726 ____________________________________________________________________________
44727 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
44728         Log: If using gcc -B/foo/bar makedepend would give
44729              unnecessary warnings about unused -B/foo/bar.
44730      Branch: perl
44731            ! makedepend.SH
44732 ____________________________________________________________________________
44733 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
44734         Log: Update Changes.
44735      Branch: perl
44736            ! Changes patchlevel.h
44737 ____________________________________________________________________________
44738 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
44739         Log: s/z/tz/
44740      Branch: perl
44741            ! pod/perlfaq2.pod
44742 ____________________________________________________________________________
44743 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
44744         Log: Article nit.
44745      Branch: perl
44746            ! pod/perlfaq2.pod
44747 ____________________________________________________________________________
44748 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
44749         Log: Rename lib/unicode files to lib/unicore to avoid
44750              conflicts between core lib/unicode and Unicode::
44751              files in case-ignoring filesystems.
44752      Branch: perl
44753            + (add 325 files)
44754            - (delete 324 files)
44755            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
44756 ____________________________________________________________________________
44757 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
44758         Log: Upgrade to Math::BigInt 1.41.
44759      Branch: perl
44760            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
44761 ____________________________________________________________________________
44762 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
44763         Log: Subject: [PATCH] remove PL_na from typemap
44764              From: James <james@rf.net>
44765              Date: Mon, 06 Aug 2001 20:23:15 -0700
44766              Message-ID: <3B6F5F23.A31A81B1@rf.net>
44767              
44768              (had to be manually applied)
44769      Branch: perl
44770            ! lib/ExtUtils/typemap
44771 ____________________________________________________________________________
44772 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
44773         Log: The metaconfig unit changes for #11618.
44774      Branch: metaconfig/U/perl
44775            + d_fpclassl.U i_fp.U
44776 ____________________________________________________________________________
44777 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
44778         Log: Forgot this from #11618.
44779              
44780              NOTE: wince/config_H.ce needs updating.
44781      Branch: perl
44782            ! wince/config.ce
44783 ____________________________________________________________________________
44784 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
44785         Log: Introduce more floating point classifying APIs;
44786              try to define (most importantly) Perl_is{inf,nan}(x).
44787              
44788              For this first cut, assume none such APIs exist in non-UNIXoid
44789              platforms-- this is of course too unkind: Win32 rumoredly has
44790              _fpclass() and _isnan(), and VMS/VOS very probably have some
44791              of the APIs available.     The only thing Perl uses at the moment
44792              is Perl_isnan() (has been in use for a while now).
44793              
44794              NOTE: the Win32 and NetWare config_h.?c need regenerating.
44795      Branch: perl
44796            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
44797            ! Porting/config_H config_h.SH configure.com epoc/config.sh
44798            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
44799            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44800            ! vos/config.ga.h win32/config.bc win32/config.gc
44801            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44802            ! win32/config_H.vc wince/config.ce wince/config.h
44803 ____________________________________________________________________________
44804 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
44805         Log: Integrate change #11519 from perlio:
44806              
44807              Avoid testing for (non-)existance of "encoding(xxxx)"
44808              layer is called "encoding" the (xxxx) is an argument.
44809      Branch: perl
44810           !> lib/open.pm
44811 ____________________________________________________________________________
44812 [ 11616] By: nick                                  on 2001/08/09  07:50:24
44813         Log: Integrate mainline
44814      Branch: perlio
44815           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
44816           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
44817           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
44818           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
44819            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44820            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44821           !> (integrate 79 files)
44822 ____________________________________________________________________________
44823 [ 11615] By: nick                                  on 2001/08/09  06:23:44
44824         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
44825              layer is called "encoding" the (xxxx) is an argument.
44826      Branch: perlio
44827            ! lib/open.pm
44828 ____________________________________________________________________________
44829 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
44830         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
44831              From: Paul Johnson <paul@pjcj.net>
44832              Date: Wed, 8 Aug 2001 23:54:17 +0200
44833              Message-ID: <20010808235417.O1006@pjcj.net>
44834      Branch: perl
44835            ! ext/B/B/Concise.pm
44836 ____________________________________________________________________________
44837 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
44838         Log: Make VMS use IEEE math by default; reorder Tru64 hints
44839              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
44840              exception semantics) is always set if using (the new) cc.
44841      Branch: perl
44842            ! configure.com hints/dec_osf.sh
44843 ____________________________________________________________________________
44844 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
44845         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
44846              From: Abhijit Menon-Sen <ams@wiw.org>
44847              Date: Tue, 7 Aug 2001 17:16:05 +0530
44848              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
44849      Branch: perl
44850            ! pp_sys.c
44851 ____________________________________________________________________________
44852 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
44853         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
44854              From: "Craig A. Berry" <craigberry@mac.com>
44855              Date: Tue, 07 Aug 2001 22:27:47 -0500
44856              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
44857      Branch: perl
44858            ! t/run/exit.t
44859 ____________________________________________________________________________
44860 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
44861         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
44862              From: "Craig A. Berry" <craigberry@mac.com>
44863              Date: Tue, 07 Aug 2001 20:01:53 -0500
44864              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
44865      Branch: perl
44866            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
44867 ____________________________________________________________________________
44868 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
44869         Log: Update the magazine information.
44870      Branch: perl
44871            ! pod/perlfaq2.pod
44872 ____________________________________________________________________________
44873 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
44874         Log: Ignore SIGFPE everywhere.
44875      Branch: perl
44876            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
44877 ____________________________________________________________________________
44878 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
44879         Log: With permission, change the licensing of the docs by
44880              TomC (and Gnat) to comply with the rest of Perl.
44881      Branch: perl
44882            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
44883            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
44884            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
44885            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
44886            ! pod/perltootc.pod
44887 ____________________________________________________________________________
44888 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
44889         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
44890              From: Andy Dougherty <doughera@lafayette.edu>
44891              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
44892              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
44893      Branch: perl
44894            ! hints/openbsd.sh
44895 ____________________________________________________________________________
44896 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
44897         Log: Subject: [PATCH] Makefile.SH test_prep dependency
44898              From: Andy Dougherty <doughera@lafayette.edu>
44899              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
44900              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
44901      Branch: perl
44902            ! Makefile.SH
44903 ____________________________________________________________________________
44904 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
44905         Log: Don't autogenerate the headers et alia,
44906              make regen_headers explicitly.
44907      Branch: perl
44908            ! Makefile.SH
44909 ____________________________________________________________________________
44910 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
44911         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
44912              From: Gurusamy Sarathy <gsar@ActiveState.com> 
44913              Date: Tue, 07 Aug 2001 08:33:26 -0700
44914              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
44915              
44916              Unnecessary dependency.
44917      Branch: perl
44918            ! embed.pl
44919 ____________________________________________________________________________
44920 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
44921         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
44922              From: Abhijit Menon-Sen <ams@wiw.org>
44923              Date: Tue, 7 Aug 2001 09:10:54 +0530
44924              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
44925      Branch: perl
44926            ! pp_hot.c
44927 ____________________________________________________________________________
44928 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
44929         Log: Subject: [PATCH perl@11597] B && BEGIN handling
44930              From: "James A. Duncan" <jduncan@fotango.com>
44931              Date: Mon, 6 Aug 2001 17:29:11 +0100
44932              Message-ID: <20010806172911.A2071@fotango.com>
44933              
44934              (the intrpvar.h addition moved to the end for bincompat)
44935      Branch: perl
44936            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
44937 ____________________________________________________________________________
44938 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
44939         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
44940      Branch: perl
44941           !> README.win32
44942 ____________________________________________________________________________
44943 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
44944         Log: fix URLs for fcrypt.c
44945      Branch: maint-5.6/perl
44946            ! README.win32
44947 ____________________________________________________________________________
44948 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
44949         Log: Yet another way to say Infinity: HP-UX calls its "++".
44950      Branch: perl
44951            ! lib/Math/BigInt/t/bigintpm.t
44952 ____________________________________________________________________________
44953 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
44954         Log: Update Changes.
44955      Branch: perl
44956            ! Changes patchlevel.h
44957 ____________________________________________________________________________
44958 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
44959         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
44960      Branch: perl
44961            ! pod/perlfaq5.pod
44962 ____________________________________________________________________________
44963 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
44964         Log: The #11593 wasn't right.
44965      Branch: perl
44966            ! lib/Math/BigInt/t/bigintpm.t
44967 ____________________________________________________________________________
44968 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
44969         Log: Subject: [PATCH: perl@11564] introducing perlivp
44970              From: Prymmer/Kahn <pvhp@best.com>
44971              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
44972              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
44973              
44974              Subject: Re: [PATCH: perl@11564] introducing perlivp
44975              From: Prymmer/Kahn <pvhp@best.com>
44976              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
44977              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
44978      Branch: perl
44979            + utils/perlivp.PL
44980            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
44981            ! win32/Makefile win32/makefile.mk
44982 ____________________________________________________________________________
44983 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
44984         Log: libcs are confused what to call Infinity.
44985      Branch: perl
44986            ! lib/Math/BigInt/t/bigintpm.t
44987 ____________________________________________________________________________
44988 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
44989         Log: Avoid SIGFPE in Tru64.
44990      Branch: perl
44991            ! numeric.c
44992 ____________________________________________________________________________
44993 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
44994         Log: Upgrade to Math::BigInt 1.40.
44995              
44996              NOTE: this patch necessitates doing something about
44997              infinity handling since the new bigintpm.t tests use
44998              infinity, which causes SIGFPEs at least in Tru64.
44999      Branch: perl
45000            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
45001            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
45002            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
45003            ! lib/Math/BigInt/t/mbimbf.t
45004 ____________________________________________________________________________
45005 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
45006         Log: remove hardcoded cmd shell in testsuite
45007      Branch: perl
45008            ! t/op/glob.t t/op/magic.t t/op/stat.t
45009 ____________________________________________________________________________
45010 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
45011         Log: 4-arg select() was busted on windows because change#8178 didn't
45012              make it into mainline
45013      Branch: perl
45014            ! perl.h win32/include/sys/socket.h
45015 ____________________________________________________________________________
45016 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
45017         Log: Rename the Getopt::Long tests to be as they are
45018              in the Getopt::Long official distribution.
45019      Branch: perl
45020            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
45021            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
45022            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
45023            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
45024            ! MANIFEST
45025 ____________________________________________________________________________
45026 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
45027         Log: Upgrade to Getopt::Long 2.26.
45028      Branch: perl
45029            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
45030            ! MANIFEST lib/Getopt/Long.pm
45031 ____________________________________________________________________________
45032 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
45033         Log: Retract #10874 (the hack should be unnecessary by now)
45034      Branch: perl
45035            ! lib/Test/Harness.pm
45036 ____________________________________________________________________________
45037 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
45038         Log: avoid temp file littering in tests
45039      Branch: perl
45040            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
45041 ____________________________________________________________________________
45042 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
45043         Log: Subject: warning in sv.c: double format, NV arg
45044              From: "Philip Newton" <Philip.Newton@gmx.net>
45045              Date: Sun, 5 Aug 2001 19:41:07 +0200
45046              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
45047      Branch: perl
45048            ! sv.c
45049 ____________________________________________________________________________
45050 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
45051         Log: fix POSIX.t#13 for windos
45052      Branch: perl
45053            ! ext/POSIX/POSIX.t
45054 ____________________________________________________________________________
45055 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
45056         Log: Add a test for PerlIO::Via.
45057      Branch: perl
45058            + ext/PerlIO/t/via.t
45059            ! MANIFEST ext/PerlIO/Via/Via.pm
45060 ____________________________________________________________________________
45061 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
45062         Log: flock() and link() are not available on Windows 9x
45063      Branch: perl
45064            ! win32/config_sh.PL
45065 ____________________________________________________________________________
45066 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
45067         Log: Some Tru64 C compilers have C++ components that confuse
45068              the ccversion parsing.
45069      Branch: perl
45070            ! hints/dec_osf.sh
45071 ____________________________________________________________________________
45072 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
45073         Log: (Reintroduce #11125)
45074              
45075              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
45076              From: Alan Burlison <Alan.Burlison@sun.com> 
45077              Date: Tue, 03 Jul 2001 15:20:13 +0100   
45078              Message-ID: <3B41D49D.A923D4F9@sun.com> 
45079      Branch: perl
45080            ! lib/ExtUtils/MM_Unix.pm
45081 ____________________________________________________________________________
45082 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
45083         Log: Little pointer juggling for HP-UX cc to avoid
45084              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
45085              followed by
45086              "error 1549: Modifiable lvalue required for assignment operator."
45087      Branch: perl
45088            ! hv.c
45089 ____________________________________________________________________________
45090 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
45091         Log: Continuation of #11575: SANY_SEEN completely deprecated,
45092              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
45093              plus a fix for the bug.
45094      Branch: perl
45095            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
45096 ____________________________________________________________________________
45097 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
45098         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
45099              From: Doug MacEachern <dougm@covalent.net>
45100              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
45101              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
45102      Branch: perl
45103            ! sv.c
45104 ____________________________________________________________________________
45105 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
45106         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
45107              the new CANY is the \C.  The problem reported and the
45108              test case supplied in
45109              
45110              Subject: UTF-8 bugs in string length & single line regex matches
45111              From: "Daniel P. Berrange" <dan@berrange.com>
45112              Date: Fri, 3 Aug 2001 11:39:33 +0100
45113              Message-ID: <20010803113932.A19318@berrange.com>
45114      Branch: perl
45115            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
45116            ! t/op/pat.t
45117 ____________________________________________________________________________
45118 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
45119         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
45120              From: Doug MacEachern <dougm@covalent.net>
45121              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
45122              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
45123      Branch: perl
45124            ! perl.c regexec.c
45125 ____________________________________________________________________________
45126 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
45127         Log: The #11572 didn't up the test count.
45128      Branch: perl
45129            ! t/op/length.t
45130 ____________________________________________________________________________
45131 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
45132         Log: Subject: UTF-8 bugs in string length & single line regex matches
45133              From: "Daniel P. Berrange" <dan@berrange.com>
45134              Date: Fri, 3 Aug 2001 11:39:33 +0100         
45135              Message-ID: <20010803113932.A19318@berrange.com>
45136              
45137              (the mg_length() fix)
45138      Branch: perl
45139            ! mg.c t/op/length.t
45140 ____________________________________________________________________________
45141 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
45142         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
45143              From: Abhijit Menon-Sen <ams@wiw.org>
45144              Date: Sat, 4 Aug 2001 16:56:35 +0530
45145              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
45146      Branch: perl
45147            ! hv.c
45148 ____________________________________________________________________________
45149 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
45150         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
45151              From: Abhijit Menon-Sen <ams@wiw.org>
45152              Date: Sat, 4 Aug 2001 16:16:03 +0530
45153              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
45154      Branch: perl
45155            ! hv.c
45156 ____________________________________________________________________________
45157 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
45158         Log: Subject: Re: [patch] refcount re ops
45159              From: Abhijit Menon-Sen <ams@wiw.org>
45160              Date: Sat, 4 Aug 2001 08:54:55 +0530
45161              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
45162      Branch: perl
45163            ! sv.c
45164 ____________________________________________________________________________
45165 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
45166         Log: Subject: [patch] refcount re ops
45167              From: Doug MacEachern <dougm@covalent.net>
45168              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
45169              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
45170      Branch: perl
45171            ! regcomp.c sv.c
45172 ____________________________________________________________________________
45173 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
45174         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
45175              From: Doug MacEachern <dougm@covalent.net>
45176              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
45177              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
45178      Branch: perl
45179            ! perl.c regexec.c
45180 ____________________________________________________________________________
45181 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
45182         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
45183              From: "Craig A. Berry" <craigberry@mac.com> 
45184              Date: Fri, 03 Aug 2001 16:16:16 -0500
45185              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
45186      Branch: perl
45187            ! t/op/misc.t
45188 ____________________________________________________________________________
45189 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
45190         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
45191              From: John Kristian <jmk2001@engineer.com>
45192              Date: Fri, 03 Aug 2001 00:59:08 -0700
45193              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
45194      Branch: perl
45195            ! win32/win32.c
45196 ____________________________________________________________________________
45197 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
45198         Log: Update Changes.
45199      Branch: perl
45200            ! Changes patchlevel.h
45201 ____________________________________________________________________________
45202 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
45203         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
45204              From: "Craig A. Berry" <craigberry@mac.com>
45205              Date: Thu, 02 Aug 2001 23:15:24 -0500
45206              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
45207      Branch: perl
45208            ! ext/B/Stash.t
45209 ____________________________________________________________________________
45210 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
45211         Log: Subject: [patch] plug PL_cshname leak
45212              From: Doug MacEachern <dougm@covalent.net>
45213              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
45214              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
45215      Branch: perl
45216            ! sv.c
45217 ____________________________________________________________________________
45218 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
45219         Log: Subject: [patch] plug PL_sh_path leak
45220              From: Doug MacEachern <dougm@covalent.net>
45221              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
45222              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
45223      Branch: perl
45224            ! sv.c
45225 ____________________________________________________________________________
45226 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
45227         Log: Subject: [patch] plug PL_regex_padav leaks
45228              From: Doug MacEachern <dougm@covalent.net>
45229              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
45230              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
45231      Branch: perl
45232            ! op.c op.h perl.c
45233 ____________________________________________________________________________
45234 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
45235         Log: Subject: [patch] plug PL_origargv leak
45236              From: Doug MacEachern <dougm@covalent.net>
45237              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
45238              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
45239      Branch: perl
45240            ! perl.c
45241 ____________________________________________________________________________
45242 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
45243         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
45244              From: Abhijit Menon-Sen <ams@wiw.org>
45245              Date: Fri, 3 Aug 2001 06:38:11 +0530
45246              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
45247      Branch: perl
45248            ! hv.c
45249 ____________________________________________________________________________
45250 [ 11557] By: nick                                  on 2001/08/03  08:17:38
45251         Log: Integrate mainline
45252      Branch: perlio
45253           +> (branch 47 files)
45254            - lib/Switch/test.pl
45255           !> (integrate 49 files)
45256 ____________________________________________________________________________
45257 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
45258         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
45259              From: "Craig A. Berry" <craigberry@mac.com>
45260              Date: Thu, 02 Aug 2001 12:56:19 -0500
45261              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
45262      Branch: perl
45263            ! ext/B/Showlex.t
45264 ____________________________________________________________________________
45265 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
45266         Log: Be more careful about non-existent files.
45267      Branch: perl
45268            ! lib/File/Copy.pm
45269 ____________________________________________________________________________
45270 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
45271         Log: Subject: [PATCH resend] deparse empty formats
45272              From: Robin Houston <robin@kitsite.com> 
45273              Date: Thu, 2 Aug 2001 14:32:36 +0100
45274              Message-ID: <20010802143236.A894@robin.kitsite.com>
45275      Branch: perl
45276            ! ext/B/B/Deparse.pm
45277 ____________________________________________________________________________
45278 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
45279         Log: Subject: [patch] ithreads + refto fix improvement
45280              From: Doug MacEachern <dougm@covalent.net>
45281              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
45282              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
45283      Branch: perl
45284            ! pp.c
45285 ____________________________________________________________________________
45286 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
45287         Log: Readability nit from Abhijit.
45288      Branch: perl
45289            ! op.c
45290 ____________________________________________________________________________
45291 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
45292         Log: setproctitle() API version nit from Anton Berezin.
45293      Branch: perl
45294            ! mg.c
45295 ____________________________________________________________________________
45296 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
45297         Log: Add PerlCE to the docs.
45298      Branch: perl
45299            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
45300            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45301 ____________________________________________________________________________
45302 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
45303         Log: Integrate the PerlCE (WinCE Perl) port;
45304              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
45305      Branch: perl
45306            + README.ce wince/FindExt.pm wince/Makefile.ce
45307            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
45308            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
45309            + wince/bin/search.pl wince/config.ce wince/config.h
45310            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
45311            + wince/dl_win32.xs wince/include/arpa/inet.h
45312            + wince/include/cectype.h wince/include/errno.h
45313            + wince/include/netdb.h wince/include/sys/socket.h
45314            + wince/include/sys/stat.h wince/include/sys/types.h
45315            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
45316            + wince/perl.rc wince/perldll.def wince/perllib.c
45317            + wince/perlmain.c wince/registry.bat wince/runperl.c
45318            + wince/splittree.pl wince/win32.h wince/win32iop.h
45319            + wince/win32thread.c wince/win32thread.h wince/wince.c
45320            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
45321            + wince/xdistclean.ksh wince/xmakediffs.ksh
45322            ! MANIFEST perl.c perl.h perlio.c
45323 ____________________________________________________________________________
45324 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
45325         Log: setproctitle() made simpler.  (This assumes the string is
45326              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
45327              should be used.  Note len, not len + 1.)  BSD-fu from Anton
45328              Berezin.
45329      Branch: perl
45330            ! mg.c
45331 ____________________________________________________________________________
45332 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
45333         Log: Subject: [PATCH] -Wall cleanup: op.c
45334              From: Richard Soderberg <rs@oregonnet.com>
45335              Date: Thu, 2 Aug 2001 00:17:09 -0700
45336              Message-Id: <200108020717.AAA26895@oregonnet.com>
45337              
45338              Subject: [PATCH] -Wall cleanup: sv.c
45339              From: Richard Soderberg <rs@oregonnet.com>
45340              Date: Thu, 2 Aug 2001 00:49:21 -0700
45341              Message-Id: <200108020749.AAA27492@oregonnet.com>
45342      Branch: perl
45343            ! op.c sv.c
45344 ____________________________________________________________________________
45345 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
45346         Log: Update Changes.
45347      Branch: perl
45348            ! Changes patchlevel.h
45349 ____________________________________________________________________________
45350 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
45351         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
45352              From: Doug MacEachern <dougm@covalent.net>
45353              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
45354              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
45355      Branch: perl
45356            ! op.c
45357 ____________________________________________________________________________
45358 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
45359         Log: The #11541 didn't work under threads.
45360      Branch: perl
45361            ! op.c
45362 ____________________________________________________________________________
45363 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
45364         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
45365              From: Hugo <hv@crypt.compulink.co.uk>
45366              Date: Fri, 22 Jun 2001 01:19:08 +0100 
45367              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
45368              
45369              (Skip tests if accept() failed)
45370      Branch: perl
45371            ! ext/IO/lib/IO/t/io_unix.t
45372 ____________________________________________________________________________
45373 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
45374         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
45375              From: "Stian Seeberg" <sseeberg@nimsoft.no>
45376              Date: Mon, 30 Jul 2001 12:28:07 +0200
45377              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
45378      Branch: perl
45379            ! perl.h
45380 ____________________________________________________________________________
45381 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
45382         Log: Subject: Pluggable optimizer
45383              From: Simon Cozens <simon@netthink.co.uk>
45384              Date: Wed, 1 Aug 2001 13:57:02 -0700
45385              Message-ID: <20010801135702.I10442@netthink.co.uk>
45386      Branch: perl
45387            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
45388 ____________________________________________________________________________
45389 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
45390         Log: Subject: [ID 20010801.039] perlre.pod message typo
45391              From: Autrijus Tang <autrijus@geb.elixus.org>
45392              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
45393              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
45394      Branch: perl
45395            ! pod/perlre.pod
45396 ____________________________________________________________________________
45397 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
45398         Log: Test for change #11536.
45399      Branch: perl
45400            ! t/op/tiehandle.t
45401 ____________________________________________________________________________
45402 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
45403         Log: More test fixups for #11537.
45404      Branch: perl
45405            ! t/lib/warnings/4lint t/lib/warnings/9enabled
45406 ____________________________________________________________________________
45407 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
45408         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
45409              From: Doug MacEachern <dougm@covalent.net>
45410              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
45411              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
45412      Branch: perl
45413            ! op.c t/TestInit.pm
45414 ____________________________________________________________________________
45415 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
45416         Log: Subject: [patch] ithreads + refto bug
45417              From: Doug MacEachern <dougm@covalent.net>
45418              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
45419              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
45420              
45421              (Test in change #11539)
45422      Branch: perl
45423            ! pp.c
45424 ____________________________________________________________________________
45425 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
45426         Log: Subject: [PATCH: perl@11523] fixups for t/harness
45427              From: Prymmer/Kahn <pvhp@best.com>
45428              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
45429              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
45430      Branch: perl
45431            ! t/harness
45432 ____________________________________________________________________________
45433 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
45434         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
45435              From: Prymmer/Kahn <pvhp@best.com>
45436              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
45437              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
45438      Branch: perl
45439            ! win32/Makefile win32/makefile.mk
45440 ____________________________________________________________________________
45441 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
45442         Log: Need to know the number of tests.
45443      Branch: perl
45444            ! t/run/exit.t
45445 ____________________________________________________________________________
45446 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
45447         Log: Subject: Re: new exit tests on VMS
45448              From: "Craig A. Berry" <craigberry@mac.com>
45449              Date: Tue, 31 Jul 2001 12:19:29 -0500
45450              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
45451      Branch: perl
45452            ! t/run/exit.t
45453 ____________________________________________________________________________
45454 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
45455         Log: Retract #11530 (the dTHX is needed under threads)
45456      Branch: perl
45457            ! perlio.c
45458 ____________________________________________________________________________
45459 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
45460         Log: (Retracted by #11531)
45461      Branch: perl
45462            ! perlio.c
45463 ____________________________________________________________________________
45464 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
45465         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
45466              From: Richard Soderberg <rs@crystalflame.net>
45467              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
45468              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
45469      Branch: perl
45470            ! unixish.h
45471 ____________________________________________________________________________
45472 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
45473         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
45474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45475              Date: Tue, 31 Jul 2001 05:39:09 -0400
45476              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
45477              
45478              (with a note about the case of UV being equal to long long)
45479      Branch: perl
45480            ! utils/h2xs.PL
45481 ____________________________________________________________________________
45482 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
45483         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
45484              From: "Craig A. Berry" <craigberry@mac.com>
45485              Date: Tue, 31 Jul 2001 14:57:43 -0500
45486              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
45487      Branch: perl
45488            ! t/io/fs.t
45489 ____________________________________________________________________________
45490 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
45491         Log: Fix for
45492              
45493              Subject: [ID 20010116.001] File::Copy truncates orig file 
45494              From: arbor@al37al08.telecel.pt
45495              Date: Tue, 16 Jan 2001 11:43:02 GMT
45496              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
45497              
45498              (copy($foo, $foo) would truncate $foo)
45499      Branch: perl
45500            ! lib/File/Copy.pm lib/File/Copy.t
45501 ____________________________________________________________________________
45502 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
45503         Log: Metaconfig unit change for #11524.
45504      Branch: metaconfig/U/perl
45505            ! Extras.U
45506 ____________________________________________________________________________
45507 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
45508         Log: Multiple modules didn't work; plus typo fixes.
45509      Branch: perl
45510            ! Configure
45511 ____________________________________________________________________________
45512 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
45513         Log: Update Changes.
45514      Branch: perl
45515            ! Changes patchlevel.h
45516 ____________________________________________________________________________
45517 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
45518         Log: Regen perlapi.
45519      Branch: perl
45520            ! pod/perlapi.pod
45521 ____________________________________________________________________________
45522 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
45523         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
45524              From: Dave Mitchell <davem@fdgroup.co.uk>
45525              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
45526              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
45527      Branch: perl
45528            ! sv.c
45529 ____________________________________________________________________________
45530 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
45531         Log: Regen toc.
45532      Branch: perl
45533            ! pod/perltoc.pod
45534 ____________________________________________________________________________
45535 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
45536         Log: Regen Porting stuff.
45537      Branch: perl
45538            ! Porting/Glossary Porting/config.sh Porting/config_H
45539 ____________________________________________________________________________
45540 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
45541         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
45542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45543              Date: Tue, 31 Jul 2001 05:34:38 -0400
45544              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
45545      Branch: perl
45546            ! utils/h2xs.PL
45547 ____________________________________________________________________________
45548 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
45549         Log: Metaconfig unit change for #11516. 
45550      Branch: metaconfig/U/perl
45551            ! gccvers.U
45552 ____________________________________________________________________________
45553 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
45554         Log: Add -Wall in cflags, not in Configure.
45555              (This way -Wall affects only the core and the core XS,
45556              not user modules' XS.  Concern from Paul Marquess,
45557              implementation idea from Andy Dougherty.)
45558      Branch: perl
45559            ! Configure cflags.SH
45560 ____________________________________________________________________________
45561 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
45562         Log: Metaconfig unit changes for #11514.
45563      Branch: metaconfig
45564            + U/modified/sysman.U
45565            ! U/installdirs/man1dir.U
45566 ____________________________________________________________________________
45567 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
45568         Log: Subject: Configure's detection of system manual
45569              From: Sean Dague <sean@dague.net> 
45570              Date: Sun, 13 May 2001 15:53:15 -0400
45571              Message-ID: <20010513155315.A15833@underhill.dague.net>
45572      Branch: perl
45573            ! Configure
45574 ____________________________________________________________________________
45575 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
45576         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
45577              From: Autrijus Tang <autrijus@autrijus.org> 
45578              Date: Thu, 21 Jun 2001 23:56:48 +0800
45579              Message-Id: <20010621235648.A57340@not.autrijus.org>
45580      Branch: perl
45581            ! pod/perlobj.pod
45582 ____________________________________________________________________________
45583 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
45584         Log: Subject: Typo in DB_File.pm
45585              From: "Philip Newton" <Philip.Newton@gmx.net>
45586              Date: Tue, 31 Jul 2001 06:19:35 +0200
45587              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
45588      Branch: perl
45589            ! ext/DB_File/DB_File.pm
45590 ____________________________________________________________________________
45591 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
45592         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
45593              From: "Stephen P. Potter" <spp@spotter.yi.org>
45594              Date: Wed, 30 May 2001 13:59:34 -0400
45595              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
45596      Branch: perl
45597            ! pod/perlre.pod
45598 ____________________________________________________________________________
45599 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
45600         Log: eval "format foo=" would loop indefinitely; reported in
45601              
45602              Subject: A load of old rubbish
45603              From: Mike Guy <mjtg@cam.ac.uk>
45604              Date: Mon, 14 May 2001 16:12:22 +0100
45605              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
45606              
45607              (The core dumps reported in there already fixed.)
45608      Branch: perl
45609            ! toke.c
45610 ____________________________________________________________________________
45611 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
45612         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
45613      Branch: perl
45614            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
45615            + lib/Switch/t/switch_case.t
45616            - lib/Switch/test.pl
45617            ! MANIFEST lib/Switch.pm
45618 ____________________________________________________________________________
45619 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
45620         Log: Subject: [PATCH @11505] DB_File-1.78
45621              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
45622              Date: Mon, 30 Jul 2001 22:54:37 +0100
45623              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
45624      Branch: perl
45625            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45626            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45627 ____________________________________________________________________________
45628 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
45629         Log: Explain in more detail why -pipe and -fno-common are good.
45630      Branch: perl
45631            ! hints/darwin.sh
45632 ____________________________________________________________________________
45633 [ 11506] By: nick                                  on 2001/07/30  14:32:23
45634         Log: Integrate mainline
45635      Branch: perlio
45636           !> INSTALL Makefile.SH doio.c hints/darwin.sh
45637 ____________________________________________________________________________
45638 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
45639         Log: Perl hasn't been putting man pages into $prefix/lib for
45640              a long time now; pointed out by Andy Dougherty. 
45641      Branch: perl
45642            ! hints/darwin.sh
45643 ____________________________________________________________________________
45644 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
45645         Log: Document the extras Configure option.
45646      Branch: perl
45647            ! INSTALL
45648 ____________________________________________________________________________
45649 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
45650         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
45651              everywhere.
45652      Branch: perl
45653           !> doio.c
45654 ____________________________________________________________________________
45655 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
45656         Log: Doubly guard against invoking CPAN if no extras defined,
45657              pointed out by H. Merijn Brand.
45658      Branch: perl
45659            ! Makefile.SH
45660 ____________________________________________________________________________
45661 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
45662         Log: Fix O_RDONLY check to check for O_RDONLY.
45663      Branch: maint-5.6/macperl
45664            ! doio.c
45665 ____________________________________________________________________________
45666 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
45667         Log: Integrate miscellaneous changes from maint-5.6/perl.
45668      Branch: maint-5.6/macperl
45669           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
45670 ____________________________________________________________________________
45671 [ 11499] By: nick                                  on 2001/07/30  06:52:42
45672         Log: Integrate mainline
45673      Branch: perlio
45674           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
45675           +> win32/sync_ext.pl
45676            - win32/sncfnmcs.pl
45677           !> (integrate 71 files)
45678 ____________________________________________________________________________
45679 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
45680         Log: Update Changes.
45681      Branch: perl
45682            ! Changes patchlevel.h
45683 ____________________________________________________________________________
45684 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
45685         Log: Now Configure -Dextras=Foo::Bar and "make install" will
45686              fetch and install Foo::Bar.
45687      Branch: perl
45688            ! Makefile.SH
45689 ____________________________________________________________________________
45690 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
45691         Log: Metaconfig unit change for #11495.
45692      Branch: metaconfig/U/perl
45693            ! Extras.U
45694 ____________________________________________________________________________
45695 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
45696         Log: extras.make, extras.test, and extras.install make targets.
45697      Branch: perl
45698            ! Configure Makefile.SH
45699 ____________________________________________________________________________
45700 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
45701         Log: Metaconfig unit change for #11493.
45702      Branch: metaconfig/U/perl
45703            ! Extras.U
45704 ____________________________________________________________________________
45705 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
45706         Log: Better to have the list of extras in $extras than 'define'.
45707      Branch: perl
45708            ! Configure
45709 ____________________________________________________________________________
45710 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
45711         Log: The metaconfig unit change for #11490.
45712      Branch: metaconfig/U/perl
45713            + Extras.U
45714 ____________________________________________________________________________
45715 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
45716         Log: Missed from #11490 (the required dependency).
45717      Branch: perl
45718            ! Makefile.SH
45719 ____________________________________________________________________________
45720 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
45721         Log: Add the support of asking for extra modules or bundles of modules
45722              to be fetched from the CPAN and installed as a part of the Perl
45723              build process.  None of this installation is yet really done;
45724              only the list is asked, and saved away in extras.lst for
45725              the build and installation process to worry about later.
45726      Branch: perl
45727            ! Configure
45728 ____________________________________________________________________________
45729 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
45730         Log: Beginnings of better Inf and NaN support.
45731              At least toke.c and sv.c still need quite a bit of work.
45732      Branch: perl
45733            ! numeric.c perl.h
45734 ____________________________________________________________________________
45735 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
45736         Log: Top-level Makefile didn't honour OPTIMIZE.
45737      Branch: perl
45738            ! Makefile.SH
45739 ____________________________________________________________________________
45740 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
45741         Log: Update Changes.
45742      Branch: perl
45743            ! Changes patchlevel.h
45744 ____________________________________________________________________________
45745 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
45746         Log: Use Search::Dict 1.02 interface for charinfo().
45747      Branch: perl
45748            ! lib/UnicodeCD.pm
45749 ____________________________________________________________________________
45750 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
45751         Log: Now also allow transforming the read lines before comparing them.
45752              (This will help UnicodeCD.) 
45753      Branch: perl
45754            ! lib/Search/Dict.pm
45755 ____________________________________________________________________________
45756 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
45757         Log: Remove tiehandle code.
45758      Branch: perl
45759            ! lib/UnicodeCD.pm
45760 ____________________________________________________________________________
45761 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
45762         Log: Allow specifying a comparison function for Search::Dict::look().
45763      Branch: perl
45764            ! lib/Search/Dict.pm
45765 ____________________________________________________________________________
45766 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
45767         Log: Small UnicodeCD tweaks.
45768      Branch: perl
45769            ! lib/UnicodeCD.pm lib/UnicodeCD.t
45770 ____________________________________________________________________________
45771 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
45772         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
45773              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45774              Date: Tue, 24 Jul 2001 01:51:32 +0900
45775              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
45776      Branch: perl
45777            ! lib/UnicodeCD.pm lib/UnicodeCD.t
45778 ____________________________________________________________________________
45779 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
45780         Log: Subject: [PATCH] installperl
45781              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45782              Date: Fri, 27 Jul 2001 19:05:04 -0700
45783              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
45784      Branch: perl
45785            ! installperl
45786 ____________________________________________________________________________
45787 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
45788         Log: Subject: [PATCH] Set proper compatibility versions in core
45789              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45790              Date: Fri, 27 Jul 2001 20:01:49 -0700
45791              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
45792      Branch: perl
45793            ! Makefile.SH
45794 ____________________________________________________________________________
45795 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
45796         Log: Metaconfig unit change for #11477.
45797      Branch: metaconfig/U/perl
45798            ! dlsrc.U
45799 ____________________________________________________________________________
45800 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
45801         Log: Subject: [PATCH] Darwin: -fpic not so good
45802              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45803              Date: Fri, 27 Jul 2001 18:57:38 -0700
45804              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
45805      Branch: perl
45806            ! Configure
45807 ____________________________________________________________________________
45808 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
45809         Log: Subject: [PATCH] Clean up Darwin hints
45810              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45811              Date: Fri, 27 Jul 2001 19:13:15 -0700
45812              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
45813      Branch: perl
45814            ! hints/darwin.sh
45815 ____________________________________________________________________________
45816 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
45817         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
45818              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45819              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
45820              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
45821      Branch: perl
45822            ! pod/perlfunc.pod pp.c t/op/split.t
45823 ____________________________________________________________________________
45824 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
45825         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
45826              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45827              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
45828              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
45829      Branch: perl
45830            ! pod/perlvar.pod
45831 ____________________________________________________________________________
45832 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
45833         Log: Subject: [PATCH] fixes to constant.pm documentation
45834              From: Ilmari Karonen <iltzu@sci.fi>
45835              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
45836              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
45837      Branch: perl
45838            ! lib/constant.pm
45839 ____________________________________________________________________________
45840 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
45841         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
45842              From: "Philip Newton" <Philip.Newton@gmx.net>
45843              Date: Fri, 27 Jul 2001 07:51:10 +0200
45844              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
45845      Branch: perl
45846            ! pod/perlport.pod
45847 ____________________________________________________________________________
45848 [ 11471] By: nick                                  on 2001/07/26  06:23:32
45849         Log: Subject:  [PATCH] Doc fix for perlguts / threading
45850              From:  Arthur Bergman <arthur@contiller.se>
45851              Date:  Wed, 25 Jul 2001 11:28:23 +0200
45852              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
45853      Branch: perl
45854            ! pod/perlguts.pod
45855 ____________________________________________________________________________
45856 [ 11470] By: nick                                  on 2001/07/26  06:21:06
45857         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
45858              From:  Philip Newton <Philip.Newton@gmx.net>
45859              Date:  Wed, 25 Jul 2001 08:19:47 +0200
45860              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
45861      Branch: perl
45862            ! INSTALL
45863 ____________________________________________________________________________
45864 [ 11469] By: nick                                  on 2001/07/26  06:20:25
45865         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
45866              From:  Philip Newton <Philip.Newton@gmx.net>
45867              Date:  Wed, 25 Jul 2001 08:12:48 +0200
45868              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
45869      Branch: perl
45870            ! INSTALL
45871 ____________________________________________________________________________
45872 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
45873         Log: More +x.
45874      Branch: perl
45875            ! Porting/makerel
45876 ____________________________________________________________________________
45877 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
45878         Log: Update Changes.
45879      Branch: perl
45880            ! Changes patchlevel.h
45881 ____________________________________________________________________________
45882 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
45883         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
45884              From: "Philip Newton" <Philip.Newton@gmx.net>
45885              Date: Tue, 24 Jul 2001 06:45:55 +0200
45886              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
45887      Branch: perl
45888            ! os2/perlrexx.c
45889 ____________________________________________________________________________
45890 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
45891         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
45892              From: Peter Prymmer <pvhp@forte.com>
45893              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
45894              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
45895      Branch: perl
45896            ! pod/perlport.pod t/io/fs.t vms/test.com
45897 ____________________________________________________________________________
45898 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
45899         Log: Workaround on Cwd bootstrap problem.
45900      Branch: perl
45901            ! lib/ExtUtils/MakeMaker.pm
45902 ____________________________________________________________________________
45903 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
45904         Log: When in Rome, quote like the Romans do.
45905      Branch: perl
45906            ! cflags.SH
45907 ____________________________________________________________________________
45908 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
45909         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
45910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45911              Date: Mon, 23 Jul 2001 19:29:49 -0400
45912              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
45913      Branch: perl
45914            + os2/perlrexx.c
45915            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
45916            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
45917            ! t/op/write.t
45918 ____________________________________________________________________________
45919 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
45920         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
45921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45922              Date: Mon, 23 Jul 2001 18:43:42 -0400
45923              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
45924      Branch: perl
45925            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
45926 ____________________________________________________________________________
45927 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
45928         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
45929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45930              Date: Mon, 23 Jul 2001 18:33:16 -0400
45931              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
45932      Branch: perl
45933            ! lib/ExtUtils/MakeMaker.pm
45934 ____________________________________________________________________________
45935 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
45936         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
45937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45938              Date: Mon, 23 Jul 2001 18:20:35 -0400
45939              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
45940      Branch: perl
45941            ! Makefile.SH cflags.SH
45942 ____________________________________________________________________________
45943 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
45944         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
45945              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
45946              Date: Mon, 23 Jul 2001 11:32:17 -0500
45947              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
45948      Branch: perl
45949            ! lib/ExtUtils/MakeMaker.pm
45950 ____________________________________________________________________________
45951 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
45952         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
45953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45954              Date: Mon, 23 Jul 2001 18:13:20 -0400
45955              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
45956      Branch: perl
45957            ! lib/perl5db.pl
45958 ____________________________________________________________________________
45959 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
45960         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
45961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45962              Date: Mon, 23 Jul 2001 18:07:40 -0400
45963              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
45964      Branch: perl
45965            ! op.c
45966 ____________________________________________________________________________
45967 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
45968         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
45969              From: "Craig A. Berry" <craigberry@mac.com>
45970              Date: Mon, 23 Jul 2001 15:35:06 -0500
45971              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
45972      Branch: perl
45973            ! util.c
45974 ____________________________________________________________________________
45975 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
45976         Log: Subject: [PATCH perlfaq9.pod typo]
45977              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
45978              Date: Mon, 23 Jul 2001 07:49:05 -0700
45979              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
45980      Branch: perl
45981            ! pod/perlfaq9.pod
45982 ____________________________________________________________________________
45983 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
45984         Log: Subject: win32\sncfnmcs.pl corrections
45985              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45986              Date: Mon, 23 Jul 2001 12:56:54 +0200
45987              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
45988              
45989              Rename the script a little bit more sensibly.
45990      Branch: perl
45991            + win32/sync_ext.pl
45992            - win32/sncfnmcs.pl
45993            ! MANIFEST README.win32
45994 ____________________________________________________________________________
45995 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
45996         Log: Test tweak.
45997      Branch: perl
45998            ! ext/B/Deparse.t
45999 ____________________________________________________________________________
46000 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
46001         Log: Metaconfig unit tweak for #11450.
46002      Branch: metaconfig/U/perl
46003            ! Mksymlinks.U
46004 ____________________________________________________________________________
46005 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
46006         Log: Too volatile failsafe check.
46007      Branch: perl
46008            ! Configure
46009 ____________________________________________________________________________
46010 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
46011         Log: Further doc tweaks.
46012      Branch: perl
46013            ! lib/UnicodeCD.pm
46014 ____________________________________________________________________________
46015 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
46016         Log: Doc tweaks.
46017      Branch: perl
46018            ! lib/UnicodeCD.pm
46019 ____________________________________________________________________________
46020 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
46021         Log: Doc tweakery from Abhijit.
46022      Branch: perl
46023            ! Porting/repository.pod
46024 ____________________________________________________________________________
46025 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
46026         Log: An accidental empty line.
46027      Branch: perl
46028            ! MANIFEST
46029 ____________________________________________________________________________
46030 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
46031         Log: Missing MANIFESTations.
46032      Branch: perl
46033            ! MANIFEST
46034 ____________________________________________________________________________
46035 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
46036         Log: Update Changes.
46037      Branch: perl
46038            ! Changes patchlevel.h
46039 ____________________________________________________________________________
46040 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
46041         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
46042              From: Mike Guy <mjtg@cam.ac.uk>
46043              Date: Fri, 20 Jul 2001 16:12:49 +0100
46044              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
46045      Branch: perl
46046            ! Porting/pumpkin.pod
46047 ____________________________________________________________________________
46048 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
46049         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
46050              From: Peter Prymmer <pvhp@forte.com>
46051              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
46052              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
46053      Branch: perl
46054            ! pod/perlhack.pod
46055 ____________________________________________________________________________
46056 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
46057         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
46058              From: Michael G Schwern <schwern@pobox.com>
46059              Date: Fri, 20 Jul 2001 20:22:35 -0400
46060              Message-ID: <20010720202235.O4498@blackrider>
46061      Branch: perl
46062            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
46063            ! lib/Test/t/todo.t
46064 ____________________________________________________________________________
46065 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
46066         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
46067              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46068              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
46069              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
46070      Branch: perl
46071            ! ext/POSIX/POSIX.pod
46072 ____________________________________________________________________________
46073 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
46074         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
46075              From: Mark-Jason Dominus <mjd@plover.com>
46076              Date: Fri, 20 Jul 2001 23:16:54 -0400
46077              Message-ID: <20010721031654.21877.qmail@plover.com>
46078      Branch: perl
46079            ! ext/POSIX/POSIX.pod
46080 ____________________________________________________________________________
46081 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
46082         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
46083              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46084              Date: Sun, 22 Jul 2001 14:56:09 +0200
46085              Message-ID: <20010722145609.A766@rafael>
46086      Branch: perl
46087            ! ext/B/O.pm
46088 ____________________________________________________________________________
46089 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
46090         Log: Subject: regexec.c #define cleanup
46091              From: Mark-Jason Dominus <mjd@plover.com>
46092              Date: Sat, 21 Jul 2001 18:33:25 -0400
46093              Message-ID: <20010721223325.3069.qmail@plover.com>
46094      Branch: perl
46095            ! regexec.c
46096 ____________________________________________________________________________
46097 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
46098         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
46099              From: Prymmer/Kahn <pvhp@best.com>
46100              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
46101              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
46102      Branch: perl
46103            ! t/io/fs.t
46104 ____________________________________________________________________________
46105 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
46106         Log: Typo in #11432.
46107      Branch: perl
46108            ! ext/POSIX/POSIX.t
46109 ____________________________________________________________________________
46110 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
46111         Log: Integrate (manually) change #11424 from macperl.
46112      Branch: perl
46113            ! ext/Filter/t/call.t
46114 ____________________________________________________________________________
46115 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
46116         Log: Integrate change #11408 from macperl.
46117      Branch: perl
46118           !> README.macos pod/perlport.pod
46119 ____________________________________________________________________________
46120 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
46121         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
46122      Branch: perl
46123           +> macos/MacPerlTests.cmd macos/xsubpp.patch
46124            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
46125            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
46126            ! ext/POSIX/POSIX.t
46127 ____________________________________________________________________________
46128 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
46129         Log: pod/*.t tests not picked up by t/TEST either
46130      Branch: maint-5.6/perl
46131            ! t/TEST
46132 ____________________________________________________________________________
46133 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
46134         Log: better tweak for change#11429 (windows has both / and \ separated
46135              paths in @INC at that point)
46136      Branch: maint-5.6/perl
46137            ! t/pod/testp2pt.pl
46138 ____________________________________________________________________________
46139 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
46140         Log: MacOS pod test tweak needs \Escape
46141      Branch: maint-5.6/perl
46142            ! t/pod/testp2pt.pl
46143 ____________________________________________________________________________
46144 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
46145         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
46146              resulting duplicate output, but t/harness isn't)
46147      Branch: maint-5.6/perl
46148            ! t/run/runenv.t
46149 ____________________________________________________________________________
46150 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
46151         Log: t/harness wasn't picking up all the tests
46152      Branch: maint-5.6/perl
46153            ! t/harness
46154 ____________________________________________________________________________
46155 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
46156         Log: update MANIFEST for new file
46157      Branch: maint-5.6/perl
46158            ! MANIFEST
46159 ____________________________________________________________________________
46160 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
46161         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
46162              the exception of the macperl/macos/... tree
46163      Branch: maint-5.6/perl
46164           +> t/lib/filefind-taint.t
46165           !> (integrate 72 files)
46166 ____________________________________________________________________________
46167 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
46168         Log: Fix test.
46169      Branch: maint-5.6/macperl
46170            ! macos/bundled_ext/Filter/t/call.t
46171 ____________________________________________________________________________
46172 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
46173         Log: Make perl fork()-safe (in a slightly limited way) even on
46174              platforms that don't have pthread_atfork() (extension of
46175              the fix in change#11151).
46176              
46177              Note that this will not help extensions that call fork()
46178              directly in C, or that link to libraries that call fork()
46179              directly.  Such cases must be fixed to either call
46180              PerlProc_fork(), or call atfork_lock() in parent before the
46181              calling the function that forks and call atfork_unlock()
46182              in both parent and child immediately after the fork().
46183              (There are no worries if C code calls exec() in the child
46184              immediately after a fork().  Only cases where the child
46185              calls perl's API functions (including New()) after the
46186              fork() are problematic.)
46187              
46188              This change also eliminates the use of vfork() from perl,
46189              since all such uses were violating the severe restrictions
46190              on modifying the state of the process between the vfork()
46191              and the exec().
46192              
46193              This is a modified version of patches suggested by Abhijit
46194              Menon-Sen and Richard Soderberg.
46195      Branch: perl
46196            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
46197            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
46198 ____________________________________________________________________________
46199 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
46200         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
46201              Switch, and Text::Balanced.
46202      Branch: maint-5.6/macperl
46203            + macos/bundled_ext/Filter/Util/Call/Call.pm
46204            + macos/bundled_ext/Filter/Util/Call/Call.xs
46205            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
46206            + macos/bundled_ext/Filter/t/MyFilter.pm
46207            + macos/bundled_ext/Filter/t/call.t
46208            + macos/bundled_ext/Filter/t/filter-util.pl
46209            + macos/bundled_lib/blib/lib/Class/ISA.pm
46210            + macos/bundled_lib/blib/lib/Digest.pm
46211            + macos/bundled_lib/blib/lib/Filter/Simple.pm
46212            + macos/bundled_lib/blib/lib/Switch.pm
46213            + macos/bundled_lib/blib/lib/Text/Balanced.pm
46214            + macos/bundled_lib/blib/lib/Text/Balanced.pod
46215            + macos/bundled_lib/t/Class/ISA/test.pl
46216            + macos/bundled_lib/t/Digest/Digest.t
46217            + macos/bundled_lib/t/Filter/Simple/test.pl
46218            + macos/bundled_lib/t/Switch/test.pl
46219            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
46220            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
46221            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
46222            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
46223            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
46224            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
46225            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
46226            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
46227 ____________________________________________________________________________
46228 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
46229         Log: Add Filter::Util::Call to config/make files; edit utils
46230              to recognize the module (it was descended too far down).
46231              Bump version to 5.6.1a4.
46232      Branch: maint-5.6/macperl
46233            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
46234            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
46235            ! macos/macperl/Makefile.mk macos/xsubpp.patch
46236 ____________________________________________________________________________
46237 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
46238         Log: Make DB_File the default for MLDBM on MacOS.
46239      Branch: maint-5.6/macperl
46240            ! macos/bundled_lib/blib/lib/MLDBM.pm
46241 ____________________________________________________________________________
46242 [ 11419] By: nick                                  on 2001/07/20  14:51:03
46243         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
46244              From:  Simon Cozens <simon@netthink.co.uk>
46245              Date:  Fri, 20 Jul 2001 11:42:35 -0400
46246              Message-Id:  <20010720114235.A5235@netthink.co.uk>
46247      Branch: perl
46248            ! lib/UnicodeCD.pm
46249 ____________________________________________________________________________
46250 [ 11418] By: nick                                  on 2001/07/20  14:48:12
46251         Log: Subject:  [PATCH regcomp.h] adds a comment
46252              From:  Abhijit Menon-Sen <ams@wiw.org>
46253              Date:  Fri, 20 Jul 2001 21:05:37 +0530
46254              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
46255      Branch: perl
46256            ! regcomp.h
46257 ____________________________________________________________________________
46258 [ 11417] By: nick                                  on 2001/07/20  14:16:38
46259         Log: Subject:  [PATCH 5.7.2] INSTALL updates
46260              From:  Andy Dougherty <doughera@lafayette.edu>
46261              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
46262              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
46263      Branch: perl
46264            ! INSTALL
46265 ____________________________________________________________________________
46266 [ 11416] By: nick                                  on 2001/07/20  06:44:44
46267         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
46268              From:  Russ Allbery <rra@stanford.edu>
46269              Date:  19 Jul 2001 15:52:37 -0700
46270              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
46271      Branch: perl
46272            ! lib/Pod/Man.pm
46273 ____________________________________________________________________________
46274 [ 11415] By: nick                                  on 2001/07/20  06:35:11
46275         Log: Subject:  [PATCH] defer op_seq allocation
46276              From:  Abhijit Menon-Sen <ams@wiw.org>
46277              Date:  Thu, 19 Jul 2001 22:12:24 +0530
46278              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
46279      Branch: perl
46280            ! op.c
46281 ____________________________________________________________________________
46282 [ 11414] By: nick                                  on 2001/07/20  06:23:36
46283         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
46284              From:  Abhijit Menon-Sen <ams@wiw.org>
46285              Date:  Fri, 20 Jul 2001 01:18:50 +0530
46286              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
46287              (Private e-mail)
46288      Branch: perl
46289            ! ext/Time/HiRes/HiRes.xs
46290 ____________________________________________________________________________
46291 [ 11413] By: nick                                  on 2001/07/20  06:18:53
46292         Log: Integrate mainline
46293      Branch: perlio
46294           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
46295            - t/base/commonsense.t
46296           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
46297           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
46298           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
46299           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
46300           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
46301           !> win32/win32.c
46302 ____________________________________________________________________________
46303 [ 11412] By: nick                                  on 2001/07/19  06:44:27
46304         Log: Integrate win32/perlhost.h from maintenance branch.
46305              (Rest of $ENV{PATH} / system() fix.)
46306      Branch: perl
46307           !> win32/perlhost.h
46308 ____________________________________________________________________________
46309 [ 11411] By: nick                                  on 2001/07/19  06:41:34
46310         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
46311              From:  Philip Newton <Philip.Newton@gmx.net>
46312              Date:  Wed, 18 Jul 2001 21:43:57 +0200
46313              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
46314      Branch: perl
46315            ! pod/perlhack.pod
46316 ____________________________________________________________________________
46317 [ 11410] By: nick                                  on 2001/07/19  06:39:35
46318         Log: Subject:  Security hole in taint checking in open()
46319              From:  deekoo@tentacle.net
46320              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
46321              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
46322      Branch: perl
46323            ! doio.c
46324 ____________________________________________________________________________
46325 [ 11409] By: nick                                  on 2001/07/19  06:28:08
46326         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
46327              From:  Abhijit Menon-Sen <ams@wiw.org>
46328              Date:  Thu, 19 Jul 2001 04:30:43 +0530
46329              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
46330      Branch: perl
46331            ! ext/Time/HiRes/HiRes.xs
46332 ____________________________________________________________________________
46333 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
46334         Log: Update docs with latest implementation information and new URLs.
46335      Branch: maint-5.6/macperl
46336            ! README.macos pod/perlport.pod
46337 ____________________________________________________________________________
46338 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
46339         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
46340              Fix BuildRules to accept optimization variables.
46341      Branch: maint-5.6/macperl
46342            + macos/bundled_ext/Digest/MD5/Makefile.mk
46343            ! macos/BuildRules.mk macos/Makefile.mk
46344            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
46345            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
46346 ____________________________________________________________________________
46347 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
46348         Log: Integrate changes 11399,11401
46349      Branch: maint-5.6/macperl
46350           !> win32/perlhost.h win32/win32.c
46351 ____________________________________________________________________________
46352 [ 11405] By: nick                                  on 2001/07/18  06:50:33
46353         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
46354              from perl5.6*
46355      Branch: perl
46356           !> win32/perlhost.h win32/win32.c
46357 ____________________________________________________________________________
46358 [ 11404] By: nick                                  on 2001/07/18  06:43:59
46359         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
46360              From:  hv@crypt0.demon.co.uk
46361              Date:  Wed, 18 Jul 2001 05:58:46 +0100
46362              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
46363      Branch: perl
46364            ! ext/POSIX/POSIX.t
46365 ____________________________________________________________________________
46366 [ 11403] By: nick                                  on 2001/07/18  06:38:57
46367         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
46368              From:  hv@crypt0.demon.co.uk
46369              Date:  Wed, 18 Jul 2001 05:21:54 +0100
46370              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
46371      Branch: perl
46372            ! numeric.c t/op/arith.t
46373 ____________________________________________________________________________
46374 [ 11402] By: nick                                  on 2001/07/18  06:19:17
46375         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
46376              From:  mjd@plover.com
46377              Date:  17 Jul 2001 17:59:20 -0000
46378              Message-Id:  <20010717175920.8177.qmail@plover.com>
46379      Branch: perl
46380            ! pod/perlre.pod
46381 ____________________________________________________________________________
46382 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
46383         Log: thinko in change#11400 (duh)
46384      Branch: maint-5.6/perl
46385            ! win32/perlhost.h
46386 ____________________________________________________________________________
46387 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
46388         Log: change#11399 revealed another unrelated bug; this is just a temporary
46389              bandaid
46390      Branch: maint-5.6/perl
46391            ! win32/perlhost.h
46392 ____________________________________________________________________________
46393 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
46394         Log: fix bugs in handling of the virtualized environment under windows;
46395              there were bugs in propagating any changes to %ENV down to the real
46396              environment when such changes happened in the toplevel process
46397              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
46398              problem identification, and for a part of the fix)
46399      Branch: maint-5.6/perl
46400            ! win32/perlhost.h win32/win32.c
46401 ____________________________________________________________________________
46402 [ 11398] By: nick                                  on 2001/07/17  08:26:35
46403         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
46404              From: Peter Prymmer <pvhp@forte.com>
46405              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
46406              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
46407              
46408              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
46409              should not depend on existance of Config.pm
46410      Branch: perl
46411           +> t/lib/commonsense.t
46412            - t/base/commonsense.t
46413            ! MANIFEST t/README
46414 ____________________________________________________________________________
46415 [ 11397] By: nick                                  on 2001/07/17  08:09:58
46416         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
46417              From:  Michael G Schwern <schwern@pobox.com>
46418              Date:  Mon, 16 Jul 2001 18:20:31 -0400
46419              Message-Id:  <20010716182031.A1128@blackrider>
46420      Branch: perl
46421            ! pod/perlhack.pod
46422 ____________________________________________________________________________
46423 [ 11396] By: nick                                  on 2001/07/17  08:04:11
46424         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
46425              From:  Gwyn Judd <b.judd@xtra.co.nz>
46426              Date:  Tue, 17 Jul 2001 20:55:58 +1200
46427              Message-Id:  <20010717205558.A3107@thislove>
46428      Branch: perl
46429            ! pod/perlfunc.pod
46430 ____________________________________________________________________________
46431 [ 11395] By: nick                                  on 2001/07/17  08:02:22
46432         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
46433              From:  Peter Prymmer <pvhp@forte.com>
46434              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
46435              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
46436      Branch: perl
46437            ! t/op/sprintf.t
46438 ____________________________________________________________________________
46439 [ 11394] By: nick                                  on 2001/07/17  07:57:06
46440         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
46441              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
46442              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
46443              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
46444      Branch: perl
46445            ! gv.c
46446 ____________________________________________________________________________
46447 [ 11392] By: nick                                  on 2001/07/17  07:50:12
46448         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
46449              From:  Coral <coral@moonlight.crystalflame.net>
46450              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
46451              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
46452      Branch: perl
46453            ! pp_sys.c thread.h
46454 ____________________________________________________________________________
46455 [ 11391] By: nick                                  on 2001/07/17  07:34:28
46456         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
46457              From:  Jonathan Stowe <gellyfish@gellyfish.com>
46458              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
46459              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
46460      Branch: perl
46461            ! utils/h2xs.PL
46462 ____________________________________________________________________________
46463 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
46464         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
46465              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
46466              and Mac::Apps::Launch, which don't work, and Time::HiRes and
46467              Time::Piece, which don't yet work.
46468      Branch: maint-5.6/macperl
46469            + (add 154 files)
46470 ____________________________________________________________________________
46471 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
46472         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
46473              Also add hack to get around missing setenv for PERL5DB.
46474      Branch: maint-5.6/macperl
46475            ! macos/macish.c macos/macish.h
46476 ____________________________________________________________________________
46477 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
46478         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
46479      Branch: maint-5.6/macperl
46480            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
46481            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
46482 ____________________________________________________________________________
46483 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
46484         Log: Fix up some configuration and make options, add extra
46485              extensions.
46486      Branch: maint-5.6/macperl
46487            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
46488            ! macos/macperl/Makefile.mk
46489 ____________________________________________________________________________
46490 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
46491         Log: From Change 11374 in maintperl.
46492      Branch: maint-5.6/macperl
46493           !> utils/h2ph.PL
46494 ____________________________________________________________________________
46495 [ 11385] By: nick                                  on 2001/07/16  14:12:58
46496         Log: Back out change to h2xs till it passes its test.
46497      Branch: perl
46498            ! utils/h2xs.PL
46499 ____________________________________________________________________________
46500 [ 11384] By: nick                                  on 2001/07/16  14:00:10
46501         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
46502              From:  Jonathan Stowe <gellyfish@gellyfish.com>
46503              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
46504              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
46505      Branch: perl
46506            ! utils/h2xs.PL
46507 ____________________________________________________________________________
46508 [ 11383] By: nick                                  on 2001/07/16  13:53:12
46509         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
46510              From:  Robin Houston <robin@kitsite.com>
46511              Date:  Sun, 15 Jul 2001 18:22:31 +0100
46512              Message-Id:  <20010715182230.A11174@robin>
46513      Branch: perl
46514            ! hints/darwin.sh
46515 ____________________________________________________________________________
46516 [ 11382] By: nick                                  on 2001/07/16  13:52:49
46517         Log: Subject:  [PATCH perl@11372] re_dup
46518              From:  Radu Greab <radu@netsoft.ro>
46519              Date:  Sun, 15 Jul 2001 04:50:06 +0300
46520              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
46521      Branch: perl
46522            ! sv.c
46523 ____________________________________________________________________________
46524 [ 11379] By: nick                                  on 2001/07/16  13:35:39
46525         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
46526              From:  Robin Houston <robin@kitsite.com>
46527              Date:  Sat, 14 Jul 2001 14:28:50 +0100
46528              Message-Id:  <20010714142850.A10205@robin>
46529      Branch: perl
46530            ! ext/B/B/Deparse.pm
46531 ____________________________________________________________________________
46532 [ 11378] By: nick                                  on 2001/07/16  13:30:36
46533         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
46534              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
46535              Date:  Sat, 14 Jul 2001 22:17:42 +0900
46536              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
46537      Branch: perl
46538            + ext/Encode/Encode/euc-jp-0212.enc
46539            ! ext/Encode/Encode/Tcl.pm
46540 ____________________________________________________________________________
46541 [ 11377] By: nick                                  on 2001/07/16  13:17:28
46542         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
46543              From:  Andy Dougherty <doughera@lafayette.edu>
46544              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
46545              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
46546      Branch: perl
46547            ! hints/darwin.sh hints/rhapsody.sh
46548 ____________________________________________________________________________
46549 [ 11376] By: nick                                  on 2001/07/16  09:05:00
46550         Log: Integrate mainline
46551      Branch: perlio
46552           +> ext/Encode/Encode/7bit-greek.enc
46553           +> ext/Encode/Encode/7bit-latin1.enc
46554           +> ext/Encode/Encode/cns11643-1.enc
46555           +> ext/Encode/Encode/cns11643-2.enc
46556           +> ext/Encode/Encode/iso2022-cn.enc
46557           +> ext/Encode/Encode/iso2022-jp1.enc
46558           +> ext/Encode/Encode/iso2022-jp2.enc
46559           !> Changes Configure MANIFEST Makefile.SH
46560           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
46561           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
46562           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
46563           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
46564           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
46565 ____________________________________________________________________________
46566 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
46567         Log: integrate change#11374 from maint-5.6
46568              
46569              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
46570      Branch: perl
46571           !> utils/h2ph.PL
46572 ____________________________________________________________________________
46573 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
46574         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
46575      Branch: maint-5.6/perl
46576            ! utils/h2ph.PL
46577 ____________________________________________________________________________
46578 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
46579         Log: Update Changes.
46580      Branch: perl
46581            ! Changes patchlevel.h
46582 ____________________________________________________________________________
46583 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
46584         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
46585              From: Jonathan Stowe <gellyfish@gellyfish.com>
46586              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
46587              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
46588      Branch: perl
46589            ! utils/h2xs.PL
46590 ____________________________________________________________________________
46591 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
46592         Log: Subject: patch to add DEL to [:cntrl:]
46593              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46594              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
46595              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
46596      Branch: perl
46597            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
46598 ____________________________________________________________________________
46599 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
46600         Log: Metaconfig unit change for #11369; plus a dependency nit.
46601      Branch: metaconfig
46602            ! U/compline/nblock_io.U
46603      Branch: metaconfig/U/perl
46604            ! Extensions.U
46605 ____________________________________________________________________________
46606 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
46607         Log: #include <stdlib.h> so that exit() is prototyped,
46608              noticed by Hugo.
46609      Branch: perl
46610            ! Configure
46611 ____________________________________________________________________________
46612 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
46613         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
46614              From: Peter Prymmer <pvhp@forte.com>
46615              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
46616              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
46617      Branch: perl
46618            ! t/op/sprintf.t
46619 ____________________________________________________________________________
46620 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
46621         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
46622              From: Peter Prymmer <pvhp@forte.com>
46623              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
46624              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
46625      Branch: perl
46626            ! ext/Encode/Encode/Tcl.t
46627 ____________________________________________________________________________
46628 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
46629         Log: Add information about gcc 3.0 basic block profiling.
46630      Branch: perl
46631            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
46632 ____________________________________________________________________________
46633 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
46634         Log: Subject: Error in lib/PerlIO/Via.pm ?
46635              From: Mark-Jason Dominus <mjd@plover.com>
46636              Date: Fri, 13 Jul 2001 15:55:41 -0400
46637              Message-ID: <20010713195541.26751.qmail@plover.com>
46638      Branch: perl
46639            ! ext/PerlIO/Via/Via.pm
46640 ____________________________________________________________________________
46641 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
46642         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
46643              section from the Compiler section.
46644      Branch: perl
46645            ! myconfig.SH
46646 ____________________________________________________________________________
46647 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
46648         Log: Handle glibc style of constant definitions using enum
46649              with intervening #defines; from Brendan O'Dea.
46650      Branch: perl
46651            ! utils/h2ph.PL
46652 ____________________________________________________________________________
46653 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
46654         Log: Add LC_MESSAGES to the locale_h export tag (it already is
46655              in the Makefile.PL and thusly eligible for an XS constant)
46656              (see also maintperl #10543)
46657      Branch: perl
46658            ! ext/POSIX/POSIX.pm
46659 ____________________________________________________________________________
46660 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
46661         Log: Subject: Re: [patch] re_dup
46662              From: Abhijit Menon-Sen <ams@wiw.org>
46663              Date: Fri, 13 Jul 2001 21:41:09 +0530
46664              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
46665      Branch: perl
46666            ! sv.c
46667 ____________________________________________________________________________
46668 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
46669         Log: Subject: [patch] re_dup
46670              From: Doug MacEachern <dougm@covalent.net>
46671              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
46672              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
46673      Branch: perl
46674            ! sv.c
46675 ____________________________________________________________________________
46676 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
46677         Log: Update Changes.
46678      Branch: perl
46679            ! Changes patchlevel.h
46680 ____________________________________________________________________________
46681 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
46682         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
46683              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
46684              Date: Sat, 14 Jul 2001 00:06:30 +0900
46685              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
46686      Branch: perl
46687            + ext/Encode/Encode/7bit-greek.enc
46688            + ext/Encode/Encode/7bit-latin1.enc
46689            + ext/Encode/Encode/cns11643-1.enc
46690            + ext/Encode/Encode/cns11643-2.enc
46691            + ext/Encode/Encode/iso2022-cn.enc
46692            + ext/Encode/Encode/iso2022-jp1.enc
46693            + ext/Encode/Encode/iso2022-jp2.enc
46694            ! MANIFEST ext/Encode/Encode/Tcl.pm
46695            ! ext/Encode/Encode/iso2022-kr.enc
46696 ____________________________________________________________________________
46697 [ 11357] By: nick                                  on 2001/07/13  14:24:06
46698         Log: Blind integrate mainline (as of 5.7.2?)
46699      Branch: perlio
46700           !> AUTHORS Changes Porting/config.sh Porting/config_H
46701           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
46702           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
46703           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46704           !> win32/makefile.mk
46705 ____________________________________________________________________________
46706 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
46707         Log: Snip away the devel patchlevel.
46708      Branch: perl
46709            ! patchlevel.h
46710 ____________________________________________________________________________
46711 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
46712         Log: Bump the version to 5.7.2.
46713      Branch: perl
46714            ! Porting/config.sh Porting/config_H patchlevel.h
46715            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
46716            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46717            ! win32/makefile.mk
46718 ____________________________________________________________________________
46719 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
46720         Log: Update Changes.
46721      Branch: perl
46722            ! Changes
46723 ____________________________________________________________________________
46724 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
46725         Log: Reword.
46726      Branch: perl
46727            ! AUTHORS
46728 ____________________________________________________________________________
46729 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
46730         Log: AUTHORS update.
46731      Branch: perl
46732            ! AUTHORS
46733 ____________________________________________________________________________
46734 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
46735         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
46736              unless ithreads.
46737      Branch: perl
46738            ! makedef.pl
46739 ____________________________________________________________________________
46740 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
46741         Log: Integrate perlio:
46742              
46743              [ 11346]
46744              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
46745              to avoid /unicode vs /Unicode issues.
46746      Branch: perl
46747           !> win32/distclean.bat
46748 ____________________________________________________________________________
46749 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
46750         Log: Test the encoding transform only iff we have PerlIO,
46751              noticed by H. Merijn Brand.
46752      Branch: perl
46753            ! ext/PerlIO/t/encoding.t
46754 ____________________________________________________________________________
46755 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
46756         Log: README.netware tweaks from Ananth Kesari.
46757      Branch: perl
46758            ! README.netware
46759 ____________________________________________________________________________
46760 [ 11346] By: nick                                  on 2001/07/13  09:18:51
46761         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
46762              to avoid /unicode vs /Unicode issues.
46763      Branch: perlio
46764            ! win32/distclean.bat
46765 ____________________________________________________________________________
46766 [ 11345] By: nick                                  on 2001/07/13  06:24:18
46767         Log: Integrate mainline
46768      Branch: perlio
46769           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
46770            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
46771           !> (integrate 63 files)
46772 ____________________________________________________________________________
46773 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
46774         Log: Add d_bincompat5005 information to perl -V.
46775      Branch: perl
46776            ! myconfig.SH
46777 ____________________________________________________________________________
46778 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
46779         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
46780              From: Abhijit Menon-Sen <ams@wiw.org>
46781              Date: Fri, 13 Jul 2001 07:12:36 +0530
46782              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
46783      Branch: perl
46784            ! sv.c
46785 ____________________________________________________________________________
46786 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
46787         Log: Remove unicode::distinct, as per Inaba Hiroto.
46788      Branch: perl
46789            - lib/unicode/distinct.pm
46790            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
46791            ! t/lib/1_compile.t
46792 ____________________________________________________________________________
46793 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
46794         Log: Paging for Dr Octothorpe.
46795      Branch: perl
46796            ! pod/perlfaq4.pod
46797 ____________________________________________________________________________
46798 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
46799         Log: cut-n-paste error noticed by mjd.
46800      Branch: perl
46801            ! pod/perlfaq4.pod
46802 ____________________________________________________________________________
46803 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
46804         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
46805              From: Peter Prymmer <pvhp@forte.com>
46806              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
46807              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
46808      Branch: perl
46809            ! pod/perlfaq4.pod
46810 ____________________________________________________________________________
46811 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
46812         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
46813              From: Randall Gellens <randy@qualcomm.com>
46814              Date: Thu, 12 Jul 2001 16:56:23 -0700
46815              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
46816      Branch: perl
46817            ! Porting/repository.pod
46818 ____________________________________________________________________________
46819 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
46820         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
46821      Branch: perl
46822            ! thread.h
46823 ____________________________________________________________________________
46824 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
46825         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
46826              From: coral <coral@moonlight.crystalflame.net>
46827              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
46828              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
46829      Branch: perl
46830            ! thread.h
46831 ____________________________________________________________________________
46832 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
46833         Log: Metaconfig unit change for #11134.
46834      Branch: metaconfig
46835            + U/threads/d_pthread_atfork.U
46836 ____________________________________________________________________________
46837 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
46838         Log: Add HAS_PTHREAD_ATFORK.
46839      Branch: perl
46840            ! Configure NetWare/config.wc NetWare/config_H.wc
46841            ! Porting/Glossary Porting/config.sh Porting/config_H
46842            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
46843            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
46844            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46845            ! win32/config.gc win32/config.vc win32/config_H.bc
46846            ! win32/config_H.gc win32/config_H.vc
46847 ____________________________________________________________________________
46848 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
46849         Log: Subject: [PATCH] File::Copy fails on tied handles
46850              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
46851              Date: Thu, 12 Jul 2001 15:18:51 -0700
46852              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
46853      Branch: perl
46854            ! lib/File/Copy.pm
46855 ____________________________________________________________________________
46856 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
46857         Log: Subject: [PATCH] Langinfo.t
46858              From: Nicholas Clark <nick@ccl4.org>
46859              Date: Thu, 12 Jul 2001 23:55:38 +0100
46860              Message-ID: <20010712235538.M5827@plum.flirble.org>
46861      Branch: perl
46862            ! ext/I18N/Langinfo/Langinfo.t
46863 ____________________________________________________________________________
46864 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
46865         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
46866              From: Peter Prymmer <pvhp@forte.com>
46867              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
46868              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
46869      Branch: perl
46870            ! pod/perl572delta.pod
46871 ____________________________________________________________________________
46872 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
46873         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
46874              From: Abhijit Menon-Sen <ams@wiw.org>
46875              Date: Fri, 13 Jul 2001 05:21:16 +0530
46876              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
46877      Branch: perl
46878            ! sv.c
46879 ____________________________________________________________________________
46880 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
46881         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
46882              From: Abhijit Menon-Sen <ams@wiw.org>
46883              Date: Fri, 13 Jul 2001 03:04:25 +0530
46884              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
46885      Branch: perl
46886            ! av.c
46887 ____________________________________________________________________________
46888 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
46889         Log: s/^M$//g
46890      Branch: perl
46891            ! win32/Makefile win32/makefile.mk
46892 ____________________________________________________________________________
46893 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
46894         Log: Update Changes.
46895      Branch: perl
46896            ! Changes patchlevel.h
46897 ____________________________________________________________________________
46898 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
46899         Log: Typo spotted by Philip Newton.
46900      Branch: perl
46901            ! pod/perl572delta.pod
46902 ____________________________________________________________________________
46903 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
46904         Log: Subject: [PATCH] fixes perl_clone of perl_clone
46905              From: Artur Bergman <artur@contiller.se>
46906              Date: Thu, 12 Jul 2001 20:57:09 +0200
46907              Message-ID: <B773BFA4.236B%artur@contiller.se>
46908      Branch: perl
46909            ! sv.c
46910 ____________________________________________________________________________
46911 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
46912         Log: Add README.uts from Hal Morris.
46913      Branch: perl
46914            + README.uts
46915            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
46916            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46917 ____________________________________________________________________________
46918 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
46919         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
46920              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46921              Date: Thu, 12 Jul 2001 20:32:37 +0200
46922              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
46923      Branch: perl
46924            ! hints/aix.sh
46925 ____________________________________________________________________________
46926 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
46927         Log: Subject: Patch: document reg_data.what member
46928              From: Mark-Jason Dominus <mjd@plover.com>
46929              Message-ID: <20010712182532.14821.qmail@plover.com>
46930              Date: Thu, 12 Jul 2001 14:25:32 -0400
46931      Branch: perl
46932            ! regcomp.c regcomp.h
46933 ____________________________________________________________________________
46934 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
46935         Log: Subject: [PATCH] Perl_re_dup()
46936              From: Abhijit Menon-Sen <ams@wiw.org>
46937              Date: Thu, 12 Jul 2001 23:54:32 +0530
46938              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
46939      Branch: perl
46940            ! embed.h embed.pl perlapi.c proto.h sv.c
46941 ____________________________________________________________________________
46942 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
46943         Log: Regen Configure, modlib, toc.
46944      Branch: perl
46945            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46946            ! pod/perlmodlib.pod pod/perltoc.pod
46947 ____________________________________________________________________________
46948 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
46949         Log: The problem seems to be in PerlIO::Layer::->find() not
46950              accepting the ":encoding(blurflur)" arguments.
46951      Branch: perl
46952            ! lib/PerlIO.pm lib/open.pm
46953 ____________________________________________________________________________
46954 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
46955         Log: AIX doc update.
46956      Branch: perl
46957            ! README.aix pod/perl572delta.pod
46958 ____________________________________________________________________________
46959 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
46960         Log: Subject: AIX README update
46961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46962              Date: Thu, 12 Jul 2001 19:28:30 +0200
46963              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
46964      Branch: perl
46965            ! README.aix
46966 ____________________________________________________________________________
46967 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
46968         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
46969              From: Norton Allen <allen@huarp.harvard.edu>
46970              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
46971              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
46972      Branch: perl
46973            ! ext/IO/lib/IO/t/io_unix.t
46974 ____________________________________________________________________________
46975 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
46976         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46977              From: Norton Allen <allen@huarp.harvard.edu>
46978              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
46979              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
46980      Branch: perl
46981            ! README.qnx hints/qnx.sh
46982 ____________________________________________________________________________
46983 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
46984         Log: Subject: [patch] faster PM_GETRE
46985              From: Doug MacEachern <dougm@covalent.net>
46986              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
46987              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
46988      Branch: perl
46989            ! op.h
46990 ____________________________________________________________________________
46991 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
46992         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
46993              From: Doug MacEachern <dougm@covalent.net>
46994              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
46995              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
46996      Branch: perl
46997            ! op.c
46998 ____________________________________________________________________________
46999 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
47000         Log: Tell where the nice Estonian database is.
47001      Branch: perl
47002            ! lib/open.pm
47003 ____________________________________________________________________________
47004 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
47005         Log: Retract #11309 since #11310 is a better fix.
47006      Branch: perl
47007            ! t/lib/1_compile.t
47008 ____________________________________________________________________________
47009 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
47010         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
47011              change#11300 needs to return the status of failed win32_spawnvp())
47012              
47013              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
47014              splitting correctly; remove unused variables; 'require' at run time
47015              rather than 'use' at compile time for I18N::Langinfo, since it
47016              isn't everyware
47017      Branch: perl
47018            ! lib/open.pm win32/win32.c
47019 ____________________________________________________________________________
47020 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
47021         Log: Temporary workaround.
47022      Branch: perl
47023            ! t/lib/1_compile.t
47024 ____________________________________________________________________________
47025 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
47026         Log: UCD typo in #11306 and add also more known-to-be-tested
47027              modules to the skip list.
47028      Branch: perl
47029            ! t/lib/1_compile.t
47030 ____________________________________________________________________________
47031 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
47032         Log: Rename Unicode::UCD to UnicodeCD to avoid
47033              messups with case-insensitive filesystems.
47034      Branch: perl
47035            + lib/UnicodeCD.pm lib/UnicodeCD.t
47036            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
47037            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
47038 ____________________________________________________________________________
47039 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
47040         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
47041              From: daniel@biz.bitpusher.com
47042              Date: Wed, 11 Jul 2001 23:25:47 -0700
47043              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
47044      Branch: perl
47045            ! lib/Tie/Array.pm t/op/splice.t
47046 ____________________________________________________________________________
47047 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
47048         Log: Subject: [PATCH] More accurate line numbers in messages
47049              From: Paul Johnson <paul@pjcj.net>
47050              Date: Thu, 12 Jul 2001 04:14:11 +0200
47051              Message-ID: <20010712041411.A3467@pjcj.net>
47052              
47053              (With prototyping and multiplicity tweaks.)
47054      Branch: perl
47055            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
47056 ____________________________________________________________________________
47057 [ 11304] By: nick                                  on 2001/07/12  12:53:40
47058         Log: Integrate mainline
47059      Branch: perlio
47060           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
47061           !> regexec.c thread.h
47062 ____________________________________________________________________________
47063 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
47064         Log: Cut-and-pasto in #11298.
47065      Branch: perl
47066            ! ext/ByteLoader/bytecode.h
47067 ____________________________________________________________________________
47068 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
47069         Log: Update the AIX known problems section.
47070      Branch: perl
47071            ! pod/perl572delta.pod
47072 ____________________________________________________________________________
47073 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
47074         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
47075              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47076              Date: Thu, 12 Jul 2001 12:16:16 +0200
47077              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
47078      Branch: perl
47079            ! hints/aix.sh
47080 ____________________________________________________________________________
47081 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
47082         Log: Integrate perlio:
47083              
47084              [ 11296]
47085              Exclude reentrant_buffer from .def file
47086              
47087              [ 11295]
47088              Honour void-ness of my_exit()
47089      Branch: perl
47090           !> makedef.pl win32/win32.c
47091 ____________________________________________________________________________
47092 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
47093         Log: Subject: [PATCH] fix for PMOP threadness failures
47094              From: Artur Bergman <artur@contiller.se>
47095              Date: Thu, 12 Jul 2001 09:48:06 +0200
47096              Message-ID: <B77322D6.22DD%artur@contiller.se>
47097      Branch: perl
47098            ! regexec.c
47099 ____________________________________________________________________________
47100 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
47101         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
47102              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47103              Date: Thu, 12 Jul 2001 09:09:48 +0200
47104              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
47105              
47106              More parentheses to keep bcc happy.
47107      Branch: perl
47108            ! ext/ByteLoader/bytecode.h
47109 ____________________________________________________________________________
47110 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
47111         Log: Subject: Re: [patch] pthread_atfork bandaid
47112              From: Doug MacEachern <dougm@covalent.net>
47113              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
47114              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
47115      Branch: perl
47116            ! thread.h
47117 ____________________________________________________________________________
47118 [ 11296] By: nick                                  on 2001/07/12  11:55:48
47119         Log: Exclude reentrant_buffer from .def file
47120      Branch: perlio
47121            ! makedef.pl
47122 ____________________________________________________________________________
47123 [ 11295] By: nick                                  on 2001/07/12  11:11:44
47124         Log: Honour void-ness of my_exit()
47125      Branch: perlio
47126            ! win32/win32.c
47127 ____________________________________________________________________________
47128 [ 11294] By: nick                                  on 2001/07/12  07:51:04
47129         Log: Integrate mainline
47130      Branch: perlio
47131           +> uts/sprintf_wrap.c
47132           !> (integrate 35 files)
47133 ____________________________________________________________________________
47134 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
47135         Log: Retract #11289.
47136      Branch: perl
47137            ! embed.h embed.pl perl.c proto.h thread.h
47138 ____________________________________________________________________________
47139 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
47140         Log: Now the :locale pseudolayer *almost* works...
47141      Branch: perl
47142            ! lib/open.pm
47143 ____________________________________________________________________________
47144 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
47145         Log: Locale encoding tweaks.
47146      Branch: perl
47147            ! lib/open.pm
47148 ____________________________________________________________________________
47149 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
47150         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
47151              From: Mark-Jason Dominus <mjd@plover.com>
47152              Date: Thu, 12 Jul 2001 00:59:31 -0400
47153              Message-ID: <20010712045931.8543.qmail@plover.com>
47154              
47155              Remove the chmod/umask leading zero warning.
47156      Branch: perl
47157            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
47158            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
47159 ____________________________________________________________________________
47160 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
47161         Log: (Retracted by #11289.)
47162      Branch: perl
47163            ! embed.h embed.pl perl.c proto.h thread.h
47164 ____________________________________________________________________________
47165 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
47166         Log: Needed by #11283.
47167      Branch: perl
47168            ! intrpvar.h
47169 ____________________________________________________________________________
47170 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
47171         Log: Metaconfig unit change for #11286.
47172      Branch: metaconfig/U/perl
47173            ! patchlevel.U
47174 ____________________________________________________________________________
47175 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
47176         Log: Subject: Re: [PATCH Configure] perl -V broken
47177              From: Andy Dougherty <doughera@lafayette.edu>
47178              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
47179              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
47180      Branch: perl
47181            ! Configure myconfig.SH
47182 ____________________________________________________________________________
47183 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
47184         Log: Retract #11166 (and #11237).
47185      Branch: perl
47186            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
47187            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
47188            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
47189 ____________________________________________________________________________
47190 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
47191         Log: UTS tweaks for Hal Morris.
47192      Branch: perl
47193            + uts/sprintf_wrap.c
47194            ! MANIFEST hints/uts.sh perl.h
47195 ____________________________________________________________________________
47196 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
47197         Log: Subject: [PATCH] Use reentrant API glibc
47198              From: Artur Bergman <artur@contiller.se>
47199              Date: Thu, 12 Jul 2001 00:58:21 +0200
47200              Message-ID: <B772A6AD.2288%artur@contiller.se>
47201      Branch: perl
47202            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
47203            ! sv.c
47204 ____________________________________________________________________________
47205 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
47206         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
47207              From: barries <barries@slaysys.com>
47208              Date: Wed, 11 Jul 2001 15:11:46 -0400
47209              Message-ID: <20010711151146.G24560@jester.slaysys.com>
47210      Branch: perl
47211            ! pp_sys.c t/lib/warnings/doio win32/win32.c
47212 ____________________________________________________________________________
47213 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
47214         Log: Subject: [patch] pthread_atfork bandaid
47215              From: Doug MacEachern <dougm@covalent.net>
47216              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
47217              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
47218      Branch: perl
47219            ! miniperlmain.c perl.c
47220 ____________________________________________________________________________
47221 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
47222         Log: Subject: [patch] perl_clone leaks
47223              From: Doug MacEachern <dougm@covalent.net>
47224              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
47225              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
47226      Branch: perl
47227            ! sv.c
47228 ____________________________________________________________________________
47229 [ 11279] By: nick                                  on 2001/07/11  15:49:38
47230         Log: Integrate mainline
47231      Branch: perlio
47232           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
47233           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
47234           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
47235           +> lib/Term/ANSIColor/README
47236           !> (integrate 54 files)
47237 ____________________________________________________________________________
47238 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
47239         Log: Update Changes.
47240      Branch: perl
47241            ! Changes patchlevel.h
47242 ____________________________________________________________________________
47243 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
47244         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
47245              From: Peter Prymmer <pvhp@forte.com>
47246              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
47247              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
47248              
47249              Backport of embed.pl to 5.003.
47250      Branch: perl
47251            ! embed.pl
47252 ____________________________________________________________________________
47253 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
47254         Log: Subject: Re: POSIX test #14 on UTS 
47255              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
47256              Date: Wed, 11 Jul 2001 03:02:14 +0100
47257              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
47258      Branch: perl
47259            ! ext/POSIX/POSIX.t
47260 ____________________________________________________________________________
47261 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
47262         Log: Make the I32 an IV to preserve structure alignment and size.
47263      Branch: perl
47264            ! op.h
47265 ____________________________________________________________________________
47266 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
47267         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
47268              From: "Artur Bergman" <artur@contiller.se>
47269              Date: Wed, 11 Jul 2001 14:23:37 +0200
47270              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
47271              
47272              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
47273      Branch: perl
47274            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
47275            ! pod/perlapi.pod sv.c
47276 ____________________________________________________________________________
47277 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
47278         Log: Tweak until Pod::Parser gets updated.
47279      Branch: perl
47280            ! t/pod/special_seqs.xr
47281 ____________________________________________________________________________
47282 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
47283         Log: File::Spec usage tweak.
47284      Branch: perl
47285            ! lib/ExtUtils.t
47286 ____________________________________________________________________________
47287 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
47288         Log: Integrate #11263 from macperl; macos and macosx updates.
47289      Branch: perl
47290           !> pod/perlport.pod
47291 ____________________________________________________________________________
47292 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
47293         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
47294              From: Peter Prymmer <pvhp@forte.com>
47295              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
47296              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
47297      Branch: perl
47298            + ext/Time/HiRes/hints/dynixptx.pl
47299            ! MANIFEST hints/dynixptx.sh
47300 ____________________________________________________________________________
47301 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
47302         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
47303              From: Nicholas Clark <nick@ccl4.org>
47304              Date: Tue, 10 Jul 2001 23:17:43 +0100
47305              Message-ID: <20010710231742.B59620@plum.flirble.org>
47306      Branch: perl
47307            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
47308 ____________________________________________________________________________
47309 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
47310         Log: Subject: [DOC PATCH] Pluggable runops
47311              From: Paul Johnson <paul@pjcj.net>
47312              Date: Tue, 10 Jul 2001 21:53:28 +0200
47313              Message-ID: <20010710215328.B26577@pjcj.net>
47314      Branch: perl
47315            ! pod/perlguts.pod
47316 ____________________________________________________________________________
47317 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
47318         Log: Subject: [PATCH] Authors
47319              From: Artur Bergman <artur@contiller.se>
47320              Date: Tue, 10 Jul 2001 20:39:12 +0200
47321              Message-ID: <B771186F.21CD%artur@contiller.se>
47322      Branch: perl
47323            ! AUTHORS
47324 ____________________________________________________________________________
47325 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
47326         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
47327              From: Doug MacEachern <dougm@covalent.net>
47328              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
47329              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
47330      Branch: perl
47331            ! pp_ctl.c
47332 ____________________________________________________________________________
47333 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
47334         Log: Subject: doc patch; times() in scalar context
47335              From: mjd@plover.com
47336              Date: 10 Jul 2001 18:01:17 -0000
47337              Message-ID: <20010710180117.12477.qmail@plover.com>
47338      Branch: perl
47339            ! pod/perlfunc.pod
47340 ____________________________________________________________________________
47341 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
47342         Log: Subject: [PATCH] Small fix to pp_gmtime
47343              From: Artur Bergman <artur@contiller.se>
47344              Date: Tue, 10 Jul 2001 19:54:52 +0200
47345              Message-ID: <B7710E0B.21C5%artur@contiller.se>
47346      Branch: perl
47347            ! pp_sys.c
47348 ____________________________________________________________________________
47349 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
47350         Log: Integrate changes from mainline perl, add notes about
47351              Mac OS X and Mac OS.
47352      Branch: maint-5.6/macperl
47353            ! pod/perlport.pod
47354 ____________________________________________________________________________
47355 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
47356         Log: A proof of the dangers of package; ?
47357      Branch: perl
47358            ! t/lib/warnings/op
47359 ____________________________________________________________________________
47360 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
47361         Log: Regen toc and modlib.
47362      Branch: perl
47363            ! pod/perlmodlib.pod pod/perltoc.pod
47364 ____________________________________________________________________________
47365 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
47366         Log: Add compexcl(), casefold(), and casespec() interfaces;
47367              and make all interfaces to return hash references instead
47368              of hashes. 
47369      Branch: perl
47370            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47371 ____________________________________________________________________________
47372 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
47373         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
47374              From: "Philip Newton" <Philip.Newton@gmx.net>
47375              Date: Tue, 10 Jul 2001 09:55:59 +0200
47376              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
47377              
47378              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
47379              From: "Philip Newton" <Philip.Newton@gmx.net>
47380              Date: Tue, 10 Jul 2001 09:56:37 +0200
47381              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
47382      Branch: perl
47383            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47384            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
47385 ____________________________________________________________________________
47386 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
47387         Log: Subject: [patch] undef &xsub for 1,2
47388              From: Doug MacEachern <dougm@covalent.net>
47389              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
47390              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
47391              
47392              (This version of the patch with a comment from Gisle.)
47393      Branch: perl
47394            ! op.c
47395 ____________________________________________________________________________
47396 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
47397         Log: Mention package; deprecation and the Win32 problems.
47398      Branch: perl
47399            ! pod/perl572delta.pod
47400 ____________________________________________________________________________
47401 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
47402         Log: Subject: [PATCH] deprecate package with no arguments
47403              From: Robin Houston <robin@kitsite.com>
47404              Date: Tue, 10 Jul 2001 13:33:40 +0100
47405              Message-ID: <20010710133340.A13452@robin.kitsite.com>
47406      Branch: perl
47407            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
47408 ____________________________________________________________________________
47409 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
47410         Log: Upgrade to podlators 1.10.
47411      Branch: perl
47412            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
47413            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
47414            ! pod/pod2man.PL pod/pod2text.PL
47415 ____________________________________________________________________________
47416 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
47417         Log: Upgrade to Term::ANSIColor 1.04.
47418      Branch: perl
47419            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
47420            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
47421 ____________________________________________________________________________
47422 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
47423         Log: Integrate perlio:
47424              
47425              [ 11252]
47426              Fix open(...,"...:layer(xxx)",...)
47427              - use memEQ not strEQ as there is '(' not '\0'
47428              
47429              [ 11063]
47430              Quick for for #ifdef mess
47431      Branch: perl
47432           !> perlio.c
47433 ____________________________________________________________________________
47434 [ 11252] By: nick                                  on 2001/07/10  06:58:14
47435         Log: Fix open(...,"...:layer(xxx)",...)
47436              - use memEQ not strEQ as there is '(' not '\0'
47437      Branch: perlio
47438            ! perlio.c
47439 ____________________________________________________________________________
47440 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
47441         Log: Telling the number of tests helps.
47442      Branch: perl
47443            ! ext/PerlIO/t/encoding.t
47444 ____________________________________________________________________________
47445 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
47446         Log: Require I18N::Langinfo, not use.
47447      Branch: perl
47448            ! lib/open.pm
47449 ____________________________________________________________________________
47450 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
47451         Log: Add a test for for PerlIO ":encoding(...)" layer.
47452      Branch: perl
47453            + ext/PerlIO/t/encoding.t
47454            ! MANIFEST ext/Encode/Encode.pm
47455 ____________________________________________________________________________
47456 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
47457         Log: PerlIO ":encoding(foobar)" temporary fix.
47458              Not really correct, I think, since the change means
47459              that prefixes match.
47460      Branch: perl
47461            ! perlio.c
47462 ____________________________________________________________________________
47463 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
47464         Log: Update to Math::BigInt 1.36.  The biggest news is
47465              the separation of the backend; now the pure Perl
47466              implementation is in Math::BigInt::Calc, but one
47467              can plugin, say, Math::BigInt::BitVect, and get
47468              considerable speedup.
47469      Branch: perl
47470            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
47471            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
47472            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
47473            ! lib/Math/BigInt/t/mbimbf.t
47474 ____________________________________________________________________________
47475 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
47476         Log: Subject: Re: compatibility question
47477              From: Peter Prymmer <pvhp@forte.com>
47478              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
47479              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
47480      Branch: perl
47481            ! lib/ExtUtils/MM_VMS.pm
47482 ____________________________________________________________________________
47483 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
47484         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
47485              From: Norton Allen <allen@huarp.harvard.edu>
47486              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
47487              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
47488      Branch: perl
47489            ! ext/File/Glob/t/basic.t
47490 ____________________________________________________________________________
47491 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
47492         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
47493              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47494              Date: Tue, 10 Jul 2001 00:29:55 +0900
47495              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
47496      Branch: perl
47497            + ext/Encode/Encode/HZ.enc
47498            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
47499            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
47500            ! ext/Encode/Encode/iso2022-jp.enc
47501            ! ext/Encode/Encode/iso2022-kr.enc
47502 ____________________________________________________________________________
47503 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
47504         Log: Add in all them there macos/ files.
47505      Branch: maint-5.6/macperl
47506            + (add 577 files)
47507 ____________________________________________________________________________
47508 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
47509         Log: Add the new modules to the list of having those own tests.
47510      Branch: perl
47511            ! t/lib/1_compile.t
47512 ____________________________________________________________________________
47513 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
47514         Log: Add INOUT to control both ways at the same time.
47515      Branch: perl
47516            ! lib/open.pm
47517 ____________________________________________________________________________
47518 [ 11240] By: nick                                  on 2001/07/09  16:33:50
47519         Log: Integrate mainline
47520      Branch: perlio
47521           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47522           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
47523           !> (integrate 41 files)
47524 ____________________________________________________________________________
47525 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
47526         Log: More encoding mapping magic.
47527      Branch: perl
47528            ! lib/open.pm
47529 ____________________________________________________________________________
47530 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
47531         Log: Update Changes.
47532      Branch: perl
47533            ! Changes patchlevel.h
47534 ____________________________________________________________________________
47535 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
47536         Log: (Retracted by #11285).
47537              
47538              Subject: [PATCH] OPpCONST_OCTAL fixes
47539              From: Abhijit Menon-Sen <ams@wiw.org>
47540              Date: Mon, 9 Jul 2001 07:38:45 +0530
47541              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
47542      Branch: perl
47543            ! op.c
47544 ____________________________________________________________________________
47545 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
47546         Log: Add a pseudolayer ":locale" to the open pragma which
47547              will get the encoding from the locale.  Yet undocumented
47548              because I can't get the PerlIO :encoding(foobar) to work.
47549      Branch: perl
47550            ! ext/Encode/Encode.pm lib/open.pm
47551 ____________________________________________________________________________
47552 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
47553         Log: Add more encoding mappings.
47554      Branch: perl
47555            ! ext/Encode/Encode.pm
47556 ____________________________________________________________________________
47557 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
47558         Log: Document that using :encoding layer requires using Encode.
47559      Branch: perl
47560            ! ext/Encode/Encode.pm lib/PerlIO.pm
47561 ____________________________________________________________________________
47562 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
47563         Log: Netware tweak from Ananth Kesari.
47564      Branch: perl
47565            ! NetWare/netware.h
47566 ____________________________________________________________________________
47567 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
47568         Log: t/harness doesn't know about run/*.t
47569      Branch: perl
47570            ! t/harness
47571 ____________________________________________________________________________
47572 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
47573         Log: run/exit.t busted on windows
47574      Branch: perl
47575            ! t/run/exit.t
47576 ____________________________________________________________________________
47577 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
47578         Log: fix a couple of UCD.t tests that fail due to bad case
47579      Branch: perl
47580            ! lib/Unicode/UCD.t
47581 ____________________________________________________________________________
47582 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
47583         Log: test skip logic was broken
47584      Branch: perl
47585            ! ext/I18N/Langinfo/Langinfo.t
47586 ____________________________________________________________________________
47587 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
47588         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
47589              failure of ExtUtils.t#27 when built in debug mode)
47590      Branch: perl
47591            ! lib/ExtUtils/MM_Win32.pm
47592 ____________________________________________________________________________
47593 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
47594         Log: I18N::Langinfo is not available on windows
47595      Branch: perl
47596            ! win32/FindExt.pm
47597 ____________________________________________________________________________
47598 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
47599         Log: save a dTHX
47600      Branch: perl
47601            ! ext/POSIX/POSIX.xs
47602 ____________________________________________________________________________
47603 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
47604         Log: Update Changes.
47605      Branch: perl
47606            ! Changes patchlevel.h
47607 ____________________________________________________________________________
47608 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
47609         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
47610              as pointed out by Sarathy.
47611      Branch: perl
47612            ! ext/I18N/Langinfo/Langinfo.xs
47613 ____________________________________________________________________________
47614 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
47615         Log: Retract #11212.
47616      Branch: perl
47617            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
47618 ____________________________________________________________________________
47619 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
47620         Log: Bump up the VERSION of Cwd.xs.
47621      Branch: perl
47622            ! ext/Cwd/Makefile.PL
47623 ____________________________________________________________________________
47624 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
47625         Log: Retract #11220, the problem wasn't the missing leading zero.
47626              Here's the problem:
47627              $ ./perl -we 'chmod(oct("755"), ".")'
47628              Non-octal literal mode (493) specified at -e line 1.
47629              (Did you mean 0493 instead?)
47630      Branch: perl
47631            ! lib/ExtUtils/MM_Unix.pm
47632 ____________________________________________________________________________
47633 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
47634         Log: (Retracted by #11221)
47635              Change the PERM_RW and PERM_RWX to 0644 and 0755
47636              (add the leading zero).
47637      Branch: perl
47638            ! lib/ExtUtils/MM_Unix.pm
47639 ____________________________________________________________________________
47640 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
47641         Log: Integrate changes #11193, 11205, 11209 from macperl.
47642              
47643              Fix up AutoLoader to fudge for Mac paths in import().
47644              
47645              Allow symbols in try_symbol() to begin with "_".
47646              
47647              Small portability fix for Mac OS.
47648      Branch: perl
47649           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
47650 ____________________________________________________________________________
47651 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
47652         Log: Metaconfig unit change for #11217.
47653      Branch: metaconfig/U/perl
47654            ! Extensions.U
47655 ____________________________________________________________________________
47656 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
47657         Log: Detypo, problem noticed by Gerrit P. Haase.
47658      Branch: perl
47659            ! Configure config_h.SH
47660 ____________________________________________________________________________
47661 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
47662         Log: Cwd cleanups.
47663      Branch: perl
47664            ! ext/Cwd/Cwd.xs
47665 ____________________________________________________________________________
47666 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
47667         Log: Slight tweaks on #11213.
47668      Branch: perl
47669            ! toke.c
47670 ____________________________________________________________________________
47671 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
47672         Log: A missing dTHX noticed by Gerrit P. Haase.
47673      Branch: perl
47674            ! ext/POSIX/POSIX.xs
47675 ____________________________________________________________________________
47676 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
47677         Log: Subject: [PATCH toke.c] Simplify yytoke()
47678              From: Simon Cozens <simon@netthink.co.uk>
47679              Date: Sun, 8 Jul 2001 13:24:34 +0100
47680              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
47681              
47682              Split out pending_ident().
47683      Branch: perl
47684            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
47685 ____________________________________________________________________________
47686 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
47687         Log: (Retracted by #11223.)
47688              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
47689              Date: Wed, 05 Nov 1997 17:22:34 -0600
47690              From: Graham Barr <gbarr@ti.com>
47691              Message-Id: <3460FFBA.6DA51F46@ti.com>
47692      Branch: perl
47693            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
47694 ____________________________________________________________________________
47695 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
47696         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
47697      Branch: perl
47698            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47699            ! pod/perllocale.pod
47700 ____________________________________________________________________________
47701 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
47702         Log: Really do the test under the C locale.
47703      Branch: perl
47704            ! ext/I18N/Langinfo/Langinfo.t
47705 ____________________________________________________________________________
47706 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
47707         Log: Small portability fix for Mac OS.
47708      Branch: maint-5.6/macperl
47709            ! lib/Cwd.pm
47710 ____________________________________________________________________________
47711 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
47712         Log: Metaconfig unit change for #11207.
47713      Branch: metaconfig/U/perl
47714            ! Extensions.U
47715 ____________________________________________________________________________
47716 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
47717         Log: Add I18N::Langinfo, which is basically a wrapper around
47718              nl_langinfo(), which is an additional way to query locale
47719              specific information.
47720      Branch: perl
47721            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47722            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
47723            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
47724 ____________________________________________________________________________
47725 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
47726         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
47727              used in File::Find tests; replace with if.t.
47728      Branch: maint-5.6/macperl
47729            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
47730            ! t/pragma/warn/op
47731 ____________________________________________________________________________
47732 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
47733         Log: Allow symbols in try_symbol() to begin with "_".
47734      Branch: maint-5.6/macperl
47735            ! makedef.pl
47736 ____________________________________________________________________________
47737 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
47738         Log: Sync up the File::Find changes from the rewrite by
47739              Thomas Wegner, et al.
47740      Branch: maint-5.6/macperl
47741            + t/lib/filefind-taint.t
47742            ! lib/File/Find.pm t/lib/filefind.t
47743 ____________________________________________________________________________
47744 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
47745         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
47746              From: Thomas Wegner <wegner_thomas@yahoo.com>
47747              Date: Thu, 5 Jul 2001 20:31:25 +0200
47748              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
47749      Branch: maint-5.6/macperl
47750            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
47751 ____________________________________________________________________________
47752 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
47753         Log: Some more test portability fixes.
47754      Branch: maint-5.6/macperl
47755            ! t/lib/filecopy.t t/pragma/warn/pp_sys
47756 ____________________________________________________________________________
47757 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
47758         Log: The #11200 removed wrong (non-existent) target.  Duh.
47759      Branch: perl
47760            ! Makefile.SH
47761 ____________________________________________________________________________
47762 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
47763         Log: Zap the lib/re.pm before creating it.
47764      Branch: perl
47765            ! Makefile.SH
47766 ____________________________________________________________________________
47767 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
47768         Log: Another test.  Please ignore.
47769      Branch: maint-5.6/macperl
47770            ! README.macos
47771 ____________________________________________________________________________
47772 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
47773         Log: Portability fixes for a lot of tests, especially IO-related
47774              tests, and warnings, and the harness script.
47775      Branch: maint-5.6/macperl
47776            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
47777            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
47778            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
47779            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
47780            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
47781            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
47782            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
47783            ! t/pragma/warnings.t
47784 ____________________________________________________________________________
47785 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
47786         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
47787              From: Nicholas Clark <nick@ccl4.org>
47788              Date: Sat, 7 Jul 2001 21:00:17 +0100
47789              Message-ID: <20010707210017.H59620@plum.flirble.org>
47790      Branch: perl
47791            ! lib/h2xs.t
47792 ____________________________________________________________________________
47793 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
47794         Log: The UNICOS/mk SysV IPC problem has been fixed.
47795      Branch: perl
47796            ! pod/perl572delta.pod
47797 ____________________________________________________________________________
47798 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
47799         Log: Slight update tweaks on perlunicode.pod.
47800      Branch: perl
47801            ! pod/perlunicode.pod
47802 ____________________________________________________________________________
47803 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
47804         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
47805              From: Mark-Jason Dominus <mjd@plover.com>
47806              Date: Sat, 07 Jul 2001 13:04:04 -0400
47807              Message-ID: <20010707170404.32694.qmail@plover.com>
47808      Branch: perl
47809            ! ext/DB_File/DB_File.pm
47810 ____________________________________________________________________________
47811 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
47812         Log: Fix up AutoLoader to fudge for Mac paths in import().
47813      Branch: maint-5.6/macperl
47814            ! lib/AutoLoader.pm
47815 ____________________________________________________________________________
47816 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
47817         Log: Try to force the lib/re.pm to be there before entering
47818              the extensions builds, should help for parallel makes.
47819      Branch: perl
47820            ! Makefile.SH
47821 ____________________________________________________________________________
47822 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
47823         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47824              From: Norton Allen <allen@huarp.harvard.edu>
47825              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
47826              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
47827      Branch: perl
47828            ! ext/POSIX/POSIX.xs
47829 ____________________________________________________________________________
47830 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
47831         Log: Subject: [PATCH] Re: op/arith.t
47832              From: Nicholas Clark <nick@ccl4.org>
47833              Date: Sat, 7 Jul 2001 13:04:54 +0100
47834              Message-ID: <20010707130454.D59620@plum.flirble.org>
47835      Branch: perl
47836            ! numeric.c toke.c
47837 ____________________________________________________________________________
47838 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
47839         Log: Subject: [PATCH] h2xs
47840              From: Nicholas Clark <nick@ccl4.org>
47841              Date: Fri, 6 Jul 2001 23:25:14 +0100
47842              Message-ID: <20010706232514.X59620@plum.flirble.org>
47843      Branch: perl
47844            ! utils/h2xs.PL
47845 ____________________________________________________________________________
47846 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
47847         Log: Subject: Re: bleedperl perl_alloc..free leakage
47848              From: Radu Greab <radu@netsoft.ro>
47849              Date: Fri, 6 Jul 2001 19:48:54 +0300
47850              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
47851              
47852              Leak-be-gone.
47853      Branch: perl
47854            ! op.c
47855 ____________________________________________________________________________
47856 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
47857         Log: Test again.  Please ignore.
47858      Branch: maint-5.6/macperl
47859            ! README.macos
47860 ____________________________________________________________________________
47861 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
47862         Log: Test.  Please ignore.
47863      Branch: maint-5.6/macperl
47864            ! README.macos
47865 ____________________________________________________________________________
47866 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
47867         Log: Include changes already sent in separately as patches,
47868              before branch was created.
47869      Branch: maint-5.6/macperl
47870            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
47871            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
47872            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
47873            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
47874            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
47875            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
47876            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
47877            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
47878            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
47879            ! t/pragma/strict.t
47880 ____________________________________________________________________________
47881 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
47882         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47883              From: Norton Allen <allen@huarp.harvard.edu>
47884              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47885              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47886      Branch: perl
47887            ! utf8.h
47888 ____________________________________________________________________________
47889 [ 11183] By: nick                                  on 2001/07/06  16:27:40
47890         Log: Integrate mainline
47891      Branch: perlio
47892           +> (branch 42 files)
47893            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
47894            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
47895            - win32/bin/mdelete.bat
47896           !> (integrate 215 files)
47897 ____________________________________________________________________________
47898 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
47899         Log: The #11166 needed also these updated.
47900      Branch: perl
47901            ! lib/warnings.pm warnings.h
47902 ____________________________________________________________________________
47903 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
47904         Log: Update Changes.
47905      Branch: perl
47906            ! Changes patchlevel.h
47907 ____________________________________________________________________________
47908 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
47909         Log: Regen toc.
47910      Branch: perl
47911            ! pod/perltoc.pod
47912 ____________________________________________________________________________
47913 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
47914         Log: Nit from Abhijit.
47915      Branch: perl
47916            ! lib/CPAN.pm
47917 ____________________________________________________________________________
47918 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
47919         Log: Retract #11172.
47920      Branch: perl
47921            ! t/op/method.t
47922 ____________________________________________________________________________
47923 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
47924         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47925              From: Norton Allen <allen@huarp.harvard.edu>
47926              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47927              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47928      Branch: perl
47929            ! lib/Cwd.pm
47930 ____________________________________________________________________________
47931 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
47932         Log: (Accidentally empty check-in.)
47933      Branch: perl
47934            ! utf8.h
47935 ____________________________________________________________________________
47936 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
47937         Log: Retract #11165 since Sarathy pointed out it'll not
47938              work properly under threads, the problem should be
47939              solved using "the savestack, either via SSNEW() or
47940              using a newSVpv()+SAVEFREESV() combo."
47941      Branch: perl
47942            ! ext/POSIX/POSIX.xs
47943 ____________________________________________________________________________
47944 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
47945         Log: Retract #11125 since NI-S pointed out it'll not work in
47946              cases where the extension has their own handcrafted INC
47947              et alia.
47948      Branch: perl
47949            ! lib/ExtUtils/MM_Unix.pm
47950 ____________________________________________________________________________
47951 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
47952         Log: Subject: RE: [PATCH] -I and MakeMaker again
47953              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47954              Date: Fri, 6 Jul 2001 09:18:29 +0200
47955              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
47956      Branch: perl
47957            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
47958            ! lib/ExtUtils/MM_Win32.pm
47959 ____________________________________________________________________________
47960 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
47961         Log: (Retracted by #11178)
47962              Subject: [PATCH t/op/method.t] SUPER:: strangeness
47963              From: Piers Cawley <pdcawley@iterative-software.com>
47964              Date: 06 Jul 2001 10:49:01 +0100
47965              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
47966      Branch: perl
47967            ! t/op/method.t
47968 ____________________________________________________________________________
47969 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
47970         Log: VOS README update from Paul Green.
47971      Branch: perl
47972            ! README.vos
47973 ____________________________________________________________________________
47974 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
47975         Log: Subject: [PATCH README.qnx hints/qnx.sh]
47976              From: Norton Allen <allen@huarp.harvard.edu>
47977              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
47978              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
47979      Branch: perl
47980            ! README.qnx hints/qnx.sh
47981 ____________________________________________________________________________
47982 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
47983         Log: Subject: [PATCH] Doc patch for Tie::Hash
47984              From: Artur Bergman <artur@contiller.se>
47985              Date: Thu, 05 Jul 2001 22:51:18 +0200
47986              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
47987      Branch: perl
47988            ! lib/Tie/Hash.pm
47989 ____________________________________________________________________________
47990 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
47991         Log: Subject: [PATCH] perlfaq4.pod
47992              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
47993              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
47994              Date: Thu, 5 Jul 2001 18:44:10 +0100 
47995      Branch: perl
47996            ! pod/perlfaq4.pod
47997 ____________________________________________________________________________
47998 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
47999         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
48000              From: Robin Houston <robin@kitsite.com>
48001              Date: Thu, 5 Jul 2001 18:33:21 +0100
48002              Message-ID: <20010705183321.A27345@robin.kitsite.com>
48003      Branch: perl
48004            ! ext/B/B/Deparse.pm
48005 ____________________________________________________________________________
48006 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
48007         Log: (Retracted by #11285.)
48008              
48009              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
48010              From: Abhijit Menon-Sen <ams@wiw.org>
48011              Date: Fri, 6 Jul 2001 01:26:32 +0530
48012              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
48013      Branch: perl
48014            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
48015            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
48016            ! warnings.pl
48017 ____________________________________________________________________________
48018 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
48019         Log: (Retracted by #11175)
48020              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
48021              From: Norton Allen <allen@huarp.harvard.edu>
48022              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
48023              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
48024      Branch: perl
48025            ! ext/POSIX/POSIX.xs
48026 ____________________________________________________________________________
48027 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
48028         Log: Unterminated C< (noticed by Richard Hatch), and few other
48029              small Unicode doc tweaks.
48030      Branch: perl
48031            ! pod/perlretut.pod
48032 ____________________________________________________________________________
48033 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
48034         Log: More flexible argument understanding; add charblocks() and
48035              charscripts(); make charblock() and charscript() two-way;
48036              add charinrange(); separate the $Unicode::UCD::VERSION and
48037              the version of the Unicode by adding UnicodeVersion().
48038      Branch: perl
48039            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
48040 ____________________________________________________________________________
48041 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
48042         Log: Update Unicode::UCD on \p{In...}.
48043      Branch: perl
48044            ! lib/Unicode/UCD.pm
48045 ____________________________________________________________________________
48046 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
48047         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
48048              From: Norton Allen <allen@huarp.harvard.edu>
48049              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
48050              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
48051      Branch: perl
48052            ! lib/ExtUtils/MM_Unix.pm
48053 ____________________________________________________________________________
48054 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
48055         Log: POSIX-BC tweaks from Thomas Dorner.
48056      Branch: perl
48057            ! hints/posix-bc.sh perlio.h
48058 ____________________________________________________________________________
48059 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
48060         Log: Module updates for the delta.
48061      Branch: perl
48062            ! pod/perl572delta.pod
48063 ____________________________________________________________________________
48064 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
48065         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
48066              From: Norton Allen <allen@huarp.harvard.edu>
48067              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
48068              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
48069      Branch: perl
48070            ! ext/IO/lib/IO/t/io_sock.t
48071 ____________________________________________________________________________
48072 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
48073         Log: Subject: [PATCH perldiag.pod] Quick fixes
48074              From: Simon Cozens <simon@netthink.co.uk>
48075              Date: Wed, 4 Jul 2001 20:22:12 +0100
48076              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
48077      Branch: perl
48078            ! pod/perldiag.pod
48079 ____________________________________________________________________________
48080 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
48081         Log: (retracted by #13533)
48082              
48083              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
48084              From: Radu Greab <radu@netsoft.ro>
48085              Date: Wed, 4 Jul 2001 22:13:31 +0300
48086              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
48087      Branch: perl
48088            ! op.c sv.c t/op/pos.t
48089 ____________________________________________________________________________
48090 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
48091         Log: Subject: [PATCH] -I and MakeMaker again
48092              From: Michael G Schwern <schwern@pobox.com>
48093              Date: Wed, 4 Jul 2001 15:03:07 -0400
48094              Message-ID: <20010704150307.I20340@blackrider>
48095              
48096              (and retract #11145)
48097      Branch: perl
48098            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
48099            ! lib/ExtUtils/MakeMaker.pm
48100 ____________________________________________________________________________
48101 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
48102         Log: Subject: Re: PERFORCE change 11142 for review
48103              From: "Philip Newton" <Philip.Newton@gmx.net>
48104              Date: Wed, 4 Jul 2001 20:46:26 +0200
48105              Message-Id: <200107041841.VAA25380@taas.iki.fi>
48106      Branch: perl
48107            ! lib/ExtUtils/MakeMaker.pm
48108 ____________________________________________________________________________
48109 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
48110         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
48111              From: Jonathan Stowe <gellyfish@gellyfish.com>
48112              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
48113              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
48114      Branch: perl
48115            ! utils/pl2pm.PL
48116 ____________________________________________________________________________
48117 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
48118         Log: fix the binary compatibility issue when building with/without
48119              usemymalloc by exporting Perl_malloc() et al as simple wrappers
48120              around the system functions (this allows most extensions built
48121              using one mode to coexist with perls built in the other mode)
48122              
48123              XXX the Perl_mfree() wrapper might need to do return(free()) on
48124              platforms where Free_t isn't "void"
48125      Branch: perl
48126            ! embed.h embed.pl makedef.pl proto.h util.c
48127 ____________________________________________________________________________
48128 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
48129         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
48130              since it doesn't ensure threads other than the one calling fork()
48131              aren't holding any locks; the fix is to use pthread_atfork() to
48132              hold global locks
48133              
48134              building perl with -Dusemymalloc exacerbates the problem since
48135              Perl_malloc() holds a mutex, and perl's exec() calls New()
48136              
48137              XXX the code in win32thread.h may be needed on platforms that have
48138              no pthread_atfork()
48139      Branch: perl
48140            ! perl.c thread.h win32/win32thread.h
48141 ____________________________________________________________________________
48142 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
48143         Log: Integrate #11009 from maintperl.
48144      Branch: maint-5.6/macperl
48145           !> lib/ExtUtils/Manifest.pm
48146 ____________________________________________________________________________
48147 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
48148         Log: Flexing my Perforce muscles.
48149      Branch: maint-5.6/macperl
48150            ! README.macos
48151 ____________________________________________________________________________
48152 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
48153         Log: Update Changes.
48154      Branch: perl
48155            ! Changes patchlevel.h
48156 ____________________________________________________________________________
48157 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
48158         Log: Metaconfig unit change for #11146.
48159      Branch: metaconfig/U/perl
48160            ! d_fcntl_can_lock.U
48161 ____________________________________________________________________________
48162 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
48163         Log: Somehow the #ifdefs of the added code (in #11093) made
48164              HP-UX to fail the fcntl locking test, without the ifdefs
48165              the test seems to be working again.  Reason unknown:
48166              HP-UX cc doesn't complain either way.
48167      Branch: perl
48168            ! Configure
48169 ____________________________________________________________________________
48170 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
48171         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
48172      Branch: perl
48173            ! lib/ExtUtils/MM_Unix.pm
48174 ____________________________________________________________________________
48175 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
48176         Log: gcc -Wall nit.
48177      Branch: perl
48178            ! pp_hot.c
48179 ____________________________________________________________________________
48180 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
48181         Log: When removing tests updating the test count is a good idea, too.
48182      Branch: perl
48183            ! lib/Net/t/require.t
48184 ____________________________________________________________________________
48185 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
48186         Log: Document #11134 and add the new symbols to the list of
48187              of MakeMaker known ones.
48188      Branch: perl
48189            ! lib/ExtUtils/MakeMaker.pm
48190 ____________________________________________________________________________
48191 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
48192         Log: Microperl update.
48193      Branch: perl
48194            ! uconfig.h
48195 ____________________________________________________________________________
48196 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
48197         Log: Update the libnet tests as per #11138.
48198      Branch: perl
48199            - lib/Net/t/ph.t
48200            ! MANIFEST lib/Net/t/require.t
48201 ____________________________________________________________________________
48202 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
48203         Log: Regen toc and modlib.
48204      Branch: perl
48205            ! pod/perlmodlib.pod pod/perltoc.pod
48206 ____________________________________________________________________________
48207 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
48208         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
48209              Graham's request.
48210      Branch: perl
48211            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
48212            ! MANIFEST
48213 ____________________________________________________________________________
48214 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
48215         Log: Add the OS/390 harness results to the delta.
48216      Branch: perl
48217            ! pod/perl572delta.pod
48218 ____________________________________________________________________________
48219 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
48220         Log: Avoid the two study tests in OS/390 until the bug has been solved.
48221      Branch: perl
48222            ! t/op/study.t
48223 ____________________________________________________________________________
48224 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
48225         Log: DOS/DJGPP tweaks from Laszlo Molnar.
48226      Branch: perl
48227            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
48228 ____________________________________________________________________________
48229 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
48230         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
48231              From: Michael G Schwern <schwern@pobox.com>
48232              Date: Wed, 4 Jul 2001 00:01:16 -0400
48233              Message-ID: <20010704000116.C591@blackrider>
48234      Branch: perl
48235            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
48236 ____________________________________________________________________________
48237 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
48238         Log: The #11132 missed singleton characters (not part
48239              of a unilo..unihi range) in Unicode scripts.
48240      Branch: perl
48241            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
48242            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
48243            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
48244            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
48245            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
48246            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
48247            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
48248            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
48249            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
48250            ! lib/unicode/mktables.PL t/op/pat.t
48251 ____________________________________________________________________________
48252 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
48253         Log: Support preferentially the Unicode 'scripts' definition
48254              in the \p{In...} notation since according to Unicode the
48255              scripts concept is more natural for matching than using
48256              the somewhat artificial block names.  The block names are
48257              still available, though, and if there's a name conflict,
48258              the scripts one wins and the blocks one has to do with
48259              'Block' appended to its name.  For more information see
48260              
48261              http://www.unicode.org/unicode/reports/tr24/
48262      Branch: perl
48263            + lib/unicode/In/100.pl lib/unicode/In/101.pl
48264            + lib/unicode/In/102.pl lib/unicode/In/103.pl
48265            + lib/unicode/In/104.pl lib/unicode/In/105.pl
48266            + lib/unicode/In/106.pl lib/unicode/In/107.pl
48267            + lib/unicode/In/108.pl lib/unicode/In/109.pl
48268            + lib/unicode/In/110.pl lib/unicode/In/111.pl
48269            + lib/unicode/In/112.pl lib/unicode/In/113.pl
48270            + lib/unicode/In/114.pl lib/unicode/In/115.pl
48271            + lib/unicode/In/116.pl lib/unicode/In/117.pl
48272            + lib/unicode/In/118.pl lib/unicode/In/119.pl
48273            + lib/unicode/In/120.pl lib/unicode/In/121.pl
48274            + lib/unicode/In/122.pl lib/unicode/In/123.pl
48275            + lib/unicode/In/124.pl lib/unicode/In/125.pl
48276            + lib/unicode/In/126.pl lib/unicode/In/127.pl
48277            + lib/unicode/In/128.pl lib/unicode/In/129.pl
48278            + lib/unicode/In/130.pl lib/unicode/In/131.pl
48279            + lib/unicode/In/132.pl lib/unicode/In/133.pl
48280            + lib/unicode/In/134.pl lib/unicode/In/135.pl
48281            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
48282            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
48283            ! (edit 106 files)
48284 ____________________________________________________________________________
48285 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
48286         Log: Better document the difference between a block and a script.
48287      Branch: perl
48288            ! lib/Unicode/UCD.pm
48289 ____________________________________________________________________________
48290 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
48291         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
48292              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48293              Date: Tue, 3 Jul 2001 15:04:23 -0500
48294              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
48295      Branch: perl
48296            ! lib/CPAN.pm
48297 ____________________________________________________________________________
48298 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
48299         Log: Add tests for charscript().
48300      Branch: perl
48301            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
48302 ____________________________________________________________________________
48303 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
48304         Log: Add charscript() to get the UTR#24 script names of characters.
48305      Branch: perl
48306            ! lib/Unicode/UCD.pm
48307 ____________________________________________________________________________
48308 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
48309         Log: Todo updates.
48310      Branch: perl
48311            ! pod/perltodo.pod
48312 ____________________________________________________________________________
48313 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
48314         Log: Unicode::UCD updates.
48315      Branch: perl
48316            ! lib/Unicode/UCD.pm
48317 ____________________________________________________________________________
48318 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
48319         Log: (Retracted by #11174)
48320              Subject: MakeMaker should pass through DEFINE and INC to subdirs
48321              From: Alan Burlison <Alan.Burlison@sun.com>
48322              Date: Tue, 03 Jul 2001 15:20:13 +0100
48323              Message-ID: <3B41D49D.A923D4F9@sun.com>
48324      Branch: perl
48325            ! lib/ExtUtils/MM_Unix.pm
48326 ____________________________________________________________________________
48327 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
48328         Log: Subject: Patch needed for UTS
48329              From: hom00@utsglobal.com (Hal Morris)
48330              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
48331              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
48332              
48333              Replace #11113 with a better version.
48334      Branch: perl
48335            ! perl.h
48336 ____________________________________________________________________________
48337 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
48338         Log: Subject: Re: POINTERRIGOR
48339              From: Andy Dougherty <doughera@lafayette.edu>
48340              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
48341              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
48342      Branch: perl
48343            ! util.c
48344 ____________________________________________________________________________
48345 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
48346         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
48347              From: "Philip Newton" <pnewton@gmx.de>
48348              Date: Tue, 3 Jul 2001 17:03:34 +0200
48349              Message-ID: <3B41FAE6.29564.660E117@localhost>
48350      Branch: perl
48351            ! pp_hot.c
48352 ____________________________________________________________________________
48353 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
48354         Log: Typos.
48355      Branch: perl
48356            ! INSTALL
48357 ____________________________________________________________________________
48358 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
48359         Log: Subject: [PATCH 5.6.1] debugger fixes
48360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48361              Date: Tue, 3 Jul 2001 03:38:18 -0400
48362              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
48363              
48364              The $^S is working again.
48365      Branch: perl
48366            ! lib/perl5db.pl
48367 ____________________________________________________________________________
48368 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
48369         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
48370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48371              Date: Tue, 3 Jul 2001 03:34:06 -0400
48372              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
48373      Branch: perl
48374            ! os2/OS2/Process/Process.pm
48375 ____________________________________________________________________________
48376 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
48377         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
48378              From: "Philip Newton" <Philip.Newton@gmx.net>
48379              Date: Tue, 3 Jul 2001 09:11:27 +0200
48380              Message-Id: <200107030706.KAA04596@taas.iki.fi>
48381      Branch: perl
48382            ! lib/FindBin.pm
48383 ____________________________________________________________________________
48384 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
48385         Log: Delta delta.
48386      Branch: perl
48387            ! pod/perl572delta.pod
48388 ____________________________________________________________________________
48389 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
48390         Log: Metaconfig unit change for 11115.
48391      Branch: metaconfig
48392            ! U/modified/libc.U
48393 ____________________________________________________________________________
48394 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
48395         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
48396              (from Richard Hatch) (this was the cause of pipes() and
48397              times() mysteriously not being found)
48398      Branch: perl
48399            ! Configure
48400 ____________________________________________________________________________
48401 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
48402         Log: Retract #10142, the real culprit found by Richard Hatch,
48403              coming soon to Configure near you.
48404      Branch: perl
48405            ! hints/aix.sh
48406 ____________________________________________________________________________
48407 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
48408         Log: (Replaced by #11124) UTS workaround from Hal Morris.
48409      Branch: perl
48410            ! perl.h
48411 ____________________________________________________________________________
48412 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
48413         Log: Subject: [PATCH] grok not grocking correctly
48414              From: Nicholas Clark <nick@ccl4.org>
48415              Date: Tue, 3 Jul 2001 00:19:08 +0100
48416              Message-ID: <20010703001908.H59620@plum.flirble.org>
48417      Branch: perl
48418            ! numeric.c
48419 ____________________________________________________________________________
48420 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
48421         Log: Subject: [PATCH Deparse.t] test just-posted patches
48422              From: Robin Houston <robin@kitsite.com>
48423              Date: Mon, 2 Jul 2001 23:46:15 +0100
48424              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
48425      Branch: perl
48426            ! ext/B/Deparse.t
48427 ____________________________________________________________________________
48428 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
48429         Log: Subject: [PATCH toke.c] autosplit into @F
48430              From: Robin Houston <robin@kitsite.com>
48431              Date: Mon, 2 Jul 2001 23:18:20 +0100
48432              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
48433      Branch: perl
48434            ! perl.c toke.c
48435 ____________________________________________________________________________
48436 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
48437         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
48438              From: Robin Houston <robin@kitsite.com>
48439              Date: Mon, 2 Jul 2001 23:00:48 +0100
48440              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
48441      Branch: perl
48442            ! ext/B/B/Deparse.pm
48443 ____________________________________________________________________________
48444 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
48445         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
48446              From: "Philip Newton" <Philip.Newton@gmx.net>
48447              Date: Mon, 2 Jul 2001 22:06:22 +0200
48448              (no Message-Id)
48449      Branch: perl
48450            ! ext/NDBM_File/hints/linux.pl
48451 ____________________________________________________________________________
48452 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
48453         Log: Subject: Re: Fixed pack problem - sort of
48454              From: Nicholas Clark <nick@ccl4.org>
48455              Date: Mon, 2 Jul 2001 20:59:20 +0100
48456              Message-ID: <20010702205919.F59620@plum.flirble.org>
48457      Branch: perl
48458            ! pp_pack.c t/op/pack.t
48459 ____________________________________________________________________________
48460 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
48461         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
48462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48463              Date: Mon, 2 Jul 2001 15:45:41 -0400
48464              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
48465      Branch: perl
48466            ! os2/os2.c
48467 ____________________________________________________________________________
48468 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
48469         Log: (Mistaken retraction)
48470      Branch: perl
48471            ! utils/pl2pm.PL
48472 ____________________________________________________________________________
48473 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
48474         Log: Detypo in #11103.
48475      Branch: perl
48476            ! utils/pl2pm.PL
48477 ____________________________________________________________________________
48478 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
48479         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
48480              From: Jonathan Stowe <gellyfish@gellyfish.com>
48481              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
48482              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
48483      Branch: perl
48484            ! utils/pl2pm.PL
48485 ____________________________________________________________________________
48486 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
48487         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
48488              From: "Craig A. Berry" <craigberry@mac.com>
48489              Date: Mon, 02 Jul 2001 14:11:23 -0500
48490              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
48491      Branch: perl
48492            ! lib/Unicode/UCD.pm
48493 ____________________________________________________________________________
48494 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
48495         Log: Subject: [PATCH] Re: op/numconvert.t failures
48496              From: Nicholas Clark <nick@ccl4.org>
48497              Date: Mon, 2 Jul 2001 20:10:48 +0100
48498              Message-ID: <20010702201048.E59620@plum.flirble.org>
48499      Branch: perl
48500            ! t/op/numconvert.t
48501 ____________________________________________________________________________
48502 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
48503         Log: Update Changes.
48504      Branch: perl
48505            ! Changes patchlevel.h
48506 ____________________________________________________________________________
48507 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
48508         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
48509              The real fix must be more involved.  The line of code all the leaky
48510              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
48511              line of Perl_newPMOP().
48512      Branch: perl
48513            ! op.h
48514 ____________________________________________________________________________
48515 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
48516         Log: Based on
48517              
48518              Subject: Re: sizeof(struct sembuf)
48519              From: Nicholas Clark <nick@ccl4.org>
48520              Date: Sun, 1 Jul 2001 22:26:48 +0100
48521              Message-ID: <20010701222648.W59620@plum.flirble.org>
48522              
48523              but do semop() always the slow way.
48524      Branch: perl
48525            ! doio.c
48526 ____________________________________________________________________________
48527 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
48528         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
48529              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48530              Date: Tue, 03 Jul 2001 00:56:30 +0900
48531              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
48532      Branch: perl
48533            ! ext/Encode/Encode/Tcl.t
48534 ____________________________________________________________________________
48535 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
48536         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
48537              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48538              Date: Tue, 03 Jul 2001 00:55:46 +0900
48539              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
48540      Branch: perl
48541            ! ext/Encode/Encode/Tcl.pm
48542 ____________________________________________________________________________
48543 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
48544         Log: Regen api and toc.
48545      Branch: perl
48546            ! pod/perlapi.pod pod/perltoc.pod
48547 ____________________________________________________________________________
48548 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
48549         Log: Metaconfig unit change for #11093.
48550      Branch: metaconfig/U/perl
48551            ! d_fcntl_can_lock.U
48552 ____________________________________________________________________________
48553 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
48554         Log: The fcntl locking test may hang if NFS locking messed up;
48555              break out with alarm(10).
48556      Branch: perl
48557            ! Configure
48558 ____________________________________________________________________________
48559 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
48560         Log: Move the mdelete.bat from win32/bin to win32.
48561      Branch: perl
48562            ! MANIFEST
48563 ____________________________________________________________________________
48564 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
48565         Log: Typo in #11083.
48566      Branch: perl
48567            ! ext/Time/Piece/Piece.t
48568 ____________________________________________________________________________
48569 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
48570         Log: Netware tweaks from Guruprasad.
48571      Branch: perl
48572            - NetWare/perlsdio.h
48573            ! MANIFEST NetWare/Makefile NetWare/interface.c
48574            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
48575            ! perlsdio.h
48576 ____________________________________________________________________________
48577 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
48578         Log: Subject: Re: [PATH] shared -> unique;
48579              From: Abhijit Menon-Sen <ams@wiw.org>
48580              Date: Wed, 27 Jun 2001 03:51:27 +0530
48581              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
48582      Branch: perl
48583            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
48584 ____________________________________________________________________________
48585 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
48586         Log: Subject: Re: AIX / gcc-3.0
48587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48588              Date: Mon, 02 Jul 2001 15:20:21 +0200
48589              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
48590      Branch: perl
48591            ! hints/aix.sh
48592 ____________________________________________________________________________
48593 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
48594         Log: Subject: Re: Bug report: split splits on wrong pattern
48595              From: Abhijit Menon-Sen <ams@wiw.org>
48596              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
48597              Date: Mon, 2 Jul 2001 16:31:33 +0530
48598      Branch: perl
48599            ! pp_ctl.c
48600 ____________________________________________________________________________
48601 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
48602         Log: Subject: [PATCH 5.6.1] test harness
48603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48604              Date: Mon, 2 Jul 2001 06:29:21 -0400
48605              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
48606      Branch: perl
48607            ! lib/Test/Harness.pm
48608 ____________________________________________________________________________
48609 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
48610         Log: Subject: [PATCH 5.6.1] debugger goof
48611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48612              Date: Mon, 2 Jul 2001 06:27:22 -0400
48613              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
48614      Branch: perl
48615            ! lib/perl5db.pl
48616 ____________________________________________________________________________
48617 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
48618         Log: Subject: [PATCH 5.6.1] OS/2 cwd
48619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48620              Date: Mon, 2 Jul 2001 06:21:17 -0400
48621              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
48622      Branch: perl
48623            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
48624 ____________________________________________________________________________
48625 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
48626         Log: Make #11082 more OS/2-specific.
48627      Branch: perl
48628            ! ext/Time/Piece/Piece.t
48629 ____________________________________________________________________________
48630 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
48631         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
48632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48633              Date: Mon, 2 Jul 2001 06:06:34 -0400
48634              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
48635      Branch: perl
48636            ! ext/Time/Piece/Piece.t
48637 ____________________________________________________________________________
48638 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
48639         Log: Subject: [PATCH B::Deparse] version number & changes
48640              From: Robin Houston <robin@kitsite.com>  
48641              Date: Sun, 1 Jul 2001 17:17:29 +0100
48642              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
48643      Branch: perl
48644            ! ext/B/B/Deparse.pm
48645 ____________________________________________________________________________
48646 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
48647         Log: Subject: a small fix.
48648              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
48649              Date: Mon, 2 Jul 2001 12:17:53 +0200
48650              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
48651      Branch: perl
48652            ! ext/Thread/Thread.xs
48653 ____________________________________________________________________________
48654 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
48655         Log: Subject: RE: perl@10907
48656              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
48657              Date: Mon, 2 Jul 2001 12:06:16 +0200
48658              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
48659              
48660              Borland C vs PerlIO.
48661      Branch: perl
48662            ! win32/config.bc win32/config_H.bc
48663 ____________________________________________________________________________
48664 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
48665         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
48666              From: "H.M. Brand" <merijn@l1.procura.nl>
48667              Date: Mon, 02 Jul 2001 11:18:57 +0200
48668              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
48669      Branch: perl
48670            ! t/op/write.t
48671 ____________________________________________________________________________
48672 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
48673         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
48674              From: Michael G Schwern <schwern@pobox.com>
48675              Date: Mon, 2 Jul 2001 00:26:24 -0400
48676              Message-ID: <20010702002624.A18302@blackrider>
48677      Branch: perl
48678            - ext/util/mkbootstrap
48679 ____________________________________________________________________________
48680 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
48681         Log: Subject: [PATCH op.h] v minor comment tweak
48682              From: Robin Houston <robin@puffinry.freeserve.co.uk>
48683              Date: Mon, 2 Jul 2001 00:42:01 +0100
48684              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
48685      Branch: perl
48686            ! op.h
48687 ____________________________________________________________________________
48688 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
48689         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
48690      Branch: perl
48691            ! pod/perlfunc.pod
48692 ____________________________________________________________________________
48693 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
48694         Log: Subject: Re: sizeof(struct sembuf)
48695              From: Nicholas Clark <nick@ccl4.org>
48696              Date: Sun, 1 Jul 2001 19:23:16 +0100
48697              Message-ID: <20010701192316.V59620@plum.flirble.org>
48698              
48699              s/signaling/signalling/
48700      Branch: perl
48701            ! pod/perlfunc.pod
48702 ____________________________________________________________________________
48703 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
48704         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
48705              From: "Philip Newton" <Philip.Newton@gmx.net>
48706              Date: Sun, 1 Jul 2001 09:37:56 +0200
48707              Message-Id: <200107010733.KAA03920@taas.iki.fi>
48708      Branch: perl
48709            ! pod/perlvar.pod
48710 ____________________________________________________________________________
48711 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
48712         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
48713              From: "Philip Newton" <Philip.Newton@gmx.net>
48714              Date: Sun, 1 Jul 2001 09:37:56 +0200
48715              Message-Id: <200107010733.KAA03925@taas.iki.fi>
48716      Branch: perl
48717            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48718 ____________________________________________________________________________
48719 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
48720         Log: Metaconfig unit change for #11070.
48721      Branch: metaconfig
48722            ! U/compline/randfunc.U
48723 ____________________________________________________________________________
48724 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
48725         Log: Subject: [PATCH perlsnap] its --> it's --> its
48726              From: "Philip Newton" <Philip.Newton@gmx.net>
48727              Date: Sun, 1 Jul 2001 09:37:56 +0200
48728              Message-Id: <200107010733.KAA03914@taas.iki.fi>
48729      Branch: perl
48730            ! Porting/config_H
48731 ____________________________________________________________________________
48732 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
48733         Log: Sync with Sarathy; integrate with perlio.
48734      Branch: perl
48735           !> gv.c
48736 ____________________________________________________________________________
48737 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
48738         Log: regenerate win32/config_H.?c files
48739      Branch: perl
48740            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48741 ____________________________________________________________________________
48742 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
48743         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
48744              naming discipline
48745              
48746              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
48747              because of this)
48748              
48749              fix a warning about "fd" being used without being set in Cwd.xs
48750      Branch: perl
48751            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
48752            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
48753            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
48754            ! win32/config.vc
48755 ____________________________________________________________________________
48756 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
48757         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
48758              within macro arguments") and warnings ("unary minus applied to
48759              unsigned type", among others)
48760      Branch: perl
48761            ! gv.c hv.c op.c pp.c sv.c toke.c
48762 ____________________________________________________________________________
48763 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
48764         Log: win32 fixes: more spurious CRs
48765      Branch: perl
48766            ! win32/mdelete.bat
48767 ____________________________________________________________________________
48768 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
48769         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
48770              from win32/bin (or it gets deleted by distclean); don't delete
48771              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
48772              NT (should be made Win9x specific, and added to makefile.mk)
48773      Branch: perl
48774           +> win32/mdelete.bat
48775            - win32/bin/mdelete.bat
48776            ! win32/Makefile win32/makefile.mk
48777 ____________________________________________________________________________
48778 [ 11063] By: nick                                  on 2001/07/01  18:54:09
48779         Log: Quick for for #ifdef mess
48780      Branch: perlio
48781            ! gv.c
48782 ____________________________________________________________________________
48783 [ 11062] By: nick                                  on 2001/07/01  18:47:42
48784         Log: Raw integrate - does not build #if mess in gv.c
48785      Branch: perlio
48786           !> (integrate 29 files)
48787 ____________________________________________________________________________
48788 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
48789         Log: Make 'compile' target a little less broken.
48790              Still very broken, though: -Wall warnings from
48791              the generated code, boot_Foo prototypes missing,
48792              can't autoload Fcntl::SEEK_CUR et alia, ...
48793      Branch: perl
48794            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
48795            ! utils/perlcc.PL x2p/Makefile.SH
48796 ____________________________________________________________________________
48797 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
48798         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
48799      Branch: perl
48800            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48801            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
48802 ____________________________________________________________________________
48803 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
48804         Log: Update Changes.
48805      Branch: perl
48806            ! Changes patchlevel.h
48807 ____________________________________________________________________________
48808 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
48809         Log: Still one typo, regen toc.
48810      Branch: perl
48811            ! lib/Unicode/UCD.pm pod/perltoc.pod
48812 ____________________________________________________________________________
48813 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
48814         Log: Detypos and regen toc.
48815      Branch: perl
48816            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
48817 ____________________________________________________________________________
48818 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
48819         Log: VERSION tweak.
48820      Branch: perl
48821            ! ext/List/Util/lib/List/Util.pm
48822 ____________________________________________________________________________
48823 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
48824         Log: Attempt at plugging the leak under ithreads detected by Doug.
48825      Branch: perl
48826            ! op.h
48827 ____________________________________________________________________________
48828 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
48829         Log: gcc -Wall lint after #11051.
48830      Branch: perl
48831            ! pp_sys.c
48832 ____________________________________________________________________________
48833 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
48834         Log: Integrate perlio:
48835              
48836              [ 11050]
48837              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48838      Branch: perl
48839           !> lib/File/Find/taint.t
48840 ____________________________________________________________________________
48841 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
48842         Log: Don't use the v-strings for module VERSIONs.
48843      Branch: perl
48844            ! lib/Unicode/UCD.pm
48845 ____________________________________________________________________________
48846 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
48847         Log: Code cleanup based on turning off the -woffs in IRIX.
48848              Not all of the gripes cleaned up (hairy code in hv.c and
48849              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
48850              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
48851              to the IRIX hints)
48852      Branch: perl
48853            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
48854            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
48855            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
48856            ! regcomp.c sv.c
48857 ____________________________________________________________________________
48858 [ 11050] By: nick                                  on 2001/06/30  20:46:46
48859         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48860      Branch: perlio
48861            ! lib/File/Find/taint.t
48862 ____________________________________________________________________________
48863 [ 11049] By: nick                                  on 2001/06/30  18:13:33
48864         Log: Integrate mainline
48865      Branch: perlio
48866           +> NetWare/nwstdio.h NetWare/perlsdio.h
48867           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48868           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
48869           +> lib/Unicode/UCD.t t/run/exit.t
48870           !> (integrate 60 files)
48871 ____________________________________________________________________________
48872 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
48873         Log: Delta delta.
48874      Branch: perl
48875            ! pod/perl572delta.pod
48876 ____________________________________________________________________________
48877 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
48878         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
48879              by CPAN.pm, use rather _00.
48880      Branch: perl
48881            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
48882            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
48883            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
48884            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
48885            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
48886            ! lib/ExtUtils/Embed.pm lib/Test.pm
48887 ____________________________________________________________________________
48888 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
48889         Log: Add a simple Unicode character database interface, Unicode::UCD.
48890      Branch: perl
48891            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
48892            ! MANIFEST
48893 ____________________________________________________________________________
48894 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
48895         Log: Subject: [PATCH] op/numconver.t
48896              From: Nicholas Clark <nick@ccl4.org>
48897              Date: Sat, 30 Jun 2001 15:40:10 +0100
48898              Message-ID: <20010630154010.I59620@plum.flirble.org>
48899      Branch: perl
48900            ! t/op/numconvert.t
48901 ____________________________________________________________________________
48902 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
48903         Log: The $^N is now taken (by #11038).
48904      Branch: perl
48905            ! t/base/lex.t
48906 ____________________________________________________________________________
48907 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
48908         Log: The #11040 had slipped to a wrong function...
48909      Branch: perl
48910            ! sv.c
48911 ____________________________________________________________________________
48912 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
48913         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
48914              the Configure library symbol probe mysteriously finds all
48915              symbols but those of pipe() and times().
48916      Branch: perl
48917            ! hints/aix.sh
48918 ____________________________________________________________________________
48919 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
48920         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
48921              From: Nicholas Clark <nick@ccl4.org>
48922              Date: Fri, 29 Jun 2001 23:49:07 +0100
48923              Message-ID: <20010629234907.D59620@plum.flirble.org>
48924      Branch: perl
48925            ! lib/ExtUtils.t
48926 ____________________________________________________________________________
48927 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
48928         Log: Subject: [PATCH] weakref fix 2, not yet there
48929              From: Artur Bergman <artur@contiller.se>
48930              Date: Sat, 30 Jun 2001 01:18:16 +0200
48931              Message-ID: <B762D957.1CC9%artur@contiller.se>
48932      Branch: perl
48933            ! sv.c
48934 ____________________________________________________________________________
48935 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
48936         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
48937              From: Michael G Schwern <schwern@pobox.com>
48938              Date: Fri, 29 Jun 2001 19:39:11 -0400
48939              Message-ID: <20010629193910.D25304@blackrider>
48940      Branch: perl
48941            + t/run/exit.t
48942            ! MANIFEST
48943 ____________________________________________________________________________
48944 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
48945         Log: Add support for $^N, the most-recently closed group.
48946      Branch: perl
48947            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
48948            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
48949            ! thrdvar.h
48950 ____________________________________________________________________________
48951 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
48952         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
48953              From: lvirden@cas.org
48954              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
48955              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
48956              
48957              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
48958              From: lvirden@cas.org
48959              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
48960              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
48961      Branch: perl
48962            ! README.solaris
48963 ____________________________________________________________________________
48964 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
48965         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
48966              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48967              Date: Sat, 30 Jun 2001 07:33:37 +0900
48968              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
48969              
48970              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
48971              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48972              Date: Sat, 30 Jun 2001 21:38:14 +0900
48973              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
48974      Branch: perl
48975            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48976            + ext/Encode/Encode/7bit-kr.enc
48977            ! MANIFEST ext/Encode/Encode/Tcl.pm
48978 ____________________________________________________________________________
48979 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
48980         Log: NetWare tweaks from Guruprasad.
48981      Branch: perl
48982            + NetWare/nwstdio.h NetWare/perlsdio.h
48983            ! MANIFEST NetWare/Makefile NetWare/config.wc
48984            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
48985            ! NetWare/t/Readme.txt
48986 ____________________________________________________________________________
48987 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
48988         Log: More module $VERSION bump-ups.
48989      Branch: perl
48990            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
48991            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
48992            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
48993 ____________________________________________________________________________
48994 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
48995         Log: Doc update due to #11032.
48996      Branch: perl
48997            ! pod/perl572delta.pod
48998 ____________________________________________________________________________
48999 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
49000         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
49001              From: Peter Prymmer <pvhp@forte.com>
49002              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
49003              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
49004      Branch: perl
49005            ! ext/Time/HiRes/HiRes.xs
49006 ____________________________________________________________________________
49007 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
49008         Log: -lpthreads missing in AIX.
49009      Branch: perl
49010            ! hints/aix.sh
49011 ____________________________________________________________________________
49012 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
49013         Log: Subject: [PATCH] CLONE && weakrefs
49014              From: Artur Bergman <artur@contiller.se>
49015              Date: Fri, 29 Jun 2001 17:02:00 +0200
49016              Message-ID: <B7626508.1CA0%artur@contiller.se>
49017      Branch: perl
49018            ! sv.c
49019 ____________________________________________________________________________
49020 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
49021         Log: Subject: Re: Bug report: split splits on wrong pattern
49022              From: Radu Greab <radu@netsoft.ro>
49023              Date: Wed, 27 Jun 2001 21:50:52 +0300
49024              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
49025      Branch: perl
49026            ! pp_ctl.c t/op/split.t
49027 ____________________________________________________________________________
49028 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
49029         Log: Metaconfig unit change for #11027.
49030      Branch: metaconfig/U/perl
49031            ! d_modfl.U
49032 ____________________________________________________________________________
49033 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
49034         Log: I thought this Configure glitch for AIX was just recently fixed?
49035      Branch: perl
49036            ! Configure
49037 ____________________________________________________________________________
49038 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
49039         Log: Update Changes.
49040      Branch: perl
49041            ! Changes patchlevel.h
49042 ____________________________________________________________________________
49043 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
49044         Log: Subject: Re: perl@10967, File::Find, and Cwd
49045              From: Mike Guy <mjtg@cam.ac.uk>
49046              Date: Fri, 29 Jun 2001 14:56:49 +0100
49047              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
49048      Branch: perl
49049            ! lib/File/Find/taint.t
49050 ____________________________________________________________________________
49051 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
49052         Log: Update the sv_pvprintify() spec.
49053      Branch: perl
49054            ! pod/perltodo.pod
49055 ____________________________________________________________________________
49056 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
49057         Log: Known test failures update.
49058      Branch: perl
49059            ! pod/perl572delta.pod
49060 ____________________________________________________________________________
49061 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
49062         Log: Based on
49063              
49064              Subject: [PATCH @11016] More );) fixes
49065              From: Richard Soderberg <rs@crystalflame.net>
49066              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
49067              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
49068      Branch: perl
49069            ! ext/Thread/Thread.xs ext/Thread/typemap
49070 ____________________________________________________________________________
49071 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
49072         Log: Subject: [PATCH @11016] Fixes compile errors in four files
49073              From: Richard Soderberg <rs@crystalflame.net>
49074              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
49075              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
49076      Branch: perl
49077            ! mg.c pp.c pp_hot.c util.c
49078 ____________________________________________________________________________
49079 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
49080         Log: AIX hints tweaking continues, from Merijn Brand.
49081      Branch: perl
49082            ! hints/aix.sh
49083 ____________________________________________________________________________
49084 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
49085         Log: HP-UX needs gccversion sooner, from Merijn Brand.
49086      Branch: perl
49087            ! hints/hpux.sh
49088 ____________________________________________________________________________
49089 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
49090         Log: Subject: [PATCH 5.6.1] OS/2 docs
49091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49092              Date: Fri, 29 Jun 2001 02:34:12 -0400
49093              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
49094      Branch: perl
49095            ! README.os2 os2/Changes
49096 ____________________________________________________________________________
49097 [ 11017] By: nick                                  on 2001/06/29  10:20:30
49098         Log: Integrate mainline
49099      Branch: perlio
49100           +> (branch 37 files)
49101            - ext/ODBM_File/sdbm.t
49102           !> (integrate 211 files)
49103 ____________________________________________________________________________
49104 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
49105         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
49106              the modules found using a script written by Larry Schatzer Jr.
49107      Branch: perl
49108            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
49109            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
49110            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
49111            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
49112            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
49113            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
49114            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
49115            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
49116            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
49117            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
49118            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
49119            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
49120            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
49121            ! lib/constant.pm lib/fields.pm lib/strict.pm
49122 ____________________________________________________________________________
49123 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
49124         Log: The latest JPL from the anoncvs.
49125      Branch: perl
49126            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
49127 ____________________________________________________________________________
49128 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
49129         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
49130      Branch: perl
49131            ! t/op/pat.t
49132 ____________________________________________________________________________
49133 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
49134         Log: Worrying about insecure directories now is a bit too late.
49135      Branch: perl
49136            ! lib/File/Find/taint.t
49137 ____________________________________________________________________________
49138 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
49139         Log: Cannot DIE() in a void function,
49140              from Richard Hatch <rhatch@austin.ibm.com>.
49141      Branch: perl
49142            ! ext/IPC/SysV/SysV.xs
49143 ____________________________________________________________________________
49144 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
49145         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
49146              From: Peter Prymmer <pvhp@forte.com>
49147              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
49148              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
49149              
49150              (unfinished: time/hires tests 3, 5, 14 failing, but better
49151              than wholesale failure)
49152      Branch: perl
49153            ! ext/Time/HiRes/HiRes.xs
49154 ____________________________________________________________________________
49155 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
49156         Log: Subject: [PATCH 5.6.1] OS/2 improvements
49157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49158              Date: Thu, 28 Jun 2001 16:03:14 -0400
49159              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
49160      Branch: perl
49161            + os2/os2_base.t
49162            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
49163            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
49164            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
49165            ! os2/os2ish.h
49166 ____________________________________________________________________________
49167 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
49168         Log: Subject: Incrementing Extutils::Manifest's $VERSION
49169              From: Michael G Schwern <schwern@pobox.com>
49170              Date: Thu, 28 Jun 2001 13:13:49 -0400
49171              Message-ID: <20010628131349.A14738@blackrider>
49172      Branch: maint-5.6/perl
49173            ! lib/ExtUtils/Manifest.pm
49174 ____________________________________________________________________________
49175 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
49176         Log: AIX tweak from Merijn Brand.
49177      Branch: perl
49178            ! hints/aix.sh
49179 ____________________________________________________________________________
49180 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
49181         Log: Create the macperl branch.
49182      Branch: maint-5.6/macperl
49183           +> (branch 1728 files)
49184 ____________________________________________________________________________
49185 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
49186         Log: Update Changes.
49187      Branch: perl
49188            ! Changes patchlevel.h
49189 ____________________________________________________________________________
49190 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
49191         Log: More Perforce lore.
49192      Branch: perl
49193            ! Porting/repository.pod
49194 ____________________________________________________________________________
49195 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
49196         Log: Metaconfig unit changes for #11003.
49197      Branch: metaconfig/U/perl
49198            + d_nl_langinfo.U i_langinfo.U
49199 ____________________________________________________________________________
49200 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
49201         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
49202              Expected not to exist in non-UNIX excepting in VMS, where
49203              according to a quick web survey they just might.
49204      Branch: perl
49205            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
49206            ! Porting/config_H config_h.SH configure.com epoc/config.sh
49207            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
49208            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49209            ! win32/config.bc win32/config.gc win32/config.vc
49210 ____________________________________________________________________________
49211 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
49212         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
49213              in AIX is one is doing a 64-bit build.
49214      Branch: perl
49215            ! hints/aix.sh
49216 ____________________________________________________________________________
49217 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
49218         Log: Metaconfig unit changes for #11000.
49219      Branch: metaconfig/U/perl
49220            ! use64bits.U uselfs.U
49221 ____________________________________________________________________________
49222 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
49223         Log: Move use64bitint and use64bitall before uselargefiles.
49224      Branch: perl
49225            ! Configure
49226 ____________________________________________________________________________
49227 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
49228         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
49229              From: Robert Spier <rspier@pobox.com>
49230              Message-ID: <15162.41164.618712.841415@rls.cx>
49231              Date: Wed, 27 Jun 2001 23:13:16 -0400
49232      Branch: perl
49233            ! doio.c
49234 ____________________________________________________________________________
49235 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
49236         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
49237              From: Peter Prymmer <pvhp@forte.com>
49238              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
49239              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
49240      Branch: perl
49241            ! numeric.c
49242 ____________________________________________________________________________
49243 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
49244         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
49245              From: Peter Prymmer <pvhp@forte.com>
49246              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
49247              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
49248      Branch: perl
49249            ! configure.com ext/Digest/MD5/Makefile.PL
49250 ____________________________________________________________________________
49251 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
49252         Log: Update Changes.
49253      Branch: perl
49254            ! Changes patchlevel.h
49255 ____________________________________________________________________________
49256 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
49257         Log: Tiny EPOC updates.
49258      Branch: perl
49259            ! epoc/config.sh
49260 ____________________________________________________________________________
49261 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
49262         Log: The Test::More and Test::Simple tests required help
49263              thanks to our schizophrenic test scheme.
49264      Branch: perl
49265            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
49266            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
49267            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
49268            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
49269            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
49270 ____________________________________________________________________________
49271 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
49272         Log: Upgrade to Test::Simple 0.09.
49273      Branch: perl
49274            + lib/Test/Simple/Changes
49275            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
49276            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
49277            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
49278            ! lib/Test/Simple/t/plan_is_noplan.t
49279 ____________________________________________________________________________
49280 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
49281         Log: Upgrade to Test::More 0.07.
49282      Branch: perl
49283            + lib/Test/More/Changes
49284            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
49285            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
49286            ! lib/Test/More/t/skipall.t
49287 ____________________________________________________________________________
49288 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
49289         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
49290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49291              Date: Wed, 27 Jun 2001 18:40:04 +0200
49292              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
49293      Branch: perl
49294            ! hints/hpux.sh
49295 ____________________________________________________________________________
49296 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
49297         Log: Subject: [PATCH README.qnx hints/qnx.sh]
49298              From: Norton Allen <allen@huarp.harvard.edu>
49299              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
49300              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
49301      Branch: perl
49302            ! README.qnx hints/qnx.sh
49303 ____________________________________________________________________________
49304 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
49305         Log: Subject: [PATCH] two little documentation nits
49306              From: Abhijit Menon-Sen <ams@wiw.org>
49307              Date: Wed, 27 Jun 2001 20:07:50 +0530
49308              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
49309      Branch: perl
49310            ! sv.c sv.h
49311 ____________________________________________________________________________
49312 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
49313         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
49314              From: Norton Allen <allen@huarp.harvard.edu>
49315              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
49316              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
49317      Branch: perl
49318            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
49319 ____________________________________________________________________________
49320 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
49321         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
49322              From: Michael G Schwern <schwern@pobox.com>
49323              Date: Wed, 27 Jun 2001 02:34:58 -0400
49324              Message-ID: <20010627023458.K23874@blackrider>
49325      Branch: perl
49326            ! vms/test.com
49327 ____________________________________________________________________________
49328 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
49329         Log: Add perl_clone_host() for Netware.
49330      Branch: perl
49331            ! NetWare/nw5.c
49332 ____________________________________________________________________________
49333 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
49334         Log: GCC 3.0 hints for HP-UX.
49335      Branch: perl
49336            ! hints/hpux.sh
49337 ____________________________________________________________________________
49338 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
49339         Log: In some Linux distributions the libndbm is broken
49340              (no null key support), therefore link with libgdbm
49341              (if available), since it has a working ndbm emulation,
49342              from Jonathan Stowe.
49343      Branch: perl
49344            + ext/NDBM_File/hints/linux.pl
49345            ! MANIFEST
49346 ____________________________________________________________________________
49347 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
49348         Log: Subject: [PATCH perl@10930] find.t hack for VMS
49349              From: "Craig A. Berry" <craigberry@mac.com>
49350              Date: Tue, 26 Jun 2001 23:40:25 -0500
49351              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
49352      Branch: perl
49353            ! lib/File/Find/find.t
49354 ____________________________________________________________________________
49355 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
49356         Log: AUTHORS updates.
49357      Branch: perl
49358            ! AUTHORS
49359 ____________________________________________________________________________
49360 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
49361         Log: Metaconfig unit change like #10980.
49362      Branch: metaconfig
49363            ! U/compline/d_stdstdio.U
49364 ____________________________________________________________________________
49365 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
49366         Log: "lose the it's", from Abhijit Menon-Sen.
49367              ("It's" not searched, pods not searched.)
49368      Branch: perl
49369            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
49370            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
49371            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
49372            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
49373            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
49374            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
49375 ____________________________________________________________________________
49376 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
49377         Log: "lose the looses", from Abhijit Menon-Sen.
49378      Branch: perl
49379            ! ext/B/B/Assembler.pm gv.c
49380 ____________________________________________________________________________
49381 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
49382         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
49383      Branch: perl
49384            ! hints/os390.sh
49385 ____________________________________________________________________________
49386 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
49387         Log: DEC C 5.3 on the VAX simply doesn't seem to like
49388              compiling the MD5 extension, disable it there for now,
49389              from Peter Prymmer.
49390      Branch: perl
49391            ! configure.com
49392 ____________________________________________________________________________
49393 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
49394         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
49395              From: Jonathan Stowe <gellyfish@gellyfish.com>
49396              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
49397              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
49398      Branch: perl
49399            ! pod/perlfaq3.pod
49400 ____________________________________________________________________________
49401 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
49402         Log: Subject: [PATCH 5.6.1] perlxs misprints
49403              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49404              Date: Tue, 26 Jun 2001 17:20:00 -0400
49405              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
49406      Branch: perl
49407            ! pod/perlxs.pod
49408 ____________________________________________________________________________
49409 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
49410         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
49411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49412              Date: Tue, 26 Jun 2001 17:27:07 -0400
49413              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
49414      Branch: perl
49415            ! lib/ExtUtils/MM_Unix.pm
49416 ____________________________________________________________________________
49417 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
49418         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
49419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49420              Date: Tue, 26 Jun 2001 17:23:24 -0400
49421              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
49422      Branch: perl
49423            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
49424 ____________________________________________________________________________
49425 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
49426         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
49427              by Olaf Flebbe.
49428      Branch: perl
49429            ! perl.h
49430 ____________________________________________________________________________
49431 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
49432         Log: Detypo.
49433      Branch: perl
49434            ! lib/Memoize/t/tie_sdbm.t
49435 ____________________________________________________________________________
49436 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
49437         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
49438      Branch: perl
49439            ! win32/perllib.c
49440 ____________________________________________________________________________
49441 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
49442         Log: Subject: [patch] perl_clone+CvFILE
49443              From: Doug MacEachern <dougm@covalent.net>
49444              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
49445              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
49446      Branch: perl
49447            ! sv.c
49448 ____________________________________________________________________________
49449 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
49450         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
49451              From: Mark-Jason Dominus <mjd@plover.com>
49452              Date: Tue, 26 Jun 2001 12:33:01 -0400
49453              Message-ID: <20010626163301.31298.qmail@plover.com>
49454      Branch: perl
49455            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49456 ____________________________________________________________________________
49457 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
49458         Log: Update Changes.
49459      Branch: perl
49460            ! Changes patchlevel.h
49461 ____________________________________________________________________________
49462 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
49463         Log: Also catfile() needs now to explicitly exported.
49464      Branch: perl
49465            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49466 ____________________________________________________________________________
49467 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
49468         Log: Regen toc.
49469      Branch: perl
49470            ! pod/perltoc.pod
49471 ____________________________________________________________________________
49472 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
49473         Log: Nonexistent pod command.
49474      Branch: perl
49475            ! pod/perl572delta.pod
49476 ____________________________________________________________________________
49477 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
49478         Log: Be more portable in the quest for tmpdir.
49479      Branch: perl
49480            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49481 ____________________________________________________________________________
49482 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
49483         Log: Be more portable in finding out the home directory,
49484              and use File::Spec to do the concat.
49485              (Come to think of it, couldn't File::Spec provide
49486              for a ->homedir method?)
49487      Branch: perl
49488            ! lib/Net/Config.pm
49489 ____________________________________________________________________________
49490 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
49491         Log: Doc patch for #10959.
49492      Branch: perl
49493            ! pod/perlfunc.pod
49494 ____________________________________________________________________________
49495 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
49496         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
49497              From: "Philip Newton" <pnewton@gmx.de>
49498              Date: Tue, 26 Jun 2001 16:26:47 +0200
49499              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
49500      Branch: perl
49501            ! pod/perldata.pod
49502 ____________________________________________________________________________
49503 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
49504         Log: Subject: [PATH] shared -> unique;
49505              From: "Artur Bergman" <artur@contiller.se>
49506              Date: Tue, 26 Jun 2001 16:18:40 +0200
49507              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
49508              
49509              Because "shared" isn't: it's read-only.
49510      Branch: perl
49511            ! toke.c xsutils.c
49512 ____________________________________________________________________________
49513 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
49514         Log: Escape multiline croak messages.
49515      Branch: perl
49516            ! t/op/ver.t
49517 ____________________________________________________________________________
49518 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
49519         Log: No more pragma/*.t for minitest.
49520      Branch: perl
49521            ! Makefile.SH
49522 ____________________________________________________________________________
49523 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
49524         Log: AUTHORS updates.
49525      Branch: perl
49526            ! AUTHORS
49527 ____________________________________________________________________________
49528 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
49529         Log: delta updates.
49530      Branch: perl
49531            ! pod/perl572delta.pod
49532 ____________________________________________________________________________
49533 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
49534         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
49535              From: Artur Bergman <artur@contiller.se> 
49536              Date: Tue, 26 Jun 2001 15:32:53 +0200
49537              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
49538      Branch: perl
49539            ! makedef.pl sv.c sv.h win32/perllib.c
49540 ____________________________________________________________________________
49541 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
49542         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
49543              From: Jonathan Stowe <gellyfish@gellyfish.com>
49544              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
49545              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
49546              
49547              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
49548      Branch: perl
49549            + ext/Time/HiRes/hints/sco.pl
49550            ! MANIFEST
49551 ____________________________________________________________________________
49552 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
49553         Log: Subject: [PATCH 5.6.1] static build
49554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49555              Date: Tue, 26 Jun 2001 04:22:25 -0400
49556              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
49557      Branch: perl
49558            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
49559            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
49560 ____________________________________________________________________________
49561 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
49562         Log: DJGPP patches from Laszlo Molnar.
49563      Branch: perl
49564            ! djgpp/djgpp.c perl.c util.c
49565 ____________________________________________________________________________
49566 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
49567         Log: Netware patches from Ananth Kesari.
49568      Branch: perl
49569            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
49570            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
49571            ! NetWare/nwtinfo.h
49572 ____________________________________________________________________________
49573 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
49574         Log: Detypo.
49575      Branch: perl
49576            ! ext/Errno/Errno_pm.PL
49577 ____________________________________________________________________________
49578 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
49579         Log: There seems to be two ways of spelling the $^O in *STEP.
49580      Branch: perl
49581            ! ext/Errno/Errno_pm.PL
49582 ____________________________________________________________________________
49583 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
49584         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
49585              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
49586      Branch: perl
49587            ! ext/Errno/Errno_pm.PL
49588 ____________________________________________________________________________
49589 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
49590         Log: Known bugs update.
49591      Branch: perl
49592            ! pod/perl572delta.pod
49593 ____________________________________________________________________________
49594 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
49595         Log: The default installation of Cygwin has 500 as root's uid.
49596      Branch: perl
49597            ! lib/User/pwent.t
49598 ____________________________________________________________________________
49599 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
49600         Log: Be even more relaxed (re-allow having only one entry).
49601      Branch: perl
49602            ! t/op/grent.t t/op/pwent.t
49603 ____________________________________________________________________________
49604 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
49605         Log: Test failure updates.
49606      Branch: perl
49607            ! pod/perl572delta.pod
49608 ____________________________________________________________________________
49609 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
49610         Log: MPE/iX test tweaks from Mark Bixby.
49611      Branch: perl
49612            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
49613            ! t/io/fs.t t/op/stat.t
49614 ____________________________________________________________________________
49615 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
49616         Log: Microperl findings.
49617      Branch: perl
49618            ! perl.h pp_sys.c
49619 ____________________________________________________________________________
49620 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
49621         Log: Touch uconfig.h.
49622      Branch: perl
49623            ! uconfig.h
49624 ____________________________________________________________________________
49625 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
49626         Log: Subject: [PATCH] Proposed fix for Pod::Man
49627              From: Rob Napier <rnapier@employees.org>
49628              Date: Mon, 25 Jun 2001 15:49:24 -0400
49629              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
49630              
49631              Cater for Solaris nroff brokenness (shortchanges daisywheel
49632              printers, but hey, we also no more support PDPs.)
49633      Branch: perl
49634            ! lib/Pod/Man.pm
49635 ____________________________________________________________________________
49636 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
49637         Log: Typo in #10937.
49638      Branch: perl
49639            ! ext/POSIX/sigaction.t
49640 ____________________________________________________________________________
49641 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
49642         Log: SIGCONT not trappable in VMS.
49643      Branch: perl
49644            ! ext/POSIX/sigaction.t
49645 ____________________________________________________________________________
49646 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
49647         Log: Subject: [DRAFT] Encode-Tcl.t
49648              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
49649              Date: Tue, 26 Jun 2001 03:38:08 +0900
49650              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
49651      Branch: perl
49652            + ext/Encode/Encode/Tcl.t
49653            ! MANIFEST ext/Encode/Encode/Tcl.pm
49654 ____________________________________________________________________________
49655 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
49656         Log: Because of #10932 retract also the perlfunc hunk of #10910.
49657      Branch: perl
49658            ! pod/perlfunc.pod
49659 ____________________________________________________________________________
49660 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
49661         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
49662              by Ilya Zakharevich in
49663              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
49664      Branch: perl
49665            ! XSUB.h
49666 ____________________________________________________________________________
49667 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
49668         Log: Typo in #10889.
49669      Branch: perl
49670            ! hints/uts.sh
49671 ____________________________________________________________________________
49672 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
49673         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
49674              From: Abhijit Menon-Sen <ams@wiw.org>
49675              Date: Mon, 25 Jun 2001 23:45:45 +0530
49676              Message-ID: <20010625234545.A5022@lustre.linux.in>
49677      Branch: perl
49678            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
49679 ____________________________________________________________________________
49680 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
49681         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
49682              From: Michael G Schwern <schwern@pobox.com>
49683              Date: Mon, 25 Jun 2001 14:35:51 -0400
49684              Message-ID: <20010625143551.H13819@blackrider>
49685      Branch: perl
49686            ! lib/Test.pm
49687 ____________________________________________________________________________
49688 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
49689         Log: Update Changes.
49690      Branch: perl
49691            ! Changes patchlevel.h
49692 ____________________________________________________________________________
49693 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
49694         Log: Regen toc and modlib.
49695      Branch: perl
49696            ! pod/perlmodlib.pod pod/perltoc.pod
49697 ____________________________________________________________________________
49698 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
49699         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
49700              for the benefit of C++ compilers, as suggested by Guruprasad.
49701      Branch: perl
49702            ! embed.pl proto.h
49703 ____________________________________________________________________________
49704 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
49705         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
49706              From: Jonathan Stowe <gellyfish@gellyfish.com>
49707              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
49708              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
49709      Branch: perl
49710            ! pod/perlfaq5.pod
49711 ____________________________________________________________________________
49712 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
49713         Log: Missed from #10925.
49714      Branch: perl
49715            ! gv.c
49716 ____________________________________________________________________________
49717 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
49718         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
49719              From: Robin Houston <robin@kitsite.com>
49720              Date: Sat, 19 May 2001 16:19:34 +0100
49721              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
49722      Branch: perl
49723            ! cv.h gv.h op.c
49724 ____________________________________________________________________________
49725 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
49726         Log: Netware README tweak.
49727      Branch: perl
49728            ! README.netware
49729 ____________________________________________________________________________
49730 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
49731         Log: Subject: [PATCH] Re: overload.t fails
49732              From: Abhijit Menon-Sen <ams@wiw.org>
49733              Date: Mon, 25 Jun 2001 14:52:20 +0530
49734              Message-ID: <20010625145220.A24114@lustre.linux.in>
49735      Branch: perl
49736            ! lib/overload.t
49737 ____________________________________________________________________________
49738 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
49739         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49740              From: Mike Guy <mjtg@cam.ac.uk>
49741              Date: Mon, 25 Jun 2001 11:43:23 +0100
49742              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
49743      Branch: perl
49744            ! lib/Carp.pm
49745 ____________________________________________________________________________
49746 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
49747         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
49748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49749              Date: Sun, 24 Jun 2001 05:17:05 -0400
49750              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
49751      Branch: perl
49752            ! os2/os2ish.h
49753 ____________________________________________________________________________
49754 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
49755         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
49756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49757              Date: Mon, 25 Jun 2001 05:52:27 -0400
49758              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
49759      Branch: perl
49760            ! hints/os2.sh
49761 ____________________________________________________________________________
49762 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
49763         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
49764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49765              Date: Mon, 25 Jun 2001 05:23:35 -0400
49766              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
49767      Branch: perl
49768            ! os2/os2.c
49769 ____________________________________________________________________________
49770 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
49771         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
49772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49773              Date: Mon, 25 Jun 2001 05:04:32 -0400
49774              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
49775      Branch: perl
49776            ! os2/OS2/REXX/DLL/DLL.pm
49777 ____________________________________________________________________________
49778 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
49779         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
49780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49781              Date: Mon, 25 Jun 2001 05:02:36 -0400
49782              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
49783      Branch: perl
49784            ! mg.c os2/dl_os2.c os2/os2.c
49785 ____________________________________________________________________________
49786 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
49787         Log: Subject: Re: [PATCH 5.6.1] misprints
49788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49789              Date: Mon, 25 Jun 2001 04:50:50 -0400
49790              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
49791      Branch: perl
49792            ! os2/os2.c pp_sys.c
49793 ____________________________________________________________________________
49794 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
49795         Log: Add Test::More and Test::Simple to the delta.
49796      Branch: perl
49797            ! pod/perl572delta.pod
49798 ____________________________________________________________________________
49799 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
49800         Log: Add Test::More, from Michael G Schwern.
49801      Branch: perl
49802            + lib/Test/More.pm lib/Test/More/t/More.t
49803            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
49804            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
49805            + t/lib/Test/More/Catch.pm
49806            ! MANIFEST
49807 ____________________________________________________________________________
49808 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
49809         Log: Add Test::Simple from Michael G Schwern.
49810      Branch: perl
49811            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
49812            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
49813            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
49814            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
49815            + t/lib/Test/Simple/Catch.pm
49816            + t/lib/Test/Simple/sample_tests/death.plx
49817            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
49818            + t/lib/Test/Simple/sample_tests/extras.plx
49819            + t/lib/Test/Simple/sample_tests/five_fail.plx
49820            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
49821            + t/lib/Test/Simple/sample_tests/one_fail.plx
49822            + t/lib/Test/Simple/sample_tests/require.plx
49823            + t/lib/Test/Simple/sample_tests/success.plx
49824            + t/lib/Test/Simple/sample_tests/too_few.plx
49825            + t/lib/Test/Simple/sample_tests/two_fail.plx
49826            ! MANIFEST
49827 ____________________________________________________________________________
49828 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
49829         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
49830              From: "Craig A. Berry" <craigberry@mac.com>
49831              Date: Sun, 24 Jun 2001 23:41:36 -0500
49832              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
49833      Branch: perl
49834            ! pp_sys.c
49835 ____________________________________________________________________________
49836 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
49837         Log: Upgrade to Attribute::Handlers 0.70.
49838      Branch: perl
49839            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
49840            ! MANIFEST lib/Attribute/Handlers.pm
49841 ____________________________________________________________________________
49842 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
49843         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
49844              From: Abhijit Menon-Sen <ams@wiw.org>
49845              Date: Sat, 23 Jun 2001 05:17:44 +0530
49846              Message-ID: <20010623051744.A18583@lustre.linux.in>
49847              
49848              (Can't think of a good place to put tests.)
49849      Branch: perl
49850            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
49851 ____________________________________________________________________________
49852 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
49853         Log: Subject: [PATCH] t/op/pat.t typo fix
49854              From: Richard Soderberg <rs@crystalflame.net>
49855              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
49856              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
49857      Branch: perl
49858            ! t/op/pat.t
49859 ____________________________________________________________________________
49860 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
49861         Log: Move the pack warnings to their own file, as pointed
49862              out by Spider.
49863      Branch: perl
49864            + t/lib/warnings/pp_pack
49865            ! MANIFEST t/lib/warnings/pp
49866 ____________________________________________________________________________
49867 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
49868         Log: Update Changes.
49869      Branch: perl
49870            ! Changes patchlevel.h
49871 ____________________________________________________________________________
49872 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
49873         Log: Partially fix a problem noticed by IRIX compiler:
49874              the initialization of parse_start was bypassed by
49875              several gotos.  Now initialized to zero, which may
49876              not be the best choice.
49877      Branch: perl
49878            ! regcomp.c
49879 ____________________________________________________________________________
49880 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
49881         Log: Relax the group and password tests back to moaning only
49882              if no matches at all are found.  (Even with a small sample
49883              I could find many sites where there are, umm, anomalies in
49884              the said databases.)       
49885      Branch: perl
49886            ! t/op/grent.t t/op/pwent.t
49887 ____________________________________________________________________________
49888 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
49889         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
49890      Branch: perl
49891            ! pp_ctl.c
49892 ____________________________________________________________________________
49893 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
49894         Log: De-cut-and-pasto in #10902.
49895      Branch: perl
49896            ! pp_ctl.c
49897 ____________________________________________________________________________
49898 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
49899         Log: The #10771 didn't take?
49900      Branch: perl
49901            ! pp_ctl.c
49902 ____________________________________________________________________________
49903 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
49904         Log: Undo the filetests part of #10900, under multiplicity
49905              weird errors take place.
49906      Branch: perl
49907            ! pp_sys.c
49908 ____________________________________________________________________________
49909 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
49910         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
49911      Branch: perl
49912            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
49913 ____________________________________________________________________________
49914 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
49915         Log: (Replaced by #10922)
49916              
49917              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49918              From: Tony Bowden <tony@kasei.com>
49919              Date: Sun, 24 Jun 2001 17:32:40 +0100
49920              Message-ID: <20010624173240.A16293@blackstar.co.uk>
49921              
49922              Document (well, mention) shortmess() and longmess()
49923              to rob people of their fun of reinventing the wheel.
49924      Branch: perl
49925            ! lib/Carp.pm
49926 ____________________________________________________________________________
49927 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
49928         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
49929              From: Brian Jepson <bjepson@oreilly.com>
49930              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
49931              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
49932      Branch: perl
49933            ! pp_sys.c
49934 ____________________________________________________________________________
49935 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
49936         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
49937              From: Robin Barker <rmb1@cise.npl.co.uk> 
49938              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
49939              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
49940      Branch: perl
49941            ! lib/CPAN.pm
49942 ____________________________________________________________________________
49943 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
49944         Log: Memoize patch from mjd.
49945      Branch: perl
49946            ! lib/Memoize/t/tie_storable.t
49947 ____________________________________________________________________________
49948 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
49949         Log: Spec the sv_pvprintify() a bit more.
49950      Branch: perl
49951            ! pod/perltodo.pod
49952 ____________________________________________________________________________
49953 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
49954         Log: Upgrade to Memoize 0.65.
49955      Branch: perl
49956            + lib/Memoize/t/array_confusion.t
49957            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
49958            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
49959            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49960            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
49961            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
49962            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
49963            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
49964            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
49965            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
49966            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
49967            ! lib/Memoize/t/tie_storable.t
49968 ____________________________________________________________________________
49969 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
49970         Log: Metaconfig unit change for #10892.
49971      Branch: metaconfig
49972            ! U/modified/Options.U
49973 ____________________________________________________________________________
49974 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
49975         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
49976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49977              Date: Sun, 24 Jun 2001 05:24:40 -0400
49978              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
49979      Branch: perl
49980            ! Configure hints/os2.sh
49981 ____________________________________________________________________________
49982 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
49983         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
49984              From: Mike Guy <mjtg@cam.ac.uk>
49985              Date: Sun, 24 Jun 2001 15:28:39 +0100
49986              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
49987              
49988              Fix an ancient (5.002) bug.
49989      Branch: perl
49990            ! lib/Carp/Heavy.pm
49991 ____________________________________________________________________________
49992 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
49993         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
49994              variables.
49995      Branch: perl
49996            ! pp_sys.c
49997 ____________________________________________________________________________
49998 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
49999         Log: Make UTS as per #10888.
50000      Branch: perl
50001            ! hints/uts.sh
50002 ____________________________________________________________________________
50003 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
50004         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
50005      Branch: perl
50006            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
50007            ! mpeix/mpeixish.h perl.h unixish.h
50008 ____________________________________________________________________________
50009 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
50010         Log: AUTHORS update.
50011      Branch: perl
50012            ! AUTHORS
50013 ____________________________________________________________________________
50014 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
50015         Log: Subject: Encode::Tcl for multibyte doesnot work
50016              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
50017              Date: Sun, 24 Jun 2001 22:48:21 +0900
50018              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
50019      Branch: perl
50020            ! ext/Encode/Encode/Tcl.pm
50021 ____________________________________________________________________________
50022 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
50023         Log: Subject: [PATCH] Remove tautology in error messages
50024              From: Mike Guy <mjtg@cam.ac.uk>
50025              Date: Sun, 24 Jun 2001 13:31:00 +0100
50026              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
50027      Branch: perl
50028            ! pp_sys.c
50029 ____________________________________________________________________________
50030 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
50031         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
50032      Branch: perl
50033            ! hints/darwin.sh
50034 ____________________________________________________________________________
50035 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
50036         Log: Subject: Re: [PATCH 5.6.1] test suite
50037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50038              Date: Sun, 24 Jun 2001 05:47:05 -0400
50039              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
50040              
50041              Test suite fixes.
50042      Branch: perl
50043            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
50044 ____________________________________________________________________________
50045 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
50046         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
50047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50048              Date: Sun, 24 Jun 2001 05:37:19 -0400
50049              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
50050      Branch: perl
50051            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
50052 ____________________________________________________________________________
50053 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
50054         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
50055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50056              Date: Sun, 24 Jun 2001 05:34:50 -0400
50057              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
50058              
50059              Pacify compiler warnings.
50060      Branch: perl
50061            ! pp_sys.c
50062 ____________________________________________________________________________
50063 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
50064         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
50065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50066              Date: Sun, 24 Jun 2001 05:21:18 -0400
50067              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
50068              
50069              Enable compression of executables during link time.
50070      Branch: perl
50071            ! hints/os2.sh
50072 ____________________________________________________________________________
50073 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
50074         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
50075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50076              Date: Sun, 24 Jun 2001 05:15:11 -0400
50077              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
50078              
50079              Add ordinals to the export list for Perl DLL.
50080              (Breaks intra-version DLL compatibility.)
50081      Branch: perl
50082            ! makedef.pl
50083 ____________________________________________________________________________
50084 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
50085         Log: Allow (displaying and) re-editing the Subject in perlbug.
50086              Also abstract the Subject quality control into a function.
50087      Branch: perl
50088            ! utils/perlbug.PL
50089 ____________________________________________________________________________
50090 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
50091         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
50092      Branch: perl
50093            ! utils/perlbug.PL
50094 ____________________________________________________________________________
50095 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
50096         Log: Regen toc and modlib.
50097      Branch: perl
50098            ! pod/perlmodlib.pod pod/perltoc.pod
50099 ____________________________________________________________________________
50100 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
50101         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
50102              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
50103              attribute semantics as much as possible, or 'ntsec' which uses
50104              native NTFS semantics.)  (See also #10877.)
50105      Branch: perl
50106            ! perl.c
50107 ____________________________________________________________________________
50108 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
50109         Log: (Retracted by #11586)
50110              
50111              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
50112      Branch: perl
50113            ! lib/Test/Harness.pm
50114 ____________________________________________________________________________
50115 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
50116         Log: Just zap the -uPerlio.
50117      Branch: perl
50118            ! ext/B/Stash.t
50119 ____________________________________________________________________________
50120 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
50121         Log: Do not test PerlIO if PerlIO not used.
50122      Branch: perl
50123            ! ext/PerlIO/PerlIO.t
50124 ____________________________________________________________________________
50125 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
50126         Log: Regen perlapi.
50127      Branch: perl
50128            ! pod/perlapi.pod
50129 ____________________________________________________________________________
50130 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
50131         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
50132              From: Nicholas Clark <nick@ccl4.org>
50133              Date: Sat, 23 Jun 2001 22:55:47 +0100
50134              Message-ID: <20010623225547.Z98663@plum.flirble.org>
50135      Branch: perl
50136            ! numeric.c
50137 ____________________________________________________________________________
50138 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
50139         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
50140              From: Prymmer/Kahn <pvhp@best.com>
50141              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
50142              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
50143      Branch: perl
50144            ! lib/h2xs.t
50145 ____________________________________________________________________________
50146 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
50147         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
50148              cygwin does not taint cwd, just like win32.
50149      Branch: perl
50150            ! lib/File/Find/taint.t t/op/taint.t
50151 ____________________________________________________________________________
50152 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
50153         Log: Retract #10865, the patch should be unnecessary.
50154              (But seemingly helpful in Cygwin?  Strange.)
50155      Branch: perl
50156            ! lib/Memoize/t/tie_ndbm.t
50157 ____________________________________________________________________________
50158 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
50159         Log: Misplaced test file; plus Cygwin filesystem semantics.
50160      Branch: perl
50161            + ext/SDBM_File/sdbm.t
50162            - ext/ODBM_File/sdbm.t
50163            ! MANIFEST
50164 ____________________________________________________________________________
50165 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
50166         Log: (Retracted by #10867.)
50167      Branch: perl
50168            ! lib/Memoize/t/tie_ndbm.t
50169 ____________________________________________________________________________
50170 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
50171         Log: Metaconfig unit change for #10863.
50172      Branch: metaconfig/U/perl
50173            ! Extensions.U
50174 ____________________________________________________________________________
50175 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
50176         Log: In Cygwin do not build NDBM_File and ODBM_File unless
50177              -lndbm and -ldbm are available.
50178      Branch: perl
50179            ! Configure config_h.SH
50180 ____________________________________________________________________________
50181 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
50182         Log: More Cygwin filesystem semantics.
50183      Branch: perl
50184            ! t/io/fs.t t/op/stat.t
50185 ____________________________________________________________________________
50186 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
50187         Log: More DOSish permission semantics for Cygwin.
50188      Branch: perl
50189            ! lib/AnyDBM_File.t
50190 ____________________________________________________________________________
50191 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
50192         Log: Cygwin too has different permission semantics.
50193      Branch: perl
50194            ! ext/GDBM_File/gdbm.t
50195 ____________________________________________________________________________
50196 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
50197         Log: The group (and assumedly passwd) databases can have
50198              only one entry (this is the case in cygwin).
50199      Branch: perl
50200            ! t/op/grent.t t/op/pwent.t
50201 ____________________________________________________________________________
50202 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
50203         Log: Also in Cygwin use Socket to figure out domainname
50204              (if any) (avoids trying to call external 'domainname',
50205              which doesn't at the moment exist in Cygwin)
50206      Branch: perl
50207            ! lib/Net/Domain.pm
50208 ____________________________________________________________________________
50209 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
50210         Log: Remove also the lib$Foo.def, not just $Foo.def.
50211      Branch: perl
50212            ! lib/ExtUtils/MM_Unix.pm
50213 ____________________________________________________________________________
50214 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
50215         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
50216      Branch: perl
50217            ! unixish.h
50218 ____________________________________________________________________________
50219 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
50220         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
50221              to match the whole isprint(), only the space character.
50222      Branch: perl
50223            ! handy.h pod/perlre.pod t/op/pat.t
50224 ____________________________________________________________________________
50225 [ 10854] By: nick                                  on 2001/06/23  08:09:33
50226         Log: Integrate mainline
50227      Branch: perlio
50228           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
50229           !> lib/ExtUtils.t lib/File/Find/taint.t
50230           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
50231           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
50232           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
50233 ____________________________________________________________________________
50234 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
50235         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
50236              with its floats    in os390 and s390 (UTS).
50237      Branch: perl
50238            ! lib/Math/BigInt/t/bigintpm.t
50239 ____________________________________________________________________________
50240 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
50241         Log: Add also UTS (s390) to the non-IEEE float platforms.
50242      Branch: perl
50243            ! t/op/sprintf.t
50244 ____________________________________________________________________________
50245 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
50246         Log: Subject: RFC: what are applicable standards for exponent sizes?
50247              From: Peter Prymmer <pvhp@forte.com>
50248              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
50249              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
50250      Branch: perl
50251            ! t/op/sprintf.t
50252 ____________________________________________________________________________
50253 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
50254         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
50255              From: Peter Prymmer <pvhp@forte.com>
50256              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
50257              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
50258      Branch: perl
50259            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
50260 ____________________________________________________________________________
50261 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
50262         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
50263              From: Peter Prymmer <pvhp@forte.com>
50264              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
50265              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
50266      Branch: perl
50267            ! lib/ExtUtils.t
50268 ____________________________________________________________________________
50269 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
50270         Log: Retract #10845.
50271      Branch: perl
50272            ! lib/File/Find/taint.t
50273 ____________________________________________________________________________
50274 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
50275         Log: Yet another error message.
50276      Branch: perl
50277            ! t/op/mkdir.t
50278 ____________________________________________________________________________
50279 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
50280         Log: The croak message for nonexistent socket functions may vary.
50281      Branch: perl
50282            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
50283 ____________________________________________________________________________
50284 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
50285         Log: (Retracted by #10848.)
50286      Branch: perl
50287            ! lib/File/Find/taint.t
50288 ____________________________________________________________________________
50289 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
50290         Log: Integrate perlio:
50291              
50292              [ 10843]
50293              Back out debug in taint.t
50294              
50295              [ 10841]
50296              Skip cwd test on Win32 ???
50297              
50298              [ 10836]
50299              Skip |- based op/write.t on Win32 as well as VMS
50300      Branch: perl
50301           !> lib/File/Find/taint.t t/op/write.t
50302 ____________________________________________________________________________
50303 [ 10843] By: nick                                  on 2001/06/22  21:24:51
50304         Log: Back out debug in taint.t
50305      Branch: perlio
50306            ! lib/File/Find/taint.t
50307 ____________________________________________________________________________
50308 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
50309         Log: setitimer() does not exist in Unicos, despite of what
50310              Configure thinks, from Mark P. Lutz.
50311      Branch: perl
50312            ! hints/unicos.sh
50313 ____________________________________________________________________________
50314 [ 10841] By: nick                                  on 2001/06/22  21:19:36
50315         Log: Skip cwd test on Win32 ???
50316      Branch: perlio
50317            ! lib/File/Find/taint.t
50318 ____________________________________________________________________________
50319 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
50320         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
50321              and Tru64 gcc -Wall happy.
50322      Branch: perl
50323            ! mg.c
50324 ____________________________________________________________________________
50325 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
50326         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
50327      Branch: perl
50328            ! ext/IPC/SysV/Semaphore.pm
50329 ____________________________________________________________________________
50330 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
50331         Log: Metaconfig unit change for #10837.
50332      Branch: metaconfig/U/perl
50333            ! Cross.U
50334 ____________________________________________________________________________
50335 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
50336         Log: Cleanup of the cross-compilation unit.
50337      Branch: perl
50338            ! Configure
50339 ____________________________________________________________________________
50340 [ 10836] By: nick                                  on 2001/06/22  20:45:12
50341         Log: Skip |- based op/write.t on Win32 as well as VMS
50342      Branch: perlio
50343            ! t/op/write.t
50344 ____________________________________________________________________________
50345 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
50346         Log: Integrate perlio:
50347              
50348              [ 10833]
50349              Patcho fix.
50350      Branch: perl
50351           !> util.c
50352 ____________________________________________________________________________
50353 [ 10834] By: nick                                  on 2001/06/22  20:41:54
50354         Log: Integrate mainline
50355      Branch: perlio
50356           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50357           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
50358           !> vos/config.ga.h
50359 ____________________________________________________________________________
50360 [ 10833] By: nick                                  on 2001/06/22  20:22:58
50361         Log: Patcho fix.
50362      Branch: perlio
50363            ! util.c
50364 ____________________________________________________________________________
50365 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
50366         Log: Metaconfig unit changes for #10831.
50367      Branch: metaconfig
50368            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
50369 ____________________________________________________________________________
50370 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
50371         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
50372              From: Andy Dougherty <doughera@lafayette.edu>
50373              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
50374              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
50375      Branch: perl
50376            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50377            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
50378 ____________________________________________________________________________
50379 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
50380         Log: MPE/iX prototype nits from Mark Bixby.
50381      Branch: perl
50382            ! pp_sys.c
50383 ____________________________________________________________________________
50384 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
50385         Log: Detypo.
50386      Branch: perl
50387            ! util.c
50388 ____________________________________________________________________________
50389 [ 10828] By: nick                                  on 2001/06/22  15:33:37
50390         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
50391      Branch: perlio
50392           +> lib/h2xs.t
50393           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
50394           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
50395           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
50396           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
50397           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50398           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
50399           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
50400           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
50401           !> vms/vmsish.h
50402 ____________________________________________________________________________
50403 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
50404         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
50405              Date: Fri, 22 Jun 2001 10:08:35 -0500
50406              From: "Craig A. Berry" <craigberry@mac.com>
50407              Message-Id: <a05101001b75908704194@[192.168.56.145]>
50408      Branch: perl
50409            ! vms/vms.c vms/vmsish.h
50410 ____________________________________________________________________________
50411 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
50412         Log: NetWare scripts tweak from Ananth Kesari.
50413      Branch: perl
50414            ! NetWare/t/NWScripts.pl
50415 ____________________________________________________________________________
50416 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
50417         Log: Update Changes.
50418      Branch: perl
50419            ! Changes patchlevel.h
50420 ____________________________________________________________________________
50421 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
50422         Log: Add .i and .s targets.
50423      Branch: perl
50424            ! Makefile.SH
50425 ____________________________________________________________________________
50426 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
50427         Log: Upgrade to Locale::Maketext 1.03.
50428      Branch: perl
50429            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50430            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
50431 ____________________________________________________________________________
50432 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
50433         Log: Upgrade to I18N::LangTags 0.26.
50434      Branch: perl
50435            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50436            ! lib/I18N/LangTags/test.pl
50437 ____________________________________________________________________________
50438 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
50439         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
50440              Philip Newton.
50441      Branch: perl
50442            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
50443            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50444 ____________________________________________________________________________
50445 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
50446         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
50447              From: Prymmer/Kahn <pvhp@best.com>
50448              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
50449              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
50450      Branch: perl
50451            + lib/h2xs.t
50452            ! MANIFEST utils/h2xs.PL
50453 ____________________________________________________________________________
50454 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
50455         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
50456              From: Prymmer/Kahn <pvhp@best.com>
50457              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
50458              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
50459      Branch: perl
50460            ! lib/ExtUtils.t
50461 ____________________________________________________________________________
50462 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
50463         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
50464              From: Prymmer/Kahn <pvhp@best.com>
50465              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
50466              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
50467      Branch: perl
50468            ! t/pod/plainer.t
50469 ____________________________________________________________________________
50470 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
50471         Log: AUTHORS update.
50472      Branch: perl
50473            ! AUTHORS
50474 ____________________________________________________________________________
50475 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
50476         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
50477              From: "Craig A. Berry" <craigberry@mac.com>
50478              Date: Thu, 21 Jun 2001 18:20:38 -0500
50479              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
50480      Branch: perl
50481            ! ext/POSIX/POSIX.xs
50482 ____________________________________________________________________________
50483 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
50484         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
50485              From: "Craig A. Berry" <craigberry@mac.com>
50486              Date: Thu, 21 Jun 2001 09:58:52 -0500
50487              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
50488      Branch: perl
50489            ! ext/B/Deparse.t t/op/write.t
50490 ____________________________________________________________________________
50491 [ 10814] By: nick                                  on 2001/06/22  08:13:09
50492         Log: Integrate mainline.
50493      Branch: perlio
50494           !> (integrate 46 files)
50495 ____________________________________________________________________________
50496 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
50497         Log: Change the prefixes only if $prefix is unset,
50498              as originally patched by Marcel Grunauer.
50499      Branch: perl
50500            ! hints/darwin.sh hints/rhapsody.sh
50501 ____________________________________________________________________________
50502 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
50503         Log: Subject: Re: Patch for hints/darwin.sh
50504              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
50505              Date: Thu, 21 Jun 2001 11:23:46 -0700
50506              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
50507      Branch: perl
50508            ! hints/darwin.sh hints/rhapsody.sh
50509 ____________________________________________________________________________
50510 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
50511         Log: Add .PHONY targets for non-file targets,
50512              from Wilfredo Sánchez.  Should help saying
50513              "make install" on case-insensitive filesystems.
50514      Branch: perl
50515            ! Makefile.SH
50516 ____________________________________________________________________________
50517 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
50518         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
50519              From: Doug MacEachern <dougm@covalent.net>
50520              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
50521              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
50522              
50523              plus reword the getcwd() comment, plus use getcwd() buffer
50524              size minus one.
50525      Branch: perl
50526            ! util.c
50527 ____________________________________________________________________________
50528 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
50529         Log: More gprofing from Doug MacEachern.
50530      Branch: perl
50531            ! Makefile.SH
50532 ____________________________________________________________________________
50533 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
50534         Log: Metaconfig unit change for #10807.
50535      Branch: metaconfig/U/perl
50536            ! d_sfio.U
50537 ____________________________________________________________________________
50538 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
50539         Log: Tell that you are removing the unneeded -lsfio.
50540      Branch: perl
50541            ! Configure
50542 ____________________________________________________________________________
50543 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
50544         Log: More MPE/iX tweaks from Mark Bixby.
50545      Branch: perl
50546            ! perl.c t/op/magic.t
50547 ____________________________________________________________________________
50548 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
50549         Log: The fchdir() proto is supposed to live in <unistd.h>.
50550      Branch: perl
50551            ! ext/Cwd/Cwd.xs
50552 ____________________________________________________________________________
50553 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
50554         Log: This town is too small for the Cwd extension and me,
50555              it would seem...
50556      Branch: perl
50557            ! ext/Cwd/Cwd.xs
50558 ____________________________________________________________________________
50559 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
50560         Log: Metaconfig unit change for #10802.
50561      Branch: metaconfig/U/perl
50562            ! d_modfl.U
50563 ____________________________________________________________________________
50564 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
50565         Log: More d'ohs.
50566      Branch: perl
50567            ! Configure
50568 ____________________________________________________________________________
50569 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
50570         Log: Off-by-one.  I'm so classic.
50571      Branch: perl
50572            ! util.c
50573 ____________________________________________________________________________
50574 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
50575         Log: Update Changes.
50576      Branch: perl
50577            ! Changes patchlevel.h
50578 ____________________________________________________________________________
50579 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
50580         Log: Subject: Documentation patch for Net::FTP
50581              From: Marcel Grunauer <marcel@codewerk.com>
50582              Date: Wed, 20 Jun 2001 23:03:26 +0200
50583              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
50584      Branch: perl
50585            ! lib/Net/FTP.pm
50586 ____________________________________________________________________________
50587 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
50588         Log: Retract the #10417 mg.c and embed.pl parts because of
50589              strange SEGVs in 64bit x86 FreeBSD observed by
50590              Nicholas Clark.
50591      Branch: perl
50592            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
50593 ____________________________________________________________________________
50594 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
50595         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
50596      Branch: perl
50597            ! Configure NetWare/config.wc NetWare/config_H.wc
50598            ! Porting/Glossary Porting/config.sh Porting/config_H
50599            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50600            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50601            ! vos/config.ga.h win32/config.bc win32/config.gc
50602            ! win32/config.vc win32/config_H.bc win32/config_H.gc
50603            ! win32/config_H.vc
50604 ____________________________________________________________________________
50605 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
50606         Log: Cwd tweak from Doug MacEachern.
50607      Branch: perl
50608            ! ext/Cwd/Cwd.xs
50609 ____________________________________________________________________________
50610 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
50611         Log: Protect the fchdir() and lstat() with ifdefs.
50612              fchdir() needs a Configure probe.
50613      Branch: perl
50614            ! ext/Cwd/Cwd.xs
50615 ____________________________________________________________________________
50616 [ 10794] By: nick                                  on 2001/06/21  17:11:35
50617         Log: Integrate mainline
50618      Branch: perlio
50619           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
50620           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
50621           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
50622           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
50623           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
50624           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
50625           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
50626           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
50627            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
50628            - lib/File/Glob/case.t lib/File/Glob/global.t
50629            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
50630            - lib/File/Temp/posix.t lib/File/Temp/security.t
50631            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
50632            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
50633            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
50634            - lib/Text/Wrap/wrap.t
50635           !> (integrate 41 files)
50636 ____________________________________________________________________________
50637 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
50638         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
50639              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
50640              Date: Thu, 21 Jun 2001 13:04:54 -0500
50641              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
50642      Branch: perl
50643            ! ext/Cwd/Cwd.xs
50644 ____________________________________________________________________________
50645 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
50646         Log: Subject: [PATCH pod] overlong =item
50647              From: Robin Barker <rmb1@cise.npl.co.uk>
50648              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
50649              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
50650      Branch: perl
50651            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
50652            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50653 ____________________________________________________________________________
50654 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
50655         Log: Subject: [PATCH perlio.c] format 
50656              From: Robin Barker <rmb1@cise.npl.co.uk>
50657              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
50658              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
50659      Branch: perl
50660            ! perlio.c
50661 ____________________________________________________________________________
50662 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
50663         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
50664              From: Radu Greab <radu@netsoft.ro>
50665              Date: Thu, 21 Jun 2001 19:06:02 +0300
50666              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
50667      Branch: perl
50668            ! pod/perlapi.pod sv.c
50669 ____________________________________________________________________________
50670 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
50671         Log: The metaconfig unit changes for #10788.
50672      Branch: metaconfig/U/perl
50673            ! Cross.U fflushall.U
50674 ____________________________________________________________________________
50675 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
50676         Log: Cross-configuration changes: make $from to rm the files
50677              before copying them over (this means that he rm can be
50678              removed from the fflushall test), create $targetmkdir      
50679              (not documented in install since it is supposed to internal
50680              use only), make $run to copy over the executable only if
50681              a stamp file .xok doesn't already exist (to avoid unnecessary
50682              copying of the executable)
50683      Branch: perl
50684            ! Configure Makefile.SH
50685 ____________________________________________________________________________
50686 [ 10787] By: nick                                  on 2001/06/21  14:16:18
50687         Log: Integrate mainline
50688      Branch: perlio
50689           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50690           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
50691           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
50692            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
50693           !> (integrate 34 files)
50694 ____________________________________________________________________________
50695 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
50696         Log: Re-add the files as text.
50697      Branch: perl
50698            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
50699 ____________________________________________________________________________
50700 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
50701         Log: Delete the binary files.
50702      Branch: perl
50703            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
50704 ____________________________________________________________________________
50705 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
50706         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
50707              From: Andy Dougherty <doughera@lafayette.edu>
50708              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
50709              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
50710      Branch: perl
50711            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
50712            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
50713            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
50714            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
50715 ____________________________________________________________________________
50716 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
50717         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
50718              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
50719              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
50720              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
50721              
50722              Setting umask to something friendlier.
50723      Branch: perl
50724            ! installman installperl
50725 ____________________________________________________________________________
50726 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
50727         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
50728              Resort MANIFEST with sort -f, looks much better.
50729      Branch: perl
50730            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
50731            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
50732            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
50733            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
50734            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
50735            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
50736            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
50737            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
50738            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
50739            - lib/File/Glob/case.t lib/File/Glob/global.t
50740            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
50741            - lib/File/Temp/posix.t lib/File/Temp/security.t
50742            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
50743            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
50744            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
50745            - lib/Text/Wrap/wrap.t
50746            ! MANIFEST
50747 ____________________________________________________________________________
50748 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
50749         Log: Upgrade to I18N::LangTags 0.25.
50750      Branch: perl
50751            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50752            ! lib/I18N/LangTags/List.pm
50753 ____________________________________________________________________________
50754 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
50755         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
50756              From: Richard Soderberg <rs@crystalflame.net>
50757              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
50758              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
50759      Branch: perl
50760            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
50761            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
50762 ____________________________________________________________________________
50763 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
50764         Log: Test obsoleted by change #10777.
50765      Branch: perl
50766            ! t/op/sub_lval.t
50767 ____________________________________________________________________________
50768 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
50769         Log: Case of confused test numbering.
50770      Branch: perl
50771            ! t/op/pat.t
50772 ____________________________________________________________________________
50773 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
50774         Log: Subject: Re: Opinion on undef lvalue
50775              From: Abhijit Menon-Sen <ams@wiw.org>
50776              Date: Sun, 17 Jun 2001 13:04:46 +0530
50777              Message-ID: <20010617130446.B27925@lustre.linux.in>
50778              
50779              Allow lvalue subs to return undef in array context.
50780      Branch: perl
50781            ! pp_hot.c
50782 ____________________________________________________________________________
50783 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
50784         Log: Just a guess that using the same hack for cygwin as
50785              for win32 might help.
50786      Branch: perl
50787            ! lib/File/Find/find.t
50788 ____________________________________________________________________________
50789 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
50790         Log: NetWare tweaks from Guruprasad.
50791      Branch: perl
50792            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
50793            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
50794            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
50795            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
50796 ____________________________________________________________________________
50797 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
50798         Log: Subject: Re: perl@10722: Bogus warnings on REs 
50799              From: Hugo <hv@crypt.compulink.co.uk>
50800              Date: Thu, 21 Jun 2001 09:51:17 +0100
50801              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
50802              
50803              Unroll to avoid a UTS compiler bug.
50804      Branch: perl
50805            ! regcomp.c
50806 ____________________________________________________________________________
50807 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
50808         Log: Subject: Re: [PATCH] Make /o work under i?threads
50809              From: Artur Bergman <artur@contiller.se>
50810              Date: Thu, 21 Jun 2001 14:38:03 +0200
50811              Message-ID: <B757B74A.184D%artur@contiller.se>
50812      Branch: perl
50813            ! t/op/pat.t
50814 ____________________________________________________________________________
50815 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
50816         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50817              From: Artur Bergman <artur@contiller.se> 
50818              Date: Thu, 21 Jun 2001 14:27:33 +0200
50819              Message-ID: <B757B4D4.1849%artur@contiller.se>
50820              
50821              Plus extra parentheses.
50822      Branch: perl
50823            ! op.h
50824 ____________________________________________________________________________
50825 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
50826         Log: Subject: [PATCH] Make /o work under i?threads
50827              From: Richard Soderberg <rs@crystalflame.net>
50828              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
50829              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
50830      Branch: perl
50831            ! pp_ctl.c
50832 ____________________________________________________________________________
50833 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
50834         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50835              From: Artur Bergman <artur@contiller.se>
50836              Date: Thu, 21 Jun 2001 14:04:54 +0200
50837              Message-ID: <B757AF86.1842%artur@contiller.se>
50838      Branch: perl
50839            ! op.h
50840 ____________________________________________________________________________
50841 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
50842         Log: Subject: Re: perl@10765: sv.c not OK on win32
50843              From: Artur Bergman <artur@contiller.se>
50844              Date: Thu, 21 Jun 2001 10:31:06 +0200
50845              Message-ID: <B7577D69.182C%artur@contiller.se>
50846      Branch: perl
50847            ! sv.c
50848 ____________________________________________________________________________
50849 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
50850         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
50851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50852              Date: Thu, 21 Jun 2001 06:23:56 -0400
50853              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
50854              
50855              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
50856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50857              Date: Thu, 21 Jun 2001 06:32:21 -0400
50858              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
50859      Branch: perl
50860            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
50861 ____________________________________________________________________________
50862 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
50863         Log: Subject: [PATCH] make syslog test more verbose
50864              From: Robert Spier <rspier@pobox.com>
50865              Date: Thu, 21 Jun 2001 00:54:32 -0400
50866              Message-ID: <15153.32264.295807.333073@rls.cx>
50867      Branch: perl
50868            ! ext/Sys/Syslog/syslog.t
50869 ____________________________________________________________________________
50870 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
50871         Log: Subject: op/study.t refinements
50872              From: Hugo <hv@crypt.compulink.co.uk>
50873              Date: Thu, 21 Jun 2001 00:29:07 +0100
50874              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
50875      Branch: perl
50876            ! t/op/study.t
50877 ____________________________________________________________________________
50878 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
50879         Log: Update Changes.
50880      Branch: perl
50881            ! Changes patchlevel.h
50882 ____________________________________________________________________________
50883 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
50884         Log: Subject: Re: [PATCH] djgpp updates
50885              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50886              Date: Wed, 20 Jun 2001 10:05:15 +0200
50887              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
50888      Branch: perl
50889            ! djgpp/config.over
50890 ____________________________________________________________________________
50891 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
50892         Log: Fix for ID 20010619.002 "When building hash, hash keys that
50893              are function calls are not being called", from Abhijit.
50894      Branch: perl
50895            ! t/base/lex.t toke.c
50896 ____________________________________________________________________________
50897 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
50898         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
50899      Branch: perl
50900            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
50901            + lib/Locale/Maketext/test.pl
50902            - lib/Locale/Maketext.t
50903            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50904            ! lib/Locale/Maketext/TPJ13.pod
50905 ____________________________________________________________________________
50906 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
50907         Log: Metaconfig unit change for #10760.
50908      Branch: metaconfig
50909            ! U/modified/Cppsym.U
50910 ____________________________________________________________________________
50911 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
50912         Log: Do not remove the ccsym* Cppsym* files since
50913              they are useful for metaconfig units coming after us.
50914              (This is the Configure nit mentioned in #10752.)
50915      Branch: perl
50916            ! Configure
50917 ____________________________________________________________________________
50918 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
50919         Log: Update to I18N::LangTags 0.24, from Sean Burke.
50920      Branch: perl
50921            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50922            + lib/I18N/LangTags/README
50923            - lib/I18N/LangTags/List.pod
50924            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
50925 ____________________________________________________________________________
50926 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
50927         Log: Regen headers.
50928      Branch: perl
50929            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
50930            ! pod/perlapi.pod proto.h
50931 ____________________________________________________________________________
50932 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
50933         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
50934              From: Artur Bergman <artur@contiller.se>
50935              Date: Wed, 20 Jun 2001 11:31:32 +0200
50936              Message-ID: <B7563A14.17D8%artur@contiller.se>
50937      Branch: perl
50938            ! embed.pl hv.c intrpvar.h sv.c sv.h
50939 ____________________________________________________________________________
50940 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
50941         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
50942              From: Tim Sweetman <tim@aldigital.co.uk> 
50943              Date: Wed, 13 Jun 2001 14:25:17 +0100 
50944              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
50945      Branch: perl
50946            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
50947 ____________________________________________________________________________
50948 [ 10755] By: nick                                  on 2001/06/20  16:12:37
50949         Log: Integrate mainline
50950      Branch: perlio
50951           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
50952           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
50953           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
50954           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
50955           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
50956           !> t/op/study.t util.c
50957 ____________________________________________________________________________
50958 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
50959         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
50960              but not Makefile)
50961      Branch: maint-5.6/perl
50962            ! win32/Makefile
50963 ____________________________________________________________________________
50964 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
50965         Log: Security tweak on readlink().
50966      Branch: perl
50967            ! pp_sys.c
50968 ____________________________________________________________________________
50969 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
50970         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
50971      Branch: perl
50972            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
50973            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
50974            ! mpeix/relink t/op/pwent.t
50975 ____________________________________________________________________________
50976 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
50977         Log: Reinstate #10725 (with probe for alarm()).
50978      Branch: perl
50979            ! t/op/study.t
50980 ____________________________________________________________________________
50981 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
50982         Log: Replace our implementation of realpath() with OpenBSD's
50983              (src/lib/libc/stdlib/realpath.c 1.4).
50984      Branch: perl
50985            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
50986            ! pod/perldiag.pod proto.h util.c
50987 ____________________________________________________________________________
50988 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
50989         Log: Integrate perlio:
50990              
50991              [ 10747]
50992              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50993      Branch: perl
50994           !> perlio.c
50995 ____________________________________________________________________________
50996 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
50997         Log: No point in going into memory-saving contortions
50998              with getcwd() since there's a danger of buffer overflow.
50999              Also make the POSIX extension to use sv_getcwd().
51000              Finally, a missed proto.h fragment.
51001      Branch: perl
51002            ! ext/POSIX/POSIX.xs proto.h util.c
51003 ____________________________________________________________________________
51004 [ 10747] By: nick                                  on 2001/06/20  12:38:26
51005         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
51006      Branch: perlio
51007            ! perlio.c
51008 ____________________________________________________________________________
51009 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
51010         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
51011              From: Graham Barr <gbarr@pobox.com>
51012              Date: Wed, 20 Jun 2001 11:05:49 +0100
51013              Message-ID: <20010620110549.I19188@pobox.com>
51014              
51015              reported in        
51016              
51017              Subject: Bug in IO::Socket::INET module (repeat)
51018              From: "Harmon S. Nine" <hnine@netarx.com>
51019              Date: Tue, 19 Jun 2001 09:41:35 -0400
51020              Message-ID: <3B2F568F.8080605@netarx.com>
51021              
51022              The bug was that the IO::Socket::INET constructor
51023              did not allow a 'LocalPort' of 0.
51024      Branch: perl
51025            ! ext/IO/lib/IO/Socket/INET.pm
51026 ____________________________________________________________________________
51027 [ 10745] By: nick                                  on 2001/06/20  08:56:39
51028         Log: Integrate mainline.
51029      Branch: perlio
51030           !> (integrate 37 files)
51031 ____________________________________________________________________________
51032 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
51033         Log: After some reading I don't think we can blindly
51034              use systems' realpath().  Too many security problems,
51035              too many buggy implementations.
51036              
51037              TODO: the realpath() emulation code in util.c doesn't
51038              seem fully operational?  (readlink(), for example?)
51039      Branch: perl
51040            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
51041            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
51042            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
51043            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
51044            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
51045            ! win32/config_H.gc win32/config_H.vc
51046 ____________________________________________________________________________
51047 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
51048         Log: Metaconfig unit change for #10738.
51049      Branch: metaconfig
51050            ! U/compline/d_gconvert.U
51051 ____________________________________________________________________________
51052 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
51053         Log: Integrate change #10739 from maintperl:
51054              
51055              C<eval "/x$\r\n/x"> fails to compile correctly 
51056      Branch: perl
51057           !> t/op/pat.t toke.c
51058 ____________________________________________________________________________
51059 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
51060         Log: Retract #10725 (Hugo asked NOT to apply the patch)
51061      Branch: perl
51062            ! t/op/study.t
51063 ____________________________________________________________________________
51064 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
51065         Log: The test.third results were funnily named because of the
51066              new test scheme.
51067      Branch: perl
51068            ! t/TEST
51069 ____________________________________________________________________________
51070 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
51071         Log: C<eval "/x$\r\n/x"> fails to compile correctly
51072      Branch: maint-5.6/perl
51073            ! t/op/pat.t toke.c
51074 ____________________________________________________________________________
51075 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
51076         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
51077              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51078              Date: Tue, 19 Jun 2001 19:15:40 -0400
51079              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
51080              
51081              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
51082              because "1e+129" being expected but "1.e+129" being returned.
51083              The culprit (at least in Tru64) is the use of gcvt().
51084      Branch: perl
51085            ! Configure
51086 ____________________________________________________________________________
51087 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
51088         Log: Subject: [PATCH perl@10722] test hunting on VMS
51089              From: "Craig A. Berry" <craigberry@mac.com>
51090              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
51091              Date: Tue, 19 Jun 2001 18:59:01 -0500
51092      Branch: perl
51093            ! vms/test.com
51094 ____________________________________________________________________________
51095 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
51096         Log: Subject: [PATCH] s/typos//
51097              From: Abhijit Menon-Sen <ams@wiw.org>
51098              Date: Wed, 20 Jun 2001 02:15:02 +0530
51099              Message-ID: <20010620021502.A14541@lustre.linux.in>
51100              
51101              Without the op.h s/bearword/bareword/ hunk, see
51102              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
51103      Branch: perl
51104            ! util.c
51105 ____________________________________________________________________________
51106 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
51107         Log: Metaconfig unit change for #10732 and #10733.
51108      Branch: metaconfig/U/perl
51109            ! fflushall.U
51110 ____________________________________________________________________________
51111 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
51112         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
51113              From: "Craig A. Berry" <craigberry@mac.com>
51114              Date: Tue, 19 Jun 2001 17:19:48 -0500
51115              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
51116      Branch: perl
51117            ! configure.com vms/descrip_mms.template
51118 ____________________________________________________________________________
51119 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
51120         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
51121              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51122              Date: Tue, 19 Jun 2001 16:48:07 -0400
51123              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
51124              
51125              Further fixes to fflush(NULL) detection.
51126      Branch: perl
51127            ! Configure
51128 ____________________________________________________________________________
51129 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
51130         Log: AIX test -s hangs with non-existent files?
51131              (A genuine logic bug in Configure, but AIX also broken?)
51132      Branch: perl
51133            ! Configure
51134 ____________________________________________________________________________
51135 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
51136         Log: AUTHORS updates.
51137      Branch: perl
51138            ! AUTHORS
51139 ____________________________________________________________________________
51140 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
51141         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
51142              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51143              Date: Tue, 19 Jun 2001 15:33:25 -0400
51144              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
51145      Branch: perl
51146            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
51147            ! t/lib/warnings/pp
51148 ____________________________________________________________________________
51149 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
51150         Log: Integrate perlio:
51151              
51152              [ 10728]
51153              Hack File/Find/find.t to use File::Spec::Unix on Win32.
51154      Branch: perl
51155           !> lib/File/Find/find.t win32/distclean.bat
51156 ____________________________________________________________________________
51157 [ 10728] By: nick                                  on 2001/06/19  18:24:53
51158         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
51159      Branch: perlio
51160            ! lib/File/Find/find.t win32/distclean.bat
51161 ____________________________________________________________________________
51162 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
51163         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
51164              also add information how to find out whether one has PerlIO.
51165      Branch: perl
51166            ! pod/perlfunc.pod
51167 ____________________________________________________________________________
51168 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
51169         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
51170              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51171              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
51172              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
51173      Branch: perl
51174            ! pod/perlfunc.pod
51175 ____________________________________________________________________________
51176 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
51177         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
51178              From: Hugo <hv@crypt.compulink.co.uk>
51179              Date: Tue, 19 Jun 2001 12:37:30 +0100
51180              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
51181      Branch: perl
51182            ! t/op/study.t
51183 ____________________________________________________________________________
51184 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
51185         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
51186              From: Hugo <hv@crypt.compulink.co.uk>
51187              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
51188              Date: Tue, 19 Jun 2001 13:15:17 +0100
51189      Branch: perl
51190            ! util.c
51191 ____________________________________________________________________________
51192 [ 10723] By: nick                                  on 2001/06/19  14:46:15
51193         Log: Integrate mainline
51194      Branch: perlio
51195           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
51196           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
51197           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
51198           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
51199           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
51200           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
51201            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
51202            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
51203            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
51204            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
51205            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
51206            - ext/Thread/unsync4.t
51207           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
51208           !> djgpp/config.over djgpp/fixpmain
51209           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
51210           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
51211           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
51212 ____________________________________________________________________________
51213 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
51214         Log: Update Changes.
51215      Branch: perl
51216            ! Changes patchlevel.h
51217 ____________________________________________________________________________
51218 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
51219         Log: The existence shall be MANIFESted.
51220      Branch: perl
51221            ! MANIFEST
51222 ____________________________________________________________________________
51223 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
51224         Log: The old libnet.cfg is first searched from the current directory,
51225              only then from the module path.
51226      Branch: perl
51227            ! utils/libnetcfg.PL
51228 ____________________________________________________________________________
51229 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
51230         Log: NetWare tweaks from Guruprasad.
51231      Branch: perl
51232            ! NetWare/Makefile NetWare/config.wc
51233 ____________________________________________________________________________
51234 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
51235         Log: Subject: [PATCH] djgpp updates
51236              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
51237              Date: Tue, 19 Jun 2001 10:59:06 +0200
51238              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
51239      Branch: perl
51240            ! djgpp/config.over djgpp/fixpmain
51241 ____________________________________________________________________________
51242 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
51243         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
51244              From: Prymmer/Kahn <pvhp@best.com>
51245              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
51246              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
51247      Branch: perl
51248            ! win32/Makefile
51249 ____________________________________________________________________________
51250 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
51251         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
51252              to happen right after the inclusion of <inttypes.h>,
51253              from Edward Moy.
51254      Branch: perl
51255            ! handy.h perl.h
51256 ____________________________________________________________________________
51257 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
51258         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
51259              From: Doug MacEachern <dougm@covalent.net>
51260              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
51261              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
51262      Branch: perl
51263            ! ext/DynaLoader/DynaLoader_pm.PL
51264 ____________________________________________________________________________
51265 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
51266         Log: Revert #10656 for performance reasons but leave in the
51267              use of Hv*() macros -- in comments, so that grepping the
51268              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
51269              suggested by Sarathy, also by Abhijit.)
51270      Branch: perl
51271            ! hv.c
51272 ____________________________________________________________________________
51273 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
51274         Log: Subject: [patch] .s MakeMaker suffix
51275              From: Doug MacEachern <dougm@covalent.net>
51276              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
51277              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
51278      Branch: perl
51279            ! lib/ExtUtils/MM_Unix.pm
51280 ____________________________________________________________________________
51281 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
51282         Log: One test lost in the big shuffle restored.
51283      Branch: perl
51284            + ext/IPC/SysV/ipcsysv.t
51285            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
51286 ____________________________________________________________________________
51287 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
51288         Log: Rename the old non-standard threads tests so that
51289              they won't be invoked.
51290      Branch: perl
51291            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
51292            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
51293            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
51294            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
51295            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
51296            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
51297            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
51298            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
51299            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
51300            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
51301            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
51302            - ext/Thread/unsync4.t
51303            ! MANIFEST
51304 ____________________________________________________________________________
51305 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
51306         Log: Integrate perlio:
51307              
51308              [ 10708]
51309              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
51310              
51311              [ 10678]
51312              Integrate mainline (part2 - the deletes)
51313      Branch: perl
51314           !> win32/config_sh.PL
51315 ____________________________________________________________________________
51316 [ 10709] By: nick                                  on 2001/06/19  08:18:18
51317         Log: Integrate mainline
51318      Branch: perlio
51319           +> (branch 40 files)
51320            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
51321            - lib/strict/subs lib/strict/vars lib/warnings/1global
51322            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
51323            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
51324            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
51325            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
51326            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
51327            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
51328            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
51329            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
51330            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
51331            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
51332            - lib/warnings/utf8 lib/warnings/util
51333           !> (integrate 57 files)
51334 ____________________________________________________________________________
51335 [ 10708] By: nick                                  on 2001/06/19  07:57:10
51336         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
51337      Branch: perlio
51338            ! win32/config_sh.PL
51339 ____________________________________________________________________________
51340 [ 10707] By: nick                                  on 2001/06/19  07:05:07
51341         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
51342      Branch: perl
51343            ! perly.c perly.y perly_c.diff vms/perly_c.vms
51344 ____________________________________________________________________________
51345 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
51346         Log: More perl572delta tweaks.
51347      Branch: perl
51348            ! pod/perl572delta.pod
51349 ____________________________________________________________________________
51350 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
51351         Log: Update perl572delta.
51352      Branch: perl
51353            ! pod/perl572delta.pod
51354 ____________________________________________________________________________
51355 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
51356         Log: VOS updates from Paul Green.
51357      Branch: perl
51358            ! vos/Changes vos/build.cm vos/perl.bind
51359 ____________________________________________________________________________
51360 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
51361         Log: Update the vos/config.*.* files.
51362      Branch: perl
51363            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51364            ! vos/config.ga.h
51365 ____________________________________________________________________________
51366 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
51367         Log: Add a makefile for more painless adding of symbols to the
51368              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
51369              takes care of the adding)
51370      Branch: perl
51371            + vos/Makefile
51372 ____________________________________________________________________________
51373 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
51374         Log: Make libnetcfg by default display the libnet configuration,
51375              -c to change, add -i for old config, document all options,
51376              regen toc.
51377      Branch: perl
51378            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
51379 ____________________________________________________________________________
51380 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
51381         Log: gcc -Wall sweep.
51382      Branch: perl
51383            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
51384 ____________________________________________________________________________
51385 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
51386         Log: So there.
51387      Branch: perl
51388            ! universal.c
51389 ____________________________________________________________________________
51390 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
51391         Log: Document the need for sv_printify().
51392              
51393              Document that 'use utf8' has been considered.
51394              
51395              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
51396      Branch: perl
51397            ! pod/perltodo.pod universal.c
51398 ____________________________________________________________________________
51399 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
51400         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
51401              From: Nicholas Clark <nick@ccl4.org>
51402              Date: Mon, 18 Jun 2001 23:29:23 +0100
51403              Message-ID: <20010618232923.I98663@plum.flirble.org>
51404      Branch: perl
51405            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
51406            ! ext/Sys/Syslog/Makefile.PL
51407 ____________________________________________________________________________
51408 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
51409         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
51410              From: Scott.L.Miller@Compaq.com
51411              Date: Mon, 18 Jun 2001 10:12:27 -0500
51412              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
51413      Branch: perl
51414            ! lib/perl5db.pl pod/perldebug.pod
51415 ____________________________________________________________________________
51416 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
51417         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
51418              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
51419              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
51420              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
51421      Branch: perl
51422            ! lib/Carp/Heavy.pm
51423 ____________________________________________________________________________
51424 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
51425         Log: Subject: [PATCH] Documentation changes for CLONE
51426              From: Artur Bergman <artur@contiller.se>
51427              Date: Mon, 18 Jun 2001 22:06:37 +0200
51428              Message-ID: <B7542BEC.1719%artur@contiller.se>
51429      Branch: perl
51430            ! pod/perlmod.pod pod/perlsub.pod
51431 ____________________________________________________________________________
51432 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
51433         Log: Subject: Re: configure.com
51434              From: "Craig A. Berry" <craigberry@mac.com>
51435              Date: Mon, 18 Jun 2001 16:04:38 -0500
51436              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
51437      Branch: perl
51438            ! configure.com
51439 ____________________________________________________________________________
51440 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
51441         Log: Subject: PL_nullstash + perl_clone()
51442              From: Doug MacEachern <dougm@covalent.net>
51443              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
51444              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
51445      Branch: perl
51446            ! sv.c
51447 ____________________________________________________________________________
51448 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
51449         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
51450              From: davem@fdgroup.co.uk
51451              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
51452              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
51453      Branch: perl
51454            ! embed.pl pod/perlapi.pod
51455 ____________________________________________________________________________
51456 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
51457         Log: More cross-compilation defaults gleaned from -Dcc
51458              if it is CPU-OS-gcc.
51459      Branch: metaconfig
51460            ! U/modified/libc.U
51461      Branch: metaconfig/U/perl
51462            ! Cross.U
51463      Branch: perl
51464            ! Configure INSTALL
51465 ____________________________________________________________________________
51466 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
51467         Log: Update Changes.
51468      Branch: perl
51469            ! Changes patchlevel.h
51470 ____________________________________________________________________________
51471 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
51472         Log: Subject: [PATCH 5.7.1] sv.c documentation
51473              From: davem@fdgroup.co.uk
51474              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
51475              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
51476      Branch: perl
51477            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
51478            ! sv.c sv.h
51479 ____________________________________________________________________________
51480 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
51481         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
51482              From: "Jon Gunnip" <jongunnip@hotmail.com>
51483              Date: Sun, 17 Jun 2001 18:24:29 -0400
51484              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
51485      Branch: perl
51486            ! pod/perlvar.pod
51487 ____________________________________________________________________________
51488 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
51489         Log: Move the locale/strict/warnings helper files back
51490              under the t/lib; this way the amount of non-installabled
51491              stuff under lib/ stays smaller.
51492      Branch: perl
51493            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
51494            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
51495            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
51496            + t/lib/warnings/5nolint t/lib/warnings/6default
51497            + t/lib/warnings/7fatal t/lib/warnings/8signal
51498            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
51499            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
51500            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
51501            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
51502            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
51503            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
51504            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
51505            + t/lib/warnings/taint t/lib/warnings/toke
51506            + t/lib/warnings/universal t/lib/warnings/utf8
51507            + t/lib/warnings/util
51508            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
51509            - lib/strict/subs lib/strict/vars lib/warnings/1global
51510            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
51511            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
51512            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
51513            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
51514            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
51515            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
51516            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
51517            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
51518            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
51519            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
51520            - lib/warnings/utf8 lib/warnings/util
51521            ! MANIFEST installperl lib/locale.t lib/strict.t
51522 ____________________________________________________________________________
51523 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
51524         Log: Split off the pack/unpack code, from Nicholas Clark.
51525      Branch: perl
51526            + pp_pack.c
51527            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
51528            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
51529            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
51530 ____________________________________________________________________________
51531 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
51532         Log: Guard the SysV IPC tests against being invoked in
51533              SysV-IPC-less places.
51534      Branch: perl
51535            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
51536 ____________________________________________________________________________
51537 [ 10683] By: nick                                  on 2001/06/18  12:24:42
51538         Log: Integrate mainline (new test scheme now ok on Linux).
51539      Branch: perlio
51540           +> lib/warnings.t
51541           !> dump.c sv.c
51542 ____________________________________________________________________________
51543 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
51544         Log: Add the locale.c and numeric.c to the microperl sources.
51545      Branch: perl
51546            ! Makefile.micro win32/Makefile
51547 ____________________________________________________________________________
51548 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
51549         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
51550              From: Abhijit Menon-Sen <ams@wiw.org>
51551              Date: Mon, 18 Jun 2001 14:23:44 +0530
51552              Message-ID: <20010618142344.A13136@lustre.linux.in>
51553      Branch: perl
51554            ! dump.c
51555 ____________________________________________________________________________
51556 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
51557         Log: Subject: Re: [PATCH] more anonymous stash cleanups
51558              From: Abhijit Menon-Sen <ams@wiw.org>
51559              Date: Mon, 18 Jun 2001 15:50:32 +0530
51560              Message-ID: <20010618155032.A13223@lustre.linux.in>
51561              
51562              Plus the comment left in as suggested by NI-S.
51563      Branch: perl
51564            ! sv.c
51565 ____________________________________________________________________________
51566 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
51567         Log: One missed file.
51568      Branch: perl
51569            + lib/warnings.t
51570 ____________________________________________________________________________
51571 [ 10678] By: nick                                  on 2001/06/18  08:05:29
51572         Log: Integrate mainline (part2 - the deletes)
51573      Branch: perlio
51574            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
51575            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
51576            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
51577            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
51578            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
51579            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
51580            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
51581            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
51582            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
51583            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
51584            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
51585 ____________________________________________________________________________
51586 [ 10677] By: nick                                  on 2001/06/18  08:04:44
51587         Log: Integrate mainline (part1)
51588      Branch: perlio
51589           +> (branch 376 files)
51590            - (delete 219 files)
51591           !> (integrate 151 files)
51592 ____________________________________________________________________________
51593 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
51594         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
51595              No doubt I made some mistakes like missed some files or
51596              misnamed some files.  The naming rules were more or less:
51597              (1) if the module is from CPAN, follows its ways, be it
51598              t/*.t or test.pl.
51599              (2) otherwise if there are multiple tests for a module
51600              put them in a t/
51601              (3) otherwise if there's only one test put it in Module.t
51602              (4) helper files go to module/ (locale, strict, warnings)
51603              (5) use longer filenames now that we can (but e.g. the
51604              compat-0.6.t and the Text::Balanced test files still
51605              were renamed to be more civil against the 8.3 people)
51606              installperl was updated appropriately not to install the
51607              *.t files or the help files from under lib.
51608              
51609              TODO: some helper files still remain under t/ that could
51610              follow their 'masters'.  UPDATE: On second thoughts, why
51611              should they.  They can continue to live under t/lib, and
51612              in fact the locale/strict/warnings helpers that were moved
51613              could be moved back.  This way the amount of non-installable
51614              stuff under lib/ stays smaller.
51615      Branch: perl
51616            + (add 253 files)
51617            - (delete 254 files)
51618            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
51619 ____________________________________________________________________________
51620 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
51621         Log: The warning no more comes from util.c, it comes from numeric.c.
51622      Branch: perl
51623            ! README.tru64
51624 ____________________________________________________________________________
51625 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
51626         Log: Subject: Re: anyone good at casting spells?
51627              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51628              Date: Sun, 17 Jun 2001 21:21:04 -0400
51629              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
51630      Branch: perl
51631            ! ext/POSIX/POSIX.xs hv.h
51632 ____________________________________________________________________________
51633 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
51634         Log: Protect the (original) thread tests against testing if no 5.005
51635              threads have been configured.
51636      Branch: perl
51637            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
51638            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
51639            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
51640            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
51641            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
51642            ! ext/Thread/unsync4.t
51643 ____________________________________________________________________________
51644 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
51645         Log: Try the new test scanning scheme on Text::Abbrev.
51646      Branch: perl
51647            + lib/Text/Abbrev.t
51648            - lib/Text/Abbrev/t/abbrev.t
51649            ! MANIFEST
51650 ____________________________________________________________________________
51651 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
51652         Log: Change the scan policy of the *.t and test.pl files,
51653              now the *.t do not need to live in a t/ directory.
51654      Branch: perl
51655            ! t/TEST t/harness
51656 ____________________________________________________________________________
51657 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
51658         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
51659              From: Ilmari Karonen <iltzu@sci.fi>
51660              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
51661              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
51662      Branch: perl
51663            ! pod/perlfaq7.pod
51664 ____________________________________________________________________________
51665 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
51666         Log: Quench the warnings from Tru64; the HP-UX is still
51667              broken because it really, REALLY, doesn't like the
51668              HvARRAY() being lvalue:
51669              
51670              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
51671              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
51672      Branch: perl
51673            ! hv.c
51674 ____________________________________________________________________________
51675 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
51676         Log: Integrate change #10667 from maintperl:
51677              
51678              change#10449 broke the special-case that makes lexicals inside the
51679              eval"" within DB::DB() visible
51680      Branch: perl
51681           !> op.c
51682 ____________________________________________________________________________
51683 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
51684         Log: change#10449 broke the special-case that makes lexicals inside the
51685              eval"" within DB::DB() visible
51686      Branch: maint-5.6/perl
51687            ! op.c
51688 ____________________________________________________________________________
51689 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
51690         Log: Still spurious output; indent the code a bit.
51691              
51692              TODO1: separate the utility functions like MkDir
51693              into a helper script?
51694              
51695              TODO2: I see a lot of repetition in the filepath()
51696              and dirpath() calls.
51697      Branch: perl
51698            ! t/lib/filefind.t t/lib/findtaint.t
51699 ____________________________________________________________________________
51700 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
51701         Log: Regen modlib, toc.
51702      Branch: perl
51703            ! pod/perlmodlib.pod pod/perltoc.pod
51704 ____________________________________________________________________________
51705 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
51706         Log: Add libnetcfg to perlutil.
51707      Branch: perl
51708            ! pod/perlutil.pod
51709 ____________________________________________________________________________
51710 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
51711         Log: Initial integration of libnet-1.0703.
51712              The Configure script renamed as libnetcfg, will be
51713              installed along other utilities.
51714      Branch: perl
51715            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
51716            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
51717            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
51718            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
51719            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
51720            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
51721            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
51722            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
51723            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
51724            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
51725            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
51726            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
51727            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
51728            + utils/libnetcfg.PL
51729            ! MANIFEST utils.lst utils/Makefile
51730 ____________________________________________________________________________
51731 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
51732         Log: Less potentially test-harness-confusing output.
51733      Branch: perl
51734            ! lib/Memoize/t/expire_module_t.t
51735 ____________________________________________________________________________
51736 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
51737         Log: The final print annoys make test.
51738      Branch: perl
51739            ! t/lib/filefind.t t/lib/findtaint.t
51740 ____________________________________________________________________________
51741 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
51742         Log: Add an option for handling dangling symbolic links.
51743      Branch: perl
51744            ! lib/File/Find.pm t/lib/filefind.t
51745 ____________________________________________________________________________
51746 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
51747         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
51748              From: Thomas Wegner <wegner_thomas@yahoo.com>
51749              Date: Sun, 17 Jun 2001 14:43:11 +0200
51750              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
51751      Branch: perl
51752            + t/lib/findtaint.t
51753            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
51754 ____________________________________________________________________________
51755 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
51756         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
51757              From: Jonathan Stowe <gellyfish@gellyfish.com>
51758              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
51759              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
51760      Branch: perl
51761            ! lib/ExtUtils/MM_Unix.pm
51762 ____________________________________________________________________________
51763 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
51764         Log: Subject: [PATCH] more anonymous stash cleanups
51765              From: Abhijit Menon-Sen <ams@wiw.org>
51766              Date: Sun, 17 Jun 2001 11:44:06 +0530
51767              Message-ID: <20010617114406.A25203@lustre.linux.in>
51768      Branch: perl
51769            ! op.c
51770 ____________________________________________________________________________
51771 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
51772         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
51773              From: Abhijit Menon-Sen <ams@wiw.org>
51774              Date: Sun, 17 Jun 2001 08:02:59 +0530
51775              Message-ID: <20010617080259.A28776@lustre.linux.in>
51776              
51777              Subject: [PATCH #2/7] xhv_eiter
51778              From: Abhijit Menon-Sen <ams@wiw.org>
51779              Date: Sun, 17 Jun 2001 08:13:18 +0530
51780              Message-ID: <20010617081318.B28776@lustre.linux.in>
51781              
51782              Subject: [PATCH #3/7] xhv_fill
51783              From: Abhijit Menon-Sen <ams@wiw.org>
51784              Date: Sun, 17 Jun 2001 08:25:16 +0530
51785              Message-ID: <20010617082516.C28776@lustre.linux.in>
51786              
51787              Subject: [PATCH #4/7] xhv_keys
51788              From: Abhijit Menon-Sen <ams@wiw.org>
51789              Date: Sun, 17 Jun 2001 08:36:17 +0530
51790              Message-ID: <20010617083617.D28776@lustre.linux.in>
51791              
51792              Subject: [PATCH #5/7] xhv_max
51793              From: Abhijit Menon-Sen <ams@wiw.org>
51794              Date: Sun, 17 Jun 2001 08:39:48 +0530
51795              Message-ID: <20010617083948.E28776@lustre.linux.in>
51796              
51797              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
51798              From: Abhijit Menon-Sen <ams@wiw.org>
51799              Date: Sun, 17 Jun 2001 08:51:11 +0530
51800              Message-ID: <20010617085111.F28776@lustre.linux.in>
51801      Branch: perl
51802            ! hv.c
51803 ____________________________________________________________________________
51804 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
51805         Log: Update Changes.
51806      Branch: perl
51807            ! Changes patchlevel.h
51808 ____________________________________________________________________________
51809 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
51810         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
51811              From: Abhijit Menon-Sen <ams@wiw.org>
51812              Date: Sat, 16 Jun 2001 07:41:19 +0530
51813              Message-ID: <20010616074119.A24720@lustre.linux.in>
51814      Branch: perl
51815            ! hv.c perl.c vms/vmsish.h win32/win32.h
51816 ____________________________________________________________________________
51817 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
51818         Log: Document tests failing when threaded, since we now have more.
51819      Branch: perl
51820            ! pod/perl572delta.pod
51821 ____________________________________________________________________________
51822 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
51823         Log: -Wall cleanup.
51824      Branch: perl
51825            ! ext/Thread/Thread.xs
51826 ____________________________________________________________________________
51827 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
51828         Log: pthread_attr_setstacksize() isn't absolutely necessary
51829              to call, only iff THREAD_CREATE_NEEDS_STACK.
51830      Branch: perl
51831            ! ext/Thread/Thread.xs
51832 ____________________________________________________________________________
51833 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
51834         Log: -Wall strays.
51835      Branch: perl
51836            ! perl.c util.c
51837 ____________________________________________________________________________
51838 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
51839         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
51840              (and INT64_MIN) brokenness.
51841      Branch: perl
51842            ! hints/darwin.sh perl.h
51843 ____________________________________________________________________________
51844 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
51845         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
51846              From: Nicholas Clark <nick@ccl4.org>
51847              Date: Sun, 17 Jun 2001 00:16:05 +0100
51848              Message-ID: <20010617001605.V98663@plum.flirble.org>
51849      Branch: perl
51850            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
51851            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
51852            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51853 ____________________________________________________________________________
51854 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
51855         Log: Add perlnetware to docs; regen toc; supply skeleton
51856              docs for some Memoize submodules.
51857      Branch: perl
51858            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
51859            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51860            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
51861            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
51862            ! win32/Makefile win32/makefile.mk
51863 ____________________________________________________________________________
51864 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
51865         Log: pod cleanup.
51866      Branch: perl
51867            ! README.netware
51868 ____________________________________________________________________________
51869 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
51870         Log: Integrate Memoize 0.64.  Few tweaks were required in
51871              the test scripts.  Note that the speed and expire*
51872              tests take several dozen seconds to run.
51873      Branch: perl
51874            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
51875            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
51876            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51877            + lib/Memoize/README lib/Memoize/SDBM_File.pm
51878            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
51879            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
51880            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
51881            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
51882            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
51883            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
51884            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
51885            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
51886            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
51887            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
51888            ! MANIFEST t/lib/1_compile.t
51889 ____________________________________________________________________________
51890 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
51891         Log: Document the cross-compilation options.
51892      Branch: perl
51893            ! Cross/README INSTALL
51894 ____________________________________________________________________________
51895 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
51896         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
51897      Branch: perl
51898            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
51899            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
51900            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
51901            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
51902            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
51903            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
51904            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
51905            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
51906            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
51907            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
51908            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
51909            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
51910            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
51911            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
51912            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
51913            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
51914            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
51915            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
51916            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
51917            + lib/ExtUtils/MM_NW5.pm
51918            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
51919            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
51920            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51921            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
51922            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
51923            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
51924            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
51925            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
51926            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
51927            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
51928            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
51929            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
51930            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
51931            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
51932            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
51933            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
51934            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
51935            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
51936            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
51937            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
51938            ! util.h x2p/a2py.c
51939 ____________________________________________________________________________
51940 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
51941         Log: Resort MANIFEST.
51942      Branch: perl
51943            ! MANIFEST
51944 ____________________________________________________________________________
51945 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
51946         Log: Integrate perlio:
51947              
51948              [ 10640]
51949              Disable :win32 layer as default till I get it working
51950              
51951              [ 10632]
51952              Work-in-progress win32 layer semi-functional, checking 
51953              for UNIX breakage.
51954              
51955              [ 10627]
51956              Work in progress UNIX-side edit of win32 PerLIO layer
51957      Branch: perl
51958           +> win32/win32io.c
51959           !> MANIFEST perlio.c perliol.h win32/makefile.mk
51960 ____________________________________________________________________________
51961 [ 10640] By: nick                                  on 2001/06/16  18:38:31
51962         Log: Disable :win32 layer as default till I get it working
51963      Branch: perlio
51964            ! MANIFEST perlio.c
51965 ____________________________________________________________________________
51966 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
51967         Log: Try the new scheme by moving the Text::Abbrev test
51968              to a new place under lib.
51969      Branch: perl
51970            + lib/Text/Abbrev/t/abbrev.t
51971            - t/lib/abbrev.t
51972            ! MANIFEST
51973 ____________________________________________________________________________
51974 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
51975         Log: Make the code even more dynamical so that testname
51976              suffix length can change.
51977      Branch: perl
51978            ! lib/Test/Harness.pm t/TEST
51979 ____________________________________________________________________________
51980 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
51981         Log: Allow for deeper t/ and also a single test.pl.
51982      Branch: perl
51983            ! t/TEST t/harness
51984 ____________________________________________________________________________
51985 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
51986         Log: #define fix from Nicholas Clark.
51987      Branch: perl
51988            ! ext/POSIX/POSIX.xs
51989 ____________________________________________________________________________
51990 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
51991         Log: Initialization is nice.
51992      Branch: perl
51993            ! lib/Test/Harness.pm
51994 ____________________________________________________________________________
51995 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
51996         Log: Make t/TEST and t/harness to test also the t/ tests
51997              under the main lib/ and ext/ directories.  Fix Test::Harness
51998              to dynamically change the width of its "foo/bar....ok" output.
51999      Branch: perl
52000            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
52001 ____________________________________________________________________________
52002 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
52003         Log: Subject: [PATCH] Re: perl@10611 
52004              From: Nicholas Clark <nick@ccl4.org>
52005              Date: Sat, 16 Jun 2001 16:52:47 +0100
52006              Message-ID: <20010616165247.O98663@plum.flirble.org>
52007              
52008              The .xs parts, too.
52009      Branch: perl
52010            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
52011            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
52012 ____________________________________________________________________________
52013 [ 10632] By: nick                                  on 2001/06/16  16:44:35
52014         Log: Work-in-progress win32 layer semi-functional, checking 
52015              for UNIX breakage.
52016      Branch: perlio
52017            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
52018 ____________________________________________________________________________
52019 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
52020         Log: Subject: [PATCH] Re: perl@10611 
52021              From: Nicholas Clark <nick@ccl4.org>
52022              Date: Sat, 16 Jun 2001 16:52:47 +0100
52023              Message-ID: <20010616165247.O98663@plum.flirble.org>
52024      Branch: perl
52025            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
52026            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
52027            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
52028            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
52029            ! lib/ExtUtils/Constant.pm
52030 ____________________________________________________________________________
52031 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
52032         Log: Metaconfig unit change for #10629.
52033      Branch: metaconfig
52034            ! U/modified/Finish.U
52035 ____________________________________________________________________________
52036 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
52037         Log: The extraction changed directories.
52038      Branch: perl
52039            ! Configure
52040 ____________________________________________________________________________
52041 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
52042         Log: Math::BigInt 1.35 from Tels.
52043      Branch: perl
52044            + t/lib/mbimbf.t
52045            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
52046            ! t/lib/bigfltpm.t t/lib/bigintpm.t
52047 ____________________________________________________________________________
52048 [ 10627] By: nick                                  on 2001/06/16  14:54:52
52049         Log: Work in progress UNIX-side edit of win32 PerLIO layer
52050      Branch: perlio
52051            + win32/win32io.c
52052            ! perlio.c win32/makefile.mk
52053 ____________________________________________________________________________
52054 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
52055         Log: Subject: [PATCH 5.6.1] os2/diff-configure
52056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52057              Date: Fri, 15 Jun 2001 01:19:36 -0400
52058              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
52059              
52060              Empty all of it because I think #10624 made even the
52061              last patch hunk unnecessary.
52062      Branch: perl
52063            ! os2/diff.configure
52064 ____________________________________________________________________________
52065 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
52066         Log: Metaconfig unit change for 10624.
52067      Branch: metaconfig
52068            ! U/modified/libc.U
52069      Branch: perl
52070            ! config_h.SH
52071 ____________________________________________________________________________
52072 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
52073         Log: Move the initialization of libnames to the beginning so
52074              that can one 'seed' it (as OS/2 does.)
52075      Branch: perl
52076            ! Configure
52077 ____________________________________________________________________________
52078 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
52079         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
52080              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52081              Date: Fri, 15 Jun 2001 19:10:57 -0400
52082              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
52083      Branch: perl
52084            ! os2/OS2/REXX/DLL/DLL.pm
52085 ____________________________________________________________________________
52086 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
52087         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
52088              From: "Craig A. Berry" <craigberry@mac.com>
52089              Date: Fri, 15 Jun 2001 17:00:03 -0500
52090              Message-Id: <a05101007b750342599be@[172.16.52.1]>
52091      Branch: perl
52092            ! vms/descrip_mms.template
52093 ____________________________________________________________________________
52094 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
52095         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
52096              From: "Craig A. Berry" <craigberry@mac.com>
52097              Date: Fri, 15 Jun 2001 18:39:42 -0500
52098              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
52099      Branch: perl
52100            ! lib/File/Spec/VMS.pm t/lib/extutils.t
52101 ____________________________________________________________________________
52102 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
52103         Log: Integrate perlio:
52104              
52105              [ 10619]
52106              Generated files
52107              
52108              [ 10618]
52109              Fix open.pm to work via XS-implemented method calls rather
52110              than *open::layers variables which caused all the HV/AV hassle.
52111      Branch: perl
52112           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
52113           !> t/io/utf8.t t/lib/io_scalar.t
52114 ____________________________________________________________________________
52115 [ 10619] By: nick                                  on 2001/06/15  21:05:19
52116         Log: Generated files
52117      Branch: perlio
52118            ! embed.h proto.h
52119 ____________________________________________________________________________
52120 [ 10618] By: nick                                  on 2001/06/15  20:27:42
52121         Log: Fix open.pm to work via XS-implemented method calls rather
52122              than *open::layers variables which caused all the HV/AV hassle.
52123      Branch: perlio
52124            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
52125            ! t/lib/io_scalar.t
52126 ____________________________________________________________________________
52127 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
52128         Log: Integrate perlio:
52129              
52130              [ 10616]
52131              pTHX_ / aTHX_ for ExtUtils/Constant.pm
52132      Branch: perl
52133           !> lib/ExtUtils/Constant.pm
52134 ____________________________________________________________________________
52135 [ 10616] By: nick                                  on 2001/06/15  18:46:47
52136         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
52137      Branch: perlio
52138            ! lib/ExtUtils/Constant.pm
52139 ____________________________________________________________________________
52140 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
52141         Log: Integrate perlio:
52142              
52143              [ 10614]
52144              MULTIPLICITY fix for Socket.xs
52145      Branch: perl
52146           !> ext/Socket/Socket.xs
52147 ____________________________________________________________________________
52148 [ 10614] By: nick                                  on 2001/06/15  18:33:37
52149         Log: MULTIPLICITY fix for Socket.xs
52150      Branch: perlio
52151            ! ext/Socket/Socket.xs
52152 ____________________________________________________________________________
52153 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
52154         Log: Subject: Re: perl@10611
52155              From: Doug MacEachern <dougm@covalent.net>
52156              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
52157              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
52158      Branch: perl
52159            ! ext/Socket/Socket.xs
52160 ____________________________________________________________________________
52161 [ 10612] By: nick                                  on 2001/06/15  16:14:38
52162         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
52163      Branch: perlio
52164           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
52165           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
52166           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
52167           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
52168           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
52169           !> utils/h2ph.PL
52170 ____________________________________________________________________________
52171 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
52172         Log: Update Changes.
52173      Branch: perl
52174            ! Changes patchlevel.h
52175 ____________________________________________________________________________
52176 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
52177         Log: Upping the test count.
52178      Branch: perl
52179            ! t/lib/filefind.t
52180 ____________________________________________________________________________
52181 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
52182         Log: Integrate perlio:
52183              
52184              [ 10606]
52185              regen_config_h for Win32.
52186      Branch: perl
52187           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
52188 ____________________________________________________________________________
52189 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
52190         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
52191              From: andreas.koenig@anima.de (Andreas J. Koenig)
52192              Date: 15 Jun 2001 13:30:39 +0200
52193              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
52194              
52195              Record the grim history.
52196      Branch: perl
52197            ! lib/File/Find.pm
52198 ____________________________________________________________________________
52199 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
52200         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
52201              From: Brian McCauley <nobull@mail.com>
52202              Date: 15 Jun 2001 07:51:26 +0100
52203              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
52204      Branch: perl
52205            ! lib/File/Find.pm t/lib/filefind.t
52206 ____________________________________________________________________________
52207 [ 10606] By: nick                                  on 2001/06/15  14:00:08
52208         Log: regen_config_h for Win32.
52209      Branch: perlio
52210            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52211 ____________________________________________________________________________
52212 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
52213         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
52214              From: Peter Prymmer <pvhp@forte.com>
52215              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
52216              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
52217      Branch: perl
52218            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
52219 ____________________________________________________________________________
52220 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
52221         Log: Some filesystems require writability for rename/unlink.
52222      Branch: perl
52223            ! opcode.pl
52224 ____________________________________________________________________________
52225 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
52226         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
52227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
52228              Date: Fri, 15 Jun 2001 12:08:53 +0200
52229              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
52230      Branch: perl
52231            ! perlio.c
52232 ____________________________________________________________________________
52233 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
52234         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
52235              From: Mike Guy <mjtg@cam.ac.uk>
52236              Date: Fri, 15 Jun 2001 14:11:49 +0100
52237              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
52238      Branch: perl
52239            ! opcode.pl
52240 ____________________________________________________________________________
52241 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
52242         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
52243              From: Nicholas Clark <nick@ccl4.org>
52244              Date: Thu, 14 Jun 2001 23:52:56 +0100
52245              Message-ID: <20010614235256.G98663@plum.flirble.org>
52246      Branch: perl
52247            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
52248            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52249 ____________________________________________________________________________
52250 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
52251         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
52252              From: Russ Allbery <rra@stanford.edu>
52253              Date: 14 Jun 2001 13:24:43 -0700
52254              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
52255      Branch: perl
52256            ! ext/GDBM_File/GDBM_File.pm
52257 ____________________________________________________________________________
52258 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
52259         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
52260              From: Nicholas Clark <nick@ccl4.org>
52261              Date: Thu, 14 Jun 2001 20:37:47 +0100
52262              Message-ID: <20010614203747.F98663@plum.flirble.org>
52263      Branch: perl
52264            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
52265            ! t/lib/gdbm.t
52266 ____________________________________________________________________________
52267 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
52268         Log: Integrate perlio:
52269              
52270              [ 10597]
52271              Check that HVs with HvNAME() != NULL are really stashes before
52272              treating them as such. Also be more defensive on the GvCV.
52273              Win32 fork and dprof now working again. 
52274              
52275              [ 10595]
52276              Skip Perl_my_bcopy in .def file as we do not provide it.
52277              - Win32 (VC++) now builds but fails:
52278              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
52279              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
52280              write.t    - open(...,"|-") not implemented on Win32 
52281      Branch: perl
52282           !> makedef.pl sv.c
52283 ____________________________________________________________________________
52284 [ 10597] By: nick                                  on 2001/06/15  11:08:13
52285         Log: Check that HVs with HvNAME() != NULL are really stashes before
52286              treating them as such. Also be more defensive on the GvCV.
52287              Win32 fork and dprof now working again. 
52288      Branch: perlio
52289            ! sv.c
52290 ____________________________________________________________________________
52291 [ 10596] By: nick                                  on 2001/06/15  10:11:20
52292         Log: Integrate mainline.
52293      Branch: perlio
52294           +> Cross/README
52295           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
52296           !> Porting/config_H config_h.SH configure.com epoc/config.sh
52297           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
52298           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52299           !> vos/config.ga.h win32/config.bc win32/config.gc
52300           !> win32/config.vc win32/config_H.bc win32/config_H.gc
52301           !> win32/config_H.vc
52302 ____________________________________________________________________________
52303 [ 10595] By: nick                                  on 2001/06/15  09:37:17
52304         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
52305              - Win32 (VC++) now builds but fails:
52306              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
52307              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
52308              write.t    - open(...,"|-") not implemented on Win32 
52309      Branch: perlio
52310            ! makedef.pl
52311 ____________________________________________________________________________
52312 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
52313         Log: Integrate perlio:
52314              
52315              [ 10591]
52316              Steps along the road toward Win32 building again.
52317      Branch: perl
52318           !> perlio.c win32/makefile.mk
52319 ____________________________________________________________________________
52320 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
52321         Log: Metaconfig unit changes for #10592.
52322      Branch: metaconfig
52323            + U/modified/i_varhdr.U U/modified/startsh.U
52324            - U/a_dvisory/crosscompile.U U/target/Target.U
52325            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
52326            ! U/compline/bitpbyte.U U/compline/byteorder.U
52327            ! U/compline/ccflags.U U/compline/charsize.U
52328            ! U/compline/d_casti32.U U/compline/d_castneg.U
52329            ! U/compline/d_closedir.U U/compline/d_fd_set.U
52330            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
52331            ! U/compline/d_keepsig.U U/compline/d_open3.U
52332            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
52333            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
52334            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
52335            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
52336            ! U/compline/doublesize.U U/compline/floatsize.U
52337            ! U/compline/nblock_io.U U/compline/orderlib.U
52338            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
52339            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
52340            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
52341            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
52342            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
52343            ! U/modified/spitshell.U U/threads/archname.U
52344            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
52345            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
52346            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
52347            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
52348            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
52349      Branch: metaconfig/U/perl
52350            + Cross.U
52351            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
52352            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
52353            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
52354            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
52355            ! stdio_streams.U uselfs.U
52356 ____________________________________________________________________________
52357 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
52358         Log: The first steps towards cross-compilation.
52359              
52360              Abstract execution of compiled test executables with $run,
52361              and abstract transfer of files with $to and $from.
52362              
52363              Under cross-compilation the $run, $to, and $from will point
52364              to appropriate wrapper scripts, by default ssh and scp,
52365              but also rsh, rcp, and cp are supported.  If not
52366              cross-compiling, they will be set to '', ':', and ':',
52367              respectively.
52368              
52369              With these patches I was able to get Configure for
52370              iPAQ ARM Linux on an Intel Linux about 95% right
52371              (only a few tests failed to execute or they produced
52372              incorrect results), and I was able to compile
52373              a functional miniperl.
52374              
52375              The symbol crosscompile renamed to be usecrosscompile,
52376              the corresponding C symbol from CROSSCOMPILE to
52377              USE_CROSS_COMPILE.
52378      Branch: perl
52379            ! Configure Cross/README Makefile.SH Porting/Glossary
52380            ! Porting/config.sh Porting/config_H config_h.SH configure.com
52381            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
52382            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52383            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52384            ! win32/config.gc win32/config.vc win32/config_H.bc
52385            ! win32/config_H.gc win32/config_H.vc
52386 ____________________________________________________________________________
52387 [ 10591] By: nick                                  on 2001/06/14  20:00:12
52388         Log: Steps along the road toward Win32 building again.
52389      Branch: perlio
52390            ! perlio.c win32/makefile.mk
52391 ____________________________________________________________________________
52392 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
52393         Log: Integrate perlio:
52394              
52395              [ 10589]
52396              Routine regen_config_h for Win32
52397      Branch: perl
52398           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
52399 ____________________________________________________________________________
52400 [ 10589] By: nick                                  on 2001/06/14  13:54:07
52401         Log: Routine regen_config_h for Win32
52402      Branch: perlio
52403            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52404 ____________________________________________________________________________
52405 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
52406         Log: Integrate perlio:
52407              
52408              [ 10586]
52409              Add new step to run_byacc which:
52410              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
52411              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
52412              
52413              [ 10584]
52414              Hack to remove insecure directories from PATH so test will run.
52415      Branch: perl
52416           +> perlyline.pl
52417           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
52418 ____________________________________________________________________________
52419 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
52420         Log: A placeholder.
52421      Branch: perl
52422            + Cross/README
52423 ____________________________________________________________________________
52424 [ 10586] By: nick                                  on 2001/06/14  08:25:07
52425         Log: Add new step to run_byacc which:
52426              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
52427              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
52428      Branch: perlio
52429            + perlyline.pl
52430            ! MANIFEST Makefile.SH perly.c
52431 ____________________________________________________________________________
52432 [ 10585] By: nick                                  on 2001/06/14  08:22:29
52433         Log: Integrate mainline
52434      Branch: perlio
52435           +> locale.c numeric.c
52436           !> Changes cygwin/Makefile.SHs embed.h embed.pl
52437           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
52438           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
52439           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
52440           !> x2p/Makefile.SH
52441 ____________________________________________________________________________
52442 [ 10584] By: nick                                  on 2001/06/14  08:05:53
52443         Log: Hack to remove insecure directories from PATH so test will run.
52444      Branch: perlio
52445            ! t/lib/filefind.t
52446 ____________________________________________________________________________
52447 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
52448         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
52449      Branch: perl
52450            - t/lib/mbimbf.t
52451            ! MANIFEST
52452 ____________________________________________________________________________
52453 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
52454         Log: Detypo.
52455      Branch: perl
52456            ! x2p/Makefile.SH
52457 ____________________________________________________________________________
52458 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
52459         Log: de-$CONFIG continues.
52460      Branch: perl
52461            ! cygwin/Makefile.SHs x2p/Makefile.SH
52462 ____________________________________________________________________________
52463 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
52464         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
52465              From: Nicholas Clark <nick@ccl4.org>
52466              Date: Wed, 13 Jun 2001 21:20:13 +0100
52467              Message-ID: <20010613212013.D98663@plum.flirble.org>
52468      Branch: perl
52469            ! opcode.pl
52470 ____________________________________________________________________________
52471 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
52472         Log: Subject: splitting util.c
52473              From: Hugo <hv@crypt.compulink.co.uk>
52474              Date: Thu, 14 Jun 2001 00:41:08 +0100
52475              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
52476      Branch: perl
52477            + locale.c numeric.c
52478            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
52479            ! pod/perlapi.pod proto.h util.c
52480 ____________________________________________________________________________
52481 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
52482         Log: Upgrade to Math::BigInt 1.34 from Tels.
52483      Branch: perl
52484            + t/lib/mbimbf.t
52485            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
52486            ! t/lib/bigfltpm.t t/lib/bigintpm.t
52487 ____________________________________________________________________________
52488 [ 10577] By: nick                                  on 2001/06/13  19:02:48
52489         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
52490      Branch: perlio
52491           !> (integrate 125 files)
52492 ____________________________________________________________________________
52493 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
52494         Log: Update Changes.
52495      Branch: perl
52496            ! Changes patchlevel.h
52497 ____________________________________________________________________________
52498 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
52499         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
52500              From: "Craig A. Berry" <craigberry@mac.com>
52501              Date: Wed, 13 Jun 2001 13:24:28 -0500
52502              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
52503      Branch: perl
52504            ! ext/re/Makefile.PL
52505 ____________________________________________________________________________
52506 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
52507         Log: Mc.u.c. for #10573.
52508      Branch: metaconfig
52509            ! U/threads/usethreads.U
52510 ____________________________________________________________________________
52511 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
52512         Log: It would be also be good if I could type.
52513      Branch: perl
52514            ! Configure
52515 ____________________________________________________________________________
52516 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
52517         Log: Metaconfig unit change for #10571.
52518      Branch: metaconfig
52519            ! U/threads/usethreads.U
52520 ____________________________________________________________________________
52521 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
52522         Log: A non-empty default is a good thing.
52523      Branch: perl
52524            ! Configure
52525 ____________________________________________________________________________
52526 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
52527         Log: Metaconfig unit change for #10569.
52528      Branch: metaconfig
52529            ! U/threads/usethreads.U
52530 ____________________________________________________________________________
52531 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
52532         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
52533              extremely experimental, not even prompted for.
52534      Branch: perl
52535            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52536            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
52537            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52538            ! win32/config.bc win32/config.gc win32/config.vc
52539 ____________________________________________________________________________
52540 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
52541         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
52542      Branch: perl
52543            ! pod/perlfaq6.pod
52544 ____________________________________________________________________________
52545 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
52546         Log: Integrate perlio:
52547              
52548              [ 10564]
52549              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
52550              and using that instead (name lookups are sequential search for now).
52551      Branch: perl
52552           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
52553           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
52554 ____________________________________________________________________________
52555 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
52556         Log: Subject: Re: ext/ + -Wall
52557              From: Doug MacEachern <dougm@covalent.net>
52558              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
52559              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
52560      Branch: perl
52561            ! XSUB.h lib/ExtUtils/xsubpp perl.h
52562 ____________________________________________________________________________
52563 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
52564         Log: Similar logic as DB_File.xs, using the modern macros and
52565              defines them to older ones for older Perls where PERL_VERSION
52566              is not defined, from Doug MacEachern.
52567      Branch: perl
52568            ! ext/Storable/Storable.xs
52569 ____________________________________________________________________________
52570 [ 10564] By: nick                                  on 2001/06/13  15:22:01
52571         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
52572              and using that instead (name lookups are sequential search for now).
52573      Branch: perlio
52574            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
52575            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
52576 ____________________________________________________________________________
52577 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
52578         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
52579              From: "Richard Soderberg" <rs@crystalflame.net>
52580              Date: Sat, 26 May 2001 06:44:20 -0700
52581              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
52582      Branch: perl
52583            ! sv.c t/op/glob.t
52584 ____________________________________________________________________________
52585 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
52586         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
52587              From: "Craig A. Berry" <craigberry@mac.com>
52588              Date: Tue, 12 Jun 2001 23:55:26 -0500
52589              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
52590      Branch: perl
52591            ! ext/re/Makefile.PL ext/re/re.xs
52592 ____________________________________________________________________________
52593 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
52594         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
52595              suggested by NI-S.
52596      Branch: perl
52597            ! XSUB.h malloc.c perl.h
52598 ____________________________________________________________________________
52599 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
52600         Log: Regen toc.
52601      Branch: perl
52602            ! pod/perltoc.pod
52603 ____________________________________________________________________________
52604 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
52605         Log: Subject: [patch] perl.gprof control
52606              From: Doug MacEachern <dougm@covalent.net>
52607              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
52608              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
52609      Branch: perl
52610            ! miniperlmain.c perl.h
52611 ____________________________________________________________________________
52612 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
52613         Log: Subject: Re: ext/ + -Wall
52614              From: Doug MacEachern <dougm@covalent.net>
52615              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
52616              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
52617              
52618              Document ax and break up dXSARGS.
52619      Branch: perl
52620            ! XSUB.h pod/perlapi.pod
52621 ____________________________________________________________________________
52622 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
52623         Log: More AIX tweakage from Merijn.
52624      Branch: perl
52625            ! hints/aix.sh
52626 ____________________________________________________________________________
52627 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
52628         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
52629              From: "Craig A. Berry" <craigberry@mac.com>
52630              Date: Tue, 12 Jun 2001 22:57:45 -0500
52631              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
52632      Branch: perl
52633            ! vms/descrip_mms.template
52634 ____________________________________________________________________________
52635 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
52636         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
52637              From: "Craig A. Berry" <craigberry@mac.com>
52638              Date: Tue, 12 Jun 2001 22:21:39 -0500
52639              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
52640      Branch: perl
52641            ! configure.com util.c
52642 ____________________________________________________________________________
52643 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
52644         Log: New AIX dynaloading code from Jens-Uwe Mager.
52645              Does break binary compatibility.
52646      Branch: perl
52647            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
52648 ____________________________________________________________________________
52649 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
52650         Log: VMS DEC C compiler found nits by Peter Prymmer.
52651      Branch: perl
52652            ! util.c
52653 ____________________________________________________________________________
52654 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
52655         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
52656              From: Peter Prymmer <pvhp@forte.com>
52657              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
52658              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
52659      Branch: perl
52660            ! t/lib/filecomp.t
52661 ____________________________________________________________________________
52662 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
52663         Log: I wonder how many $CONFIGs still lurk in the shadows.
52664      Branch: perl
52665            ! pod/Makefile.SH x2p/cflags.SH
52666 ____________________________________________________________________________
52667 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
52668         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
52669      Branch: perl
52670            ! pod/checkpods.PL
52671 ____________________________________________________________________________
52672 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
52673         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
52674      Branch: perl
52675            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
52676 ____________________________________________________________________________
52677 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
52678         Log: Subject: [patch] rid local_patches warnings
52679              From: Doug MacEachern <dougm@covalent.net>
52680              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
52681              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
52682      Branch: perl
52683            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
52684 ____________________________________________________________________________
52685 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
52686         Log: Subject: Re: ext/ + -Wall
52687              From: Doug MacEachern <dougm@covalent.net>
52688              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
52689              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
52690      Branch: perl
52691            ! ext/attrs/attrs.xs
52692 ____________________________________________________________________________
52693 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
52694         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
52695              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
52696              Date: Tue, 12 Jun 2001 14:36:20 -0400
52697              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
52698      Branch: perl
52699            ! pod/perlretut.pod
52700 ____________________________________________________________________________
52701 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
52702         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
52703              From: Mike Guy <mjtg@cam.ac.uk>
52704              Date: Tue, 12 Jun 2001 19:10:31 +0100
52705              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
52706              
52707              Subject: Re: [ID 20010612.001] out of memory during regex compilation
52708              From: Mike Guy <mjtg@cam.ac.uk>
52709              Date: Tue, 12 Jun 2001 19:21:01 +0100
52710              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
52711      Branch: perl
52712            ! pod/perlop.pod
52713 ____________________________________________________________________________
52714 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
52715         Log: AIX tweaks from Merijn H. Brand.
52716      Branch: perl
52717            ! hints/aix.sh
52718 ____________________________________________________________________________
52719 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
52720         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
52721              From: "Brendan O'Dea" <bod@compusol.com.au>
52722              Date: Wed, 13 Jun 2001 05:16:47 +1000
52723              Message-ID: <20010613051647.A8945@compusol.com.au>
52724      Branch: maint-5.6/perl
52725            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52726 ____________________________________________________________________________
52727 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
52728         Log: Subject: Small bcopy cleanup
52729              From: Andy Dougherty <doughera@lafayette.edu>
52730              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
52731              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
52732      Branch: perl
52733            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
52734 ____________________________________________________________________________
52735 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
52736         Log: Subject: [PATCH] Re: ext/ + -Wall
52737              From: Nicholas Clark <nick@ccl4.org>
52738              Date: Wed, 13 Jun 2001 00:04:30 +0100
52739              Message-ID: <20010613000430.M5901@plum.flirble.org>
52740      Branch: perl
52741            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52742 ____________________________________________________________________________
52743 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
52744         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
52745              From: Nicholas Clark <nick@ccl4.org>
52746              Date: Tue, 12 Jun 2001 23:53:07 +0100
52747              Message-ID: <20010612235307.L5901@plum.flirble.org>
52748      Branch: perl
52749            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52750 ____________________________________________________________________________
52751 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
52752         Log: MPE/iX tweaks from Mark Bixby.
52753      Branch: perl
52754            ! hints/mpeix.sh mpeix/mpeixish.h util.c
52755 ____________________________________________________________________________
52756 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
52757         Log: Update Changes.
52758      Branch: perl
52759            ! Changes patchlevel.h
52760 ____________________________________________________________________________
52761 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
52762         Log: One less -Wall whine (found under DEBUGGING).
52763      Branch: perl
52764            ! x2p/Makefile.SH x2p/a2p.c
52765 ____________________________________________________________________________
52766 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
52767         Log: s/case-independent/case-insensitive/g
52768      Branch: perl
52769            ! pod/perldebug.pod
52770 ____________________________________________________________________________
52771 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
52772         Log: As suggested in    
52773              
52774              Subject: Re: ext/ + -Wall
52775              From: Gurusamy Sarathy <gsar@ActiveState.com>
52776              Date: Mon, 11 Jun 2001 23:34:31 -0700
52777              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
52778      Branch: perl
52779            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
52780            ! perl.h
52781 ____________________________________________________________________________
52782 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
52783         Log: Subject: ext/ + -Wall
52784              From: Doug MacEachern <dougm@covalent.net>
52785              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
52786              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
52787      Branch: perl
52788            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
52789            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
52790            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
52791            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
52792            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
52793            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
52794            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
52795            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
52796            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
52797            ! lib/ExtUtils/xsubpp
52798 ____________________________________________________________________________
52799 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
52800         Log: Subject: [PATCH] anonymous stashes
52801              From: Abhijit Menon-Sen <ams@wiw.org>
52802              Date: Tue, 12 Jun 2001 12:47:04 +0530
52803              Message-ID: <20010612124704.A29029@lustre.linux.in>
52804      Branch: perl
52805            ! dump.c gv.c sv.c xsutils.c
52806 ____________________________________________________________________________
52807 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
52808         Log: One more test for $^S.
52809      Branch: perl
52810            ! t/op/magic.t
52811 ____________________________________________________________________________
52812 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
52813         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
52814              From: Abhijit Menon-Sen <ams@wiw.org>
52815              Date: Tue, 12 Jun 2001 17:35:55 +0530
52816              Message-ID: <20010612173555.A32426@lustre.linux.in>
52817      Branch: perl
52818            ! mg.c t/op/magic.t
52819 ____________________________________________________________________________
52820 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
52821         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
52822              From: Mike Guy <mjtg@cam.ac.uk>
52823              Date: Tue, 12 Jun 2001 13:14:15 +0100
52824              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
52825      Branch: perl
52826            ! pod/perlop.pod
52827 ____________________________________________________________________________
52828 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
52829         Log: AUTHORS updates.
52830      Branch: perl
52831            ! AUTHORS
52832 ____________________________________________________________________________
52833 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
52834         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
52835              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
52836              Content-Transfer-Encoding: 7bit
52837              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
52838      Branch: perl
52839            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
52840 ____________________________________________________________________________
52841 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
52842         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
52843              From: "Philip Newton" <Philip.Newton@gmx.net>
52844              Date: Mon, 11 Jun 2001 07:08:03 +0200
52845              Message-Id: <200106120802.LAA08992@taas.iki.fi>
52846      Branch: perl
52847            ! t/base/term.t
52848 ____________________________________________________________________________
52849 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
52850         Log: Cleanup the a2p.c for -Wall.
52851      Branch: perl
52852            ! x2p/Makefile.SH x2p/a2p.c
52853 ____________________________________________________________________________
52854 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
52855         Log: File::Find update for MacOS from Chris Nandor.
52856      Branch: perl
52857            ! lib/File/Find.pm t/lib/filefind.t
52858 ____________________________________________________________________________
52859 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
52860         Log: gcc -Wall nits picked out by a non-UNIX system
52861              (courtesy of Mark Bixby)
52862      Branch: perl
52863            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
52864            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
52865            ! pp_sys.c util.c
52866 ____________________________________________________________________________
52867 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
52868         Log: Metaconfig unit change for #10522.  (The d_modfl changes
52869              placate metalint.)
52870      Branch: metaconfig/U/perl
52871            ! d_modfl.U d_u32align.U
52872 ____________________________________________________________________________
52873 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
52874         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
52875              be "./try 2>&1 >/dev/null".
52876      Branch: perl
52877            ! Configure
52878 ____________________________________________________________________________
52879 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
52880         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
52881              From: "Craig A. Berry" <craigberry@mac.com>
52882              Date: Mon, 11 Jun 2001 14:00:32 -0500
52883              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
52884      Branch: perl
52885            ! configure.com
52886 ____________________________________________________________________________
52887 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
52888         Log: Move the full \p\P lists to perlunicode.
52889      Branch: perl
52890            ! pod/perlretut.pod pod/perlunicode.pod
52891 ____________________________________________________________________________
52892 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
52893         Log: VOS build tweak for 5.6.1 from Paul Green.
52894      Branch: maint-5.6/perl
52895            ! vos/build.cm
52896 ____________________________________________________________________________
52897 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
52898         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
52899              From: "Craig A. Berry" <craigberry@mac.com>
52900              Date: Fri, 8 Jun 2001 18:08:18 -0500
52901              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
52902      Branch: perl
52903            ! vms/vms.c
52904 ____________________________________________________________________________
52905 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
52906         Log: Update Changes.
52907      Branch: perl
52908            ! Changes patchlevel.h
52909 ____________________________________________________________________________
52910 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
52911         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
52912      Branch: perl
52913            ! vos/config.alpha.h vos/config.ga.h
52914 ____________________________________________________________________________
52915 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
52916         Log: VOS updates from Paul Green for @10476.
52917      Branch: perl
52918            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
52919            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52920            ! vos/config.ga.h vos/configure_perl.cm
52921 ____________________________________________________________________________
52922 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
52923         Log: Subject: [PATCH] Not many people know this ...
52924              From: Mike Guy <mjtg@cam.ac.uk>
52925              Date: Mon, 11 Jun 2001 14:55:15 +0100
52926              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
52927      Branch: perl
52928            ! pod/perldebug.pod
52929 ____________________________________________________________________________
52930 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
52931         Log: Add final commas to lists as suggested by Philip Newton.
52932      Branch: perl
52933            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52934 ____________________________________________________________________________
52935 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
52936         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
52937              Date: Sun, 10 Jun 2001 23:35:38 -0400
52938              From: Chris Nandor <pudge@pobox.com>
52939              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
52940      Branch: perl
52941            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
52942            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
52943            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
52944            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
52945            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
52946            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
52947            ! t/op/write.t t/pragma/strict.t
52948 ____________________________________________________________________________
52949 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
52950         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
52951              From: Chris Nandor <pudge@pobox.com>
52952              Date: Mon, 11 Jun 2001 08:24:28 -0400
52953              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
52954      Branch: perl
52955            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
52956            ! t/lib/io_dir.t
52957 ____________________________________________________________________________
52958 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
52959         Log: One more run_byacc (a hand-tweaked version had slipped in).
52960      Branch: perl
52961            ! perly.c vms/perly_c.vms
52962 ____________________________________________________________________________
52963 [ 10509] By: nick                                  on 2001/06/11  07:49:15
52964         Log: Integrate mainline
52965      Branch: perlio
52966           !> Makefile.SH embed.h embed.pl global.sym
52967           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
52968           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
52969           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
52970           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
52971 ____________________________________________________________________________
52972 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
52973         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
52974              From: Mike Guy <mjtg@cam.ac.uk>
52975              Reply-To: mjtg@cam.ac.uk
52976              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
52977      Branch: perl
52978            ! lib/ExtUtils/Manifest.pm
52979 ____________________________________________________________________________
52980 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
52981         Log: Subject: [PATCH] ExtUtils::Constant
52982              From: Nicholas Clark <nick@ccl4.org>
52983              Date: Sun, 10 Jun 2001 23:25:41 +0100
52984              Message-ID: <20010610232540.C76396@plum.flirble.org>
52985      Branch: perl
52986            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52987 ____________________________________________________________________________
52988 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
52989         Log: Integrate perlio:
52990              
52991              [ 10504]
52992              Fix (valid) -Wall warnings in perlio.c
52993      Branch: perl
52994           !> iperlsys.h
52995 ____________________________________________________________________________
52996 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
52997         Log: Move the grok_number and its lieutenant grok_numeric_radix
52998              from sv.c statics to util.c and public.
52999      Branch: perl
53000            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
53001            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
53002 ____________________________________________________________________________
53003 [ 10504] By: nick                                  on 2001/06/10  17:47:06
53004         Log: Fix (valid) -Wall warnings in perlio.c
53005      Branch: perlio
53006            ! iperlsys.h
53007 ____________________________________________________________________________
53008 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
53009         Log: Update perly_c.diff, update perly.fixer to edit away
53010              some of the -Wall noise.
53011      Branch: perl
53012            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
53013 ____________________________________________________________________________
53014 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
53015         Log: Check the version of byacc.
53016      Branch: perl
53017            ! Makefile.SH
53018 ____________________________________________________________________________
53019 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
53020         Log: Subject: [PATCH] perly.y overhaul
53021              From: Simon Cozens <simon@netthink.co.uk>
53022              Date: Sun, 10 Jun 2001 16:56:54 +0100
53023              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
53024              
53025              Plus make run_byacc.
53026      Branch: perl
53027            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
53028 ____________________________________________________________________________
53029 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
53030         Log: Integrate perlio:
53031              
53032              [ 10497]
53033              Paper over a crack or two with USE_SFIO
53034      Branch: perl
53035           !> perlio.c perlsfio.h
53036 ____________________________________________________________________________
53037 [ 10499] By: nick                                  on 2001/06/10  15:01:08
53038         Log: Integrate mainline
53039      Branch: perlio
53040           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
53041           !> t/pragma/locale.t util.c
53042 ____________________________________________________________________________
53043 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
53044         Log: Put some meat on the perl572delta bones.  The list of
53045              selected bug fixes needs more work, as does still the
53046              whole document.
53047      Branch: perl
53048            ! pod/perl572delta.pod
53049 ____________________________________________________________________________
53050 [ 10497] By: nick                                  on 2001/06/10  12:27:51
53051         Log: Paper over a crack or two with USE_SFIO
53052      Branch: perlio
53053            ! perlio.c perlsfio.h
53054 ____________________________________________________________________________
53055 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
53056         Log: Update Changes.
53057      Branch: perl
53058            ! Changes patchlevel.h
53059 ____________________________________________________________________________
53060 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
53061         Log: Subject: Re: pragma/locale.t #107
53062              From: Hugo <hv@crypt.compulink.co.uk>
53063              Date: Sun, 10 Jun 2001 11:23:30 +0100
53064              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
53065              
53066              Encapsulate the scan of the decimal radix separator.
53067      Branch: perl
53068            ! embed.h embed.pl proto.h sv.c
53069 ____________________________________________________________________________
53070 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
53071         Log: Try to grok numbers both with the locale specific separator
53072              and with the usual "." (if different from the lss); add a test
53073              to locale.t to do also a little bit of math in addition to just
53074              equalness testing; remove extraneous logic as suggested in
53075              
53076              Subject: Re: pragma/locale.t #107
53077              From: Nicholas Clark <nick@ccl4.org>
53078              Date: Sat, 9 Jun 2001 22:37:36 +0100
53079              Message-ID: <20010609223735.Y76396@plum.flirble.org>
53080      Branch: perl
53081            ! sv.c t/pragma/locale.t
53082 ____________________________________________________________________________
53083 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
53084         Log: Metaconfig unit change for #10492.
53085      Branch: metaconfig/U/perl
53086            ! Extensions.U
53087 ____________________________________________________________________________
53088 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
53089         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
53090              From: Artur Bergman <artur@contiller.se> 
53091              Date: Sat, 09 Jun 2001 21:03:51 +0200
53092              Message-ID: <B7483FB6.1398%artur@contiller.se>
53093      Branch: perl
53094            ! Configure
53095 ____________________________________________________________________________
53096 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
53097         Log: Integrate perlio:
53098              
53099              [ 10489]
53100              Make XS/Typemap compile (but fail) with sfio
53101      Branch: perl
53102           !> perlsfio.h
53103 ____________________________________________________________________________
53104 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
53105         Log: Do locale specific separator if only in locale.
53106      Branch: perl
53107            ! util.c
53108 ____________________________________________________________________________
53109 [ 10489] By: nick                                  on 2001/06/09  19:13:25
53110         Log: Make XS/Typemap compile (but fail) with sfio
53111      Branch: perlio
53112            ! perlsfio.h
53113 ____________________________________________________________________________
53114 [ 10488] By: nick                                  on 2001/06/09  19:12:51
53115         Log: Re-integrate mainline
53116      Branch: perlio
53117           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
53118           !> proto.h sv.c util.c
53119 ____________________________________________________________________________
53120 [ 10487] By: nick                                  on 2001/06/09  16:26:29
53121         Log: Integrate mainline
53122      Branch: perlio
53123           !> (integrate 31 files)
53124 ____________________________________________________________________________
53125 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
53126         Log: Subject: [PATCH] New attempt to clone callack
53127              From: Artur Bergman <artur@contiller.se> 
53128              Date: Thu, 07 Jun 2001 11:52:16 +0200
53129              Message-ID: <B7451B6F.12B7%artur@contiller.se>
53130      Branch: perl
53131            ! embedvar.h intrpvar.h perlapi.h sv.c
53132 ____________________________________________________________________________
53133 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
53134         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
53135      Branch: perl
53136            ! embed.h embed.pl perl.h proto.h sv.c util.c
53137 ____________________________________________________________________________
53138 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
53139         Log: Subject: Re: pragma/locale.t #107
53140              From: Nicholas Clark <nick@ccl4.org>
53141              Date: Sat, 9 Jun 2001 16:26:10 +0100
53142              Message-ID: <20010609162609.V76396@plum.flirble.org>
53143              
53144              A missing NVification.
53145      Branch: perl
53146            ! sv.c
53147 ____________________________________________________________________________
53148 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
53149         Log: Redo the #10482, there already was a test script for formats.
53150      Branch: perl
53151            - t/io/format.t
53152            ! MANIFEST t/op/write.t
53153 ____________________________________________________________________________
53154 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
53155         Log: Twisted format testing, from Merijn.
53156      Branch: perl
53157            + t/io/format.t
53158            ! MANIFEST
53159 ____________________________________________________________________________
53160 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
53161         Log: More \p{In...} testing, combined with \N{...}.
53162      Branch: perl
53163            ! lib/utf8_heavy.pl t/op/pat.t
53164 ____________________________________________________________________________
53165 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
53166         Log: Metaconfig changes for #10479.
53167      Branch: metaconfig
53168            ! U/Glossary.patch
53169      Branch: metaconfig/U/perl
53170            ! d_modfl.U
53171 ____________________________________________________________________________
53172 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
53173         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
53174      Branch: perl
53175            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53176            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
53177            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
53178            ! win32/config.bc win32/config.gc win32/config.vc
53179 ____________________________________________________________________________
53180 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
53181         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
53182              From: "Craig A. Berry" <craigberry@mac.com>
53183              Date: Thu, 7 Jun 2001 14:27:20 -0500
53184              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
53185      Branch: perl
53186            ! vms/perlvms.pod
53187 ____________________________________________________________________________
53188 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
53189         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
53190              From: Gisle Aas <gisle@ActiveState.com>
53191              Date: 07 Jun 2001 17:04:29 -0700
53192              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
53193      Branch: perl
53194            ! ext/re/re.xs
53195 ____________________________________________________________________________
53196 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
53197         Log: Update Changes.
53198      Branch: perl
53199            ! Changes patchlevel.h
53200 ____________________________________________________________________________
53201 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
53202         Log: Regen Glossary et alia.
53203      Branch: perl
53204            ! Porting/Glossary Porting/config.sh Porting/config_H
53205 ____________________________________________________________________________
53206 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
53207         Log: Metaconfig unit changes for #10473.
53208      Branch: metaconfig/U/perl
53209            ! d_modfl.U
53210 ____________________________________________________________________________
53211 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
53212         Log: Harumph, also AIX will spill its guts (i.e. dump core)
53213              if an executable contains modfl() but it hasn't been
53214              compiled right (in the case of AIX, with cc -qlongdouble).
53215      Branch: perl
53216            ! Configure
53217 ____________________________________________________________________________
53218 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
53219         Log: integrate change#10471 from mainline
53220              
53221              in change#10451, check that CvOUTSIDE is a CV before looking in
53222              (it can apparently be SVt_NULL during global destruction)
53223      Branch: maint-5.6/perl
53224           !> op.c
53225 ____________________________________________________________________________
53226 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
53227         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
53228              (it can apparently be SVt_NULL during global destruction)
53229      Branch: perl
53230            ! op.c
53231 ____________________________________________________________________________
53232 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
53233         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
53234              From: Robin Barker <rmb1@cise.npl.co.uk>
53235              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
53236              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
53237      Branch: perl
53238            ! lib/diagnostics.pm pod/perldiag.pod
53239 ____________________________________________________________________________
53240 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
53241         Log: Subject: [PATCH perl@10439] long =item
53242              From: Robin Barker <rmb1@cise.npl.co.uk>
53243              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
53244              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
53245      Branch: perl
53246            ! README.amiga lib/Attribute/Handlers.pm
53247            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
53248 ____________________________________________________________________________
53249 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
53250         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
53251              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
53252              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
53253              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
53254      Branch: perl
53255            ! pod/perlguts.pod
53256 ____________________________________________________________________________
53257 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
53258         Log: Integrate perlio:
53259              
53260              [ 10466]
53261              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
53262              whitespace tweaks.
53263              Still coredumps in pragma/overload.t - what a nice hard fail that is...
53264      Branch: perl
53265           !> sv.c
53266 ____________________________________________________________________________
53267 [ 10466] By: nick                                  on 2001/06/07  10:25:40
53268         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
53269              whitespace tweaks.
53270              Still coredumps in pragma/overload.t - what a nice hard fail that is...
53271      Branch: perlio
53272            ! sv.c
53273 ____________________________________________________________________________
53274 [ 10465] By: nick                                  on 2001/06/07  08:41:58
53275         Log: Raw integrate of mainline for S_grok_number debug
53276              (sv.c has MULTIPLICITY issues as well as whatever else ...)
53277      Branch: perlio
53278            - plan9/perlplan9.doc plan9/perlplan9.pod
53279           !> (integrate 46 files)
53280 ____________________________________________________________________________
53281 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
53282         Log: The proper prototyping for #10463.
53283      Branch: perl
53284            ! embed.h embed.pl proto.h sv.c
53285 ____________________________________________________________________________
53286 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
53287         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
53288              From: Nicholas Clark <nick@ccl4.org>
53289              Date: Thu, 7 Jun 2001 00:29:59 +0100
53290              Message-ID: <20010607002959.Z76396@plum.flirble.org>
53291      Branch: perl
53292            ! sv.c
53293 ____________________________________________________________________________
53294 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
53295         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
53296              From: "Craig A. Berry" <craigberry@mac.com>
53297              Date: Wed, 06 Jun 2001 17:54:30 -0500
53298              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
53299      Branch: perl
53300            ! vms/perlvms.pod
53301 ____________________________________________________________________________
53302 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
53303         Log: Podify the remaining README.platform files;
53304              merge README.plan9 and plan9/perlplan9.pod;
53305              delete plan9/perlplan9.* (the perlplan.doc needs to
53306              be regenerated in Plan 9); make the =head1 and =head2
53307              in the README.platform to be a little more verbose
53308              (skipped README.os2 not to anger Ilya) so that they
53309              look better in the toc; regen toc.
53310      Branch: perl
53311            - plan9/perlplan9.doc plan9/perlplan9.pod
53312            ! MANIFEST README.aix README.amiga README.apollo README.beos
53313            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
53314            ! README.hpux README.hurd README.machten README.macos
53315            ! README.micro README.mint README.mpeix README.os390
53316            ! README.plan9 README.qnx README.solaris README.threads
53317            ! README.tru64 README.vmesa README.vms README.vos README.win32
53318            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
53319            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
53320 ____________________________________________________________________________
53321 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
53322         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
53323              From: Mike Guy <mjtg@cam.ac.uk>
53324              Reply-To: mjtg@cam.ac.uk
53325              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
53326      Branch: perl
53327            ! pod/perlguts.pod
53328 ____________________________________________________________________________
53329 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
53330         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
53331              From: Mike Guy <mjtg@cam.ac.uk>
53332              Reply-To: mjtg@cam.ac.uk
53333              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
53334      Branch: perl
53335            ! pod/perlsec.pod
53336 ____________________________________________________________________________
53337 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
53338         Log: Disable long doubles from pre-5.0 Tru64s.
53339      Branch: perl
53340            ! README.tru64 hints/dec_osf.sh
53341 ____________________________________________________________________________
53342 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
53343         Log: The #10455 exposed that modfl() is fundamentally busted
53344              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
53345              testing it.
53346      Branch: perl
53347            ! hints/dec_osf.sh
53348 ____________________________________________________________________________
53349 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
53350         Log: Metaconfig unit change for #10455.
53351      Branch: metaconfig/U/perl
53352            ! d_modfl.U
53353 ____________________________________________________________________________
53354 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
53355         Log: Configure check for geborken modfl(), inspired by
53356              
53357              Subject: Re: [20010118.017] op/int.t failure 
53358              From: Hugo <hv@crypt.compulink.co.uk>
53359              Date: Tue, 05 Jun 2001 13:43:27 +0100
53360              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
53361      Branch: perl
53362            ! Configure
53363 ____________________________________________________________________________
53364 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
53365         Log: Integrate changes #10450 and #10451 from maintperl:
53366              
53367              optimize change#10448 slightly (don't repeat search in eval""s lexical
53368              scope, since that has already been searched)
53369              
53370              change#9108 needs subtler treatment for case of closures created
53371              within eval""
53372      Branch: perl
53373           !> op.c t/op/misc.t
53374 ____________________________________________________________________________
53375 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
53376         Log: MakeMaker magic to compile (when no dynamic loading)
53377              List/Util.xsc as (ListUtil.c and) ListUtil.o since
53378              POSIX-BC (BS2000) linker has an evil limitation of
53379              being unable to include in the same executable several
53380              object files with the same name - case-insensitively -
53381              because otherwise we conflict with util.c.
53382              Strictly speaking currently required only in POSIX-BC
53383              but probably will do no harm elsewhere where static
53384              linking is required.
53385      Branch: perl
53386            ! ext/List/Util/Makefile.PL
53387 ____________________________________________________________________________
53388 [ 10452] By: nick                                  on 2001/06/06  08:59:51
53389         Log: Integrate mainline.
53390      Branch: perlio
53391           +> lib/Attribute/Handlers/demo/Demo.pm
53392           +> lib/Attribute/Handlers/demo/Descriptions.pm
53393           +> lib/Attribute/Handlers/demo/MyClass.pm
53394           +> lib/Attribute/Handlers/demo/demo.pl
53395           +> lib/Attribute/Handlers/demo/demo2.pl
53396           +> lib/Attribute/Handlers/demo/demo3.pl
53397           +> lib/Attribute/Handlers/demo/demo4.pl
53398           +> lib/Attribute/Handlers/demo/demo_call.pl
53399           +> lib/Attribute/Handlers/demo/demo_chain.pl
53400           +> lib/Attribute/Handlers/demo/demo_cycle.pl
53401           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
53402           +> lib/Attribute/Handlers/demo/demo_phases.pl
53403           +> lib/Attribute/Handlers/demo/demo_range.pl
53404           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
53405           +> uts/strtol_wrap.c
53406           !> (integrate 91 files)
53407 ____________________________________________________________________________
53408 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
53409         Log: change#9108 needs subtler treatment for case of closures created
53410              within eval""
53411      Branch: maint-5.6/perl
53412            ! op.c t/op/misc.t
53413 ____________________________________________________________________________
53414 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
53415         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
53416              scope, since that has already been searched)
53417      Branch: maint-5.6/perl
53418            ! op.c
53419 ____________________________________________________________________________
53420 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
53421         Log: Integrate change #10448 from maintperl; lexicals
53422              outside an eval"" weren't resolved correctly inside a subroutine
53423              definition inside the eval"" if they were not already referenced
53424              in the toplevel of the eval""-ed code
53425      Branch: perl
53426           !> cop.h op.c pp_ctl.c t/op/misc.t
53427 ____________________________________________________________________________
53428 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
53429         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
53430              outside an eval"" weren't resolved correctly inside a subroutine
53431              definition inside the eval"" if they were not already referenced
53432              in the toplevel of the eval""-ed code
53433      Branch: maint-5.6/perl
53434            ! cop.h op.c pp_ctl.c t/op/misc.t
53435 ____________________________________________________________________________
53436 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
53437         Log: Subject: [PATCH] perl570delta.pod
53438              From: Peter Scott <Peter@PSDT.com> 
53439              Date: Tue, 05 Jun 2001 18:51:02 -0700
53440              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
53441      Branch: perl
53442            ! pod/perl570delta.pod
53443 ____________________________________________________________________________
53444 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
53445         Log: The fudge factor is no more needed.  I hope.
53446      Branch: perl
53447            ! t/lib/posix.t
53448 ____________________________________________________________________________
53449 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
53450         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
53451              From: Hugo <hv@crypt.compulink.co.uk>
53452              Date: Tue, 05 Jun 2001 12:58:19 +0100
53453              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
53454      Branch: perl
53455            ! util.c
53456 ____________________________________________________________________________
53457 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
53458         Log: Make up prototypes only for those who have the functions
53459              but not the prototypes.
53460      Branch: perl
53461            ! perl.h
53462 ____________________________________________________________________________
53463 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
53464         Log: Subject: Re: Not OK: perl@10439 on win32 
53465              From: Prymmer/Kahn <pvhp@best.com> 
53466              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
53467              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
53468      Branch: perl
53469            ! perl.h util.c
53470 ____________________________________________________________________________
53471 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
53472         Log: The metaconfig units changes for #10441.
53473      Branch: metaconfig
53474            ! U/modified/Extract.U U/modified/Extractall.U
53475            ! U/modified/Finish.U
53476 ____________________________________________________________________________
53477 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
53478         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
53479      Branch: perl
53480            ! Configure
53481 ____________________________________________________________________________
53482 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
53483         Log: Unnecessary fuzziness undone, noted by Mike Guy.
53484      Branch: perl
53485            ! t/op/tr.t
53486 ____________________________________________________________________________
53487 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
53488         Log: Update Changes.
53489      Branch: perl
53490            ! Changes patchlevel.h
53491 ____________________________________________________________________________
53492 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
53493         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
53494              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
53495              leakage patch.
53496      Branch: perl
53497            ! t/op/misc.t
53498 ____________________________________________________________________________
53499 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
53500         Log: Test case for #10433/#10424.
53501      Branch: perl
53502            ! t/op/misc.t
53503 ____________________________________________________________________________
53504 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
53505         Log: Subject: One fix for strtoul not setting errno
53506              From: hom00@utsglobal.com (Hal Morris)
53507              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
53508              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
53509      Branch: perl
53510            + uts/strtol_wrap.c
53511            ! MANIFEST hints/uts.sh
53512 ____________________________________________________________________________
53513 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
53514         Log: Metaconfig units changes for #10434.
53515      Branch: metaconfig
53516            ! U/modified/Cppsym.U
53517      Branch: metaconfig/U/perl
53518            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
53519            + d_syscallproto.U d_usleepproto.U
53520            ! longdblfio.U quadfio.U
53521 ____________________________________________________________________________
53522 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
53523         Log: Configure tweaks; add prototype probes, make the cpp symbols
53524              probe to cast, not whine; test for %Ld and %Lf before %lld and
53525              %llf because the L is the ANSI way.
53526      Branch: perl
53527            ! Configure config_h.SH configure.com epoc/config.sh
53528            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
53529            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
53530            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
53531 ____________________________________________________________________________
53532 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
53533         Log: Sigh.  This is what #10424 was supposed to check in.
53534      Branch: perl
53535            ! op.c sv.c sv.h
53536 ____________________________________________________________________________
53537 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
53538         Log: More verbose failure.
53539      Branch: perl
53540            ! t/op/ver.t
53541 ____________________________________________________________________________
53542 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
53543         Log: The .pm changes to go with #10428.
53544      Branch: perl
53545            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
53546            ! ext/Sys/Syslog/Syslog.pm
53547 ____________________________________________________________________________
53548 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
53549         Log: On second thoughts show to utf8 skippage message only
53550              on failures, it's too confusing otherwise,
53551      Branch: perl
53552            ! t/pragma/locale.t
53553 ____________________________________________________________________________
53554 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
53555         Log: Do not import anything from Encode.
53556      Branch: perl
53557            ! ext/MIME/Base64/QuotedPrint.pm
53558 ____________________________________________________________________________
53559 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
53560         Log: The #10402 didn't take.  Weird.
53561      Branch: perl
53562            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
53563            ! ext/Sys/Syslog/Syslog.xs
53564 ____________________________________________________________________________
53565 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
53566         Log: Eradicate traces of 'asciirange' re subpragma.
53567      Branch: perl
53568            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
53569            ! pod/perldiag.pod
53570 ____________________________________________________________________________
53571 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
53572         Log: use is a compile-time thing.
53573      Branch: perl
53574            ! ext/MIME/Base64/QuotedPrint.pm
53575 ____________________________________________________________________________
53576 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
53577         Log: Subject: [PATCH perl@10419] -Wall casting patch
53578              From: Robin Barker <rmb1@cise.npl.co.uk>
53579              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
53580              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
53581      Branch: perl
53582            ! ext/Devel/DProf/DProf.xs mg.c
53583 ____________________________________________________________________________
53584 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
53585         Log: Subject: [PATCH #2] introducing SVpad_TYPED
53586              From: Abhijit Menon-Sen <ams@wiw.org>
53587              Date: Mon, 4 Jun 2001 12:26:02 +0530
53588              Message-ID: <20010604122602.A5775@lustre.linux.in>
53589      Branch: perl
53590            ! op.c sv.c sv.h
53591 ____________________________________________________________________________
53592 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
53593         Log: testsuite for change#10192 (from Gisle Aas)
53594      Branch: perl
53595            + t/op/override.t
53596            ! MANIFEST
53597 ____________________________________________________________________________
53598 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
53599         Log: integrate changes#10414-10416 from mainline
53600              
53601              Potential buffer overrun if the radix separator is more than
53602              one byte.  Also, under locales, prefer the locale-specific
53603              separator over the old boring ".".
53604              
53605              "10.", that is, decimal numbers can have no decimal part at all.
53606              
53607              The non-locale places need love, too.
53608      Branch: maint-5.6/perl
53609           !> perl.h sv.c
53610 ____________________________________________________________________________
53611 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
53612         Log: Missed from #10420.
53613      Branch: perl
53614            ! epoc/config.sh
53615 ____________________________________________________________________________
53616 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
53617         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
53618              often this prototype goes with HAS_SETRESUID_PROTO.
53619      Branch: perl
53620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53621            ! config_h.SH configure.com perl.h uconfig.h
53622 ____________________________________________________________________________
53623 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
53624         Log: Update Changes.
53625      Branch: perl
53626            ! Changes patchlevel.h
53627 ____________________________________________________________________________
53628 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
53629         Log: -Wall "subscript has type `char'" cleanup.
53630      Branch: perl
53631            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
53632 ____________________________________________________________________________
53633 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
53634         Log: Various "cast to pointer from integer of different size"
53635              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
53636              wide but I32 (int) only 32 bits wide).
53637              
53638              WARNING: the classnum and tagnum changes in Storable.xs
53639              may not be wise, they may be breaking binary compatibility
53640              (in 64-bit platforms), asked Raphael Manfredi about the changes.
53641      Branch: perl
53642            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
53643            ! mg.c proto.h
53644 ____________________________________________________________________________
53645 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
53646         Log: The non-locale places need love, too.
53647      Branch: perl
53648            ! perl.h
53649 ____________________________________________________________________________
53650 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
53651         Log: "10.", that is, decimal numbers can have no decimal part at all.
53652      Branch: perl
53653            ! perl.h
53654 ____________________________________________________________________________
53655 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
53656         Log: Potential buffer overrun if the radix separator is more than
53657              one byte.  Also, under locales, prefer the locale-specific
53658              separator over the old boring ".".
53659      Branch: perl
53660            ! perl.h sv.c
53661 ____________________________________________________________________________
53662 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
53663         Log: Integrate change #10412 from maintperl; locale is now
53664              per-cop, not per-op; plus retweak the locale.t to always
53665              list the skipped utf8 locales.
53666      Branch: perl
53667            ! t/pragma/locale.t
53668           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
53669           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
53670 ____________________________________________________________________________
53671 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
53672         Log: rationalize locale handling to fix the bugs uncovered by change#10394
53673              
53674              the major issue was that the runtime was looking at PL_hints rather
53675              than op_private to notice whether locale was enabled
53676              
53677              the secondary issue was that many locale-sensitive numeric ops didn't
53678              have HINT_LOCALE propagated into their op_private
53679              
53680              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
53681              instead of per-op, just like HINT_BYTE and the hints for lexical
53682              warnings (this makes the hint available to every op via PL_curcop)
53683              
53684              pragma/locale.t may need to be reworked with these fixes in mind
53685              (it currently passes its tests)
53686      Branch: maint-5.6/perl
53687            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
53688            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
53689 ____________________________________________________________________________
53690 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
53691         Log: More verbose debugging.
53692      Branch: perl
53693            ! t/pragma/locale.t
53694 ____________________________________________________________________________
53695 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
53696         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53697              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
53698              Date: Sat, 2 Jun 2001 22:53:33 +0100
53699              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
53700      Branch: perl
53701            ! regcomp.c t/pragma/warn/regcomp
53702 ____________________________________________________________________________
53703 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
53704         Log: Mention that lexicalizing $a or $b is a bad idea if one
53705              wants to use sort().
53706      Branch: perl
53707            ! pod/perlvar.pod
53708 ____________________________________________________________________________
53709 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
53710         Log: Tweak the test to be happy if the accuracy is 'good enough'.
53711      Branch: perl
53712            ! t/lib/posix.t
53713 ____________________________________________________________________________
53714 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
53715         Log: Upgrade to Attribute::Handlers 0.70.
53716              
53717              NOTE: this unearthed the "too late for CHECK block" bug,
53718              that's why the 1_compile.t change.
53719      Branch: perl
53720            + lib/Attribute/Handlers/demo/Demo.pm
53721            + lib/Attribute/Handlers/demo/Descriptions.pm
53722            + lib/Attribute/Handlers/demo/MyClass.pm
53723            + lib/Attribute/Handlers/demo/demo.pl
53724            + lib/Attribute/Handlers/demo/demo2.pl
53725            + lib/Attribute/Handlers/demo/demo3.pl
53726            + lib/Attribute/Handlers/demo/demo4.pl
53727            + lib/Attribute/Handlers/demo/demo_call.pl
53728            + lib/Attribute/Handlers/demo/demo_chain.pl
53729            + lib/Attribute/Handlers/demo/demo_cycle.pl
53730            + lib/Attribute/Handlers/demo/demo_hashdir.pl
53731            + lib/Attribute/Handlers/demo/demo_phases.pl
53732            + lib/Attribute/Handlers/demo/demo_range.pl
53733            + lib/Attribute/Handlers/demo/demo_rawdata.pl
53734            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
53735            ! t/lib/attrhand.t
53736 ____________________________________________________________________________
53737 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
53738         Log: One less -Wall whine.
53739      Branch: perl
53740            ! regcomp.c
53741 ____________________________________________________________________________
53742 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
53743         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
53744      Branch: perl
53745           !> t/op/eval.t
53746 ____________________________________________________________________________
53747 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
53748         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
53749              aren't "normally" visible inside eval""s contained in subs unless
53750              a cloned reference to them already exists)
53751              
53752              strangely enough, t/harness didn't show this up as a failure
53753              (harness needs fixing?)
53754      Branch: maint-5.6/perl
53755            ! t/op/eval.t
53756 ____________________________________________________________________________
53757 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
53758         Log: Update to Text::Balanced 1.85.
53759      Branch: perl
53760            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
53761 ____________________________________________________________________________
53762 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
53763         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
53764              From: Nicholas Clark <nick@ccl4.org>
53765              Date: Sun, 3 Jun 2001 17:54:36 +0100
53766              Message-ID: <20010603175436.E76396@plum.flirble.org> 
53767      Branch: perl
53768            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
53769            ! ext/Sys/Syslog/Syslog.xs
53770 ____________________________________________________________________________
53771 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
53772         Log: Unused variables.
53773      Branch: perl
53774            ! util.c
53775 ____________________________________________________________________________
53776 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
53777         Log: Subject: [PATCH] APIfy op_clear 
53778              From: Simon Cozens <simon@netthink.co.uk>
53779              Date: Sun, 3 Jun 2001 13:51:46 +0100
53780              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
53781              
53782              (despite the subject line, op_null is APIfied by the patch)
53783      Branch: perl
53784            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
53785 ____________________________________________________________________________
53786 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
53787         Log: Subject: [PATCH] t/lib/extutils.t
53788              From: Nicholas Clark <nick@ccl4.org>
53789              Date: Sat, 2 Jun 2001 23:57:05 +0100
53790              Message-ID: <20010602235705.Q12698@plum.flirble.org>
53791      Branch: perl
53792            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
53793 ____________________________________________________________________________
53794 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
53795         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
53796              From: Prymmer/Kahn <pvhp@best.com>
53797              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
53798              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
53799      Branch: perl
53800            ! win32/Makefile win32/makefile.mk
53801 ____________________________________________________________________________
53802 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
53803         Log: Subject: Re: 'decimal digits' macro? 
53804              From: Hugo <hv@crypt.compulink.co.uk>
53805              Date: Sun, 03 Jun 2001 04:26:36 +0100
53806              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
53807      Branch: perl
53808            ! handy.h t/lib/posix.t t/op/tr.t
53809 ____________________________________________________________________________
53810 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
53811         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53812              From: Hugo <hv@crypt.compulink.co.uk>
53813              Date: Sun, 03 Jun 2001 14:56:30 +0100
53814              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
53815      Branch: perl
53816            ! util.c
53817 ____________________________________________________________________________
53818 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
53819         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
53820      Branch: perl
53821           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
53822           !> vms/perly_c.vms
53823 ____________________________________________________________________________
53824 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
53825         Log: fix leakage of lexicals at file scope into subroutines that were
53826              declared before them; this appears to be a longstanding bug that
53827              meant that lexicals at file scope were never "deintroduced", meaning
53828              their scope range was never properly closed, and their visibility
53829              extended to all subsequent eval""s or requires
53830              
53831              added a test case
53832              
53833              seems to also fix a case of bogus duplicate warnings
53834      Branch: maint-5.6/perl
53835            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
53836            ! vms/perly_c.vms
53837 ____________________________________________________________________________
53838 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
53839         Log: More VMS tweaks from Craig A. Berry.
53840      Branch: perl
53841            ! configure.com t/lib/extutils.t
53842 ____________________________________________________________________________
53843 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
53844         Log: -Wall cleanup continues.
53845      Branch: perl
53846            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
53847            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
53848            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
53849            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
53850            ! run.c toke.c util.c
53851 ____________________________________________________________________________
53852 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
53853         Log: The metaconfig unit change for #10390.
53854      Branch: metaconfig/U/perl
53855            ! gccvers.U
53856 ____________________________________________________________________________
53857 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
53858         Log: Drop the -ansi from the default gcc flags.
53859              
53860              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
53861              that struct cannot be compared with a flat integer, such as STRLEN.
53862              The -ansi will also cause a lot of noise in Solaris because of:
53863              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
53864      Branch: perl
53865            ! Configure
53866 ____________________________________________________________________________
53867 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
53868         Log: Integrate perlio:
53869              
53870              [ 10387]
53871              Tweak util.c's atof2 for MULTIPLICITY
53872      Branch: perl
53873           !> pod/perlapi.pod util.c
53874 ____________________________________________________________________________
53875 [ 10388] By: nick                                  on 2001/06/02  08:01:12
53876         Log: Integrate mainline
53877      Branch: perlio
53878           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
53879           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
53880           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
53881           !> t/lib/1_compile.t t/lib/mimeqp.t
53882 ____________________________________________________________________________
53883 [ 10387] By: nick                                  on 2001/06/02  07:39:17
53884         Log: Tweak util.c's atof2 for MULTIPLICITY
53885      Branch: perlio
53886            ! util.c
53887 ____________________________________________________________________________
53888 [ 10386] By: nick                                  on 2001/06/02  07:38:33
53889         Log: Integrate mainline
53890      Branch: perlio
53891           !> (integrate 41 files)
53892 ____________________________________________________________________________
53893 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
53894         Log: Add Attribute::Handlers 0.61 from Damian Conway.
53895      Branch: perl
53896            + lib/Attribute/Handlers.pm t/lib/attrhand.t
53897            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
53898 ____________________________________________________________________________
53899 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
53900         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
53901              From: Peter Prymmer <pvhp@forte.com>
53902              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
53903              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
53904      Branch: perl
53905            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
53906 ____________________________________________________________________________
53907 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
53908         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
53909              From: Jeff Pinyan <jeffp@crusoe.net>
53910              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
53911              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
53912      Branch: perl
53913            ! lib/File/Find.pm
53914 ____________________________________________________________________________
53915 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
53916         Log: Subject: [PATCH perl@10381] configure.com tweaks
53917              From: "Craig A. Berry" <craigberry@mac.com>
53918              Date: Fri, 1 Jun 2001 13:55:43 -0500
53919              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
53920      Branch: perl
53921            ! configure.com
53922 ____________________________________________________________________________
53923 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
53924         Log: Update Changes.
53925      Branch: perl
53926            ! Changes patchlevel.h
53927 ____________________________________________________________________________
53928 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
53929         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
53930              From: Mike Guy <mjtg@cam.ac.uk>
53931              Date: Fri, 01 Jun 2001 18:17:02 +0100
53932              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
53933      Branch: perl
53934            ! lib/perl5db.pl
53935 ____________________________________________________________________________
53936 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
53937         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53938              From: Hugo <hv@crypt.compulink.co.uk>
53939              Date: Thu, 31 May 2001 20:49:48 +0100
53940              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
53941      Branch: perl
53942            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
53943            ! util.c
53944 ____________________________________________________________________________
53945 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
53946         Log: Zero() is not available in x2p (or, rather, some of its
53947              implementations like memzero() might not be available.)
53948      Branch: perl
53949            ! x2p/hash.c
53950 ____________________________________________________________________________
53951 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
53952         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
53953              From: Michael G Schwern <schwern@pobox.com>
53954              Date: Fri, 1 Jun 2001 12:00:29 +0100
53955              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
53956              
53957              (But use Zero() instead of memset.)
53958      Branch: perl
53959            ! x2p/hash.c
53960 ____________________________________________________________________________
53961 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
53962         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53963              From: Jeff Pinyan <jeffp@crusoe.net>
53964              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
53965              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
53966      Branch: perl
53967            ! pod/perldiag.pod regcomp.c t/op/pat.t
53968 ____________________________________________________________________________
53969 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
53970         Log: Retract #10324 and #10333; not needed.
53971      Branch: perl
53972            ! hints/irix_6.sh hints/linux.sh
53973 ____________________________________________________________________________
53974 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
53975         Log: The #10370 wasn't quite right.
53976      Branch: perl
53977            ! ext/XS/Typemap/Typemap.xs
53978 ____________________________________________________________________________
53979 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
53980         Log: The metaconfig units changes for #10372.
53981      Branch: metaconfig/U/perl
53982            + d_realpath.U d_sresgproto.U d_sresuproto.U
53983            ! gccvers.U i_db.U
53984 ____________________________________________________________________________
53985 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
53986         Log: Configure tweaks; record the Berkeley DB version,
53987              probe for realpath(), for setresuid() and setresgid()
53988              prototypes; use realpath() (try to be paranoid enough),
53989              use the setres[ug]id prototypes because glibc has the functions
53990              but not their prototypes; add -Wall -ansi to gcc ccflags;
53991              regen toc.
53992      Branch: perl
53993            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53994            ! config_h.SH configure.com epoc/config.sh
53995            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
53996            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
53997            ! vos/config.ga.def win32/config.bc win32/config.gc
53998            ! win32/config.vc
53999 ____________________________________________________________________________
54000 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
54001         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
54002              From: Michael G Schwern <schwern@pobox.com>
54003              Date: Fri, 1 Jun 2001 11:28:14 +0100
54004              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
54005      Branch: perl
54006            ! lib/attributes.pm xsutils.c
54007 ____________________________________________________________________________
54008 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
54009         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
54010              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54011              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
54012              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
54013      Branch: perl
54014            ! ext/XS/Typemap/Typemap.xs
54015 ____________________________________________________________________________
54016 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
54017         Log: Subject: [patch] Cwd.xs optimizations/abstraction
54018              From: Doug MacEachern <dougm@covalent.net>
54019              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
54020              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
54021      Branch: perl
54022            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
54023            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
54024 ____________________________________________________________________________
54025 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
54026         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!])
54027              From: Nicholas Clark <nick@ccl4.org>
54028              Date: Thu, 31 May 2001 23:56:40 +0100
54029              Message-ID: <20010531235640.F12698@plum.flirble.org>
54030              
54031              Make the test work also under only static extensions
54032              (sh Configure -Uusedl fakes this nicely)
54033      Branch: perl
54034            ! t/lib/extutils.t
54035 ____________________________________________________________________________
54036 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
54037         Log: Subject: [PATCH hv.c] Eliminating trigraph
54038              From: Michael G Schwern <schwern@pobox.com>
54039              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
54040              Date: Fri, 1 Jun 2001 11:49:56 +0100
54041      Branch: perl
54042            ! hv.c
54043 ____________________________________________________________________________
54044 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
54045         Log: Subject: Re: [PATCH] Tests for File::Compare 
54046              From: "Philip Newton" <Philip.Newton@gmx.net>
54047              Date: Thu, 31 May 2001 19:44:05 +0200
54048              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
54049              
54050              Unnecessary "quotation marks".
54051      Branch: perl
54052            ! t/lib/filecomp.t
54053 ____________________________________________________________________________
54054 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
54055         Log: Integrate perlio:
54056              
54057              [ 10364]
54058              Cleanup dll.base and dll.exp created by GCC builds.
54059              
54060              [ 10363]
54061              Make filecomp test work on CRLF platforms by adding binmode.
54062      Branch: perl
54063           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
54064 ____________________________________________________________________________
54065 [ 10364] By: nick                                  on 2001/06/01  10:13:31
54066         Log: Cleanup dll.base and dll.exp created by GCC builds.
54067      Branch: perlio
54068            ! lib/ExtUtils/MM_Win32.pm
54069 ____________________________________________________________________________
54070 [ 10363] By: nick                                  on 2001/06/01  10:02:17
54071         Log: Make filecomp test work on CRLF platforms by adding binmode.
54072      Branch: perlio
54073            ! t/lib/filecomp.t
54074 ____________________________________________________________________________
54075 [ 10362] By: nick                                  on 2001/06/01  08:37:17
54076         Log: Integrate mainline
54077      Branch: perlio
54078           !> Changes Configure patchlevel.h perlio.c
54079 ____________________________________________________________________________
54080 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
54081         Log: panic:claustrophobia.
54082      Branch: perl
54083            ! perlio.c
54084 ____________________________________________________________________________
54085 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
54086         Log: Update Changes.
54087      Branch: perl
54088            ! Changes patchlevel.h
54089 ____________________________________________________________________________
54090 [ 10359] By: nick                                  on 2001/05/31  12:35:50
54091         Log: Integrate mainline.
54092      Branch: perlio
54093           +> t/lib/filecomp.t
54094           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
54095           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
54096 ____________________________________________________________________________
54097 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
54098         Log: Integrate perlio:
54099              
54100              [ 10350]
54101              win32 - dmake regen_config_h
54102              
54103              [ 10348]
54104              Tolerate Win32 numerics
54105      Branch: perl
54106           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
54107           !> win32/config_H.vc
54108 ____________________________________________________________________________
54109 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
54110         Log: Metaconfig unit change for #10356.
54111      Branch: metaconfig
54112            ! U/installdirs/inc_version_list.U
54113 ____________________________________________________________________________
54114 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
54115         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
54116              (idea from Sarathy; implementation from Andy)
54117      Branch: perl
54118            ! Configure
54119 ____________________________________________________________________________
54120 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
54121         Log: More AUTHORS.
54122      Branch: perl
54123            ! AUTHORS
54124 ____________________________________________________________________________
54125 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
54126         Log: Subject: Re: [PATCH] Tests for File::Compare
54127              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
54128              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
54129              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
54130      Branch: perl
54131            + t/lib/filecomp.t
54132            ! MANIFEST t/lib/1_compile.t
54133 ____________________________________________________________________________
54134 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
54135         Log: Subject: [PATCH] DEBUG_* macro cleanups
54136              From: Abhijit Menon-Sen <ams@wiw.org>
54137              Date: Thu, 31 May 2001 12:16:22 +0530
54138              Message-ID: <20010531121622.B4829@lustre.linux.in>
54139              
54140              Subject: Re: [PATCH] DEBUG_* macro cleanups
54141              From: Abhijit Menon-Sen <ams@wiw.org>
54142              Date: Thu, 31 May 2001 13:57:01 +0530
54143              Message-ID: <20010531135701.A21775@lustre.linux.in>
54144              
54145              (The DEBUG_ definitions in perl.h changed to use the
54146              STMT_START and STMT_END.)
54147      Branch: perl
54148            ! perl.h pp_ctl.c sv.c toke.c
54149 ____________________________________________________________________________
54150 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
54151         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
54152              From: Abhijit Menon-Sen <ams@wiw.org>
54153              Date: Thu, 31 May 2001 08:27:55 +0530
54154              Message-ID: <20010531082755.A10018@lustre.linux.in>
54155      Branch: perl
54156            ! ext/Storable/Storable.xs gv.c perl.c
54157 ____________________________________________________________________________
54158 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
54159         Log: Subject: [PATCH] AUTHORS
54160              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54161              Date: Thu, 31 May 2001 01:27:59 -0500
54162              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
54163              
54164              Subject: Re: [PATCH] AUTHORS
54165              From: "Philip Newton" <Philip.Newton@gmx.net>
54166              Date: Thu, 31 May 2001 10:08:06 +0200
54167              (Message-Id missing?)
54168      Branch: perl
54169            ! AUTHORS
54170 ____________________________________________________________________________
54171 [ 10350] By: nick                                  on 2001/05/31  11:40:43
54172         Log: win32 - dmake regen_config_h
54173      Branch: perlio
54174            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54175 ____________________________________________________________________________
54176 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
54177         Log: Subject: Re: [PATCH util.c] More warning cleanups.
54178              From: "Philip Newton" <Philip.Newton@gmx.net>
54179              Date: Thu, 31 May 2001 07:41:36 +0200
54180              Message-Id: <200105310538.IAA25458@taku.hut.fi>
54181              
54182              Undo C++-ism that snekt in.
54183      Branch: perl
54184            ! util.c
54185 ____________________________________________________________________________
54186 [ 10348] By: nick                                  on 2001/05/31  11:36:46
54187         Log: Tolerate Win32 numerics
54188      Branch: perlio
54189            ! t/pragma/warn/toke
54190 ____________________________________________________________________________
54191 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
54192         Log: Integrate perlio:
54193              
54194              [ 10346]
54195              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
54196              perlio.c change 10255.
54197              
54198              [ 10345]
54199              Conditionally put back some "unused" dTHX which are used
54200              with PERL_IMPLICIT_SYS
54201              
54202              [ 10344]
54203              Fix Win32 for new spelling IN_BYTES 
54204              
54205              [ 10343]
54206              perlio.c -Wall cleaner under MULTIPLICITY
54207              - still minor noise with linux stdio
54208      Branch: perl
54209           !> perlio.c win32/win32.h
54210 ____________________________________________________________________________
54211 [ 10346] By: nick                                  on 2001/05/31  10:54:55
54212         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
54213              perlio.c change 10255.
54214      Branch: perlio
54215            ! perlio.c
54216 ____________________________________________________________________________
54217 [ 10345] By: nick                                  on 2001/05/31  10:01:57
54218         Log: Conditionally put back some "unused" dTHX which are used
54219              with PERL_IMPLICIT_SYS
54220      Branch: perlio
54221            ! perlio.c
54222 ____________________________________________________________________________
54223 [ 10344] By: nick                                  on 2001/05/31  10:00:59
54224         Log: Fix Win32 for new spelling IN_BYTES 
54225      Branch: perlio
54226            ! win32/win32.h
54227 ____________________________________________________________________________
54228 [ 10343] By: nick                                  on 2001/05/31  08:01:32
54229         Log: perlio.c -Wall cleaner under MULTIPLICITY
54230              - still minor noise with linux stdio
54231      Branch: perlio
54232            ! perlio.c
54233 ____________________________________________________________________________
54234 [ 10342] By: nick                                  on 2001/05/31  07:52:23
54235         Log: Integrate mainline.
54236      Branch: perlio
54237           !> (integrate 42 files)
54238 ____________________________________________________________________________
54239 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
54240         Log: AUTHORS updates.
54241      Branch: perl
54242            ! AUTHORS
54243 ____________________________________________________________________________
54244 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
54245         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
54246              From: Peter Prymmer <pvhp@forte.com>
54247              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
54248              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
54249      Branch: perl
54250            ! t/lib/md5-file.t
54251 ____________________________________________________________________________
54252 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
54253         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
54254              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
54255              to match the pragma name; various robustness cleanups.
54256      Branch: perl
54257            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
54258            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
54259 ____________________________________________________________________________
54260 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
54261         Log: More -Wall sweeping.
54262      Branch: perl
54263            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
54264            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
54265            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
54266            ! regcomp.c sv.c toke.c utf8.c
54267 ____________________________________________________________________________
54268 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
54269         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
54270              From: Nicholas Clark <nick@ccl4.org>
54271              Date: Wed, 30 May 2001 22:34:41 +0100
54272              Message-ID: <20010530223441.Y86445@plum.flirble.org>
54273      Branch: perl
54274            ! t/op/cmp.t
54275 ____________________________________________________________________________
54276 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
54277         Log: It's is not, it isn't ain't, and it's it's, not its,
54278              if you mean it is. If you don't, it's its. Then too,
54279              it's hers. It isn't her's. It isn't our's either.
54280              It's ours, and likewise yours and theirs.
54281              -- Oxford University Press, Edpress News
54282      Branch: perl
54283            ! lib/autouse.pm
54284 ____________________________________________________________________________
54285 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
54286         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
54287      Branch: perl
54288            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
54289            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
54290            ! x2p/str.c x2p/walk.c xsutils.c
54291 ____________________________________________________________________________
54292 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
54293         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
54294              From: Michael G Schwern <schwern@pobox.com>
54295              Date: Wed, 30 May 2001 17:10:38 +0100
54296              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
54297              
54298              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
54299              From: Abhijit Menon-Sen <ams@wiw.org>
54300              Date: Wed, 30 May 2001 23:16:13 +0530
54301              Message-ID: <20010530231613.A31933@lustre.linux.in>
54302      Branch: perl
54303            ! perl.c t/run/runenv.t
54304 ____________________________________________________________________________
54305 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
54306         Log: (Retracted by #10375.)
54307              
54308              IRIX hints patch from Merijn Broeren.
54309              
54310              TODO: (this and the earlier Linux hints patch) should be solved
54311              at Configure level.  Merijn: -ldb should not be used on any platform
54312              for perl, just when linking DBFile itself. Trying to be helpful here
54313              is counterproductive.
54314      Branch: perl
54315            ! hints/irix_6.sh
54316 ____________________________________________________________________________
54317 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
54318         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
54319              From: Nicholas Clark <nick@ccl4.org>
54320              Date: Wed, 30 May 2001 23:20:58 +0100
54321              Message-ID: <20010530232058.B86445@plum.flirble.org>
54322      Branch: perl
54323            ! doop.c
54324 ____________________________________________________________________________
54325 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
54326         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
54327              From: Michael G Schwern <schwern@pobox.com> 
54328              Date: Wed, 30 May 2001 15:24:20 +0100
54329              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
54330      Branch: perl
54331            ! t/pragma/autouse.t
54332 ____________________________________________________________________________
54333 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
54334         Log: The regex trick wasn't a good idea.
54335      Branch: perl
54336            ! pod/perlfaq4.pod
54337 ____________________________________________________________________________
54338 [ 10329] By: nick                                  on 2001/05/30  18:34:35
54339         Log: Integrate mainline
54340      Branch: perlio
54341           !> (integrate 40 files)
54342 ____________________________________________________________________________
54343 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
54344         Log: Update Changes.
54345      Branch: perl
54346            ! Changes patchlevel.h
54347 ____________________________________________________________________________
54348 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
54349         Log: The metaconfig unit change for #10325.
54350      Branch: metaconfig
54351            + U/modified/afs.U
54352 ____________________________________________________________________________
54353 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
54354         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
54355              is now wrong.
54356      Branch: perl
54357            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
54358 ____________________________________________________________________________
54359 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
54360         Log: Introduce $Config{afsroot}.
54361      Branch: perl
54362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54363            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
54364            ! win32/config.gc win32/config.vc
54365 ____________________________________________________________________________
54366 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
54367         Log: (Retracted by #10375.)
54368              
54369              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
54370      Branch: perl
54371            ! hints/linux.sh
54372 ____________________________________________________________________________
54373 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
54374         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
54375              (Also Configure tweaks needed; coming up soon.)
54376      Branch: perl
54377            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
54378 ____________________________________________________________________________
54379 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
54380         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
54381              From: Michael G Schwern <schwern@pobox.com>
54382              Date: Sun, 27 May 2001 10:29:43 +0100
54383              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
54384      Branch: perl
54385            ! lib/perl5db.pl
54386 ____________________________________________________________________________
54387 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
54388         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
54389              and Abhijit Menon-Sen.
54390      Branch: perl
54391            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
54392            ! perl.c pp_sys.c regcomp.c
54393 ____________________________________________________________________________
54394 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
54395         Log: Fix the BOOT section to call myU2time properly.
54396      Branch: perl
54397            ! ext/Time/HiRes/HiRes.xs
54398 ____________________________________________________________________________
54399 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
54400         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
54401              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
54402              Date: Wed, 30 May 2001 09:44:29 -0400
54403              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
54404              
54405              Detypo; plus add one more trick.
54406      Branch: perl
54407            ! pod/perlfaq4.pod
54408 ____________________________________________________________________________
54409 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
54410         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)
54411              From: Michael G Schwern <schwern@pobox.com>
54412              Date: Wed, 30 May 2001 14:39:06 +0100
54413              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
54414      Branch: perl
54415            ! lib/autouse.pm t/pragma/autouse.t
54416 ____________________________________________________________________________
54417 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
54418         Log: Subject: Re: AIX and gcc (moving targets)
54419              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54420              Date: Wed, 30 May 2001 15:25:08 +0200
54421              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
54422      Branch: perl
54423            ! ext/Time/HiRes/HiRes.xs
54424 ____________________________________________________________________________
54425 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
54426         Log: Subject: [PATCH t/TEST] sorting tests
54427              From: Michael G Schwern <schwern@pobox.com>
54428              Date: Wed, 30 May 2001 10:24:02 +0100
54429              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
54430      Branch: perl
54431            ! t/TEST
54432 ____________________________________________________________________________
54433 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
54434         Log: Subject: [ID 20010529.002] typos in man page perlre
54435              From: bart@cg681574-a.adubn1.nj.home.com 
54436              Date: Tue, 29 May 2001 13:58:59 -0500
54437              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
54438      Branch: perl
54439            ! pod/perlre.pod
54440 ____________________________________________________________________________
54441 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
54442         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
54443              From: "Craig A. Berry" <craigberry@mac.com>
54444              Date: Tue, 29 May 2001 23:23:45 -0500
54445              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
54446      Branch: perl
54447            ! t/lib/extutils.t t/pragma/autouse.t
54448 ____________________________________________________________________________
54449 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
54450         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)
54451              From: David Dyck <dcd@tc.fluke.com>
54452              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
54453              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
54454      Branch: perl
54455            ! t/lib/filefind.t
54456 ____________________________________________________________________________
54457 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
54458         Log: AIX hints update for gcc from Merijn H. Brand.
54459      Branch: perl
54460            ! hints/aix.sh
54461 ____________________________________________________________________________
54462 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
54463         Log: Retract #10295 and #10296: a more generic solution
54464              is needed (there's something funny with gcc on AIX).
54465      Branch: perl
54466            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
54467 ____________________________________________________________________________
54468 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
54469         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
54470              From: Hugo <hv@crypt.compulink.co.uk>
54471              Date: Wed, 30 May 2001 11:59:19 +0100
54472              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
54473              
54474              localizing $@ has unfortunate semantics - if you die past
54475              a local $@, the die message is lost.
54476      Branch: perl
54477            ! lib/utf8_heavy.pl
54478 ____________________________________________________________________________
54479 [ 10309] By: nick                                  on 2001/05/30  08:23:02
54480         Log: Integrate mainline (autouse works again.)
54481      Branch: perlio
54482           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
54483           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
54484           !> pod/perlvar.pod t/op/cmp.t
54485 ____________________________________________________________________________
54486 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
54487         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
54488              From: David Dyck <dcd@tc.fluke.com>
54489              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
54490              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
54491      Branch: perl
54492            ! lib/File/Find.pm
54493 ____________________________________________________________________________
54494 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
54495         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
54496              From: Nicholas Clark <nick@ccl4.org>
54497              Date: Tue, 29 May 2001 23:16:09 +0100
54498              Message-ID: <20010529231609.U86445@plum.flirble.org>
54499              
54500              Make the test output slightly clearer by distinguishing
54501              between '' and undef.
54502      Branch: perl
54503            ! t/op/cmp.t
54504 ____________________________________________________________________________
54505 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
54506         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
54507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54508              Date: Tue, 29 May 2001 19:15:19 -0400
54509              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
54510      Branch: perl
54511            ! hints/os2.sh
54512 ____________________________________________________________________________
54513 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
54514         Log: Subject: perlvar.pod addition
54515              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
54516              Date: Fri, 25 May 2001 20:23:12 +0200
54517              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
54518              
54519              Subject: Re: perlvar.pod addition
54520              From: "Abigail" <abigail@foad.org> 
54521              Date: Fri, 25 May 2001 22:00:39 +0200
54522              Message-ID: <20010525200039.28029.qmail@foad.org>
54523              
54524              Mention $a and $b in perlvar.
54525      Branch: perl
54526            ! pod/perlvar.pod
54527 ____________________________________________________________________________
54528 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
54529         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
54530              From: Jeff Pinyan <jeffp@crusoe.net>
54531              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
54532              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
54533      Branch: perl
54534            ! pod/perlvar.pod
54535 ____________________________________________________________________________
54536 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
54537         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
54538              From: Jeff Pinyan <jeffp@crusoe.net>
54539              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
54540              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
54541      Branch: perl
54542            ! pod/perlfaq6.pod
54543 ____________________________________________________________________________
54544 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
54545         Log: Mention Time::localtime and Time::gmtime.
54546      Branch: perl
54547            ! ext/Time/Piece/Piece.pm
54548 ____________________________________________________________________________
54549 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
54550         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
54551              From: Michael G Schwern <schwern@pobox.com>
54552              Date: Tue, 29 May 2001 18:51:32 +0100
54553              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
54554      Branch: perl
54555            ! pod/perlfaq4.pod
54556 ____________________________________________________________________________
54557 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
54558         Log: Retract #10243.
54559      Branch: perl
54560            ! lib/autouse.pm
54561 ____________________________________________________________________________
54562 [ 10299] By: nick                                  on 2001/05/29  18:41:19
54563         Log: Post weekend integrate mainline (fails one test pragma/autouse).
54564      Branch: perlio
54565           +> (branch 29 files)
54566           !> (integrate 91 files)
54567 ____________________________________________________________________________
54568 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
54569         Log: Update Changes.
54570      Branch: perl
54571            ! Changes patchlevel.h
54572 ____________________________________________________________________________
54573 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
54574         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
54575              before Perl_load_module/Perl_call_method and restore the value
54576              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
54577      Branch: perl
54578            ! utf8.c
54579 ____________________________________________________________________________
54580 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
54581         Log: Subject: Re: AIX and gcc (moving targets)
54582              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54583              Date: Tue, 29 May 2001 17:59:40 +0200
54584              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
54585      Branch: perl
54586            ! ext/Storable/Makefile.PL
54587 ____________________________________________________________________________
54588 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
54589         Log: Subject: Re: AIX and gcc (moving targets)
54590              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54591              Date: Tue, 29 May 2001 12:32:57 +0200
54592              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
54593      Branch: perl
54594            ! ext/POSIX/Makefile.PL
54595 ____________________________________________________________________________
54596 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
54597         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
54598              From: Michael G Schwern <schwern@pobox.com>
54599              Date: Tue, 29 May 2001 09:53:29 +0100
54600              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
54601              
54602              (#10280 retracted)
54603      Branch: perl
54604            ! lib/Test/Harness.pm t/lib/test-harness.t
54605 ____________________________________________________________________________
54606 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
54607         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
54608              From: Michael G Schwern <schwern@pobox.com>
54609              Date: Tue, 29 May 2001 09:19:52 +0100
54610              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
54611      Branch: perl
54612            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
54613            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
54614            + t/lib/Test/todo.t
54615            ! MANIFEST lib/Test.pm t/TEST
54616 ____________________________________________________________________________
54617 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
54618         Log: From: Michael G Schwern <schwern@pobox.com>
54619              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
54620              Date: Tue, 29 May 2001 08:26:09 +0100
54621              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
54622      Branch: perl
54623            ! t/TEST
54624 ____________________________________________________________________________
54625 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
54626         Log: Add tests for Time::gmtime and Time::localtime.
54627      Branch: perl
54628            + t/lib/time-gmtime.t t/lib/time-localtime.t
54629            ! MANIFEST t/lib/1_compile.t
54630 ____________________________________________________________________________
54631 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
54632         Log: Add test for File::stat.
54633      Branch: perl
54634            + t/lib/filestat.t
54635            ! MANIFEST t/lib/1_compile.t
54636 ____________________________________________________________________________
54637 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
54638         Log: Add test for Net::servent.
54639      Branch: perl
54640            + t/lib/net-sent.t
54641            ! MANIFEST t/lib/1_compile.t
54642 ____________________________________________________________________________
54643 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
54644         Log: Add test for Net::protoent.
54645      Branch: perl
54646            + t/lib/net-pent.t
54647            ! MANIFEST t/lib/1_compile.t
54648 ____________________________________________________________________________
54649 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
54650         Log: Add test for Net::netent.
54651      Branch: perl
54652            + t/lib/net-nent.t
54653            ! MANIFEST t/lib/1_compile.t
54654 ____________________________________________________________________________
54655 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
54656         Log: Add test for User::grent.  Portability doubtful.
54657      Branch: perl
54658            + t/lib/user-grent.t
54659            ! MANIFEST t/lib/1_compile.t
54660 ____________________________________________________________________________
54661 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
54662         Log: Add test for User::pwent.
54663              Probably will fall down somewhere for portability reasons.
54664      Branch: perl
54665            + t/lib/user-pwent.t
54666            ! MANIFEST t/lib/1_compile.t
54667 ____________________________________________________________________________
54668 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
54669         Log: Metaconfig units changes for #10283.
54670      Branch: metaconfig
54671            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
54672            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
54673            ! U/installdirs/sitescript.U U/modified/Signal.U
54674 ____________________________________________________________________________
54675 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
54676         Log: Subject: [PATCH 5.6.1] signal names in Configure
54677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54678              Date: Tue, 29 May 2001 03:52:25 -0400
54679              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
54680              
54681              Subject: [PATCH 5.6.1] older perl in Configure
54682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54683              Date: Tue, 29 May 2001 03:55:40 -0400
54684              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
54685              
54686              Subject: [PATCH 5.6.1] goofs in Configure
54687              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54688              Date: Tue, 29 May 2001 04:13:07 -0400
54689              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
54690              
54691              Configure portability tweaks.
54692      Branch: perl
54693            ! Configure
54694 ____________________________________________________________________________
54695 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
54696         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
54697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54698              Date: Tue, 29 May 2001 04:07:06 -0400
54699              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
54700      Branch: perl
54701            ! os2/os2.c
54702 ____________________________________________________________________________
54703 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
54704         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
54705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54706              Date: Tue, 29 May 2001 04:01:38 -0400
54707              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
54708      Branch: perl
54709            ! hints/os2.sh os2/Makefile.SHs
54710 ____________________________________________________________________________
54711 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
54712         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
54713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54714              Date: Tue, 29 May 2001 03:50:18 -0400
54715              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
54716      Branch: perl
54717            ! lib/Test/Harness.pm
54718 ____________________________________________________________________________
54719 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
54720         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
54721      Branch: perl
54722            ! lib/utf8_heavy.pl
54723 ____________________________________________________________________________
54724 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
54725         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
54726              From: Hugo <hv@crypt.compulink.co.uk>
54727              Date: Tue, 29 May 2001 03:03:45 +0100
54728              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
54729              
54730              Explanation why the $@ always gets the UTF8 flag when under use utf8--
54731              because we told it to have the flag when under use utf8.
54732      Branch: perl
54733            ! pp_ctl.c
54734 ____________________________________________________________________________
54735 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
54736         Log: At least a partial fix for 20010528.004.
54737      Branch: perl
54738            ! lib/utf8_heavy.pl
54739 ____________________________________________________________________________
54740 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
54741         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
54742              From: Nicholas Clark <nick@ccl4.org> 
54743              Date: Mon, 28 May 2001 23:39:38 +0100
54744              Message-ID: <20010528233938.M86445@plum.flirble.org>
54745              
54746              More portable non-zero UV.
54747      Branch: perl
54748            ! t/lib/extutils.t
54749 ____________________________________________________________________________
54750 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
54751         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
54752              From: Nicholas Clark <nick@ccl4.org>
54753              Date: Mon, 28 May 2001 22:46:09 +0100
54754              Message-ID: <20010528224608.L86445@plum.flirble.org>
54755              
54756              Test also "make clean".
54757      Branch: perl
54758            ! t/lib/extutils.t
54759 ____________________________________________________________________________
54760 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
54761         Log: Subject: Re: Would -Wno-unused -Wall be better?
54762              From: Michael G Schwern <schwern@pobox.com>
54763              Date: Tue, 29 May 2001 00:55:54 +0100
54764              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
54765      Branch: perl
54766            ! pp.h
54767 ____________________________________________________________________________
54768 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
54769         Log: Add a test for 20010528.007, fixed in #10272.
54770      Branch: perl
54771            ! t/op/misc.t toke.c
54772 ____________________________________________________________________________
54773 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
54774         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
54775              From: Hugo <hv@crypt.compulink.co.uk>
54776              Date: Tue, 29 May 2001 00:23:23 +0100
54777              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
54778      Branch: perl
54779            ! toke.c
54780 ____________________________________________________________________________
54781 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
54782         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54783              From: Michael G Schwern <schwern@pobox.com>
54784              Date: Tue, 29 May 2001 00:42:59 +0100
54785              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
54786      Branch: perl
54787            ! t/pragma/autouse.t
54788 ____________________________________________________________________________
54789 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
54790         Log: Some shells seemingly arrange the signal handlers differently
54791              (bug id 20010521.004).
54792      Branch: perl
54793            ! t/lib/sigaction.t
54794 ____________________________________________________________________________
54795 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
54796         Log: Regen perlmodlib.
54797      Branch: perl
54798            ! pod/perlmodlib.pod
54799 ____________________________________________________________________________
54800 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
54801         Log: Update Changes.
54802      Branch: perl
54803            ! Changes patchlevel.h
54804 ____________________________________________________________________________
54805 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
54806         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
54807              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54808              Date: Mon, 28 May 2001 14:56:35 -0500
54809              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
54810      Branch: perl
54811            ! pod/perlnewmod.pod
54812 ____________________________________________________________________________
54813 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
54814         Log: Regen toc.
54815      Branch: perl
54816            ! pod/perltoc.pod
54817 ____________________________________________________________________________
54818 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
54819         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
54820              From: "Richard Soderberg" <rs@crystalflame.net>
54821              Date: Mon, 28 May 2001 12:31:23 -0700
54822              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
54823      Branch: perl
54824            ! t/op/splice.t
54825 ____________________________________________________________________________
54826 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
54827         Log: The #10260 was too bold: locales and utf8 still do not mix.
54828      Branch: perl
54829            ! t/pragma/locale.t
54830 ____________________________________________________________________________
54831 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
54832         Log: Subject: [PATCH] Pod nitpicks
54833              From: "Richard Soderberg" <rs@crystalflame.net>
54834              Date: Mon, 28 May 2001 10:08:58 -0700
54835              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
54836      Branch: perl
54837            ! pod/perl571delta.pod pod/perlapi.pod sv.h
54838 ____________________________________________________________________________
54839 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
54840         Log: Upgrade to I18N::LangTags 0.22.
54841      Branch: perl
54842            + lib/I18N/LangTags/List.pod
54843            ! MANIFEST lib/I18N/LangTags.pm
54844 ____________________________________________________________________________
54845 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
54846         Log: A slightly more serious bug found by -Mutf8; op/misc and
54847              lib/complex dumped core.
54848      Branch: perl
54849            ! regexec.c
54850 ____________________________________________________________________________
54851 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
54852         Log: Various buglets shaken out by -Mutf8.
54853      Branch: perl
54854            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
54855            ! t/pragma/locale.t
54856 ____________________________________________________________________________
54857 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
54858         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
54859      Branch: perl
54860            ! t/lib/carp.t
54861 ____________________________________________________________________________
54862 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
54863         Log: Subject: [PATCH] todo patch
54864              From: Artur Bergman <artur@contiller.se> 
54865              Date: Mon, 28 May 2001 17:03:51 +0200
54866              Message-ID: <B7383577.F34%artur@contiller.se>
54867      Branch: perl
54868            ! pod/perltodo.pod
54869 ____________________________________________________________________________
54870 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
54871         Log: Subject: typo in perlguts.pod
54872              From: "John P. Linderman" <jpl@research.att.com>
54873              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
54874              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
54875      Branch: perl
54876            ! pod/perlguts.pod
54877 ____________________________________________________________________________
54878 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
54879         Log: Subject: AIX and gcc (moving targets)
54880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54881              Date: Mon, 28 May 2001 12:54:04 +0200
54882              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
54883      Branch: perl
54884            ! hints/aix.sh
54885 ____________________________________________________________________________
54886 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
54887         Log: Subject: Re: perlio + multiple perl_alloc..destruct
54888              From: Doug MacEachern <dougm@covalent.net>
54889              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
54890              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
54891      Branch: perl
54892            ! perlio.c
54893 ____________________________________________________________________________
54894 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
54895         Log: The #10251 wasn't quite up-to-the-code.
54896      Branch: perl
54897            ! t/op/misc.t
54898 ____________________________________________________________________________
54899 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
54900         Log: Test case for bug 20010526.004, fixed in #10252.
54901      Branch: perl
54902            ! t/op/taint.t
54903 ____________________________________________________________________________
54904 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
54905         Log: Subject: Re: [ID 20010526.004] Taint looses value
54906              From: Hugo <hv@crypt.compulink.co.uk>
54907              Date: Sun, 27 May 2001 20:39:32 +0100
54908              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
54909      Branch: perl
54910            ! sv.c
54911 ____________________________________________________________________________
54912 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
54913         Log: Test case for 20010422.005, fixed by #10250.
54914      Branch: perl
54915            ! t/op/misc.t
54916 ____________________________________________________________________________
54917 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
54918         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
54919              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54920              Date: Mon, 28 May 2001 06:39:12 -0400
54921              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
54922      Branch: perl
54923            ! toke.c
54924 ____________________________________________________________________________
54925 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
54926         Log: Linerewrapping.
54927      Branch: perl
54928            ! lib/open.pm
54929 ____________________________________________________________________________
54930 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
54931         Log: Updates on the modules list.
54932      Branch: perl
54933            ! t/lib/1_compile.t
54934 ____________________________________________________________________________
54935 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
54936         Log: Add a test for PerlIO.
54937              
54938              (I probably got the crlf/raw thing wrong for clrfy platforms...)
54939      Branch: perl
54940            + t/lib/perlio.t
54941            ! MANIFEST lib/PerlIO.pm
54942 ____________________________________________________________________________
54943 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
54944         Log: Add a test for carp et alia.
54945      Branch: perl
54946            + t/lib/carp.t
54947            ! MANIFEST
54948 ____________________________________________________________________________
54949 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
54950         Log: Adding the new test would be swell.
54951      Branch: perl
54952            + t/pragma/autouse.t
54953 ____________________________________________________________________________
54954 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
54955         Log: Add a test for the autouse pragma.
54956      Branch: perl
54957            ! MANIFEST
54958 ____________________________________________________________________________
54959 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
54960         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54961              From: dLux <dlux@spam.sch.bme.hu>
54962              Date: Sun, 27 May 2001 16:14:26 +0200
54963              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
54964      Branch: perl
54965            ! lib/autouse.pm
54966 ____________________________________________________________________________
54967 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
54968         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
54969              From: "Richard Soderberg" <rs@crystalflame.net>
54970              Date: Mon, 28 May 2001 03:56:36 -0700
54971              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
54972      Branch: perl
54973            ! utils/dprofpp.PL
54974 ____________________________________________________________________________
54975 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
54976         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
54977              From: "Stephen P. Potter" <spp@spotter.yi.org>
54978              Date: Tue, 22 May 2001 11:40:25 -0400
54979              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
54980              
54981              Subject: Re: [ID 20010522.003] Time::Local module bug
54982              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
54983              Date: Tue, 22 May 2001 11:50:19 -0400
54984              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
54985      Branch: perl
54986            ! lib/Time/Local.pm
54987 ____________________________________________________________________________
54988 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
54989         Log: The PERL_DL_NONLAZY can have whitespace in front.
54990      Branch: perl
54991            ! t/lib/extutils.t
54992 ____________________________________________________________________________
54993 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
54994         Log: Document strftime() and strptime().
54995      Branch: perl
54996            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
54997 ____________________________________________________________________________
54998 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
54999         Log: Make Time::Piece::strptime() to be a function, not a method.
55000      Branch: perl
55001            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
55002 ____________________________________________________________________________
55003 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
55004         Log: Tweak the test to be more portable.
55005      Branch: perl
55006            ! t/lib/extutils.t
55007 ____________________________________________________________________________
55008 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
55009         Log: Subject: PATCH: Re: Re: Attributes that tie
55010              From: Leon Brocard <acme@astray.com>
55011              Date: Sun, 27 May 2001 12:37:29 +0100
55012              Message-ID: <20010527123729.A22663@ns0.astray.com>
55013              
55014              Document that variable attributes are not currently usable
55015              for tieing.  (An ugly limitation that should be fixed.)
55016      Branch: perl
55017            ! lib/attributes.pm
55018 ____________________________________________________________________________
55019 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
55020         Log: Microperl tweaks.
55021      Branch: perl
55022            ! Makefile.micro uconfig.h uconfig.sh
55023 ____________________________________________________________________________
55024 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
55025         Log: Add make target for microperl (kind of silly, but convenient).
55026      Branch: perl
55027            ! Makefile.SH
55028 ____________________________________________________________________________
55029 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
55030         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
55031              for microperl.)
55032      Branch: perl
55033            ! doio.c
55034 ____________________________________________________________________________
55035 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
55036         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
55037              From: rspier@pobox.com (Robert Spier)
55038              Date: Sat, 26 May 2001 20:05:23 -0400
55039              Message-ID: <15120.17603.148648.12430@rls.cx>
55040              
55041              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
55042              From: rspier@pobox.com (Robert Spier)
55043              Date: Sun, 27 May 2001 00:23:12 -0400
55044              Message-ID: <15120.33072.511966.767230@rls.cx>
55045      Branch: perl
55046            ! doio.c pod/perlfunc.pod
55047 ____________________________________________________________________________
55048 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
55049         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
55050      Branch: perl
55051            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55052 ____________________________________________________________________________
55053 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
55054         Log: Add README.tru64.
55055      Branch: perl
55056            + README.tru64
55057 ____________________________________________________________________________
55058 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
55059         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
55060      Branch: perl
55061            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
55062            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
55063            ! MANIFEST
55064 ____________________________________________________________________________
55065 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
55066         Log: Integrate I18N::LangTags from Sean Burke.
55067              
55068              TODO: the language list from RFC 3066 needs to be integrated
55069              and made available somehow.  The list is included in the
55070              I18N-LangTags 0.21 distribution, but it is undocumented
55071              and unconnected to the module.
55072      Branch: perl
55073            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
55074            ! MANIFEST
55075 ____________________________________________________________________________
55076 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
55077         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
55078              envisioned by Sarathy.
55079      Branch: perl
55080            ! t/op/ver.t toke.c
55081 ____________________________________________________________________________
55082 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
55083         Log: Subject: [ID 20010525.001] Pod typo nits fixed
55084              From: lvirden@cas.org
55085              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
55086              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
55087              
55088              minus the perlsolaris decimation plus the
55089              
55090              Subject: Re: [ID 20010525.001] Pod typo nits fixed
55091              From: "Philip Newton" <Philip.Newton@gmx.net>
55092              Date: Fri, 25 May 2001 18:05:55 +0200
55093              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
55094      Branch: perl
55095            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
55096            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
55097            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
55098            ! pod/perlutil.pod pod/perlxstut.pod
55099 ____________________________________________________________________________
55100 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
55101         Log: return clauses are nice.
55102      Branch: perl
55103            ! sv.c
55104 ____________________________________________________________________________
55105 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
55106         Log: Subject: change 10199 backwards?
55107              From: Doug MacEachern <dougm@covalent.net>
55108              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
55109              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
55110      Branch: perl
55111            ! sv.c
55112 ____________________________________________________________________________
55113 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
55114         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
55115              From: Hugo <hv@crypt.compulink.co.uk>
55116              Date: Sat, 26 May 2001 17:05:12 +0100
55117              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
55118      Branch: perl
55119            + t/op/gmagic.t
55120            ! MANIFEST doop.c embed.h embed.pl global.sym
55121            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
55122            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
55123 ____________________________________________________________________________
55124 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
55125         Log: Regen headers for #10221.
55126      Branch: perl
55127            ! global.sym objXSUB.h perlapi.c
55128 ____________________________________________________________________________
55129 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
55130         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
55131              From: Juha Laiho <juha.laiho@Elma.Net>
55132              Date: Thu, 3 May 2001 09:51:30 +0300
55133              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
55134      Branch: perl
55135            ! embed.pl
55136 ____________________________________________________________________________
55137 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
55138         Log: Subject: Re: [PATCH] Re: stability of sort()?
55139              From: "John P. Linderman" <jpl@research.att.com>
55140              Date: Sat, 26 May 2001 13:27:19 -0400
55141              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
55142      Branch: perl
55143            ! pod/perlfunc.pod
55144 ____________________________________________________________________________
55145 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
55146         Log: Integrate perlio:
55147              
55148              [ 10212]
55149              Change perlguts docs to not suggest PUSHi etc. for multiple results,
55150              add a few more notes there on use of mortals on the stack.
55151      Branch: perl
55152           !> pod/perlguts.pod
55153 ____________________________________________________________________________
55154 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
55155         Log: Subject: [PATCH perl@10210] PerlIO for VMS
55156              From: "Craig A. Berry" <craigberry@mac.com>
55157              Date: Sat, 26 May 2001 09:34:11 -0500
55158              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
55159      Branch: perl
55160            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
55161            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
55162            ! vms/vmsish.h
55163 ____________________________________________________________________________
55164 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
55165         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
55166              From: David Dyck <dcd@tc.fluke.com>
55167              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
55168              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
55169      Branch: perl
55170            ! lib/perl5db.pl
55171 ____________________________________________________________________________
55172 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
55173         Log: Subject: utf8 regexp tests
55174              From: Hugo <hv@crypt.compulink.co.uk>
55175              Date: Fri, 25 May 2001 22:35:01 +0100
55176              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
55177      Branch: perl
55178            ! t/op/regexp.t
55179 ____________________________________________________________________________
55180 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
55181         Log: Subject: [PATCH] Re: stability of sort()?
55182              From: Nicholas Clark <nick@ccl4.org>
55183              Date: Fri, 25 May 2001 22:40:19 +0100
55184              Message-ID: <20010525224019.B86445@plum.flirble.org>
55185      Branch: perl
55186            ! pod/perlfunc.pod
55187 ____________________________________________________________________________
55188 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
55189         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
55190              From: John Peacock <jpeacock@rowman.com>
55191              Date: Thu, 24 May 2001 22:14:01 -0400
55192              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
55193      Branch: perl
55194            ! mg.c scope.c sv.c
55195 ____________________________________________________________________________
55196 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
55197         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
55198              From: Nicholas Clark <nick@ccl4.org>
55199              Date: Sun, 20 May 2001 19:24:13 +0100
55200              Message-ID: <20010520192413.G83222@plum.flirble.org>
55201      Branch: perl
55202            + lib/ExtUtils/Constant.pm t/lib/extutils.t
55203            ! MANIFEST utils/h2xs.PL
55204 ____________________________________________________________________________
55205 [ 10212] By: nick                                  on 2001/05/26  09:49:28
55206         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
55207              add a few more notes there on use of mortals on the stack.
55208      Branch: perlio
55209            ! pod/perlguts.pod
55210 ____________________________________________________________________________
55211 [ 10211] By: nick                                  on 2001/05/26  09:05:36
55212         Log: Integrate mainline
55213      Branch: perlio
55214           +> t/lib/fcntl.t t/pragma/vars.t
55215           !> (integrate 49 files)
55216 ____________________________________________________________________________
55217 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
55218         Log: Update Changes.
55219      Branch: perl
55220            ! Changes patchlevel.h
55221 ____________________________________________________________________________
55222 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
55223         Log: Based on
55224              
55225              Subject: [PATCH pp.c] Wrapping pack("C",256)
55226              From: Simon Cozens <simon@netthink.co.uk>
55227              Date: Sat, 12 May 2001 17:58:41 +0100
55228              Message-ID: <20010512175841.A6132@netthink.co.uk>
55229      Branch: perl
55230            ! pod/perldiag.pod pp.c t/pragma/warn/pp
55231 ____________________________________________________________________________
55232 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
55233         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
55234              From: "Brendan O'Dea" <bod@compusol.com.au>
55235              Date: Fri, 25 May 2001 11:18:29 +1000
55236              Message-ID: <20010525111829.A28411@compusol.com.au>
55237              
55238              (Slightly modified.)
55239      Branch: perl
55240            ! lib/Term/Cap.pm
55241 ____________________________________________________________________________
55242 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
55243         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
55244              From: Hugo <hv@crypt.compulink.co.uk>
55245              Date: Fri, 25 May 2001 02:13:25 +0100
55246              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
55247      Branch: perl
55248            ! t/op/misc.t
55249 ____________________________________________________________________________
55250 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
55251         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
55252              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
55253              Date: Fri, 25 May 2001 10:25:36 +0900
55254              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
55255      Branch: perl
55256            ! regcomp.c regexec.c
55257 ____________________________________________________________________________
55258 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
55259         Log: Subject: [PATCH #2] stash autovivification and method call error messages
55260              From: Ilmari Karonen <iltzu@sci.fi>
55261              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
55262              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
55263      Branch: perl
55264            ! gv.c pp_hot.c t/op/method.t
55265 ____________________________________________________________________________
55266 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
55267         Log: Add make target and documentation for gprof profiling.
55268      Branch: perl
55269            ! Makefile.SH pod/perlhack.pod
55270 ____________________________________________________________________________
55271 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
55272         Log: Subject: Don't think about UTF8 
55273              From: Mike Guy <mjtg@cam.ac.uk> 
55274              Date: Tue, 22 May 2001 14:35:39 +0100
55275              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
55276      Branch: perl
55277            ! sv.h
55278 ____________________________________________________________________________
55279 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
55280         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
55281              From: Geraint A Edwards <gedge@serf.org> 
55282              Date: Thu, 24 May 2001 22:51:24 +0100
55283              Message-Id: <20010524225124.A34981@cymru.serf.org>
55284      Branch: perl
55285            ! x2p/find2perl.PL
55286 ____________________________________________________________________________
55287 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
55288         Log: DB_File has its own attribute story.
55289      Branch: perl
55290            ! ext/DB_File/DB_File.xs
55291 ____________________________________________________________________________
55292 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
55293         Log: Subject: Re: Making perl with -Wall
55294              From: Andy Dougherty <doughera@lafayette.edu>
55295              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
55296              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
55297      Branch: perl
55298            ! perl.h
55299 ____________________________________________________________________________
55300 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
55301         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
55302              From: "Richard Soderberg" <rs@crystalflame.net>
55303              Date: Thu, 24 May 2001 08:58:16 -0700
55304              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
55305      Branch: perl
55306            ! sv.c
55307 ____________________________________________________________________________
55308 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
55309         Log: IV/UV casting fixes from Nicholas Clark.
55310      Branch: perl
55311            ! perl.h pp_sys.c util.c
55312 ____________________________________________________________________________
55313 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
55314         Log: Subject: Re: Making perl with -Wall
55315              From: Michael G Schwern <schwern@pobox.com>
55316              Date: Thu, 24 May 2001 15:40:28 +0100
55317              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
55318      Branch: perl
55319            ! malloc.c perl.h
55320 ____________________________________________________________________________
55321 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
55322         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
55323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55324              Date: Tue, 22 May 2001 11:49:37 +0200
55325              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
55326      Branch: metaconfig
55327            ! U/modified/Oldsym.U
55328      Branch: metaconfig/U/perl
55329            ! patchlevel.U
55330      Branch: perl
55331            ! Configure config_h.SH myconfig.SH
55332 ____________________________________________________________________________
55333 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
55334         Log: Under versiononly install also the scripts with the version suffix.
55335              (e.g. .../bin/h2xs5.7.1)
55336      Branch: perl
55337            ! installperl
55338 ____________________________________________________________________________
55339 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
55340         Log: Subject: [PATCH] Stop segfault in mg.c:636
55341              From: "Richard Soderberg" <rs@crystalflame.net>
55342              Date: Thu, 24 May 2001 05:51:52 -0700
55343              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
55344      Branch: perl
55345            ! mg.c
55346 ____________________________________________________________________________
55347 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
55348         Log: Iteration continues; hopefully convergently.
55349      Branch: perl
55350            ! t/lib/b-stash.t
55351 ____________________________________________________________________________
55352 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
55353         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
55354              From: Gisle Aas <gisle@ActiveState.com>
55355              Date: 23 May 2001 16:13:10 -0700
55356              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
55357      Branch: perl
55358            ! op.c toke.c
55359 ____________________________________________________________________________
55360 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
55361         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
55362              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55363              Date: Thu, 24 May 2001 05:05:22 -0500
55364              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
55365      Branch: perl
55366            ! lib/dumpvar.pl lib/perl5db.pl
55367 ____________________________________________________________________________
55368 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
55369         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
55370              From: David Dyck <dcd@tc.fluke.com>
55371              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
55372              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
55373      Branch: perl
55374            ! lib/perl5db.pl
55375 ____________________________________________________________________________
55376 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
55377         Log: Tiny pod nits on READMEs, mostly whitespace issues.
55378      Branch: perl
55379            ! README.amiga README.dos README.macos README.mpeix README.vmesa
55380            ! README.win32
55381 ____________________________________________________________________________
55382 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
55383         Log: The DG/UX part of the 20010521.005.
55384      Branch: perl
55385            ! README.dgux
55386 ____________________________________________________________________________
55387 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
55388         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
55389              From: Hugo <hv@crypt.compulink.co.uk>
55390              Date: Mon, 21 May 2001 16:32:02 +0100
55391              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
55392      Branch: perl
55393            ! regcomp.c t/op/misc.t
55394 ____________________________________________________________________________
55395 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
55396         Log: Subject: [PATCH] Extra UNIVERSAL tests
55397              From: Mike Guy <mjtg@cam.ac.uk>
55398              Date: Wed, 23 May 2001 12:29:20 +0100
55399              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
55400      Branch: perl
55401            ! t/op/universal.t
55402 ____________________________________________________________________________
55403 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
55404         Log: Subject: [PATCH] Remove EQ keyword
55405              From: Mike Guy <mjtg@cam.ac.uk>
55406              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
55407              Date: Wed, 23 May 2001 11:17:29 +0100
55408      Branch: perl
55409            ! keywords.h keywords.pl
55410 ____________________________________________________________________________
55411 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
55412         Log: Subject: [PATCH] lib/perl5db.pl
55413              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55414              Date: Wed, 23 May 2001 02:18:03 -0500
55415              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
55416      Branch: perl
55417            ! lib/perl5db.pl
55418 ____________________________________________________________________________
55419 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
55420         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
55421              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55422              Date: Tue, 22 May 2001 23:34:41 -0500
55423              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
55424      Branch: perl
55425            ! lib/Term/Cap.pm
55426 ____________________________________________________________________________
55427 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
55428         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
55429              From: davem@fdgroup.co.uk
55430              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
55431              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
55432      Branch: perl
55433            ! emacs/e2ctags.pl
55434 ____________________________________________________________________________
55435 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
55436         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
55437              From: Michael G Schwern <schwern@pobox.com>
55438              Date: Tue, 22 May 2001 14:15:09 +0100
55439              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
55440      Branch: perl
55441            ! lib/vars.pm
55442 ____________________________________________________________________________
55443 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
55444         Log: Subject: [PATCH lib/vars.pm] Odd code nit
55445              From: Michael G Schwern <schwern@pobox.com>
55446              Date: Tue, 22 May 2001 14:14:28 +0100
55447              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
55448      Branch: perl
55449            ! lib/vars.pm
55450 ____________________________________________________________________________
55451 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
55452         Log: Use the new use vars feature.
55453      Branch: perl
55454            ! t/lib/b-stash.t
55455 ____________________________________________________________________________
55456 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
55457         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
55458              From: Mike Guy <mjtg@cam.ac.uk>
55459              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55460              Date: Tue, 22 May 2001 13:11:39 +0100
55461      Branch: perl
55462            + t/pragma/vars.t
55463            ! MANIFEST lib/vars.pm t/lib/1_compile.t
55464 ____________________________________________________________________________
55465 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
55466         Log: -qlongdouble considered harmful by Merijn.
55467      Branch: perl
55468            ! hints/aix.sh
55469 ____________________________________________________________________________
55470 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
55471         Log: Update Changes.
55472      Branch: perl
55473            ! Changes patchlevel.h
55474 ____________________________________________________________________________
55475 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
55476         Log: Add a test of its very own for Fcntl.  Hopefully portable.
55477      Branch: perl
55478            + t/lib/fcntl.t
55479            ! MANIFEST
55480 ____________________________________________________________________________
55481 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
55482         Log: Must be trickier for 'minitest' not to die.
55483      Branch: perl
55484            ! t/op/taint.t
55485 ____________________________________________________________________________
55486 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
55487         Log: Can't declare other people's variables.
55488      Branch: perl
55489            ! t/lib/b-stash.t
55490 ____________________________________________________________________________
55491 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
55492         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
55493      Branch: perl
55494            ! doio.c t/op/taint.t
55495 ____________________________________________________________________________
55496 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
55497         Log: The OS/2 variable needs to be declared.
55498      Branch: perl
55499            ! t/lib/b-stash.t
55500 ____________________________________________________________________________
55501 [ 10170] By: nick                                  on 2001/05/20  16:48:29
55502         Log: Integrate mainline
55503      Branch: perlio
55504           !> (integrate 41 files)
55505 ____________________________________________________________________________
55506 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
55507         Log: Small perlsec updates: clarify the taintedness of filename
55508              globbing; suggest using Scalar::Util::tainted().
55509      Branch: perl
55510            ! pod/perlsec.pod
55511 ____________________________________________________________________________
55512 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
55513         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
55514              From: Dave Mitchell <davem@fdgroup.co.uk>
55515              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
55516              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
55517      Branch: perl
55518            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
55519            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
55520            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
55521            ! xsutils.c
55522 ____________________________________________________________________________
55523 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
55524         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
55525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55526              Date: Sat, 19 May 2001 04:08:46 -0400
55527              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
55528      Branch: perl
55529            ! lib/ExtUtils/Mksymlists.pm makedef.pl
55530 ____________________________________________________________________________
55531 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
55532         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
55533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55534              Date: Sat, 19 May 2001 04:30:45 -0400
55535              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
55536      Branch: perl
55537            ! os2/os2.c
55538 ____________________________________________________________________________
55539 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
55540         Log: Subject: [PATCH 5.6.1] build bugs OS/2
55541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55542              Date: Sat, 19 May 2001 04:35:28 -0400
55543              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
55544      Branch: perl
55545            ! os2/Makefile.SHs os2/os2.c
55546 ____________________________________________________________________________
55547 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
55548         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
55549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55550              Date: Sat, 19 May 2001 04:04:23 -0400
55551              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
55552              
55553              (In bleadperl patched b-stash.t instead of b.t)
55554      Branch: perl
55555            ! t/lib/b-stash.t t/lib/bigfltpm.t
55556 ____________________________________________________________________________
55557 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
55558         Log: Subject: [PATCH 5.6.1] perl5db
55559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55560              Date: Sat, 19 May 2001 03:49:09 -0400
55561              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
55562      Branch: perl
55563            ! lib/perl5db.pl
55564 ____________________________________________________________________________
55565 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
55566         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
55567              From: Gisle Aas <gisle@ActiveState.com>
55568              Date: 18 May 2001 14:24:51 -0700
55569              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
55570      Branch: perl
55571            ! pp_ctl.c
55572 ____________________________________________________________________________
55573 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
55574         Log: Subject: [PATCH] Chomp should not always stringify
55575              From: Gisle Aas <gisle@ActiveState.com>
55576              Date: 18 May 2001 07:55:25 -0700
55577              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
55578      Branch: perl
55579            ! doop.c t/op/chop.t
55580 ____________________________________________________________________________
55581 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
55582         Log: Integrate perlio:
55583              
55584              [ 10159]
55585              Document some more of open's features.
55586      Branch: perl
55587           !> pod/perlfunc.pod
55588 ____________________________________________________________________________
55589 [ 10159] By: nick                                  on 2001/05/20  09:39:46
55590         Log: Document some more of open's features.
55591      Branch: perlio
55592            ! pod/perlfunc.pod
55593 ____________________________________________________________________________
55594 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
55595         Log: back out change#10153 (it has compatibility issues such as the
55596              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
55597              benefit for 5.6.x doesn't seem worth the risk)
55598      Branch: maint-5.6/perl
55599            ! toke.c
55600 ____________________________________________________________________________
55601 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
55602         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
55603      Branch: perl
55604            ! x2p/s2p.PL
55605 ____________________________________________________________________________
55606 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
55607         Log: Update Changes.
55608      Branch: perl
55609            ! Changes patchlevel.h
55610 ____________________________________________________________________________
55611 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
55612         Log: Integrate change #10144 from maintperl.
55613              
55614              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
55615      Branch: perl
55616           !> win32/config.bc win32/config.gc win32/config.vc
55617           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55618 ____________________________________________________________________________
55619 [ 10154] By: nick                                  on 2001/05/18  07:23:03
55620         Log: Integrate mainline.
55621      Branch: perlio
55622           +> README.dgux t/lib/i18n-collate.t utils.lst
55623           !> (integrate 49 files)
55624 ____________________________________________________________________________
55625 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
55626         Log: Integrate change #7224 from mainline into maintperl.
55627              
55628              Allow @+ and @- to be doublequoted, from Simon Cozens. 
55629              (Approved by Larry, see Tom's comment in 20000830.005.)
55630      Branch: maint-5.6/perl
55631           !> toke.c
55632 ____________________________________________________________________________
55633 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
55634         Log: Subject: [PATCH bleadperl] small lookbehind fix
55635              From: Hugo <hv@crypt.compulink.co.uk>
55636              Date: Fri, 18 May 2001 00:07:19 +0100
55637              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
55638      Branch: perl
55639            ! regexec.c
55640 ____________________________________________________________________________
55641 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
55642         Log: Detypos.
55643      Branch: perl
55644            ! installman utils.lst
55645 ____________________________________________________________________________
55646 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
55647         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
55648              in 20001222.001.
55649      Branch: perl
55650            ! t/lib/glob-basic.t
55651 ____________________________________________________________________________
55652 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
55653         Log: Subject: [PATCH] Test for bug 20010515.004
55654              From: Benjamin Sugars <bsugars@canoe.ca>
55655              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
55656              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
55657      Branch: perl
55658            ! t/op/misc.t
55659 ____________________________________________________________________________
55660 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
55661         Log: Integrate #10145 from maintperl.
55662              
55663              fix for ID 20010515.004 (needs test)
55664      Branch: perl
55665           !> pp_hot.c
55666 ____________________________________________________________________________
55667 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
55668         Log: Thinko noticed by Doug MacEachern.
55669      Branch: perl
55670            ! thread.h
55671 ____________________________________________________________________________
55672 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
55673         Log: Subject: Re: [PATCH] HERE mark in regex
55674              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55675              Date: Thu, 17 May 2001 12:20:33 -0400
55676              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
55677      Branch: perl
55678            ! t/op/re_tests
55679 ____________________________________________________________________________
55680 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
55681         Log: fix for ID 20010515.004 (needs test)
55682      Branch: maint-5.6/perl
55683            ! pp_hot.c
55684 ____________________________________________________________________________
55685 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
55686         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
55687      Branch: maint-5.6/perl
55688            ! win32/config.bc win32/config.gc win32/config.vc
55689            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55690 ____________________________________________________________________________
55691 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
55692         Log: Macrofy the getspecific (and use it also in util.c)
55693      Branch: perl
55694            ! thread.h util.c
55695 ____________________________________________________________________________
55696 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
55697         Log: Use the unchecked thread-specific key fetch also in Tru64.
55698      Branch: perl
55699            ! thread.h
55700 ____________________________________________________________________________
55701 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
55702         Log: Subject: [PATCH 5.6.1]Quick thread speedup
55703              From: Dan Sugalski <dan@sidhe.org> 
55704              Date: Wed, 16 May 2001 18:05:19 -0400
55705              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
55706      Branch: perl
55707            ! thread.h util.c
55708 ____________________________________________________________________________
55709 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
55710         Log: I think this is quite enough testing for a deprecated feature.
55711      Branch: perl
55712            + t/lib/i18n-collate.t
55713            ! MANIFEST t/lib/1_compile.t
55714 ____________________________________________________________________________
55715 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
55716         Log: More HP-UX lore from Jeff Okamoto.
55717      Branch: perl
55718            ! README.hpux
55719 ____________________________________________________________________________
55720 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
55721         Log: Sort utils.lst for easier maintenance.
55722      Branch: perl
55723            ! utils.lst
55724 ____________________________________________________________________________
55725 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
55726         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55727              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55728              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
55729              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
55730              
55731              Add pod2latex to utils.lst.
55732      Branch: perl
55733            ! MANIFEST utils.lst
55734 ____________________________________________________________________________
55735 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
55736         Log: Subject: Re: [PATCH] HERE mark in regex
55737              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55738              Date: Wed, 16 May 2001 13:04:43 -0400
55739              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
55740      Branch: perl
55741            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
55742            ! t/op/regmesg.t t/pragma/warn/regcomp
55743 ____________________________________________________________________________
55744 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
55745         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55746              From: Simon Cozens <simon@netthink.co.uk>
55747              Date: Wed, 16 May 2001 18:02:08 +0100
55748              Message-ID: <20010516180208.A6458@netthink.co.uk>
55749      Branch: perl
55750            ! installman utils.lst
55751 ____________________________________________________________________________
55752 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
55753         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
55754              From: "Philip Newton" <pnewton@gmx.de>
55755              Date: Tue, 15 May 2001 15:09:30 +0200
55756              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
55757              
55758              Test case for #10128.
55759      Branch: perl
55760            ! t/pragma/warn/pp_hot
55761 ____________________________________________________________________________
55762 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
55763         Log: Update Changes.
55764      Branch: perl
55765            ! Changes patchlevel.h
55766 ____________________________________________________________________________
55767 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
55768         Log: Deprecate pseudo-hashes.
55769      Branch: perl
55770            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
55771 ____________________________________________________________________________
55772 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
55773         Log: HP-UX hints update from Merijn.
55774      Branch: perl
55775            ! hints/hpux.sh
55776 ____________________________________________________________________________
55777 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
55778         Log: README.hpux update from Merijn.
55779      Branch: perl
55780            ! README.hpux
55781 ____________________________________________________________________________
55782 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
55783         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55784              From: Simon Cozens <simon@netthink.co.uk>
55785              Date: Wed, 16 May 2001 15:57:55 +0100
55786              Message-ID: <20010516155755.A4728@netthink.co.uk>
55787      Branch: perl
55788            + utils.lst
55789            ! MANIFEST installman installperl
55790 ____________________________________________________________________________
55791 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
55792         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
55793              From: "Philip Newton" <pnewton@gmx.de>
55794              Date: Tue, 15 May 2001 16:31:05 +0200
55795              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
55796              
55797              Fix PERL_Y2KWARN test to check before rather than after appending.
55798      Branch: perl
55799            ! pp_hot.c
55800 ____________________________________________________________________________
55801 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
55802         Log: Regen Porting stuff.
55803      Branch: perl
55804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55805            ! config_h.SH
55806 ____________________________________________________________________________
55807 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
55808         Log: Metaconfig unit change for #10125.
55809      Branch: metaconfig
55810            ! U/modified/Oldconfig.U
55811 ____________________________________________________________________________
55812 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
55813         Log: Use OSVERS.
55814      Branch: perl
55815            ! Configure config_h.SH perl.c
55816 ____________________________________________________________________________
55817 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
55818         Log: Regen toc.
55819      Branch: perl
55820            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55821 ____________________________________________________________________________
55822 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
55823         Log: Adding the README.dgux to the MANIFEST would be a good idea.
55824      Branch: perl
55825            ! MANIFEST
55826 ____________________________________________________________________________
55827 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
55828         Log: Move the stack desire definition to thread.h.
55829      Branch: perl
55830            ! ext/Thread/Thread.xs thread.h
55831 ____________________________________________________________________________
55832 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
55833         Log: DG-UX threading patches, including a README.dgux,
55834              from Takis Psarogiannakopoulos.
55835      Branch: perl
55836            + README.dgux
55837            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
55838 ____________________________________________________________________________
55839 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
55840         Log: Subject: [PATCH B::Deparse] More on /x regexes
55841              From: Robin Houston <robin@kitsite.com>
55842              Date: Tue, 15 May 2001 19:09:35 +0100
55843              Message-ID: <20010515190935.A27268@penderel>
55844      Branch: perl
55845            ! ext/B/B/Deparse.pm
55846 ____________________________________________________________________________
55847 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
55848         Log: Document that the core time() may be rounding rather
55849              than truncating, would have saved at least my confusion.
55850      Branch: perl
55851            ! ext/Time/HiRes/HiRes.pm
55852 ____________________________________________________________________________
55853 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
55854         Log: Subject: perl-current/t/time-hires.t
55855              From: John Peacock <jpeacock@rowman.com>
55856              Date: Fri, 11 May 2001 14:09:41 -0400
55857              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
55858      Branch: perl
55859            ! t/lib/time-hires.t
55860 ____________________________________________________________________________
55861 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
55862         Log: Subject: [PATCH dump.c] Op private flags
55863              From: Simon Cozens <simon@netthink.co.uk>
55864              Date: Sun, 13 May 2001 20:20:36 +0100
55865              Message-ID: <20010513202036.A21896@netthink.co.uk>
55866      Branch: perl
55867            ! dump.c
55868 ____________________________________________________________________________
55869 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
55870         Log: Upgrade to Switch 2.03.
55871      Branch: perl
55872            ! lib/Switch.pm
55873 ____________________________________________________________________________
55874 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
55875         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
55876              to PERL_CONFIG_SH and use it consistently.
55877      Branch: maint-5.6/perl
55878           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55879           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55880           !> myconfig.SH writemain.SH
55881 ____________________________________________________________________________
55882 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
55883         Log: Metaconfig units changes for #10113.
55884      Branch: metaconfig
55885            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
55886 ____________________________________________________________________________
55887 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
55888         Log: The problem described in 20010514.031 still wasn't
55889              fully cured, there were remnants of $CONFIG when
55890              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
55891              to avoid future conflicts.
55892      Branch: perl
55893            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55894            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55895            ! myconfig.SH writemain.SH
55896 ____________________________________________________________________________
55897 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
55898         Log: Half of #10107 got lost.
55899      Branch: perl
55900            ! ext/B/B/Deparse.pm
55901 ____________________________________________________________________________
55902 [ 10111] By: nick                                  on 2001/05/15  08:39:14
55903         Log: Integrate mainline.
55904      Branch: perlio
55905           +> ext/POSIX/hints/uts.pl
55906            - Todo Todo-5.6 t/camel-III/vstring.t
55907           !> (integrate 48 files)
55908 ____________________________________________________________________________
55909 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
55910         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
55911              From: Robin Houston <robin@kitsite.com>
55912              Date: Mon, 14 May 2001 22:27:08 +0100
55913              Message-ID: <20010514222708.A22963@penderel>
55914      Branch: perl
55915            ! t/TestInit.pm
55916 ____________________________________________________________________________
55917 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
55918         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
55919              From: Robin Houston <robin@kitsite.com>
55920              Date: Mon, 14 May 2001 22:16:43 +0100
55921              Message-ID: <20010514221643.A22437@penderel>
55922      Branch: perl
55923            ! ext/B/B/Deparse.pm
55924 ____________________________________________________________________________
55925 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
55926         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
55927              From: Robin Houston <robin@kitsite.com>
55928              Date: Mon, 14 May 2001 22:03:44 +0100
55929              Message-ID: <20010514220344.A20643@penderel>
55930      Branch: perl
55931            ! ext/B/B/Deparse.pm
55932 ____________________________________________________________________________
55933 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
55934         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
55935              From: Robin Houston <robin@kitsite.com>
55936              Date: Mon, 14 May 2001 22:10:07 +0100
55937              Message-ID: <20010514221007.A21118@penderel>
55938      Branch: perl
55939            ! ext/B/B/Deparse.pm
55940 ____________________________________________________________________________
55941 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
55942         Log: Fix for 20010514.037; substr() didn't invalidate the locale
55943              collation magic.
55944      Branch: perl
55945            ! pp.c
55946 ____________________________________________________________________________
55947 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
55948         Log: Update Changes.
55949      Branch: perl
55950            ! Changes patchlevel.h
55951 ____________________________________________________________________________
55952 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
55953         Log: Retract #10094.
55954      Branch: perl
55955            ! lib/Pod/Text.pm
55956 ____________________________________________________________________________
55957 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
55958         Log: Integrate change #10100 from maintperl.
55959              
55960              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55961              bug ID 20010514.027)
55962      Branch: perl
55963           !> mg.c pp_ctl.c
55964 ____________________________________________________________________________
55965 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
55966         Log: Document the deprecatedness of suidperl.
55967      Branch: perl
55968            ! INSTALL pod/perlfaq1.pod
55969 ____________________________________________________________________________
55970 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
55971         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
55972              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55973              Date: Mon, 14 May 2001 09:38:59 -0400
55974              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
55975      Branch: perl
55976            ! lib/ExtUtils/MM_Unix.pm
55977 ____________________________________________________________________________
55978 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
55979         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55980              bug ID 20010514.027)
55981              
55982              TODO: this needs a testsuite addition
55983      Branch: maint-5.6/perl
55984            ! mg.c pp_ctl.c
55985 ____________________________________________________________________________
55986 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
55987         Log: More DWIMminess for Class::Struct: calling the array or hash
55988              accessors only with one argument, an array or a hash reference,
55989              sets the underlying array or hash.  This mirrors nicely also
55990              the usage in the constructor.
55991              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
55992      Branch: perl
55993            ! lib/Class/Struct.pm t/lib/class-struct.t
55994 ____________________________________________________________________________
55995 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
55996         Log: Reference cmp'ing should go through the whole stringification
55997              process shebang, as pointed out by Sarathy in #10091.
55998      Branch: perl
55999            ! pp.c
56000 ____________________________________________________________________________
56001 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
56002         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
56003              From: Simon Cozens <simon@netthink.co.uk>
56004              Date: Sat, 12 May 2001 16:36:27 +0100
56005              Message-ID: <20010512163627.A5522@netthink.co.uk>
56006              
56007              with some additions salvaged from Todo and Todo-5.6 before
56008              retiring them.
56009      Branch: perl
56010            - Todo Todo-5.6
56011            ! MANIFEST pod/perltodo.pod
56012 ____________________________________________________________________________
56013 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
56014         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
56015              From: "Golubev I. N." <gin@mo.msk.ru>
56016              Date: Mon, 07 May 2001 14:33:34 (GMT)
56017              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
56018      Branch: perl
56019            ! perl.h
56020 ____________________________________________________________________________
56021 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
56022         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
56023              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
56024              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
56025              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
56026      Branch: perl
56027            ! lib/ExtUtils/MM_Unix.pm
56028 ____________________________________________________________________________
56029 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
56030         Log: (Retracted by #10104.)
56031              
56032              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
56033              From: barries <barries@slaysys.com>
56034              Date: Sat, 12 May 2001 01:28:10 -0400
56035              Message-ID: <20010512012810.B26358@jester.slaysys.com>
56036      Branch: perl
56037            ! lib/Pod/Text.pm
56038 ____________________________________________________________________________
56039 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
56040         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
56041              From: Mike Guy <mjtg@cam.ac.uk>
56042              Date: Sat, 12 May 2001 19:24:33 +0100
56043              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
56044      Branch: perl
56045            ! lib/AutoSplit.pm
56046 ____________________________________________________________________________
56047 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
56048         Log: Yet another HP-UX hints tweak from Merijn.
56049      Branch: perl
56050            ! hints/hpux.sh
56051 ____________________________________________________________________________
56052 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
56053         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
56054              isn't defined (changes#9366,9368,9370 from mainline without the
56055              pp_scmp() change)
56056      Branch: maint-5.6/perl
56057            ! pp.c pp.h pp_hot.c
56058 ____________________________________________________________________________
56059 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
56060         Log: The sorting seems to happen now automatically.
56061      Branch: perl
56062            ! t/lib/glob-basic.t
56063 ____________________________________________________________________________
56064 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
56065         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
56066              From: Benjamin Sugars <bsugars@canoe.ca>
56067              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
56068              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
56069      Branch: perl
56070            ! pod/perlfunc.pod
56071 ____________________________________________________________________________
56072 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
56073         Log: Subject: Re: undef(&foo) does not work for XS functions
56074              From: Doug MacEachern <dougm@covalent.net>
56075              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
56076              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
56077      Branch: perl
56078            ! op.c
56079 ____________________________________________________________________________
56080 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
56081         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
56082              From: Peter Prymmer <pvhp@forte.com>
56083              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
56084              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
56085      Branch: perl
56086            ! t/op/append.t
56087 ____________________________________________________________________________
56088 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
56089         Log: Update Changes.
56090      Branch: perl
56091            ! Changes patchlevel.h
56092 ____________________________________________________________________________
56093 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
56094         Log: Remove the 'asciir' re subpragma.  Should instead implement
56095              the 'physical vs logical' range scheme:
56096              
56097              \xAA-\xCC is a native physical range, you want that range of
56098              codepoints in your native encoding.  In EBCDIC the codepoints
56099              in the gaps (between i-j and r-s) should be included.
56100              
56101              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
56102              codepoints in Unicode.
56103              
56104              a-z is a logical range, you want that range of 'logical' codepoints
56105              in your native encoding.  In EBCDIC the codepoints in the gaps
56106              (between i-j and r-s) should not be included.
56107              
56108              Mixed cases (a-\xAA, etc) should either be errors, or maybe
56109              the 'logical' endpoints should be converted to native/Unicode
56110              codepoints, and the range handled as a physical range.
56111              
56112              'Logical endpoints' are to be recognized only in the A-Z, a-z,
56113              and 0-9 ranges.  Probably a warning should be given for mixed
56114              cases like A-z or a-9 (since such expressions are encoding
56115              dependent), with a recommendation to use physical ranges.
56116      Branch: perl
56117            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
56118            ! t/op/regexp.t
56119 ____________________________________________________________________________
56120 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
56121         Log: Make the test to cleanup the test directory tree
56122              both before and after the testing so that we always
56123              have a clean slate to work with.
56124      Branch: perl
56125            ! t/lib/filefind.t
56126 ____________________________________________________________________________
56127 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
56128         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
56129              From: Jon Eveland <jweveland@yahoo.com>
56130              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
56131              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
56132      Branch: perl
56133            ! pod/perlfunc.pod
56134 ____________________________________________________________________________
56135 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
56136         Log: Merge the camel-III/vstring.t with op/ver.t.
56137      Branch: perl
56138            - t/camel-III/vstring.t
56139            ! MANIFEST t/TEST t/harness t/op/ver.t
56140 ____________________________________________________________________________
56141 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
56142         Log: Add test.deparse make target.
56143      Branch: perl
56144            ! Makefile.SH
56145 ____________________________________________________________________________
56146 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
56147         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
56148              From: Robin Houston <robin@kitsite.com>
56149              Date: Fri, 11 May 2001 12:02:22 +0100
56150              Message-ID: <20010511120222.A11529@penderel>
56151      Branch: perl
56152            ! ext/B/B/Deparse.pm t/op/method.t
56153 ____________________________________________________________________________
56154 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
56155         Log: A nicely working combination for UTS from Hal Morris.
56156      Branch: perl
56157            + ext/POSIX/hints/uts.pl
56158            ! MANIFEST hints/uts.sh
56159 ____________________________________________________________________________
56160 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
56161         Log: i_ieeefp=undef for UTS.
56162      Branch: perl
56163            ! hints/uts.sh
56164 ____________________________________________________________________________
56165 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
56166         Log: Subject: RE: rand(0) is rand(1)
56167              From: Larry Shatzer <lshatzer@islanddata.com>
56168              Date: Thu, 10 May 2001 11:09:27 -0700
56169              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
56170      Branch: perl
56171            ! pod/perlfunc.pod
56172 ____________________________________________________________________________
56173 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
56174         Log: Subject: [patch] make op_{clear,null} public
56175              From: Doug MacEachern <dougm@covalent.net>
56176              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
56177              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
56178      Branch: perl
56179            ! embed.h embed.pl op.c proto.h
56180 ____________________________________________________________________________
56181 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
56182         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
56183              From: Robin Houston <robin@kitsite.com>
56184              Date: Thu, 10 May 2001 18:54:59 +0100
56185              Message-ID: <20010510185459.A5995@penderel>
56186      Branch: perl
56187            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
56188 ____________________________________________________________________________
56189 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
56190         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
56191              From: Robin Houston <robin@kitsite.com>
56192              Date: Thu, 10 May 2001 12:56:39 +0100
56193              Message-ID: <20010510125639.A2119@penderel>
56194      Branch: perl
56195            ! ext/B/B/Deparse.pm
56196 ____________________________________________________________________________
56197 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
56198         Log: Retract #10070, not ready yet.
56199      Branch: perl
56200            ! ext/B/B/Deparse.pm
56201 ____________________________________________________________________________
56202 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
56203         Log: The metaconfig unit change for #10071.
56204      Branch: metaconfig
56205            ! U/modified/mallocsrc.U
56206 ____________________________________________________________________________
56207 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
56208         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
56209      Branch: perl
56210            ! Configure
56211 ____________________________________________________________________________
56212 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
56213         Log: (Retracted by #10073)
56214              
56215              Subject: Re: [PATCH t/TEST] B::Deparse tester 
56216              From: Hugo <hv@crypt.compulink.co.uk>
56217              Date: Thu, 10 May 2001 05:48:09 +0100
56218              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
56219      Branch: perl
56220            ! ext/B/B/Deparse.pm
56221 ____________________________________________________________________________
56222 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
56223         Log: Add a for(func()) test.
56224      Branch: perl
56225            ! t/cmd/for.t
56226 ____________________________________________________________________________
56227 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
56228         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
56229              From: Robin Houston <robin@kitsite.com>
56230              Date: Thu, 10 May 2001 13:50:08 +0100
56231              Message-ID: <20010510135008.A2454@penderel>
56232      Branch: perl
56233            ! ext/B/B/Deparse.pm
56234 ____________________________________________________________________________
56235 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
56236         Log: A thinko in #10065.
56237      Branch: perl
56238            ! hv.c
56239 ____________________________________________________________________________
56240 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
56241         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
56242              From: Robin Houston <robin@kitsite.com>
56243              Date: Thu, 10 May 2001 02:10:34 +0100
56244              Message-ID: <20010510021034.A19421@penderel>
56245      Branch: perl
56246            ! ext/B/B.xs ext/B/B/Deparse.pm
56247 ____________________________________________________________________________
56248 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
56249         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
56250              From: Doug MacEachern <dougm@covalent.net>
56251              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
56252              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
56253      Branch: perl
56254            ! hv.c
56255 ____________________________________________________________________________
56256 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
56257         Log: One more workaround for the UTS compiler from Hal Morris.
56258      Branch: perl
56259            ! perl.h
56260 ____________________________________________________________________________
56261 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
56262         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
56263              From: Robin Houston <robin@kitsite.com>
56264              Date: Thu, 10 May 2001 01:02:08 +0100
56265              Message-ID: <20010510010208.A18200@penderel>
56266      Branch: perl
56267            ! ext/B/B/Debug.pm
56268 ____________________________________________________________________________
56269 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
56270         Log: Subject: [PATCH] Simplify deb_curcv() a bit
56271              From: Benjamin Sugars <bsugars@canoe.ca>
56272              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
56273              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
56274      Branch: perl
56275            ! run.c
56276 ____________________________________________________________________________
56277 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
56278         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
56279              From: Benjamin Sugars <bsugars@canoe.ca>
56280              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
56281              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
56282      Branch: perl
56283            ! t/lib/io_scalar.t
56284 ____________________________________________________________________________
56285 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
56286         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
56287              From: Peter Prymmer <pvhp@forte.com>
56288              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
56289              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
56290      Branch: perl
56291            ! t/lib/md5-file.t
56292 ____________________________________________________________________________
56293 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
56294         Log: Subject: [PATCH t/TEST] B::Deparse tester
56295              From: Robin Houston <robin@kitsite.com>
56296              Date: Wed, 9 May 2001 19:17:50 +0100
56297              Message-ID: <20010509191750.A16940@penderel>
56298      Branch: perl
56299            ! ext/B/O.pm t/TEST
56300 ____________________________________________________________________________
56301 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
56302         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
56303              From: Jeff Pinyan <jeffp@crusoe.net>
56304              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
56305              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
56306      Branch: perl
56307            ! lib/Pod/Html.pm
56308 ____________________________________________________________________________
56309 [ 10057] By: nick                                  on 2001/05/09  18:37:56
56310         Log: Integrate mainline.
56311      Branch: perlio
56312           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
56313           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
56314 ____________________________________________________________________________
56315 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
56316         Log: Update Changes.
56317      Branch: perl
56318            ! Changes patchlevel.h
56319 ____________________________________________________________________________
56320 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
56321         Log: Integrate perlio:
56322              
56323              [ 10050]
56324              win32, regen_config_h
56325      Branch: perl
56326           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
56327 ____________________________________________________________________________
56328 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
56329         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
56330              From: Benjamin Sugars <bsugars@canoe.ca>
56331              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
56332              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
56333      Branch: perl
56334            ! perlio.c
56335 ____________________________________________________________________________
56336 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
56337         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
56338              From: Benjamin Sugars <bsugars@canoe.ca>
56339              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
56340              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
56341      Branch: perl
56342            ! ext/PerlIO/Scalar/Scalar.xs
56343 ____________________________________________________________________________
56344 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
56345         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
56346              From: Jeff Pinyan <jeffp@crusoe.net>
56347              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
56348              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
56349      Branch: perl
56350            ! lib/Pod/Html.pm
56351 ____________________________________________________________________________
56352 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
56353         Log: EPOC tweak from Olaf Flebbe.
56354      Branch: perl
56355            ! epoc/epocish.h
56356 ____________________________________________________________________________
56357 [ 10050] By: nick                                  on 2001/05/09  14:37:57
56358         Log: win32, regen_config_h
56359      Branch: perlio
56360            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56361 ____________________________________________________________________________
56362 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
56363         Log: Integrate perlio:
56364              
56365              [ 10048]
56366              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
56367              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
56368      Branch: perl
56369           !> pp_sys.c
56370 ____________________________________________________________________________
56371 [ 10048] By: nick                                  on 2001/05/09  11:59:50
56372         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
56373              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
56374      Branch: perlio
56375            ! pp_sys.c
56376 ____________________________________________________________________________
56377 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
56378         Log: Integrate perlio:
56379              
56380              [ 10045]
56381              MULTIPLICITY/DEBUGGING build fix.
56382      Branch: perl
56383           !> run.c
56384 ____________________________________________________________________________
56385 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
56386         Log: Subject: Re: Less warnings during configure
56387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56388              Date: Wed, 09 May 2001 13:12:49 +0200
56389              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
56390      Branch: perl
56391            ! hints/hpux.sh
56392 ____________________________________________________________________________
56393 [ 10045] By: nick                                  on 2001/05/09  09:56:59
56394         Log: MULTIPLICITY/DEBUGGING build fix.
56395      Branch: perlio
56396            ! run.c
56397 ____________________________________________________________________________
56398 [ 10044] By: nick                                  on 2001/05/09  09:46:37
56399         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
56400      Branch: perlio
56401           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
56402            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56403           !> (integrate 65 files)
56404 ____________________________________________________________________________
56405 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
56406         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56407              From: Robin Houston <robin@kitsite.com>
56408              Date: Tue, 8 May 2001 19:38:00 +0100
56409              Message-ID: <20010508193800.A4389@penderel>
56410              
56411              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56412              From: Robin Houston <robin@kitsite.com>
56413              Date: Tue, 8 May 2001 20:03:57 +0100
56414              Message-ID: <20010508200357.A4614@penderel>
56415              
56416              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56417              From: Robin Houston <robin@kitsite.com>
56418              Date: Wed, 9 May 2001 00:12:05 +0100
56419              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
56420      Branch: perl
56421            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
56422 ____________________________________________________________________________
56423 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
56424         Log: Retract #10031.
56425      Branch: perl
56426            ! pod/perlfunc.pod
56427 ____________________________________________________________________________
56428 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
56429         Log: The metaconfig unit changes for #10040.
56430      Branch: metaconfig/U/perl
56431            ! Checkcc.U d_dlsymun.U dlsrc.U
56432 ____________________________________________________________________________
56433 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
56434         Log: The Configure half of
56435              
56436              Subject: Less warnings during configure
56437              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56438              Date: Tue, 08 May 2001 08:44:02 +0200
56439              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
56440      Branch: perl
56441            ! Configure
56442 ____________________________________________________________________________
56443 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
56444         Log: Subject: Less warnings during configure
56445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56446              Date: Tue, 08 May 2001 08:44:02 +0200
56447              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
56448      Branch: perl
56449            ! hints/hpux.sh
56450 ____________________________________________________________________________
56451 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
56452         Log: Don't forget to whine about \d__\d.
56453      Branch: perl
56454            ! t/pragma/warn/toke toke.c
56455 ____________________________________________________________________________
56456 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
56457         Log: Allow underscores also in the exponent part.
56458      Branch: perl
56459            ! t/pragma/warn/toke toke.c
56460 ____________________________________________________________________________
56461 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
56462         Log: CodeMagicCD doesn't look like an *I*DE.
56463      Branch: perl
56464            ! pod/perlfaq3.pod
56465 ____________________________________________________________________________
56466 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
56467         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
56468              to be consistently down).
56469      Branch: perl
56470            ! pod/perlfaq3.pod
56471 ____________________________________________________________________________
56472 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
56473         Log: Upgrade to Text::Balanced 1.84.
56474      Branch: perl
56475            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
56476 ____________________________________________________________________________
56477 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
56478         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
56479              From: Benjamin Sugars <bsugars@canoe.ca>
56480              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
56481              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
56482      Branch: perl
56483            ! run.c
56484 ____________________________________________________________________________
56485 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
56486         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
56487              From: Peter Prymmer <pvhp@forte.com>
56488              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
56489              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
56490      Branch: perl
56491            ! t/pod/plainer.t
56492 ____________________________________________________________________________
56493 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
56494         Log: (Retracted by #10042)
56495              
56496              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
56497              From: "Philip Newton" <pnewton@gmx.de>
56498              Date: Tue, 8 May 2001 09:18:10 +0200
56499              Message-ID: <3AF7B9D2.28861.603732@localhost>
56500      Branch: perl
56501            ! pod/perlfunc.pod
56502 ____________________________________________________________________________
56503 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
56504         Log: Subject: [PATCH B::Deparse] Document known bugs
56505              From: Robin Houston <robin@kitsite.com>
56506              Date: Tue, 8 May 2001 01:53:34 +0100
56507              Message-ID: <20010508015334.A32394@penderel>
56508      Branch: perl
56509            ! ext/B/B/Deparse.pm
56510 ____________________________________________________________________________
56511 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
56512         Log: Subject: Re: Perl book, magazine and website updates.
56513              From: "Philip Newton" <pnewton@gmx.de>
56514              Date: Mon, 7 May 2001 17:03:58 +0200
56515              Message-ID: <3AF6D57E.5387.1E29930@localhost>
56516      Branch: perl
56517            ! pod/perlfaq2.pod
56518 ____________________________________________________________________________
56519 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
56520         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
56521              From: Peter Prymmer <pvhp@forte.com>
56522              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
56523              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
56524      Branch: perl
56525            ! t/io/fflush.t
56526 ____________________________________________________________________________
56527 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
56528         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
56529              From: Robin Houston <robin@kitsite.com>
56530              Date: Tue, 8 May 2001 01:14:55 +0100
56531              Message-ID: <20010508011455.A32162@penderel>
56532      Branch: perl
56533            ! ext/B/B/Deparse.pm
56534 ____________________________________________________________________________
56535 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
56536         Log: Typo in #10025.
56537      Branch: perl
56538            ! hints/uts.sh
56539 ____________________________________________________________________________
56540 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
56541         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
56542      Branch: perl
56543            ! hints/uts.sh
56544 ____________________________________________________________________________
56545 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
56546         Log: Subject: Re: [ID 20010506.045] question about hash syntax
56547              From: Peter Scott <Peter@PSDT.com>
56548              Date: Sun, 06 May 2001 13:10:40 -0700
56549              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
56550      Branch: perl
56551            ! pod/perl56delta.pod
56552 ____________________________________________________________________________
56553 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
56554         Log: Configure should figure out the list of dynamic extensions
56555              just fine in UTS-- and in fact it does, as reported by Hal Morris.
56556      Branch: perl
56557            ! hints/uts.sh
56558 ____________________________________________________________________________
56559 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
56560         Log: Update Changes.
56561      Branch: perl
56562            ! Changes patchlevel.h
56563 ____________________________________________________________________________
56564 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
56565         Log: Subject: [PATCH regcomp.c] Insecure regexes
56566              From: Robin Houston <robin@kitsite.com>
56567              Date: Mon, 7 May 2001 21:56:12 +0100
56568              Message-ID: <20010507215612.A31114@penderel>
56569      Branch: perl
56570            ! regcomp.c
56571 ____________________________________________________________________________
56572 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
56573         Log: Drop the foobar.perl.com references for now until Simon
56574              gets them sorted out.
56575      Branch: perl
56576            ! pod/perlfaq2.pod
56577 ____________________________________________________________________________
56578 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
56579         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
56580              From: Prymmer/Kahn <pvhp@best.com>
56581              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
56582              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
56583      Branch: perl
56584            ! lib/Devel/SelfStubber.pm
56585 ____________________________________________________________________________
56586 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
56587         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
56588              From: Prymmer/Kahn <pvhp@best.com>
56589              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
56590              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
56591      Branch: perl
56592            ! win32/Makefile
56593 ____________________________________________________________________________
56594 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
56595         Log: s/WebTechnique's/WebTechniques/
56596      Branch: perl
56597            ! pod/perlfaq2.pod
56598 ____________________________________________________________________________
56599 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
56600         Log: Llama 3 updates from Randal.
56601      Branch: perl
56602            ! pod/perlfaq2.pod
56603 ____________________________________________________________________________
56604 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
56605         Log: Subject: [PATCH] Help -Dt show correct pad variables
56606              From: Benjamin Sugars <ben.sugars@home.com>
56607              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
56608              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
56609      Branch: perl
56610            ! embed.h embed.pl proto.h run.c
56611 ____________________________________________________________________________
56612 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
56613         Log: Subject: [PATCH] Document C<our $foo : shared>
56614              From: Benjamin Sugars <ben.sugars@home.com>
56615              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
56616              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
56617      Branch: perl
56618            ! pod/perlfunc.pod
56619 ____________________________________________________________________________
56620 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
56621         Log: Subject: [PATCH B::Deparse] undefined folded constants
56622              From: Robin Houston <robin@kitsite.com>
56623              Date: Sun, 6 May 2001 17:19:09 +0100
56624              Message-ID: <20010506171909.A7046@penderel>
56625      Branch: perl
56626            ! ext/B/B/Deparse.pm
56627 ____________________________________________________________________________
56628 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
56629         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
56630              From: Robin Houston <robin@kitsite.com>
56631              Message-ID: <20010506164654.A6848@penderel>
56632              Date: Sun, 6 May 2001 16:46:54 +0100
56633      Branch: perl
56634            ! ext/B/B/Deparse.pm
56635 ____________________________________________________________________________
56636 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
56637         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
56638              From: Robin Houston <robin@kitsite.com>
56639              Date: Sun, 6 May 2001 14:47:02 +0100
56640              Message-ID: <20010506144702.A6308@penderel>
56641      Branch: perl
56642            ! t/op/my_stash.t
56643 ____________________________________________________________________________
56644 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
56645         Log: Subject: Perl book, magazine and website updates.
56646              From: Simon Cozens <simon@netthink.co.uk>
56647              Date: Sun, 6 May 2001 16:55:36 +0100
56648              Message-ID: <20010506165536.A1795@netthink.co.uk>
56649      Branch: perl
56650            ! pod/perlbook.pod pod/perlfaq2.pod
56651 ____________________________________________________________________________
56652 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
56653         Log: Tweaks on the Tru64 prof options.
56654      Branch: perl
56655            ! pod/perlhack.pod
56656 ____________________________________________________________________________
56657 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
56658         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
56659              From: Robin Houston <robin@kitsite.com>
56660              Date: Sun, 6 May 2001 14:40:51 +0100
56661              Message-ID: <20010506144051.A6279@penderel>
56662      Branch: perl
56663            ! t/pod/testp2pt.pl
56664 ____________________________________________________________________________
56665 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
56666         Log: Subject: [PATCH B::Deparse] scoping
56667              From: Robin Houston <robin@kitsite.com>
56668              Date: Sun, 6 May 2001 14:36:56 +0100
56669              Message-ID: <20010506143656.A4006@penderel>
56670      Branch: perl
56671            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
56672 ____________________________________________________________________________
56673 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
56674         Log: Document the undefinedness of bitshifting out of range.
56675      Branch: perl
56676            ! pod/perlop.pod
56677 ____________________________________________________________________________
56678 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
56679         Log: Retract #10003 and update the IDE descriptions a bit.
56680      Branch: perl
56681            ! pod/perlfaq3.pod
56682 ____________________________________________________________________________
56683 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
56684         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
56685              From: Prymmer/Kahn <pvhp@best.com>
56686              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
56687              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
56688      Branch: perl
56689            ! win32/Makefile win32/buildext.pl win32/config.bc
56690            ! win32/config.gc win32/config.vc
56691 ____________________________________________________________________________
56692 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
56693         Log: (Retracted by #10005.)
56694      Branch: perl
56695            ! pod/perlfaq3.pod
56696 ____________________________________________________________________________
56697 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
56698         Log: It's "psed", not "sed".
56699      Branch: perl
56700            ! x2p/s2p.PL
56701 ____________________________________________________________________________
56702 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
56703         Log: Update Changes.
56704      Branch: perl
56705            ! Changes patchlevel.h
56706 ____________________________________________________________________________
56707 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
56708         Log: Subject: Re: bleadperl make install fails due to "psed"
56709              From: andreas.koenig@anima.de (Andreas J. Koenig)
56710              Date: 05 May 2001 18:23:28 +0200
56711              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
56712      Branch: perl
56713            ! x2p/Makefile.SH x2p/s2p.PL
56714 ____________________________________________________________________________
56715 [  9999] By: jhi                                   on 2001/05/05  18:28:09
56716         Log: AUTHORS updates.
56717      Branch: perl
56718            ! AUTHORS
56719 ____________________________________________________________________________
56720 [  9998] By: jhi                                   on 2001/05/05  18:16:00
56721         Log: Updates on the pods related to the modules included since 5.6.
56722              
56723              TODO: perltodo really could use major updating.
56724      Branch: perl
56725            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
56726            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
56727            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
56728            ! pod/perlsyn.pod pod/perltodo.pod
56729 ____________________________________________________________________________
56730 [  9997] By: jhi                                   on 2001/05/05  17:35:17
56731         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
56732              from Kurt Skauen.
56733      Branch: perl
56734            + hints/atheos.sh
56735            ! MANIFEST
56736 ____________________________________________________________________________
56737 [  9996] By: jhi                                   on 2001/05/05  17:25:00
56738         Log: Add preemptive #undefs for some of the shorter and more prone
56739              to collision regcomp.h #defines.  (Background: the MASK collided
56740              with a system header #define in Rhapsody.)
56741      Branch: perl
56742            ! regcomp.h
56743 ____________________________________________________________________________
56744 [  9995] By: jhi                                   on 2001/05/05  13:24:21
56745         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
56746              From: Nicholas Clark <nick@ccl4.org>
56747              Date: Sat, 5 May 2001 14:46:39 +0100
56748              Message-ID: <20010505144639.O53513@plum.flirble.org>
56749              
56750              Add a test for the constants (if any) being processed correctly.
56751      Branch: perl
56752            ! utils/h2xs.PL
56753 ____________________________________________________________________________
56754 [  9994] By: jhi                                   on 2001/05/05  02:11:03
56755         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
56756              From: Peter Prymmer <pvhp@forte.com>
56757              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
56758              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
56759      Branch: perl
56760            ! t/lib/b-stash.t
56761 ____________________________________________________________________________
56762 [  9993] By: jhi                                   on 2001/05/05  02:03:49
56763         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
56764              From: Peter Prymmer <pvhp@forte.com>
56765              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
56766              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
56767      Branch: perl
56768            ! perlio.c vms/vmsish.h
56769 ____________________________________________________________________________
56770 [  9992] By: jhi                                   on 2001/05/04  17:21:12
56771         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
56772              From: Robin Barker <rmb1@cise.npl.co.uk>
56773              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
56774              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
56775      Branch: perl
56776            + t/pod/plainer.t
56777            ! MANIFEST
56778 ____________________________________________________________________________
56779 [  9991] By: jhi                                   on 2001/05/04  16:47:45
56780         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
56781              From: Robin Barker <rmb1@cise.npl.co.uk>
56782              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
56783              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
56784      Branch: perl
56785            ! regcomp.c
56786 ____________________________________________________________________________
56787 [  9990] By: jhi                                   on 2001/05/04  14:37:20
56788         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
56789              From: Prymmer/Kahn <pvhp@best.com>
56790              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
56791              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
56792      Branch: perl
56793            ! t/lib/b-stash.t
56794 ____________________________________________________________________________
56795 [  9989] By: jhi                                   on 2001/05/04  14:03:58
56796         Log: Introduce perl572delta, update Todo, add the missing
56797              mention about signal safety since 5.7.1 (though this
56798              requires verification and more details.)
56799      Branch: perl
56800            + pod/perl572delta.pod
56801            ! MANIFEST Todo pod/perl571delta.pod
56802 ____________________________________________________________________________
56803 [  9988] By: jhi                                   on 2001/05/04  12:41:51
56804         Log: Subject: [PATCH perl@9944] long =item
56805              From: Robin Barker <rmb1@cise.npl.co.uk>
56806              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
56807              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
56808      Branch: perl
56809            ! ext/Time/HiRes/HiRes.pm
56810 ____________________________________________________________________________
56811 [  9987] By: jhi                                   on 2001/05/04  12:39:19
56812         Log: The #9901 had removed one line essential for EBCDIC.
56813      Branch: perl
56814            ! regcomp.c
56815 ____________________________________________________________________________
56816 [  9986] By: jhi                                   on 2001/05/04  12:30:23
56817         Log: Subject: cygwin/Makefile.SHs INSTALL patch
56818              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
56819              Date: Mon, 08 Jan 2001 04:59:21 +0200
56820              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
56821      Branch: perl
56822            ! cygwin/Makefile.SHs
56823 ____________________________________________________________________________
56824 [  9985] By: jhi                                   on 2001/05/04  03:51:39
56825         Log: Encode/IO doc tweaks.
56826      Branch: perl
56827            ! ext/Encode/Encode.pm
56828 ____________________________________________________________________________
56829 [  9984] By: jhi                                   on 2001/05/04  03:29:34
56830         Log: Remove GDBM_File from the dynamic extensions for UTS,
56831              GDBM is not a standard feature.
56832      Branch: perl
56833            ! hints/uts.sh
56834 ____________________________________________________________________________
56835 [  9983] By: jhi                                   on 2001/05/04  03:22:59
56836         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
56837      Branch: perl
56838            ! pod/perlretut.pod
56839 ____________________________________________________________________________
56840 [  9982] By: jhi                                   on 2001/05/03  23:21:03
56841         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
56842              From: Benjamin Sugars <bsugars@canoe.ca>
56843              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
56844              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
56845      Branch: perl
56846            ! dump.c
56847 ____________________________________________________________________________
56848 [  9981] By: jhi                                   on 2001/05/03  23:20:05
56849         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
56850              From: Benjamin Sugars <bsugars@canoe.ca>
56851              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
56852              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
56853      Branch: perl
56854            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56855 ____________________________________________________________________________
56856 [  9980] By: jhi                                   on 2001/05/03  23:15:29
56857         Log: Integrate perlio:
56858              
56859              [  9976]
56860              Allow $answer = encode($object,$text); like it says in docs.
56861              
56862              [  9975]
56863              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56864              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56865      Branch: perl
56866           !> ext/Encode/Encode.pm
56867 ____________________________________________________________________________
56868 [  9979] By: jhi                                   on 2001/05/03  16:54:59
56869         Log: Install psed man page.
56870      Branch: perl
56871            ! installman
56872 ____________________________________________________________________________
56873 [  9978] By: jhi                                   on 2001/05/03  16:45:58
56874         Log: Remove unused files; noted by Sarathy.
56875      Branch: perl
56876            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56877            ! MANIFEST
56878 ____________________________________________________________________________
56879 [  9977] By: jhi                                   on 2001/05/03  16:42:30
56880         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
56881              From: Andy Dougherty <doughera@lafayette.edu>
56882              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
56883              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
56884      Branch: perl
56885            ! INSTALL
56886 ____________________________________________________________________________
56887 [  9976] By: nick                                  on 2001/05/03  16:40:42
56888         Log: Allow $answer = encode($object,$text); like it says in docs.
56889      Branch: perlio
56890            ! ext/Encode/Encode.pm
56891 ____________________________________________________________________________
56892 [  9975] By: nick                                  on 2001/05/03  16:22:30
56893         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56894              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56895      Branch: perlio
56896            ! ext/Encode/Encode.pm
56897 ____________________________________________________________________________
56898 [  9974] By: nick                                  on 2001/05/03  15:48:17
56899         Log: Integrate mainline.
56900      Branch: perlio
56901           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
56902           +> t/lib/filter-simple.t t/lib/next.t
56903           !> (integrate 70 files)
56904 ____________________________________________________________________________
56905 [  9973] By: jhi                                   on 2001/05/03  13:09:09
56906         Log: Update Changes.
56907      Branch: perl
56908            ! Changes patchlevel.h
56909 ____________________________________________________________________________
56910 [  9972] By: jhi                                   on 2001/05/03  12:58:33
56911         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
56912              From: Prymmer/Kahn <pvhp@best.com>
56913              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
56914              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
56915      Branch: perl
56916            ! t/io/fflush.t
56917 ____________________________________________________________________________
56918 [  9971] By: jhi                                   on 2001/05/03  12:57:26
56919         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
56920              From: Prymmer/Kahn <pvhp@best.com>
56921              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
56922              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
56923      Branch: perl
56924            ! win32/FindExt.pm
56925 ____________________________________________________________________________
56926 [  9970] By: jhi                                   on 2001/05/03  02:42:46
56927         Log: Can't croak sans thread context, from Doug MacEachern.
56928      Branch: perl
56929            ! toke.c
56930 ____________________________________________________________________________
56931 [  9969] By: jhi                                   on 2001/05/03  01:23:48
56932         Log: Subject: Random input test and Perl
56933              From: Ilya Zakharevich <ilya@math.berkeley.edu>
56934              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
56935              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
56936      Branch: perl
56937            ! toke.c
56938 ____________________________________________________________________________
56939 [  9968] By: jhi                                   on 2001/05/02  22:17:21
56940         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
56941              From: Peter Prymmer <pvhp@forte.com>
56942              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
56943              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
56944      Branch: perl
56945            ! pod/perlfunc.pod pod/perlport.pod
56946 ____________________________________________________________________________
56947 [  9967] By: jhi                                   on 2001/05/02  20:12:45
56948         Log: Workaround for UTS compiler casting bug from Hal Morris.
56949      Branch: perl
56950            ! perl.h
56951 ____________________________________________________________________________
56952 [  9966] By: jhi                                   on 2001/05/02  18:31:37
56953         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
56954              From: Dan Sugalski <dan@sidhe.org>
56955              Date: Wed, 02 May 2001 15:23:22 -0400
56956              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
56957      Branch: perl
56958            ! perl.c vms/vms.c
56959 ____________________________________________________________________________
56960 [  9965] By: jhi                                   on 2001/05/02  18:21:29
56961         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
56962      Branch: perl
56963            ! pod/perlfunc.pod
56964 ____________________________________________________________________________
56965 [  9964] By: jhi                                   on 2001/05/02  18:15:01
56966         Log: Document large files in INSTALL, document also the %x
56967              limitation if not use64bitint, closes bug 20010326.007.
56968      Branch: perl
56969            ! INSTALL
56970 ____________________________________________________________________________
56971 [  9963] By: jhi                                   on 2001/05/02  17:24:47
56972         Log: perlmodlib tweaks; regen pods.
56973      Branch: perl
56974            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
56975            ! pod/perltoc.pod
56976 ____________________________________________________________________________
56977 [  9962] By: jhi                                   on 2001/05/02  17:14:00
56978         Log: Fix for a segfault, from Marc Lehmann.
56979      Branch: perl
56980            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
56981 ____________________________________________________________________________
56982 [  9961] By: jhi                                   on 2001/05/02  15:55:53
56983         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
56984              From: "Philip Newton" <pnewton@gmx.de>
56985              Date: Wed, 2 May 2001 18:39:03 +0200
56986              Message-ID: <3AF05447.15525.173B588@localhost>
56987      Branch: perl
56988            ! pod/perlop.pod
56989 ____________________________________________________________________________
56990 [  9960] By: jhi                                   on 2001/05/02  15:35:37
56991         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
56992              From: Dan Sugalski <dan@sidhe.org>
56993              Date: Wed, 02 May 2001 11:37:27 -0400
56994              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
56995      Branch: perl
56996            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
56997            ! thread.h vms/vms.c vms/vmsish.h
56998 ____________________________________________________________________________
56999 [  9959] By: jhi                                   on 2001/05/02  15:21:08
57000         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
57001              From: Benjamin Sugars <bsugars@canoe.ca>
57002              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
57003              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
57004      Branch: perl
57005            ! ext/PerlIO/Scalar/Scalar.xs
57006 ____________________________________________________________________________
57007 [  9958] By: jhi                                   on 2001/05/02  15:15:53
57008         Log: Bug in #9915, spotted by Mike Guy.
57009      Branch: perl
57010            ! installperl
57011 ____________________________________________________________________________
57012 [  9957] By: jhi                                   on 2001/05/02  13:26:01
57013         Log: Add a test for not griping about references as array
57014              indices if the reference has magic in it (overloaded
57015              methods).
57016      Branch: perl
57017            ! pod/perldiag.pod t/pragma/warn/pp_hot
57018 ____________________________________________________________________________
57019 [  9956] By: jhi                                   on 2001/05/02  13:07:01
57020         Log: Retracted a bit too much in #9952.
57021      Branch: perl
57022            ! t/pragma/sub_lval.t
57023 ____________________________________________________________________________
57024 [  9955] By: jhi                                   on 2001/05/02  13:05:38
57025         Log: Test for #9952.
57026      Branch: perl
57027            ! t/op/tie.t
57028 ____________________________________________________________________________
57029 [  9954] By: jhi                                   on 2001/05/02  11:48:18
57030         Log: Additional note on the encoding example: one cannot
57031              convert string constants in-place.
57032      Branch: perl
57033            ! ext/Encode/Encode.pm
57034 ____________________________________________________________________________
57035 [  9953] By: jhi                                   on 2001/05/02  11:43:51
57036         Log: Note that if you have recent enough Perl you already
57037              have Filter::Util::Call.
57038      Branch: perl
57039            ! lib/Filter/Simple.pm
57040 ____________________________________________________________________________
57041 [  9952] By: jhi                                   on 2001/05/02  11:31:53
57042         Log: Retract changes #8254 and #8255, causes coredump in
57043              'tie FH, "main"', reported by Abigail, culprit found by
57044              Benjamin Sugars.  Mirrors maintperl change #9950.
57045      Branch: perl
57046            ! op.c t/pragma/sub_lval.t
57047 ____________________________________________________________________________
57048 [  9951] By: jhi                                   on 2001/05/02  11:14:29
57049         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
57050      Branch: perl
57051            + t/lib/MyFilter.pm
57052 ____________________________________________________________________________
57053 [  9950] By: gsar                                  on 2001/05/02  03:17:11
57054         Log: revert integration of changes#8254,8255 in change#8620 (causes
57055              a coredump in C<tie FH, 'foo'>; the idea itself may need better
57056              rationalization)
57057      Branch: maint-5.6/perl
57058            ! op.c t/pragma/sub_lval.t
57059 ____________________________________________________________________________
57060 [  9949] By: gsar                                  on 2001/05/02  02:56:32
57061         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
57062              
57063              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57064              
57065              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57066      Branch: maint-5.6/perl
57067           !> hints/svr5.sh
57068 ____________________________________________________________________________
57069 [  9948] By: gsar                                  on 2001/05/02  02:49:15
57070         Log: pod/find.t breaks on VMS (from Craig Berry)
57071      Branch: maint-5.6/perl
57072            ! t/pod/find.t
57073 ____________________________________________________________________________
57074 [  9947] By: jhi                                   on 2001/05/02  02:43:09
57075         Log: Add an encoding conversion example.
57076      Branch: perl
57077            ! ext/Encode/Encode.pm
57078 ____________________________________________________________________________
57079 [  9946] By: jhi                                   on 2001/05/02  01:34:22
57080         Log: Another coat of paint but still nowhere finished.
57081              Need to decide on the semantics of strptime(): should
57082              strptime() be a function instead of a method?  To do
57083              the week/monthname-strptiming the i18n/l10n bullet needs
57084              to be bitten with gusto.
57085      Branch: perl
57086            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
57087 ____________________________________________________________________________
57088 [  9945] By: jhi                                   on 2001/05/01  23:40:52
57089         Log: Update Changes.
57090      Branch: perl
57091            ! Changes patchlevel.h
57092 ____________________________________________________________________________
57093 [  9944] By: jhi                                   on 2001/05/01  23:33:37
57094         Log: Add known-to-be-tested modules to the list-to-be-skipped.
57095      Branch: perl
57096            ! t/lib/1_compile.t
57097 ____________________________________________________________________________
57098 [  9943] By: jhi                                   on 2001/05/01  23:24:40
57099         Log: Subject: BorlandC++ fix
57100              From: "Vadim Konovalov" <watman@inbox.ru>
57101              Date: Mon, 30 Apr 2001 20:12:26 -0700
57102              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
57103      Branch: perl
57104            ! win32/makefile.mk
57105 ____________________________________________________________________________
57106 [  9942] By: jhi                                   on 2001/05/01  23:18:02
57107         Log: Update to Filter::Simple 0.60, create a test for it.
57108      Branch: perl
57109            + t/lib/filter-simple.t
57110            ! MANIFEST lib/Filter/Simple.pm
57111 ____________________________________________________________________________
57112 [  9941] By: jhi                                   on 2001/05/01  19:47:24
57113         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
57114              From: Hugo <hv@crypt.compulink.co.uk>
57115              Date: Tue, 01 May 2001 20:12:20 +0100
57116              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
57117      Branch: perl
57118            ! pp_hot.c t/op/re_tests
57119 ____________________________________________________________________________
57120 [  9940] By: jhi                                   on 2001/05/01  19:42:16
57121         Log: Integrate perlio:
57122              
57123              [  9936]
57124              Fix for base.pm clobbering $VERSION
57125              
57126              [  9935]
57127              Test for base.pm clobbering $VERSION.
57128      Branch: perl
57129           !> lib/base.pm t/lib/fields.t
57130 ____________________________________________________________________________
57131 [  9939] By: jhi                                   on 2001/05/01  19:39:51
57132         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
57133              From: Benjamin Sugars <bsugars@canoe.ca>
57134              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
57135              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
57136      Branch: perl
57137            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
57138 ____________________________________________________________________________
57139 [  9938] By: jhi                                   on 2001/05/01  19:34:09
57140         Log: Add NEXT, a pseudo-class for method redispatching.
57141              <Damian>NEXT.pm probably offers more bang-for-buck
57142              than anything else I've ever written.</Damian>
57143      Branch: perl
57144            + lib/NEXT.pm t/lib/next.t
57145            ! MANIFEST
57146 ____________________________________________________________________________
57147 [  9937] By: jhi                                   on 2001/05/01  19:21:41
57148         Log: Update to Switch 2.02.
57149      Branch: perl
57150            ! lib/Switch.pm t/lib/switch.t
57151 ____________________________________________________________________________
57152 [  9936] By: nick                                  on 2001/05/01  19:09:21
57153         Log: Fix for base.pm clobbering $VERSION
57154      Branch: perlio
57155            ! lib/base.pm
57156 ____________________________________________________________________________
57157 [  9935] By: nick                                  on 2001/05/01  18:54:38
57158         Log: Test for base.pm clobbering $VERSION.
57159      Branch: perlio
57160            ! t/lib/fields.t
57161 ____________________________________________________________________________
57162 [  9934] By: jhi                                   on 2001/05/01  18:39:10
57163         Log: Add information about Scalar::Util::blessed.
57164      Branch: perl
57165            ! pod/perlobj.pod
57166 ____________________________________________________________________________
57167 [  9933] By: jhi                                   on 2001/05/01  18:33:51
57168         Log: Subject: Extra UNIVERSAL documentation
57169              From: Mike Guy <mjtg@cam.ac.uk>
57170              Date: Tue, 01 May 2001 20:12:11 +0100
57171              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
57172      Branch: perl
57173            ! pod/perlobj.pod
57174 ____________________________________________________________________________
57175 [  9932] By: jhi                                   on 2001/05/01  18:26:54
57176         Log: Subject: Autoflush in tests as appropriate
57177              From: Mike Guy <mjtg@cam.ac.uk>
57178              Date: Tue, 01 May 2001 20:05:31 +0100
57179              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
57180      Branch: perl
57181            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
57182            ! t/op/taint.t
57183 ____________________________________________________________________________
57184 [  9931] By: jhi                                   on 2001/05/01  18:02:29
57185         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
57186              From: Benjamin Sugars <bsugars@canoe.ca>
57187              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
57188              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
57189      Branch: perl
57190            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
57191 ____________________________________________________________________________
57192 [  9930] By: jhi                                   on 2001/05/01  15:12:26
57193         Log: Subject: Re: Finally got a round tuit
57194              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57195              Date: Tue, 01 May 2001 14:14:10 +0200
57196              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
57197              
57198              The -DP part, slightly modified.
57199      Branch: perl
57200            ! perl.c
57201 ____________________________________________________________________________
57202 [  9929] By: jhi                                   on 2001/05/01  14:17:15
57203         Log: Subject: Re: Finally got a round tuit
57204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57205              Date: Tue, 01 May 2001 16:34:06 +0200
57206              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
57207              
57208              cpp and optimization tweaks for HP-UX.
57209      Branch: perl
57210            ! hints/hpux.sh
57211 ____________________________________________________________________________
57212 [  9928] By: jhi                                   on 2001/05/01  13:24:20
57213         Log: Tune the scan_num() comments to reality.
57214      Branch: perl
57215            ! toke.c
57216 ____________________________________________________________________________
57217 [  9927] By: jhi                                   on 2001/05/01  13:14:01
57218         Log: Subject: [PATCH B::Deparse] optimised sort
57219              From: Robin Houston <robin@kitsite.com>
57220              Date: Tue, 1 May 2001 14:07:12 +0100
57221              Message-ID: <20010501140712.A4266@penderel>
57222      Branch: perl
57223            ! ext/B/B/Deparse.pm
57224 ____________________________________________________________________________
57225 [  9926] By: jhi                                   on 2001/05/01  13:10:53
57226         Log: Subject: [PATCH t/lib/b-deparse.t] 
57227              From: Robin Houston <robin@kitsite.com>
57228              Date: Tue, 1 May 2001 13:37:42 +0100
57229              Message-ID: <20010501133742.A4082@penderel>
57230      Branch: perl
57231            ! t/lib/b-deparse.t
57232 ____________________________________________________________________________
57233 [  9925] By: jhi                                   on 2001/05/01  13:10:13
57234         Log: Subject: [PATCH B::Deparse] for(;;), sort
57235              From: Robin Houston <robin@kitsite.com>
57236              Date: Tue, 1 May 2001 13:35:00 +0100
57237              Message-ID: <20010501133500.A4061@penderel>
57238      Branch: perl
57239            ! ext/B/B/Deparse.pm
57240 ____________________________________________________________________________
57241 [  9924] By: jhi                                   on 2001/05/01  13:09:22
57242         Log: Subject: [PATCH B::Deparse] do, warn, use
57243              From: Robin Houston <robin@kitsite.com>
57244              Date: Tue, 1 May 2001 13:31:03 +0100
57245              Message-ID: <20010501133103.A4041@penderel>
57246      Branch: perl
57247            ! ext/B/B/Deparse.pm
57248 ____________________________________________________________________________
57249 [  9923] By: jhi                                   on 2001/05/01  11:45:36
57250         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
57251              From: Benjamin Sugars <ben.sugars@home.com>
57252              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
57253              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
57254      Branch: perl
57255            + t/io/fflush.t
57256            ! MANIFEST
57257 ____________________________________________________________________________
57258 [  9922] By: jhi                                   on 2001/05/01  11:35:42
57259         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
57260              From: Peter Prymmer <pvhp@forte.com>
57261              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
57262              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
57263      Branch: perl
57264            ! t/lib/selfstubber.t
57265 ____________________________________________________________________________
57266 [  9921] By: jhi                                   on 2001/04/30  16:34:33
57267         Log: Subject: [PATCH B::Concise] suppress warning
57268              From: Robin Houston <robin@kitsite.com>
57269              Date: Mon, 30 Apr 2001 16:09:49 +0100
57270              Message-ID: <20010430160949.A25086@penderel>
57271      Branch: perl
57272            ! ext/B/B/Concise.pm
57273 ____________________________________________________________________________
57274 [  9920] By: jhi                                   on 2001/04/30  13:56:04
57275         Log: Strip the *markers* from #9919.
57276      Branch: perl
57277            ! pod/perlfaq.pod pod/perlfaq5.pod
57278 ____________________________________________________________________________
57279 [  9919] By: jhi                                   on 2001/04/30  13:54:04
57280         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
57281              From: Gwyn Judd <b.judd@xtra.co.nz>
57282              Date: Sun, 29 Apr 2001 01:47:49 +1200
57283              Message-ID: <20010429014749.A4418@thislove>
57284      Branch: perl
57285            ! pod/perlfaq.pod pod/perlfaq5.pod
57286 ____________________________________________________________________________
57287 [  9918] By: jhi                                   on 2001/04/30  13:13:54
57288         Log: More_tweakage.
57289      Branch: perl
57290            ! pod/perldata.pod pod/perldiag.pod
57291 ____________________________________________________________________________
57292 [  9917] By: jhi                                   on 2001/04/30  13:01:27
57293         Log: Update Changes.
57294      Branch: perl
57295            ! Changes patchlevel.h
57296 ____________________________________________________________________________
57297 [  9916] By: jhi                                   on 2001/04/30  12:57:03
57298         Log: T_w_e_a_k_a_g_e.
57299      Branch: perl
57300            ! pod/perldata.pod pod/perldiag.pod
57301 ____________________________________________________________________________
57302 [  9915] By: jhi                                   on 2001/04/30  12:39:29
57303         Log: Install s2p also as psed.
57304              
57305              TODO: psed documentation?
57306      Branch: perl
57307            ! installperl
57308 ____________________________________________________________________________
57309 [  9914] By: jhi                                   on 2001/04/30  12:29:21
57310         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
57311              From: Jens Hamisch <jens@Strawberry.COM>
57312              Date: Fri, 27 Apr 2001 17:00:36 +0200
57313              Message-ID: <20010427170036.K1372@Strawberry.COM>
57314              
57315              SOCKS5_VERSION_NAME is the right symbol to detect
57316              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
57317              function called socks5_init() is available, and even that is
57318              not universal, most SOCKS5 installations use SOCKSinit()).
57319      Branch: perl
57320            ! perlio.c
57321 ____________________________________________________________________________
57322 [  9913] By: jhi                                   on 2001/04/30  12:22:15
57323         Log: Allow a zero timeout on IO::Socket accept and connect--
57324              though one really shouldn't do that.  Based on
57325              
57326              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
57327              From: "John Holdsworth" <coldwave@bigfoot.com>
57328              Date: Sun, 4 Feb 2001 12:48:18 +0100
57329              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
57330      Branch: perl
57331            ! ext/IO/lib/IO/Socket.pm
57332 ____________________________________________________________________________
57333 [  9912] By: jhi                                   on 2001/04/30  11:27:27
57334         Log: Save the spot of regprev (see #9911) for binary compatibility;
57335              regen API.
57336      Branch: perl
57337            ! embedvar.h perlapi.h thrdvar.h
57338 ____________________________________________________________________________
57339 [  9911] By: jhi                                   on 2001/04/30  11:22:03
57340         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
57341              From: Hugo <hv@crypt.compulink.co.uk>
57342              Date: Sun, 29 Apr 2001 17:09:30 +0100
57343              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
57344      Branch: perl
57345            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
57346 ____________________________________________________________________________
57347 [  9910] By: jhi                                   on 2001/04/30  11:15:12
57348         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
57349              a dummy for PL_numeric_radix); no pressing reason to break
57350              binary compatibility; regen API.
57351      Branch: perl
57352            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
57353            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
57354 ____________________________________________________________________________
57355 [  9909] By: jhi                                   on 2001/04/30  10:56:08
57356         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
57357              From: Walt Mankowski <waltman@netaxs.com>
57358              Date: Sun, 29 Apr 2001 21:53:48 -0400
57359              Message-ID: <20010429215348.A3971@netaxs.com>
57360      Branch: perl
57361            ! pod/perlfunc.pod
57362 ____________________________________________________________________________
57363 [  9908] By: jhi                                   on 2001/04/30  10:49:40
57364         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
57365      Branch: perl
57366            ! t/lib/selfstubber.t
57367 ____________________________________________________________________________
57368 [  9907] By: nick                                  on 2001/04/30  09:26:50
57369         Log: Integrate mainline.
57370      Branch: perlio
57371           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
57372 ____________________________________________________________________________
57373 [  9906] By: jhi                                   on 2001/04/29  23:24:20
57374         Log: Abigail spotted a thinko in #9905.
57375      Branch: perl
57376            ! pod/perldiag.pod
57377 ____________________________________________________________________________
57378 [  9905] By: jhi                                   on 2001/04/29  15:55:39
57379         Log: Changed the underscore/undebar syntax in numeric constants;
57380              now any grouping will do, as long as the underscores are not
57381              consecutive (so "zero-grouping" is out), and they do not begin
57382              or end the integer or fractional parts.
57383      Branch: perl
57384            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
57385 ____________________________________________________________________________
57386 [  9904] By: nick                                  on 2001/04/29  15:43:22
57387         Log: Integrate mainline.
57388      Branch: perlio
57389           +> (branch 98 files)
57390            - lib/unicode/Block.pl
57391            - lib/unicode/In/AlphabeticPresentationForms.pl
57392            - lib/unicode/In/Arabic.pl
57393            - lib/unicode/In/ArabicPresentationForms-A.pl
57394            - lib/unicode/In/ArabicPresentationForms-B.pl
57395            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
57396            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
57397            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
57398            - lib/unicode/In/BopomofoExtended.pl
57399            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
57400            - lib/unicode/In/CJKCompatibility.pl
57401            - lib/unicode/In/CJKCompatibilityForms.pl
57402            - lib/unicode/In/CJKCompatibilityIdeographs.pl
57403            - lib/unicode/In/CJKRadicalsSupplement.pl
57404            - lib/unicode/In/CJKSymbolsandPunctuation.pl
57405            - lib/unicode/In/CJKUnifiedIdeographs.pl
57406            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
57407            - lib/unicode/In/Cherokee.pl
57408            - lib/unicode/In/CombiningDiacriticalMarks.pl
57409            - lib/unicode/In/CombiningHalfMarks.pl
57410            - lib/unicode/In/CombiningMarksforSymbols.pl
57411            - lib/unicode/In/ControlPictures.pl
57412            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
57413            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
57414            - lib/unicode/In/EnclosedAlphanumerics.pl
57415            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
57416            - lib/unicode/In/Ethiopic.pl
57417            - lib/unicode/In/GeneralPunctuation.pl
57418            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
57419            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
57420            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
57421            - lib/unicode/In/HalfwidthandFullwidthForms.pl
57422            - lib/unicode/In/HangulCompatibilityJamo.pl
57423            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
57424            - lib/unicode/In/Hebrew.pl
57425            - lib/unicode/In/HighPrivateUseSurrogates.pl
57426            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
57427            - lib/unicode/In/IPAExtensions.pl
57428            - lib/unicode/In/IdeographicDescriptionCharacters.pl
57429            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
57430            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
57431            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
57432            - lib/unicode/In/Latin-1Supplement.pl
57433            - lib/unicode/In/LatinExtended-A.pl
57434            - lib/unicode/In/LatinExtended-B.pl
57435            - lib/unicode/In/LatinExtendedAdditional.pl
57436            - lib/unicode/In/LetterlikeSymbols.pl
57437            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
57438            - lib/unicode/In/MathematicalOperators.pl
57439            - lib/unicode/In/MiscellaneousSymbols.pl
57440            - lib/unicode/In/MiscellaneousTechnical.pl
57441            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
57442            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
57443            - lib/unicode/In/OpticalCharacterRecognition.pl
57444            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
57445            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
57446            - lib/unicode/In/SmallFormVariants.pl
57447            - lib/unicode/In/SpacingModifierLetters.pl
57448            - lib/unicode/In/Specials.pl
57449            - lib/unicode/In/SuperscriptsandSubscripts.pl
57450            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
57451            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
57452            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
57453            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
57454            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
57455           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
57456           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
57457           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
57458           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
57459           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
57460           !> utf8.c win32/Makefile
57461 ____________________________________________________________________________
57462 [  9903] By: jhi                                   on 2001/04/29  14:30:53
57463         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
57464              From: Prymmer/Kahn <pvhp@best.com>
57465              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
57466              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
57467      Branch: perl
57468            ! win32/Makefile
57469 ____________________________________________________________________________
57470 [  9902] By: jhi                                   on 2001/04/29  02:52:44
57471         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
57472              From: "Abigail" <abigail@foad.org>
57473              Date: Sun, 29 Apr 2001 03:14:25 +0200
57474              Message-ID: <20010429011425.24503.qmail@foad.org>
57475      Branch: perl
57476            ! ext/IO/lib/IO/Seekable.pm
57477 ____________________________________________________________________________
57478 [  9901] By: jhi                                   on 2001/04/29  02:04:46
57479         Log: In character classes one couldn't have 0x80..0xff characters
57480              at the left hand side if there were 0x100.. characters in the
57481              character class.
57482      Branch: perl
57483            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
57484            ! t/op/pat.t utf8.c
57485 ____________________________________________________________________________
57486 [  9900] By: jhi                                   on 2001/04/28  22:55:04
57487         Log: Forgot the latest mktables.PL from #9899.
57488      Branch: perl
57489            ! lib/unicode/mktables.PL
57490 ____________________________________________________________________________
57491 [  9899] By: jhi                                   on 2001/04/28  22:53:28
57492         Log: Explain the \p{} and \P{} error message better and
57493              have prettier prettyprint in In.pl.
57494      Branch: perl
57495            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
57496            ! pod/perldiag.pod
57497 ____________________________________________________________________________
57498 [  9898] By: jhi                                   on 2001/04/28  21:03:34
57499         Log: Add one possible explanation for the "Invalid [] range" error.
57500      Branch: perl
57501            ! pod/perldiag.pod
57502 ____________________________________________________________________________
57503 [  9897] By: jhi                                   on 2001/04/28  17:18:26
57504         Log: Add a level of indirection to the implementation of \p{InFoo}
57505              so that we don't have to have long filenames.  (Nothing changes
57506              in the user interface.)   The indirection is defined in
57507              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
57508              Also rename some the character classes by removing '-' from
57509              the classnames, and finally renamed Block.pl as Blocks.pl.
57510      Branch: perl
57511            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
57512            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
57513            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
57514            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
57515            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
57516            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
57517            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
57518            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
57519            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
57520            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
57521            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
57522            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
57523            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
57524            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
57525            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
57526            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
57527            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
57528            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
57529            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
57530            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
57531            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
57532            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
57533            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
57534            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
57535            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
57536            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
57537            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
57538            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
57539            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
57540            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
57541            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
57542            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
57543            + lib/unicode/In/94.pl lib/unicode/In/95.pl
57544            - lib/unicode/Block.pl
57545            - lib/unicode/In/AlphabeticPresentationForms.pl
57546            - lib/unicode/In/Arabic.pl
57547            - lib/unicode/In/ArabicPresentationForms-A.pl
57548            - lib/unicode/In/ArabicPresentationForms-B.pl
57549            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
57550            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
57551            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
57552            - lib/unicode/In/BopomofoExtended.pl
57553            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
57554            - lib/unicode/In/CJKCompatibility.pl
57555            - lib/unicode/In/CJKCompatibilityForms.pl
57556            - lib/unicode/In/CJKCompatibilityIdeographs.pl
57557            - lib/unicode/In/CJKRadicalsSupplement.pl
57558            - lib/unicode/In/CJKSymbolsandPunctuation.pl
57559            - lib/unicode/In/CJKUnifiedIdeographs.pl
57560            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
57561            - lib/unicode/In/Cherokee.pl
57562            - lib/unicode/In/CombiningDiacriticalMarks.pl
57563            - lib/unicode/In/CombiningHalfMarks.pl
57564            - lib/unicode/In/CombiningMarksforSymbols.pl
57565            - lib/unicode/In/ControlPictures.pl
57566            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
57567            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
57568            - lib/unicode/In/EnclosedAlphanumerics.pl
57569            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
57570            - lib/unicode/In/Ethiopic.pl
57571            - lib/unicode/In/GeneralPunctuation.pl
57572            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
57573            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
57574            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
57575            - lib/unicode/In/HalfwidthandFullwidthForms.pl
57576            - lib/unicode/In/HangulCompatibilityJamo.pl
57577            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
57578            - lib/unicode/In/Hebrew.pl
57579            - lib/unicode/In/HighPrivateUseSurrogates.pl
57580            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
57581            - lib/unicode/In/IPAExtensions.pl
57582            - lib/unicode/In/IdeographicDescriptionCharacters.pl
57583            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
57584            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
57585            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
57586            - lib/unicode/In/Latin-1Supplement.pl
57587            - lib/unicode/In/LatinExtended-A.pl
57588            - lib/unicode/In/LatinExtended-B.pl
57589            - lib/unicode/In/LatinExtendedAdditional.pl
57590            - lib/unicode/In/LetterlikeSymbols.pl
57591            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
57592            - lib/unicode/In/MathematicalOperators.pl
57593            - lib/unicode/In/MiscellaneousSymbols.pl
57594            - lib/unicode/In/MiscellaneousTechnical.pl
57595            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
57596            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
57597            - lib/unicode/In/OpticalCharacterRecognition.pl
57598            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
57599            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
57600            - lib/unicode/In/SmallFormVariants.pl
57601            - lib/unicode/In/SpacingModifierLetters.pl
57602            - lib/unicode/In/Specials.pl
57603            - lib/unicode/In/SuperscriptsandSubscripts.pl
57604            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
57605            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
57606            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
57607            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
57608            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
57609            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
57610            ! pod/perlunicode.pod
57611 ____________________________________________________________________________
57612 [  9896] By: jhi                                   on 2001/04/28  14:33:17
57613         Log: Update the information on shared library path on HP-UX.
57614      Branch: perl
57615            ! INSTALL
57616 ____________________________________________________________________________
57617 [  9895] By: jhi                                   on 2001/04/28  14:32:30
57618         Log: Because #9894 seems to do the trick, this workaround can be removed.
57619      Branch: perl
57620            ! t/lib/selfstubber.t
57621 ____________________________________________________________________________
57622 [  9894] By: jhi                                   on 2001/04/28  14:26:13
57623         Log: For PerlIO flush the children's file handles (on fork/exec/system).
57624      Branch: perl
57625            ! perl.h
57626 ____________________________________________________________________________
57627 [  9893] By: jhi                                   on 2001/04/28  14:23:15
57628         Log: Test tweak for #9891.
57629      Branch: perl
57630            ! t/lib/b-deparse.t
57631 ____________________________________________________________________________
57632 [  9892] By: jhi                                   on 2001/04/28  14:10:13
57633         Log: New HP-UX hints from Merijn.
57634      Branch: perl
57635            ! hints/hpux.sh
57636 ____________________________________________________________________________
57637 [  9891] By: jhi                                   on 2001/04/28  14:07:27
57638         Log: Subject: [PATCH B::Deparse] non-block scopes
57639              From: Robin Houston <robin@kitsite.com>
57640              Date: Fri, 27 Apr 2001 19:15:14 +0100
57641              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
57642      Branch: perl
57643            ! ext/B/B/Deparse.pm
57644 ____________________________________________________________________________
57645 [  9890] By: nick                                  on 2001/04/27  19:41:25
57646         Log: Integrate mainline
57647      Branch: perlio
57648           +> t/lib/selfstubber.t
57649           !> (integrate 50 files)
57650 ____________________________________________________________________________
57651 [  9889] By: jhi                                   on 2001/04/27  18:23:46
57652         Log: Subject: Re: selfstubber test fail on bleadperl
57653              From: Mike Guy <mjtg@cam.ac.uk>
57654              Date: Fri, 27 Apr 2001 19:31:18 +0100
57655              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
57656      Branch: perl
57657            ! t/lib/selfstubber.t
57658 ____________________________________________________________________________
57659 [  9888] By: jhi                                   on 2001/04/27  16:20:54
57660         Log: Test tweak for #9886.
57661      Branch: perl
57662            ! t/lib/b-deparse.t
57663 ____________________________________________________________________________
57664 [  9887] By: jhi                                   on 2001/04/27  16:16:33
57665         Log: Buffering issue at least in Solaris (even with perlio).
57666      Branch: perl
57667            ! t/lib/selfstubber.t
57668 ____________________________________________________________________________
57669 [  9886] By: jhi                                   on 2001/04/27  14:59:23
57670         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
57671              From: Robin Houston <robin@kitsite.com>
57672              Date: Fri, 27 Apr 2001 16:53:20 +0100
57673              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
57674      Branch: perl
57675            ! ext/B/B/Deparse.pm
57676 ____________________________________________________________________________
57677 [  9885] By: jhi                                   on 2001/04/27  14:23:51
57678         Log: Update Changes.
57679      Branch: perl
57680            ! Changes patchlevel.h
57681 ____________________________________________________________________________
57682 [  9884] By: jhi                                   on 2001/04/27  14:14:12
57683         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
57684              From: "Philip Newton" <pnewton@gmx.de>
57685              Date: Fri, 27 Apr 2001 16:40:13 +0200
57686              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
57687      Branch: perl
57688            ! pod/perldata.pod
57689 ____________________________________________________________________________
57690 [  9883] By: jhi                                   on 2001/04/27  13:28:19
57691         Log: Add LOG_PERROR; prettify the "removed".
57692      Branch: perl
57693            ! ext/Sys/Syslog/Syslog.xs
57694 ____________________________________________________________________________
57695 [  9882] By: jhi                                   on 2001/04/27  13:13:18
57696         Log: h2xs tweaks: use NV instead of double, "quote" the removed
57697              prefixes for clarity (especially when nothing is removed),
57698              slight pod reformats.
57699      Branch: perl
57700            ! utils/h2xs.PL
57701 ____________________________________________________________________________
57702 [  9881] By: jhi                                   on 2001/04/27  12:58:48
57703         Log: Don't bother creating existing directories.
57704      Branch: perl
57705            ! utils/h2xs.PL
57706 ____________________________________________________________________________
57707 [  9880] By: jhi                                   on 2001/04/27  12:45:39
57708         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
57709              From: Mike Schilli <m@perlmeister.com>
57710              Date: Wed, 25 Apr 2001 01:29:21 -0700
57711              Message-id: <3AE68AE1.6A981723@perlmeister.com>
57712      Branch: perl
57713            ! utils/h2xs.PL
57714 ____________________________________________________________________________
57715 [  9879] By: jhi                                   on 2001/04/27  12:40:55
57716         Log: break is not yet Perl.  Added the template license also to README.
57717      Branch: perl
57718            ! utils/h2xs.PL
57719 ____________________________________________________________________________
57720 [  9878] By: jhi                                   on 2001/04/27  03:08:20
57721         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
57722              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57723              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
57724              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
57725      Branch: perl
57726            ! t/lib/xs-typemap.t
57727 ____________________________________________________________________________
57728 [  9877] By: jhi                                   on 2001/04/26  23:54:40
57729         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
57730              From: "Abigail" <abigail@foad.org>
57731              Date: Fri, 27 Apr 2001 01:44:28 +0200
57732              Message-ID: <20010426234428.19786.qmail@foad.org>
57733      Branch: perl
57734            ! utils/h2xs.PL
57735 ____________________________________________________________________________
57736 [  9876] By: jhi                                   on 2001/04/26  23:52:06
57737         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
57738              From: Peter Prymmer <pvhp@forte.com>
57739              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
57740              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
57741      Branch: perl
57742            ! t/lib/selfstubber.t
57743 ____________________________________________________________________________
57744 [  9875] By: jhi                                   on 2001/04/26  23:48:10
57745         Log: Deparse nits.
57746      Branch: perl
57747            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
57748 ____________________________________________________________________________
57749 [  9874] By: jhi                                   on 2001/04/26  22:46:05
57750         Log: Document ANYOF_CLASS.
57751      Branch: perl
57752            ! regcomp.h
57753 ____________________________________________________________________________
57754 [  9873] By: jhi                                   on 2001/04/26  22:35:03
57755         Log: Subject: Re: [PATCH @9846] dumping ANYOF
57756              From: Hugo <hv@crypt.compulink.co.uk>
57757              Date: Thu, 26 Apr 2001 23:33:38 +0100
57758              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
57759      Branch: perl
57760            ! regcomp.c regcomp.h
57761 ____________________________________________________________________________
57762 [  9872] By: jhi                                   on 2001/04/26  22:34:31
57763         Log: Subject: [PATCH] more for Devel::SelfStubber
57764              From: Nicholas Clark <nick@ccl4.org>
57765              Date: Fri, 27 Apr 2001 00:13:52 +0100
57766              Message-ID: <20010427001351.K88186@plum.flirble.org>
57767      Branch: perl
57768            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
57769 ____________________________________________________________________________
57770 [  9871] By: jhi                                   on 2001/04/26  21:59:17
57771         Log: Subject: [PATCH B::Deparse] formats must be flush left
57772              From: Robin Houston <robin@kitsite.com>
57773              Date: Thu, 26 Apr 2001 23:54:29 +0100
57774              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
57775      Branch: perl
57776            ! ext/B/B/Deparse.pm
57777 ____________________________________________________________________________
57778 [  9870] By: jhi                                   on 2001/04/26  21:57:37
57779         Log: If some of the constants are prefixes of others,
57780              the prefixes may never get recognized.  (See 20010426.006.)
57781      Branch: perl
57782            ! utils/h2xs.PL
57783 ____________________________________________________________________________
57784 [  9869] By: jhi                                   on 2001/04/26  21:50:42
57785         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
57786              From: Chris Bongaarts <cab@tc.umn.edu>
57787              Date: Thu, 26 Apr 2001 17:10:31 -0500
57788              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
57789      Branch: perl
57790            ! ext/Sys/Syslog/Syslog.xs
57791 ____________________________________________________________________________
57792 [  9868] By: jhi                                   on 2001/04/26  21:35:12
57793         Log: Further cuts and more docs from Graham Barr.
57794      Branch: perl
57795            ! ext/List/Util/lib/List/Util.pm
57796            ! ext/List/Util/lib/Scalar/Util.pm
57797 ____________________________________________________________________________
57798 [  9867] By: jhi                                   on 2001/04/26  21:18:57
57799         Log: Subject: [PATCH 5.7.1] DB_File-1.77
57800              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
57801              Date: Thu, 26 Apr 2001 22:37:53 +0100
57802              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
57803      Branch: perl
57804            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57805            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57806 ____________________________________________________________________________
57807 [  9866] By: jhi                                   on 2001/04/26  21:12:31
57808         Log: Subject: [PATCH B::Deparse] fix easy bugs
57809              From: Robin Houston <robin@kitsite.com>
57810              Date: Thu, 26 Apr 2001 23:03:33 +0100
57811              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
57812      Branch: perl
57813            ! ext/B/B/Deparse.pm
57814 ____________________________________________________________________________
57815 [  9865] By: jhi                                   on 2001/04/26  20:26:13
57816         Log: Update Changes.
57817      Branch: perl
57818            ! Changes patchlevel.h
57819 ____________________________________________________________________________
57820 [  9864] By: jhi                                   on 2001/04/26  19:27:48
57821         Log: Dethinko from Robin Houston.
57822      Branch: perl
57823            ! ext/B/B/Deparse.pm
57824 ____________________________________________________________________________
57825 [  9863] By: jhi                                   on 2001/04/26  19:10:35
57826         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
57827              From: Robin Houston <robin@kitsite.com>
57828              Date: Thu, 26 Apr 2001 21:08:32 +0100
57829              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
57830      Branch: perl
57831            ! ext/B/B/Deparse.pm
57832 ____________________________________________________________________________
57833 [  9862] By: jhi                                   on 2001/04/26  19:04:23
57834         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57835              From: Robin Houston <robin@kitsite.com>
57836              Date: Thu, 26 Apr 2001 20:52:50 +0100
57837              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
57838      Branch: perl
57839            ! ext/B/B/Deparse.pm
57840 ____________________________________________________________________________
57841 [  9861] By: jhi                                   on 2001/04/26  18:56:14
57842         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
57843              From: Mike Guy <mjtg@cam.ac.uk>
57844              Date: Thu, 26 Apr 2001 14:22:40 +0100
57845              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
57846      Branch: perl
57847            ! pod/perlobj.pod
57848 ____________________________________________________________________________
57849 [  9860] By: jhi                                   on 2001/04/26  18:46:42
57850         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57851              From: Robin Houston <robin@kitsite.com>
57852              Date: Thu, 26 Apr 2001 20:34:29 +0100
57853              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
57854              
57855              Hashes do not interpolate.
57856      Branch: perl
57857            ! ext/B/B/Deparse.pm
57858 ____________________________________________________________________________
57859 [  9859] By: jhi                                   on 2001/04/26  18:43:51
57860         Log: Subject: The Time::Piece conspiracy unmasked!!!
57861              From: Mike Guy <mjtg@cam.ac.uk>
57862              Date: Thu, 26 Apr 2001 19:02:50 +0100
57863              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
57864              
57865              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
57866              From: Mike Guy <mjtg@cam.ac.uk>
57867              Date: Thu, 26 Apr 2001 19:08:21 +0100
57868              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
57869              
57870              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
57871              From: Graham Barr <gbarr@pobox.com>
57872              Date: Thu, 26 Apr 2001 19:12:03 +0100
57873              Message-ID: <20010426191203.A70835@pobox.com>
57874              
57875              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
57876      Branch: perl
57877            ! ext/List/Util/lib/List/Util.pm
57878            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
57879 ____________________________________________________________________________
57880 [  9858] By: jhi                                   on 2001/04/26  18:17:42
57881         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
57882              From: Robin Houston <robin@kitsite.com>
57883              Date: Thu, 26 Apr 2001 16:09:35 +0100
57884              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
57885      Branch: perl
57886            ! t/comp/proto.t
57887 ____________________________________________________________________________
57888 [  9857] By: jhi                                   on 2001/04/26  18:04:59
57889         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57890              From: barries <barries@slaysys.com>
57891              Date: Thu, 26 Apr 2001 12:01:10 -0400
57892              Message-ID: <20010426120110.E29698@jester.slaysys.com>
57893      Branch: perl
57894            ! pod/perldiag.pod
57895 ____________________________________________________________________________
57896 [  9856] By: jhi                                   on 2001/04/26  18:03:33
57897         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
57898              Date: Thu, 26 Apr 2001 17:13:41 +0100
57899              From: Robin Houston <robin@kitsite.com>
57900              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
57901              
57902              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57903              From: Robin Houston <robin@kitsite.com>
57904              Date: Thu, 26 Apr 2001 18:44:29 +0100
57905              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
57906      Branch: perl
57907            ! ext/B/B/Deparse.pm
57908 ____________________________________________________________________________
57909 [  9855] By: jhi                                   on 2001/04/26  17:56:04
57910         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
57911              From: Robin Houston <robin@kitsite.com>
57912              Date: Thu, 26 Apr 2001 17:04:08 +0100
57913              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
57914      Branch: perl
57915            ! ext/B/B/Deparse.pm
57916 ____________________________________________________________________________
57917 [  9854] By: jhi                                   on 2001/04/26  17:47:26
57918         Log: Subject: Re: Short test case for undef %stash:: crash
57919              From: Benjamin Sugars <bsugars@canoe.ca> 
57920              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
57921              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
57922              Changed and moved the perldiag entry.
57923      Branch: perl
57924            ! gv.c pod/perldiag.pod
57925 ____________________________________________________________________________
57926 [  9853] By: jhi                                   on 2001/04/26  14:35:16
57927         Log: Beginnings of strptime().  Do not touch the wet paint.
57928      Branch: perl
57929            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
57930 ____________________________________________________________________________
57931 [  9852] By: jhi                                   on 2001/04/26  13:17:21
57932         Log: Retract #9851, core dumps from pod2man.
57933      Branch: perl
57934            ! regcomp.c
57935 ____________________________________________________________________________
57936 [  9851] By: jhi                                   on 2001/04/26  11:54:41
57937         Log: (Retracted by #9852.)
57938              
57939              Subject: [PATCH @9846] dumping ANYOF
57940              From: Hugo <hv@crypt.compulink.co.uk>
57941              Date: Thu, 26 Apr 2001 05:32:38 +0100
57942              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
57943      Branch: perl
57944            ! regcomp.c
57945 ____________________________________________________________________________
57946 [  9850] By: jhi                                   on 2001/04/26  02:34:44
57947         Log: If ccflags was empty the _previous_ $* containing all the
57948              environment variables and Configure variables was used,
57949              which lead, among other bad things, into $ccflags being your
57950              uname -a output, which lead into test compile with cc failing,
57951              which lead into gcc being selected, which didn't work that well
57952              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
57953              with large files, et cetera.
57954      Branch: perl
57955            ! hints/hpux.sh
57956 ____________________________________________________________________________
57957 [  9849] By: jhi                                   on 2001/04/26  01:44:57
57958         Log: Make selfstubber test more portable.
57959      Branch: perl
57960            ! t/lib/selfstubber.t
57961 ____________________________________________________________________________
57962 [  9848] By: jhi                                   on 2001/04/26  00:50:26
57963         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
57964              From: Benjamin Sugars <ben.sugars@home.com>
57965              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
57966              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
57967      Branch: perl
57968            ! ext/Cwd/Cwd.xs
57969 ____________________________________________________________________________
57970 [  9847] By: jhi                                   on 2001/04/26  00:46:58
57971         Log: Subject: [PATCH: perl@9841] VMS updates
57972              From: Peter Prymmer <pvhp@forte.com>
57973              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
57974              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
57975      Branch: perl
57976            ! README.vms configure.com vms/descrip_mms.template
57977            ! vms/ext/filespec.t
57978 ____________________________________________________________________________
57979 [  9846] By: jhi                                   on 2001/04/26  00:11:56
57980         Log: re 'debug' was broken by #9084.
57981      Branch: perl
57982            ! ext/re/re.xs
57983 ____________________________________________________________________________
57984 [  9845] By: jhi                                   on 2001/04/25  22:33:17
57985         Log: Subject: [PATCH] test for Devel::SelfStubber
57986              From: Nicholas Clark <nick@ccl4.org>
57987              Date: Thu, 26 Apr 2001 00:00:54 +0100
57988              Message-ID: <20010426000054.D89026@plum.flirble.org>
57989      Branch: perl
57990            + t/lib/selfstubber.t
57991            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
57992 ____________________________________________________________________________
57993 [  9844] By: jhi                                   on 2001/04/25  22:29:32
57994         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
57995              From: Paul Johnson <paul@pjcj.net>
57996              Date: Thu, 26 Apr 2001 00:46:08 +0200
57997              Message-ID: <20010426004608.H2338@pjcj.net>
57998      Branch: perl
57999            ! ext/B/B/Concise.pm
58000 ____________________________________________________________________________
58001 [  9843] By: jhi                                   on 2001/04/25  22:28:28
58002         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
58003              From: Peter Prymmer <pvhp@forte.com>
58004              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
58005              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
58006      Branch: perl
58007            ! ext/Cwd/Cwd.xs
58008 ____________________________________________________________________________
58009 [  9842] By: jhi                                   on 2001/04/25  20:58:12
58010         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
58011              From: John Peacock <jpeacock@rowman.com>
58012              Date: Wed, 25 Apr 2001 17:30:26 -0400
58013              Message-ID: <3AE741F2.B3217464@rowman.com>
58014      Branch: perl
58015            ! lib/Math/BigInt.pm t/lib/bigintpm.t
58016 ____________________________________________________________________________
58017 [  9841] By: jhi                                   on 2001/04/25  20:07:05
58018         Log: Update Changes.
58019      Branch: perl
58020            ! Changes patchlevel.h
58021 ____________________________________________________________________________
58022 [  9840] By: jhi                                   on 2001/04/25  19:56:51
58023         Log: Yet another HP-UX hints version from Merijn.
58024      Branch: perl
58025            ! hints/hpux.sh
58026 ____________________________________________________________________________
58027 [  9839] By: jhi                                   on 2001/04/25  19:53:04
58028         Log: abs_path() didn't terminate the filename correctly,
58029              in DIRNAMLENless systems like HP-UX this would fail.
58030      Branch: perl
58031            ! ext/Cwd/Cwd.xs
58032 ____________________________________________________________________________
58033 [  9838] By: jhi                                   on 2001/04/25  16:37:26
58034         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
58035              From: Mike Guy <mjtg@cam.ac.uk>
58036              Date: Wed, 25 Apr 2001 18:31:47 +0100
58037              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
58038      Branch: perl
58039            ! op.c
58040 ____________________________________________________________________________
58041 [  9837] By: jhi                                   on 2001/04/25  16:21:53
58042         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
58043              From: Jon Eveland <jweveland@yahoo.com>
58044              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
58045              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
58046      Branch: perl
58047            ! lib/perl5db.pl
58048 ____________________________________________________________________________
58049 [  9836] By: jhi                                   on 2001/04/25  14:17:50
58050         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
58051              From: "Philip Newton" <pnewton@gmx.de>
58052              Date: Wed, 25 Apr 2001 17:05:58 +0200
58053              Message-ID: <3AE703F6.3234.1833C45@localhost>
58054      Branch: perl
58055            ! Porting/patching.pod
58056 ____________________________________________________________________________
58057 [  9835] By: jhi                                   on 2001/04/25  13:58:07
58058         Log: It would seem that both ar and full_ar need to be overridden
58059              for HP-UX to avoid the GNU ar.
58060      Branch: perl
58061            ! hints/hpux.sh
58062 ____________________________________________________________________________
58063 [  9834] By: jhi                                   on 2001/04/25  13:50:40
58064         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
58065              From: "Philip Newton" <pnewton@gmx.de>
58066              Date: Wed, 25 Apr 2001 16:09:23 +0200
58067              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
58068              
58069              Detypo.
58070      Branch: perl
58071            ! t/op/misc.t
58072 ____________________________________________________________________________
58073 [  9833] By: jhi                                   on 2001/04/25  12:36:11
58074         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
58075      Branch: perl
58076            ! hints/hpux.sh
58077 ____________________________________________________________________________
58078 [  9832] By: jhi                                   on 2001/04/25  12:33:36
58079         Log: New version of HP-UX hints from Merijn.
58080      Branch: perl
58081            ! hints/hpux.sh
58082 ____________________________________________________________________________
58083 [  9831] By: jhi                                   on 2001/04/25  03:39:45
58084         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
58085      Branch: perl
58086            ! hints/hpux.sh
58087 ____________________________________________________________________________
58088 [  9830] By: jhi                                   on 2001/04/25  02:53:25
58089         Log: The tzname[] bit is not needed by util.c -- and causes
58090              heartburn in VMS (and it missing was probably the cause of
58091              the Mac OS X trouble).  Ouch.
58092      Branch: perl
58093            ! ext/POSIX/POSIX.xs util.c
58094 ____________________________________________________________________________
58095 [  9829] By: jhi                                   on 2001/04/25  00:10:06
58096         Log: Metaconfig unit change for #9828.
58097      Branch: metaconfig
58098            ! U/compline/ccflags.U
58099 ____________________________________________________________________________
58100 [  9828] By: jhi                                   on 2001/04/25  00:04:18
58101         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
58102              (which is actually the reason for the change, we need to pass
58103              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
58104              EP/IX, OS/2, and TitanOS, based on the hints files.
58105      Branch: perl
58106            ! Configure config_h.SH
58107 ____________________________________________________________________________
58108 [  9827] By: jhi                                   on 2001/04/24  23:49:20
58109         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
58110              the $cat must have an absolute path.
58111      Branch: perl
58112            ! makedepend.SH
58113 ____________________________________________________________________________
58114 [  9826] By: jhi                                   on 2001/04/24  23:40:53
58115         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
58116      Branch: perl
58117            ! README.amiga
58118 ____________________________________________________________________________
58119 [  9825] By: jhi                                   on 2001/04/24  23:35:35
58120         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
58121              From: "Philip Newton" <pnewton@gmx.de>
58122              Date: Tue, 24 Apr 2001 18:52:49 +0200
58123              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
58124      Branch: perl
58125            ! x2p/find2perl.PL
58126 ____________________________________________________________________________
58127 [  9824] By: jhi                                   on 2001/04/24  23:33:07
58128         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
58129              Some gcc specifics dropped out due to extensive rewriting;
58130              will be put back later as needed.
58131      Branch: perl
58132            ! hints/hpux.sh
58133 ____________________________________________________________________________
58134 [  9823] By: jhi                                   on 2001/04/24  23:27:57
58135         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
58136      Branch: perl
58137            ! ext/POSIX/POSIX.xs
58138 ____________________________________________________________________________
58139 [  9822] By: jhi                                   on 2001/04/24  23:25:21
58140         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
58141              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58142              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
58143              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
58144      Branch: perl
58145            ! ext/XS/Typemap/Typemap.xs
58146 ____________________________________________________________________________
58147 [  9821] By: jhi                                   on 2001/04/24  23:24:10
58148         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
58149              From: "Abigail" <abigail@foad.org>
58150              Date: Tue, 24 Apr 2001 23:12:03 +0200
58151              Message-ID: <20010424211203.7901.qmail@foad.org>
58152      Branch: perl
58153            ! pod/perlport.pod
58154 ____________________________________________________________________________
58155 [  9820] By: jhi                                   on 2001/04/24  23:23:15
58156         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
58157              From: Matt Sergeant <matt@sergeant.org>
58158              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
58159              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
58160      Branch: perl
58161            ! pod/perlfaq4.pod
58162 ____________________________________________________________________________
58163 [  9819] By: nick                                  on 2001/04/24  18:49:43
58164         Log: Integrate mainline.
58165      Branch: perlio
58166           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
58167           !> (integrate 37 files)
58168 ____________________________________________________________________________
58169 [  9818] By: jhi                                   on 2001/04/24  14:35:23
58170         Log: Update Changes.
58171      Branch: perl
58172            ! Changes patchlevel.h
58173 ____________________________________________________________________________
58174 [  9817] By: jhi                                   on 2001/04/24  14:09:17
58175         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
58176              From: "Philip Newton" <pnewton@gmx.de>
58177              Date: Tue, 24 Apr 2001 12:58:12 +0200
58178              Message-ID: <3AE57864.8304.B77A0A@localhost> 
58179              
58180              plus add CPAN to the list of modules that have their own tests.
58181      Branch: perl
58182            ! t/lib/1_compile.t
58183 ____________________________________________________________________________
58184 [  9816] By: jhi                                   on 2001/04/24  14:07:03
58185         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
58186              From: Michael G Schwern <schwern@pobox.com>
58187              Date: Sat, 21 Apr 2001 22:35:00 +0100
58188              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
58189      Branch: perl
58190            ! t/lib/1_compile.t
58191 ____________________________________________________________________________
58192 [  9815] By: jhi                                   on 2001/04/24  13:54:32
58193         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
58194              From: Robin Houston <robin@kitsite.com>
58195              Date: Tue, 24 Apr 2001 15:51:18 +0100
58196              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
58197      Branch: perl
58198            ! ext/B/B/Deparse.pm
58199 ____________________________________________________________________________
58200 [  9814] By: jhi                                   on 2001/04/24  13:17:34
58201         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
58202              From: Bill Glicker <billg@burrelles.com>
58203              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
58204              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
58205      Branch: perl
58206            ! hints/svr5.sh
58207 ____________________________________________________________________________
58208 [  9813] By: jhi                                   on 2001/04/24  12:54:23
58209         Log: Prevent path disclosure (probing for existence of filenames)
58210              using suidperl; bug id 20010322.218.
58211      Branch: perl
58212            ! perl.c pod/perldiag.pod
58213 ____________________________________________________________________________
58214 [  9812] By: jhi                                   on 2001/04/24  12:08:36
58215         Log: Retract #9811.
58216      Branch: perl
58217            ! ext/POSIX/POSIX.xs
58218 ____________________________________________________________________________
58219 [  9811] By: jhi                                   on 2001/04/24  11:57:35
58220         Log: (Retracted by #9812.)
58221      Branch: perl
58222            ! ext/POSIX/POSIX.xs
58223 ____________________________________________________________________________
58224 [  9810] By: jhi                                   on 2001/04/24  03:32:35
58225         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
58226      Branch: perl
58227            ! util.c
58228 ____________________________________________________________________________
58229 [  9809] By: jhi                                   on 2001/04/24  03:16:13
58230         Log: The Math::BigFloat::import() was broken.
58231              (Fixes bug id 20010422.002.)
58232      Branch: perl
58233            ! lib/Math/BigFloat.pm
58234 ____________________________________________________________________________
58235 [  9808] By: jhi                                   on 2001/04/24  01:11:40
58236         Log: Additional dependencies; should help for parallel makes
58237              not to fail on missing lib/lib.pm or lib/re.pm.
58238      Branch: perl
58239            ! Makefile.SH
58240 ____________________________________________________________________________
58241 [  9807] By: jhi                                   on 2001/04/24  00:57:01
58242         Log: Update the test failure disclaimer.
58243      Branch: perl
58244            ! t/pragma/warn/pp_hot
58245 ____________________________________________________________________________
58246 [  9806] By: jhi                                   on 2001/04/24  00:54:04
58247         Log: Add make target "install-all" which is alias for "install"
58248              to cater for case-preserving filesystems like HFS+.
58249      Branch: perl
58250            ! INSTALL Makefile.SH
58251 ____________________________________________________________________________
58252 [  9805] By: jhi                                   on 2001/04/24  00:47:28
58253         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
58254              From: Peter Prymmer <pvhp@forte.com>
58255              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
58256              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
58257              
58258              (Ken William's message forwarded from macosx@perl.org)
58259      Branch: perl
58260            ! hints/darwin.sh
58261 ____________________________________________________________________________
58262 [  9804] By: jhi                                   on 2001/04/23  23:57:35
58263         Log: Cut-and-pasto.
58264      Branch: perl
58265            ! perlio.c
58266 ____________________________________________________________________________
58267 [  9803] By: jhi                                   on 2001/04/23  23:52:25
58268         Log: More PerlIO robustness.
58269      Branch: perl
58270            ! perlio.c
58271 ____________________________________________________________________________
58272 [  9802] By: jhi                                   on 2001/04/23  23:43:35
58273         Log: Make the "STD* opened only for ..." errors more consistent.
58274      Branch: perl
58275            ! doio.c
58276 ____________________________________________________________________________
58277 [  9801] By: jhi                                   on 2001/04/23  23:34:26
58278         Log: Test case for #9800.
58279      Branch: perl
58280            ! t/op/misc.t
58281 ____________________________________________________________________________
58282 [  9800] By: jhi                                   on 2001/04/23  23:14:43
58283         Log: Avoid coredump on 'close STDERR; die' by making
58284              the PerlIO calls more robust.  Also use SETERRNO()
58285              instead of errno = to be more VMS-ready.
58286      Branch: perl
58287            ! perlio.c
58288 ____________________________________________________________________________
58289 [  9799] By: jhi                                   on 2001/04/23  21:41:10
58290         Log: Subject: test for ID 20010423.002
58291              From: Robin Houston <robin@kitsite.com>
58292              Date: Mon, 23 Apr 2001 16:52:21 +0100
58293              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
58294      Branch: perl
58295            ! t/op/avhv.t
58296 ____________________________________________________________________________
58297 [  9798] By: jhi                                   on 2001/04/23  21:40:07
58298         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
58299              From: David Dyck <dcd@tc.fluke.com>
58300              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
58301              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
58302      Branch: perl
58303            ! installperl
58304 ____________________________________________________________________________
58305 [  9797] By: jhi                                   on 2001/04/23  21:37:56
58306         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
58307              From: Benjamin Sugars <bsugars@canoe.ca>
58308              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
58309              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
58310      Branch: perl
58311            ! ext/Cwd/Cwd.xs lib/Cwd.pm
58312 ____________________________________________________________________________
58313 [  9796] By: jhi                                   on 2001/04/23  21:29:24
58314         Log: Synchronize h2xs and pod2man some more on the documentation
58315              templates they propose.
58316      Branch: perl
58317            ! pod/pod2man.PL utils/h2xs.PL
58318 ____________________________________________________________________________
58319 [  9795] By: jhi                                   on 2001/04/23  17:30:40
58320         Log: Add one more naughty test for base64; make encoding logic cleaner.
58321      Branch: perl
58322            ! t/lib/mimeb64.t
58323 ____________________________________________________________________________
58324 [  9794] By: jhi                                   on 2001/04/23  13:51:32
58325         Log: Update Changes.
58326      Branch: perl
58327            ! Changes patchlevel.h
58328 ____________________________________________________________________________
58329 [  9793] By: jhi                                   on 2001/04/23  13:44:18
58330         Log: Duplicate lines.
58331      Branch: perl
58332            ! MANIFEST
58333 ____________________________________________________________________________
58334 [  9792] By: jhi                                   on 2001/04/23  13:39:13
58335         Log: Subject: Re: PATCH 5.7.1
58336              From: Mark-Jason Dominus <mjd@plover.com>
58337              Date: Mon, 23 Apr 2001 10:30:21 -0400
58338              Message-ID: <20010423143021.17335.qmail@plover.com>
58339      Branch: perl
58340            ! perl.h sv.c
58341 ____________________________________________________________________________
58342 [  9791] By: jhi                                   on 2001/04/23  13:32:40
58343         Log: Add the CPAN.pm 1.59_54 tests.
58344      Branch: perl
58345            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
58346            ! MANIFEST
58347 ____________________________________________________________________________
58348 [  9790] By: jhi                                   on 2001/04/23  13:21:55
58349         Log: Subject: Deparse nit
58350              From: Robin Houston <robin@kitsite.com>
58351              Date: Mon, 23 Apr 2001 12:38:20 +0100
58352              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
58353      Branch: perl
58354            ! ext/B/B/Deparse.pm
58355 ____________________________________________________________________________
58356 [  9789] By: jhi                                   on 2001/04/23  13:19:07
58357         Log: Subject: [PATCH] bug 20010423.002
58358              From: Robin Houston <robin@kitsite.com>
58359              Date: Mon, 23 Apr 2001 13:12:30 +0100
58360              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
58361      Branch: perl
58362            ! pp.c
58363 ____________________________________________________________________________
58364 [  9788] By: jhi                                   on 2001/04/23  13:02:49
58365         Log: Subject: PATCH [5.7.1] hv.c unused #define
58366              From: Mark-Jason Dominus <mjd@plover.com>
58367              Date: Sun, 22 Apr 2001 14:17:49 -0400
58368              Message-ID: <20010422181749.26976.qmail@plover.com>
58369      Branch: perl
58370            ! hv.c
58371 ____________________________________________________________________________
58372 [  9787] By: jhi                                   on 2001/04/23  13:02:02
58373         Log: Subject: PATCH 5.7.1
58374              From: Mark-Jason Dominus <mjd@plover.com>
58375              Date: Sun, 22 Apr 2001 15:12:57 -0400
58376              Message-ID: <20010422191258.6539.qmail@plover.com>
58377              
58378              plus Sarathy's STMT_START + STMT_END suggestion.
58379      Branch: perl
58380            ! perl.h
58381 ____________________________________________________________________________
58382 [  9786] By: jhi                                   on 2001/04/23  12:53:25
58383         Log: Fix for
58384              
58385              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
58386              From: dLux <dlux@spam.sch.bme.hu>
58387              Date: Mon, 23 Apr 2001 01:25:26 +0200
58388              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
58389              
58390              (SvGROW really does return a char *.)
58391      Branch: perl
58392            ! pod/perlapi.pod sv.h
58393 ____________________________________________________________________________
58394 [  9785] By: jhi                                   on 2001/04/23  04:34:04
58395         Log: Time::Piece work continues.  $t->day removed since
58396              I think it's too confusing.  Now has normal and
58397              abbreviated length weekday names and month names,
58398              the names change with _names(), not _list().
58399              Now has strftime() in Perl, _strftime() is
58400              the libc version (to which strftime() falls back
58401              if it doesn't know the format.  To do: the reverse
58402              of strftime, strptime(), and the localisation of both.
58403      Branch: perl
58404            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
58405            ! t/lib/time-piece.t
58406 ____________________________________________________________________________
58407 [  9784] By: jhi                                   on 2001/04/23  02:41:46
58408         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
58409              From: andreas.koenig@anima.de (Andreas J. Koenig)
58410              Date: 23 Apr 2001 05:20:55 +0200
58411              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
58412      Branch: perl
58413            ! t/pragma/overload.t
58414 ____________________________________________________________________________
58415 [  9783] By: jhi                                   on 2001/04/22  23:32:42
58416         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
58417              From: Robin Houston <robin@kitsite.com>
58418              Date: Mon, 23 Apr 2001 00:38:18 +0100
58419              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
58420      Branch: perl
58421            ! ext/B/B/Deparse.pm
58422 ____________________________________________________________________________
58423 [  9782] By: jhi                                   on 2001/04/22  20:55:43
58424         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
58425              From: Simon Cozens <simon@netthink.co.uk>
58426              Date: Sun, 22 Apr 2001 18:47:25 +0100
58427              Message-ID: <20010422184725.A14411@netthink.co.uk>
58428      Branch: perl
58429            ! sv.c t/pragma/overload.t
58430 ____________________________________________________________________________
58431 [  9781] By: jhi                                   on 2001/04/22  20:52:13
58432         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
58433              From: Robin Houston <robin@kitsite.com>
58434              Date: Sun, 22 Apr 2001 22:14:50 +0100
58435              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
58436      Branch: perl
58437            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
58438 ____________________________________________________________________________
58439 [  9780] By: nick                                  on 2001/04/22  20:40:31
58440         Log: Integrate mainline.
58441      Branch: perlio
58442           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
58443           +> t/lib/b-stash.t
58444           !> (integrate 38 files)
58445 ____________________________________________________________________________
58446 [  9779] By: jhi                                   on 2001/04/22  15:16:03
58447         Log: Subject: IO::Socket::INET patch
58448              From: andrew deryabin <djsf@technarchy.ru>
58449              Date: Sat, 21 Apr 2001 17:46:52 +0400
58450              Message-ID: <20010421174652.B1426@technarchy>
58451      Branch: perl
58452            ! ext/IO/lib/IO/Socket/INET.pm
58453 ____________________________________________________________________________
58454 [  9778] By: jhi                                   on 2001/04/22  15:14:33
58455         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
58456              From: Mark-Jason Dominus <mjd@plover.com>
58457              Date: Sat, 21 Apr 2001 21:27:49 -0400
58458              Message-ID: <20010422012749.27024.qmail@plover.com>
58459      Branch: perl
58460            ! regcomp.c
58461 ____________________________________________________________________________
58462 [  9777] By: jhi                                   on 2001/04/22  15:10:51
58463         Log: Subject: Re: Regex debugger patch 
58464              From: Mark-Jason Dominus <mjd@plover.com>
58465              Date: Sat, 21 Apr 2001 21:48:51 -0400
58466              Message-ID: <20010422014851.27165.qmail@plover.com>
58467      Branch: perl
58468            ! pod/perldebguts.pod
58469 ____________________________________________________________________________
58470 [  9776] By: jhi                                   on 2001/04/22  15:09:48
58471         Log: Subject: Re: Regex debugger patch
58472              From: Mark-Jason Dominus <mjd@plover.com>
58473              Date: Sat, 21 Apr 2001 14:24:39 -0400
58474              Message-ID: <20010421182439.16508.qmail@plover.com>
58475              
58476              Regex debugger backend.
58477      Branch: perl
58478            ! regcomp.c regexp.h
58479 ____________________________________________________________________________
58480 [  9775] By: jhi                                   on 2001/04/21  16:45:40
58481         Log: Subject: [PATCH] Typo in utf8.h
58482              From: Jesús Quiroga <jquiroga@pobox.com>
58483              Date: Sat, 21 Apr 2001 19:25:33 +0200
58484              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
58485      Branch: perl
58486            ! utf8.h
58487 ____________________________________________________________________________
58488 [  9774] By: jhi                                   on 2001/04/21  16:43:52
58489         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
58490              From: Joe Orton <jorton@redhat.com>
58491              Date: Tue, 17 Apr 2001 15:50:43 +0100
58492              Message-Id: <20010417155043.D19132@eu.c2.net>
58493      Branch: perl
58494            ! hints/svr5.sh
58495 ____________________________________________________________________________
58496 [  9773] By: jhi                                   on 2001/04/21  15:30:15
58497         Log: Subject: Patch utils/h2xs.PL
58498              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58499              Date: Sat, 21 Apr 2001 10:32:16 -0500
58500              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
58501              
58502              Add MAILING list and LICENSE templates.
58503      Branch: perl
58504            ! utils/h2xs.PL
58505 ____________________________________________________________________________
58506 [  9772] By: jhi                                   on 2001/04/21  15:28:36
58507         Log: Subject: perlfaq2.patch for 5.7.1
58508              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58509              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
58510              Date: Fri, 20 Apr 2001 16:42:19 -0500
58511              
58512              rm an extra tab, a blurb about the xx.cpan to clarify
58513              which countries actually have that and dejanews is history
58514              as well as most of that nonsensical entry.
58515      Branch: perl
58516            ! pod/perlfaq2.pod
58517 ____________________________________________________________________________
58518 [  9771] By: jhi                                   on 2001/04/21  15:27:17
58519         Log: Subject: perlfaq1.patch for 5.7.1
58520              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58521              Date: Fri, 20 Apr 2001 16:57:36 -0500
58522              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
58523              
58524              Evil URLs must die. Especially when they are broken.
58525      Branch: perl
58526            ! pod/perlfaq1.pod
58527 ____________________________________________________________________________
58528 [  9770] By: jhi                                   on 2001/04/21  15:23:38
58529         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
58530              From: Michael G Schwern <schwern@pobox.com>
58531              Date: Sat, 21 Apr 2001 16:11:12 +0100
58532              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
58533      Branch: perl
58534            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
58535            + t/lib/b-stash.t
58536            ! MANIFEST ext/B/B.pm t/lib/b.t
58537 ____________________________________________________________________________
58538 [  9769] By: jhi                                   on 2001/04/21  15:03:32
58539         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
58540              From: Michael G Schwern <schwern@pobox.com>
58541              Date: Sat, 21 Apr 2001 09:48:00 +0100
58542              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
58543      Branch: perl
58544            ! utils/h2ph.PL
58545 ____________________________________________________________________________
58546 [  9768] By: jhi                                   on 2001/04/21  14:33:49
58547         Log: PerlIO and Encode doc cleanup and tweaks.
58548      Branch: perl
58549            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
58550            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
58551 ____________________________________________________________________________
58552 [  9767] By: jhi                                   on 2001/04/21  12:40:16
58553         Log: Integrate perlio:
58554              
58555              [  9766]
58556              Avoid core dump on
58557              open(STDOUT,">",\$foo);
58558      Branch: perl
58559           !> doio.c
58560 ____________________________________________________________________________
58561 [  9766] By: nick                                  on 2001/04/20  18:28:35
58562         Log: Avoid core dump on
58563              open(STDOUT,">",\$foo);
58564      Branch: perlio
58565            ! doio.c
58566 ____________________________________________________________________________
58567 [  9765] By: jhi                                   on 2001/04/20  13:23:43
58568         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
58569              From: Robin Houston <robin@kitsite.com>
58570              Date: Fri, 20 Apr 2001 14:29:22 +0100
58571              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
58572      Branch: perl
58573            ! ext/B/B.pm ext/B/B/Deparse.pm
58574 ____________________________________________________________________________
58575 [  9764] By: jhi                                   on 2001/04/20  13:19:33
58576         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
58577              From: Peter Prymmer <pvhp@forte.com>
58578              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
58579              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
58580      Branch: perl
58581            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
58582            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58583            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58584            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58585 ____________________________________________________________________________
58586 [  9763] By: jhi                                   on 2001/04/20  12:36:39
58587         Log: Subject: Re: A new PerlIO coredump
58588              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58589              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
58590              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
58591      Branch: perl
58592            ! doio.c
58593 ____________________________________________________________________________
58594 [  9762] By: jhi                                   on 2001/04/19  23:02:30
58595         Log: Update Changes.
58596      Branch: perl
58597            ! Changes patchlevel.h
58598 ____________________________________________________________________________
58599 [  9761] By: jhi                                   on 2001/04/19  22:59:19
58600         Log: More cleanup cleanup.
58601      Branch: perl
58602            ! Makefile.SH win32/Makefile win32/makefile.mk
58603 ____________________________________________________________________________
58604 [  9760] By: jhi                                   on 2001/04/19  22:50:31
58605         Log: lib/Time is non-empty, let's not rmdir it.
58606      Branch: perl
58607            ! Makefile.SH
58608 ____________________________________________________________________________
58609 [  9759] By: jhi                                   on 2001/04/19  22:36:51
58610         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
58611              From: Robin Houston <robin@kitsite.com>
58612              Date: Fri, 20 Apr 2001 00:18:53 +0100
58613              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
58614      Branch: perl
58615            ! ext/B/B/Deparse.pm
58616 ____________________________________________________________________________
58617 [  9758] By: jhi                                   on 2001/04/19  22:36:00
58618         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
58619              From: Peter Prymmer <pvhp@forte.com>
58620              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
58621              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
58622      Branch: perl
58623            ! ext/Cwd/Cwd.xs
58624 ____________________________________________________________________________
58625 [  9757] By: nick                                  on 2001/04/19  18:53:54
58626         Log: Blind (untested) integrate of mainline.
58627      Branch: perlio
58628           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
58629           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
58630           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
58631           !> (integrate 53 files)
58632 ____________________________________________________________________________
58633 [  9756] By: jhi                                   on 2001/04/19  16:59:23
58634         Log: Document and test Time::Piece.
58635      Branch: perl
58636            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
58637            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
58638 ____________________________________________________________________________
58639 [  9755] By: jhi                                   on 2001/04/19  12:13:29
58640         Log: A better fix for the \x{12345678} trouble from NI-S.
58641      Branch: perl
58642            ! utf8.c
58643 ____________________________________________________________________________
58644 [  9754] By: jhi                                   on 2001/04/19  11:56:07
58645         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
58646              From: Robin Houston <robin@kitsite.com>
58647              Date: Wed, 18 Apr 2001 17:58:33 +0100
58648              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
58649      Branch: perl
58650            ! ext/B/B/Deparse.pm op.c
58651 ____________________________________________________________________________
58652 [  9753] By: jhi                                   on 2001/04/19  04:21:52
58653         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
58654              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
58655              Date: Thu, 19 Apr 2001 01:11:41 -0400
58656              Message-ID: <20010419011141.A5798@cpan.org>
58657      Branch: perl
58658            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
58659 ____________________________________________________________________________
58660 [  9752] By: jhi                                   on 2001/04/19  02:41:10
58661         Log: The new time utils need to be thread-aware, too.
58662      Branch: perl
58663            ! util.c
58664 ____________________________________________________________________________
58665 [  9751] By: jhi                                   on 2001/04/19  02:26:47
58666         Log: Compilation nit noticed by AIX compiler.
58667      Branch: perl
58668            ! perlio.c
58669 ____________________________________________________________________________
58670 [  9750] By: jhi                                   on 2001/04/19  02:20:06
58671         Log: The new time utils need to be public.
58672      Branch: perl
58673            ! embed.pl
58674 ____________________________________________________________________________
58675 [  9749] By: jhi                                   on 2001/04/19  01:42:39
58676         Log: Regen toc.
58677      Branch: perl
58678            ! pod/perltoc.pod
58679 ____________________________________________________________________________
58680 [  9748] By: jhi                                   on 2001/04/19  01:41:10
58681         Log: Add Time::Piece, a slight rewrite of Time::Object,
58682              from Matt Sergeant.
58683      Branch: perl
58684            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
58685            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
58686            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
58687            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
58688            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
58689            ! win32/makefile.mk
58690 ____________________________________________________________________________
58691 [  9747] By: jhi                                   on 2001/04/19  00:55:35
58692         Log: The new metaconfig unit from strftime.
58693      Branch: metaconfig/U/perl
58694            + d_strftime.U
58695 ____________________________________________________________________________
58696 [  9746] By: jhi                                   on 2001/04/19  00:54:54
58697         Log: Move the strftime() wrapper from POSIX.xs to util.c
58698              as my_strftime(), requires HAS_STRFTIME.
58699      Branch: perl
58700            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58701            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
58702            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
58703            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58704            ! vos/config.ga.h win32/config.bc win32/config.gc
58705            ! win32/config.vc
58706 ____________________________________________________________________________
58707 [  9745] By: jhi                                   on 2001/04/18  23:11:03
58708         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
58709              in preparation of Time::Piece.
58710      Branch: perl
58711            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
58712 ____________________________________________________________________________
58713 [  9744] By: jhi                                   on 2001/04/18  22:33:12
58714         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
58715              From: Peter Prymmer <pvhp@forte.com>
58716              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
58717              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
58718      Branch: perl
58719            ! t/lib/exporter.t
58720 ____________________________________________________________________________
58721 [  9743] By: jhi                                   on 2001/04/18  22:32:23
58722         Log: Subject: Fwd: pod2html leaves cache files lying around?
58723              From: Rajesh Vaidheeswarran <rv@gnu.org>
58724              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
58725              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
58726      Branch: perl
58727            ! lib/Pod/Html.pm
58728 ____________________________________________________________________________
58729 [  9742] By: jhi                                   on 2001/04/18  20:31:49
58730         Log: Update Changes.
58731      Branch: perl
58732            ! Changes patchlevel.h
58733 ____________________________________________________________________________
58734 [  9741] By: jhi                                   on 2001/04/18  20:23:02
58735         Log: Declare hints only if needed.
58736      Branch: perl
58737            ! ext/B/B/Deparse.pm
58738 ____________________________________________________________________________
58739 [  9740] By: jhi                                   on 2001/04/18  19:06:05
58740         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
58741              bug noticed by Robin Houston; basically the code of detecting
58742              value wraparound was acting differently under different compilers
58743              and platforms.  The workaround is to remove the overflow check
58744              for now, a real fix would be to do the overflow (portably) right.
58745      Branch: perl
58746            ! t/op/pat.t utf8.c
58747 ____________________________________________________________________________
58748 [  9739] By: jhi                                   on 2001/04/18  19:01:23
58749         Log: Subject: [PATCH B::Deparse] some pragma support
58750              From: Robin Houston <robin@kitsite.com>
58751              Date: Wed, 18 Apr 2001 19:32:12 +0100
58752              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
58753      Branch: perl
58754            ! ext/B/B/Deparse.pm
58755 ____________________________________________________________________________
58756 [  9738] By: jhi                                   on 2001/04/18  15:16:37
58757         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
58758              From: Benjamin Sugars <bsugars@canoe.ca>
58759              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
58760              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
58761      Branch: perl
58762            ! t/op/glob.t
58763 ____________________________________________________________________________
58764 [  9737] By: jhi                                   on 2001/04/18  13:24:50
58765         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
58766              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58767              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
58768              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
58769      Branch: perl
58770            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
58771            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
58772 ____________________________________________________________________________
58773 [  9736] By: jhi                                   on 2001/04/18  04:15:14
58774         Log: The #9735 also changes the subtest 12.
58775      Branch: perl
58776            ! t/lib/b.t
58777 ____________________________________________________________________________
58778 [  9735] By: jhi                                   on 2001/04/18  03:55:17
58779         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
58780              From: David Dyck <dcd@tc.fluke.com>
58781              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
58782              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
58783      Branch: perl
58784            ! ext/B/B/Deparse.pm
58785 ____________________________________________________________________________
58786 [  9734] By: jhi                                   on 2001/04/18  03:54:11
58787         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
58788              From: Gisle Aas <gisle@ActiveState.com>
58789              Date: 17 Apr 2001 19:06:45 -0700
58790              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
58791      Branch: perl
58792            ! pp_hot.c t/op/misc.t
58793 ____________________________________________________________________________
58794 [  9733] By: jhi                                   on 2001/04/17  22:25:22
58795         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
58796              From: "Abigail" <abigail@foad.org>
58797              Date: Wed, 18 Apr 2001 01:17:46 +0200
58798              Message-ID: <20010417231746.21657.qmail@foad.org>
58799      Branch: perl
58800            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
58801 ____________________________________________________________________________
58802 [  9732] By: jhi                                   on 2001/04/17  20:47:56
58803         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
58804              From: Robin Houston <robin@kitsite.com>
58805              Date: Tue, 17 Apr 2001 22:37:42 +0100
58806              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
58807      Branch: perl
58808            ! ext/B/B/Deparse.pm
58809 ____________________________________________________________________________
58810 [  9731] By: nick                                  on 2001/04/17  20:46:35
58811         Log: Re-sync for t/lib/b.t fix
58812      Branch: perlio
58813           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
58814 ____________________________________________________________________________
58815 [  9730] By: jhi                                   on 2001/04/17  20:45:29
58816         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
58817              From: Robin Houston <robin@kitsite.com>
58818              Date: Tue, 17 Apr 2001 22:29:36 +0100
58819              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
58820      Branch: perl
58821            ! ext/B/B.xs ext/B/B/Deparse.pm
58822 ____________________________________________________________________________
58823 [  9729] By: jhi                                   on 2001/04/17  20:43:11
58824         Log: Subject: Deparse - parenthesise args to undeclared subs
58825              From: Robin Houston <robin@kitsite.com>
58826              Date: Tue, 17 Apr 2001 21:31:05 +0100
58827              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
58828      Branch: perl
58829            ! ext/B/B/Deparse.pm
58830 ____________________________________________________________________________
58831 [  9728] By: jhi                                   on 2001/04/17  18:57:30
58832         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
58833              From: Benjamin Sugars <ben.sugars@home.com>
58834              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
58835              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
58836      Branch: perl
58837            ! t/lib/cwd.t
58838 ____________________________________________________________________________
58839 [  9727] By: jhi                                   on 2001/04/17  18:20:20
58840         Log: Subject: [PATCH B::Deparse] ambient pragmas
58841              From: Robin Houston <robin@kitsite.com>
58842              Date: Tue, 17 Apr 2001 20:01:59 +0100
58843              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
58844      Branch: perl
58845            ! ext/B/B/Deparse.pm t/lib/b.t
58846 ____________________________________________________________________________
58847 [  9726] By: nick                                  on 2001/04/17  16:33:51
58848         Log: Integrate mainline (t/lib/b.t fails test 2...)
58849      Branch: perlio
58850           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58851           +> ext/List/Util/README ext/List/Util/Util.xs
58852           +> ext/List/Util/lib/List/Util.pm
58853           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
58854           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
58855           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58856           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58857           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58858           !> (integrate 31 files)
58859 ____________________________________________________________________________
58860 [  9725] By: jhi                                   on 2001/04/17  12:14:24
58861         Log: Subject: multiple B::* changes
58862              From: Robin Houston <robin@kitsite.com>
58863              Date: Thu, 12 Apr 2001 20:12:27 +0100
58864              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
58865      Branch: perl
58866            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
58867 ____________________________________________________________________________
58868 [  9724] By: jhi                                   on 2001/04/17  11:59:05
58869         Log: Thread-awareness from Doug MacEachern.
58870      Branch: perl
58871            ! ext/List/Util/Util.xs
58872 ____________________________________________________________________________
58873 [  9723] By: jhi                                   on 2001/04/17  11:57:41
58874         Log: Make the test more portable.
58875      Branch: perl
58876            ! t/lib/cwd.t
58877 ____________________________________________________________________________
58878 [  9722] By: jhi                                   on 2001/04/17  11:53:50
58879         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
58880              From: Benjamin Sugars <ben.sugars@home.com>
58881              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
58882              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
58883      Branch: perl
58884            ! t/lib/cwd.t
58885 ____________________________________________________________________________
58886 [  9721] By: jhi                                   on 2001/04/17  11:52:17
58887         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
58888              From: Benjamin Sugars <bsugars@canoe.ca>
58889              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
58890              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
58891      Branch: perl
58892            ! op.c
58893 ____________________________________________________________________________
58894 [  9720] By: jhi                                   on 2001/04/17  11:35:42
58895         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
58896              From: Chris Nandor <pudge@pobox.com>
58897              Date: Tue, 17 Apr 2001 00:30:49 -0400
58898              Message-Id: <p05100207b701768712de@[10.0.1.177]>
58899      Branch: perl
58900            ! ext/File/Glob/bsd_glob.c gv.c
58901 ____________________________________________________________________________
58902 [  9719] By: jhi                                   on 2001/04/17  11:32:13
58903         Log: Subject: [PATCH] Tweten->West
58904              From: Casey West <casey@geeknest.com>
58905              Date: Mon, 16 Apr 2001 12:11:22 -0400
58906              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
58907      Branch: perl
58908            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
58909            ! pod/perltie.pod
58910 ____________________________________________________________________________
58911 [  9718] By: jhi                                   on 2001/04/16  03:22:52
58912         Log: Update Changes.
58913      Branch: perl
58914            ! Changes patchlevel.h
58915 ____________________________________________________________________________
58916 [  9717] By: jhi                                   on 2001/04/16  03:06:28
58917         Log: Regen toc.
58918      Branch: perl
58919            ! pod/perltoc.pod
58920 ____________________________________________________________________________
58921 [  9716] By: jhi                                   on 2001/04/16  02:58:42
58922         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
58923              From: Prymmer/Kahn <pvhp@best.com>
58924              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
58925              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
58926      Branch: perl
58927            ! utf8.c
58928 ____________________________________________________________________________
58929 [  9715] By: jhi                                   on 2001/04/15  23:40:35
58930         Log: Subject: Re: Net::Ping patch, adds stream protocol
58931              From: bronson@rinspin.com (Scott Bronson)
58932              Date: Tue, 10 Apr 2001 23:58:33 -0700
58933              Message-ID: <20010410235833.N29719@rinspin.com>
58934      Branch: perl
58935            ! lib/Net/Ping.pm
58936 ____________________________________________________________________________
58937 [  9714] By: jhi                                   on 2001/04/15  23:31:46
58938         Log: Printing out the ok messages helps successful testing.
58939      Branch: perl
58940            ! t/lib/time-hires.t
58941 ____________________________________________________________________________
58942 [  9713] By: jhi                                   on 2001/04/15  21:43:24
58943         Log: Update Douglas Wegscheid's email.
58944      Branch: perl
58945            ! AUTHORS
58946 ____________________________________________________________________________
58947 [  9712] By: jhi                                   on 2001/04/15  21:40:41
58948         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
58949              From: Michael G Schwern <schwern@pobox.com>
58950              Date: Sat, 14 Apr 2001 22:40:50 +0100
58951              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
58952      Branch: perl
58953            + t/lib/exporter.t
58954            ! MANIFEST lib/Exporter/Heavy.pm
58955 ____________________________________________________________________________
58956 [  9711] By: jhi                                   on 2001/04/15  21:39:21
58957         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
58958              From: Michael G Schwern <schwern@pobox.com>
58959              Date: Sat, 14 Apr 2001 22:13:59 +0100
58960              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
58961      Branch: perl
58962            ! t/op/loopctl.t
58963 ____________________________________________________________________________
58964 [  9710] By: jhi                                   on 2001/04/15  21:30:19
58965         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
58966              From: Michael G Schwern <schwern@pobox.com>
58967              Date: Sat, 14 Apr 2001 22:05:32 +0100
58968              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
58969      Branch: perl
58970            ! t/pragma/warnings.t
58971 ____________________________________________________________________________
58972 [  9709] By: jhi                                   on 2001/04/15  19:34:09
58973         Log: Integrate changes #9706,9707 from maintperl into mainline.
58974              
58975              change#7210 broke .packlist generation
58976              
58977              ExtUtils::Installed doesn't quote regex metacharacters in paths
58978              before using them in match; also make it work for dosish platforms
58979      Branch: perl
58980           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
58981 ____________________________________________________________________________
58982 [  9708] By: jhi                                   on 2001/04/15  19:31:01
58983         Log: Test also the scalar aspect of getitimer().
58984      Branch: perl
58985            ! t/lib/time-hires.t
58986 ____________________________________________________________________________
58987 [  9707] By: gsar                                  on 2001/04/15  17:24:20
58988         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
58989              before using them in match; also make it work for dosish platforms
58990      Branch: maint-5.6/perl
58991            ! lib/ExtUtils/Installed.pm
58992 ____________________________________________________________________________
58993 [  9706] By: gsar                                  on 2001/04/15  17:21:59
58994         Log: change#7210 broke .packlist generation (listed only filename
58995              rather than fully qualified path name)
58996      Branch: maint-5.6/perl
58997            ! lib/ExtUtils/Install.pm
58998 ____________________________________________________________________________
58999 [  9705] By: jhi                                   on 2001/04/15  12:36:33
59000         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
59001      Branch: perl
59002            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
59003            ! t/lib/time-hires.t
59004 ____________________________________________________________________________
59005 [  9704] By: jhi                                   on 2001/04/15  10:49:08
59006         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
59007              From: Prymmer/Kahn <pvhp@best.com>
59008              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
59009              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
59010      Branch: perl
59011            ! lib/utf8.pm pod/perlebcdic.pod
59012 ____________________________________________________________________________
59013 [  9703] By: jhi                                   on 2001/04/15  02:26:26
59014         Log: I keep forgetting to sort MANIFEST.
59015      Branch: perl
59016            ! MANIFEST
59017 ____________________________________________________________________________
59018 [  9702] By: jhi                                   on 2001/04/15  02:07:47
59019         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
59020              Now we have blessed, reftype, tainted, first, reduce, ...
59021      Branch: perl
59022            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
59023            + ext/List/Util/README ext/List/Util/Util.xs
59024            + ext/List/Util/lib/List/Util.pm
59025            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
59026            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
59027            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
59028            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
59029            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
59030            ! MANIFEST
59031 ____________________________________________________________________________
59032 [  9701] By: jhi                                   on 2001/04/14  15:05:25
59033         Log: Subject: RE: dprofpp.pl updates 
59034              From: Carl Eklof <CEklof@endeca.com>
59035              Date: Thu, 12 Apr 2001 18:45:46 -0400
59036              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
59037      Branch: perl
59038            ! utils/dprofpp.PL
59039 ____________________________________________________________________________
59040 [  9700] By: jhi                                   on 2001/04/14  14:44:55
59041         Log: Do not just blindly add CR.
59042      Branch: perl
59043            ! Porting/makerel
59044 ____________________________________________________________________________
59045 [  9699] By: jhi                                   on 2001/04/13  13:17:01
59046         Log: Update Changes.
59047      Branch: perl
59048            ! Changes patchlevel.h
59049 ____________________________________________________________________________
59050 [  9698] By: jhi                                   on 2001/04/13  12:44:48
59051         Log: Integrate perlio:
59052              
59053              [  9696]
59054              Fix core dump on binmode($fh,'Scalar')
59055      Branch: perl
59056           !> ext/PerlIO/Scalar/Scalar.xs
59057 ____________________________________________________________________________
59058 [  9697] By: jhi                                   on 2001/04/13  12:29:15
59059         Log: Add more debug output to the test.
59060      Branch: perl
59061            ! t/lib/cwd.t
59062 ____________________________________________________________________________
59063 [  9696] By: nick                                  on 2001/04/13  10:14:29
59064         Log: Fix core dump on binmode($fh,'Scalar')
59065      Branch: perlio
59066            ! ext/PerlIO/Scalar/Scalar.xs
59067 ____________________________________________________________________________
59068 [  9695] By: nick                                  on 2001/04/13  09:05:42
59069         Log: Integrate mainline
59070      Branch: perlio
59071           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59072           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
59073           +> t/lib/time-hires.t
59074           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
59075           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
59076           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
59077           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
59078           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
59079           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
59080           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
59081 ____________________________________________________________________________
59082 [  9694] By: jhi                                   on 2001/04/12  22:23:35
59083         Log: Integrate change #9693 from maintperl into mainline.
59084              
59085              $VERSION and Version() on the same line provokes a warning from
59086              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
59087      Branch: perl
59088           !> lib/Devel/SelfStubber.pm
59089 ____________________________________________________________________________
59090 [  9693] By: gsar                                  on 2001/04/12  21:55:56
59091         Log: $VERSION and Version() on the same line provokes a warning from
59092              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
59093      Branch: maint-5.6/perl
59094            ! lib/Devel/SelfStubber.pm
59095 ____________________________________________________________________________
59096 [  9692] By: jhi                                   on 2001/04/12  13:54:00
59097         Log: This is at least 5.005.
59098      Branch: perl
59099            ! ext/Time/HiRes/HiRes.xs
59100 ____________________________________________________________________________
59101 [  9691] By: jhi                                   on 2001/04/12  13:37:20
59102         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
59103      Branch: perl
59104            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
59105            ! win32/Makefile win32/makefile.mk
59106 ____________________________________________________________________________
59107 [  9690] By: jhi                                   on 2001/04/12  01:34:46
59108         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
59109      Branch: perl
59110            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59111            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
59112            + t/lib/time-hires.t
59113            ! MANIFEST
59114 ____________________________________________________________________________
59115 [  9689] By: jhi                                   on 2001/04/12  00:28:39
59116         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
59117              From: Gisle Aas <gisle@ActiveState.com>
59118              Date: 11 Apr 2001 16:36:11 -0700
59119              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
59120      Branch: perl
59121            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
59122 ____________________________________________________________________________
59123 [  9688] By: jhi                                   on 2001/04/12  00:27:39
59124         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
59125              From: Gisle Aas <gisle@ActiveState.com>
59126              Date: 11 Apr 2001 11:13:24 -0700
59127              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
59128      Branch: perl
59129            ! ext/MIME/Base64/Base64.xs
59130 ____________________________________________________________________________
59131 [  9687] By: jhi                                   on 2001/04/11  19:51:47
59132         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
59133      Branch: perl
59134            ! Todo-5.6
59135 ____________________________________________________________________________
59136 [  9686] By: jhi                                   on 2001/04/11  16:54:25
59137         Log: Subject: [PATCH opcode.pl] Documentation of table format
59138              From: Simon Cozens <simon@netthink.co.uk>
59139              Date: Wed, 11 Apr 2001 12:59:31 +0100
59140              Message-ID: <20010411125931.A25681@netthink.co.uk>
59141      Branch: perl
59142            ! opcode.pl
59143 ____________________________________________________________________________
59144 [  9685] By: jhi                                   on 2001/04/11  16:53:15
59145         Log: Subject: [PATCH] prototype("CORE::recv")
59146              From: Simon Cozens <simon@netthink.co.uk>
59147              Date: Wed, 11 Apr 2001 13:24:35 +0100
59148              Message-ID: <20010411132435.A26169@netthink.co.uk>
59149      Branch: perl
59150            ! pp.c t/comp/proto.t
59151 ____________________________________________________________________________
59152 [  9684] By: jhi                                   on 2001/04/11  16:47:13
59153         Log: FAQ (and AUTHORS) update from Dan Carson: the information
59154              was several years obsolete, Term::Readkey has been updated
59155              to have the functionality.
59156      Branch: perl
59157            ! AUTHORS pod/perlfaq5.pod
59158 ____________________________________________________________________________
59159 [  9683] By: jhi                                   on 2001/04/11  12:15:46
59160         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
59161              From: Calle Dybedahl <calle@lysator.liu.se>
59162              Date: 10 Apr 2001 16:44:16 +0200
59163              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
59164      Branch: perl
59165            ! ext/MIME/Base64/Base64.xs
59166 ____________________________________________________________________________
59167 [  9682] By: jhi                                   on 2001/04/11  12:12:26
59168         Log: A more minimal fix for 20010410.006 from Hugo.
59169      Branch: perl
59170            ! regexec.c
59171 ____________________________________________________________________________
59172 [  9681] By: jhi                                   on 2001/04/11  11:34:23
59173         Log: Integrate changes #9678,9679 from maintline into mainperl.
59174              
59175              addendum to change#9676
59176              
59177              up $File::Glob::VERSION; add a note pointing out the version of
59178              the OpenBSD glob bsd_glob.c resembles
59179      Branch: perl
59180           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59181           !> ext/File/Glob/bsd_glob.h
59182 ____________________________________________________________________________
59183 [  9680] By: jhi                                   on 2001/04/11  11:30:38
59184         Log: Bad test numbering in integrate in #9677.
59185              Fixes ID 20010411.001.
59186      Branch: perl
59187            ! t/op/pat.t
59188 ____________________________________________________________________________
59189 [  9679] By: gsar                                  on 2001/04/11  03:38:40
59190         Log: up $File::Glob::VERSION; add a note pointing out the version of
59191              the OpenBSD glob bsd_glob.c resembles
59192      Branch: maint-5.6/perl
59193            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59194            ! ext/File/Glob/bsd_glob.h
59195 ____________________________________________________________________________
59196 [  9678] By: gsar                                  on 2001/04/11  03:09:48
59197         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
59198              revision 1.8.10.1 found here:
59199              
59200              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
59201      Branch: maint-5.6/perl
59202            ! ext/File/Glob/bsd_glob.c
59203 ____________________________________________________________________________
59204 [  9677] By: jhi                                   on 2001/04/11  02:54:39
59205         Log: Integrate changes #9675,9676 from maintperl into mainline.
59206              
59207              fix for bug 20010410.006, undo change#7115
59208              
59209              port the OpenBSD glob() security patch
59210      Branch: perl
59211           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
59212           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
59213           !> t/op/pat.t
59214 ____________________________________________________________________________
59215 [  9676] By: gsar                                  on 2001/04/11  02:19:02
59216         Log: port the glob() security patch found at:
59217              
59218              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
59219              
59220              CERT advisory for the issue is here:
59221              
59222              http://www.cert.org/advisories/CA-2001-07.html
59223              
59224              Note that the security scare is only relevant for those who are
59225              foolish enough to build suidperl (which is now officially discouraged)
59226      Branch: maint-5.6/perl
59227            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
59228            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
59229 ____________________________________________________________________________
59230 [  9675] By: gsar                                  on 2001/04/10  23:52:11
59231         Log: fix for bug 20010410.006
59232              
59233              undo change#7115 (came into maint-5.6 as change#8156)
59234              
59235              add tests to keep it from coming back
59236      Branch: maint-5.6/perl
59237            ! regexec.c t/op/pat.t
59238 ____________________________________________________________________________
59239 [  9674] By: nick                                  on 2001/04/10  20:39:31
59240         Log: Integrate mainline
59241      Branch: perlio
59242           +> Porting/testall.atom
59243           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
59244           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
59245           !> t/lib/lc-uk.t t/pod/find.t
59246 ____________________________________________________________________________
59247 [  9673] By: nick                                  on 2001/04/10  18:46:14
59248         Log: Integrate against change 9670 aka perl-5.7.1
59249      Branch: perlio
59250           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
59251           !> (integrate 53 files)
59252 ____________________________________________________________________________
59253 [  9672] By: jhi                                   on 2001/04/10  13:45:01
59254         Log: Add a script for doing cumulative profile of the test suite.
59255              (Requires ATOM, that is, Tru64.)
59256      Branch: perl
59257            + Porting/testall.atom
59258            ! MANIFEST
59259 ____________________________________________________________________________
59260 [  9671] By: jhi                                   on 2001/04/10  12:38:53
59261         Log: Missing std block.
59262      Branch: perl
59263            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
59264            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
59265            ! t/pod/find.t
59266 ____________________________________________________________________________
59267 [  9670] By: jhi                                   on 2001/04/10  01:25:58
59268         Log: This is 5.7.1.
59269      Branch: perl
59270            ! patchlevel.h
59271 ____________________________________________________________________________
59272 [  9669] By: jhi                                   on 2001/04/10  01:09:14
59273         Log: Update Changes.
59274      Branch: perl
59275            ! Changes patchlevel.h
59276 ____________________________________________________________________________
59277 [  9668] By: jhi                                   on 2001/04/10  01:00:38
59278         Log: Regen toc.
59279      Branch: perl
59280            ! pod/perltoc.pod
59281 ____________________________________________________________________________
59282 [  9667] By: jhi                                   on 2001/04/10  00:52:16
59283         Log: Update perlhist.
59284      Branch: perl
59285            ! pod/perlhist.pod
59286 ____________________________________________________________________________
59287 [  9666] By: jhi                                   on 2001/04/09  23:38:59
59288         Log: Slight wording tweaks from Damian to #9658.
59289      Branch: perl
59290            ! pod/perlobj.pod
59291 ____________________________________________________________________________
59292 [  9665] By: jhi                                   on 2001/04/09  19:56:06
59293         Log: Subject: [PATCH perlutil.pod] Nit
59294              From: Simon Cozens <simon@netthink.co.uk>
59295              Date: Mon, 9 Apr 2001 20:29:44 +0100
59296              Message-ID: <20010409202944.A14796@the.earth.li>
59297      Branch: perl
59298            ! pod/perlutil.pod
59299 ____________________________________________________________________________
59300 [  9664] By: jhi                                   on 2001/04/09  19:54:42
59301         Log: Subject: Re: perl571delta.pod@9631
59302              From: Mike Guy <mjtg@cam.ac.uk>
59303              Date: Mon, 09 Apr 2001 18:09:14 +0100
59304              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
59305      Branch: perl
59306            ! pod/perl571delta.pod
59307 ____________________________________________________________________________
59308 [  9663] By: jhi                                   on 2001/04/09  13:43:35
59309         Log: Update Changes.
59310      Branch: perl
59311            ! Changes patchlevel.h
59312 ____________________________________________________________________________
59313 [  9662] By: jhi                                   on 2001/04/09  13:24:46
59314         Log: tweak tweak.
59315      Branch: perl
59316            ! AUTHORS pod/perl571delta.pod
59317 ____________________________________________________________________________
59318 [  9661] By: jhi                                   on 2001/04/09  13:15:13
59319         Log: Thinko in manual patch applying.
59320      Branch: perl
59321            ! sv.c
59322 ____________________________________________________________________________
59323 [  9660] By: jhi                                   on 2001/04/09  13:07:53
59324         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
59325              From: Robin Barker <rmb1@cise.npl.co.uk> 
59326              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
59327              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
59328              
59329              (This corrects the case where the "isn't numeric" string contains \0s
59330              and is longer than the temporary buffer, and contains \0 at the point
59331              the string would be truncated by "...".) 
59332      Branch: perl
59333            ! sv.c
59334 ____________________________________________________________________________
59335 [  9659] By: jhi                                   on 2001/04/09  12:57:41
59336         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
59337      Branch: perl
59338            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
59339            ! t/lib/cgi-function.t t/lib/cgi-html.t
59340 ____________________________________________________________________________
59341 [  9658] By: jhi                                   on 2001/04/09  12:48:47
59342         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
59343              From: Ilmari Karonen <iltzu@sci.fi>
59344              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
59345              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
59346              
59347              Rearrange and rewrite the Method Invocation section
59348              to explain the concepts in nicer order.
59349      Branch: perl
59350            ! pod/perlobj.pod
59351 ____________________________________________________________________________
59352 [  9657] By: jhi                                   on 2001/04/09  12:35:58
59353         Log: Upgrade to podlators 1.09, from Russ Allbery.
59354      Branch: perl
59355            ! lib/Pod/Man.pm lib/Pod/Text.pm
59356 ____________________________________________________________________________
59357 [  9656] By: jhi                                   on 2001/04/09  12:31:53
59358         Log: perl571delta.
59359      Branch: perl
59360            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
59361 ____________________________________________________________________________
59362 [  9655] By: jhi                                   on 2001/04/09  12:20:09
59363         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
59364              From: Prymmer/Kahn <pvhp@best.com>
59365              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
59366              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
59367      Branch: perl
59368            ! lib/utf8.pm pod/perlunicode.pod
59369 ____________________________________________________________________________
59370 [  9654] By: gsar                                  on 2001/04/09  03:38:33
59371         Log: here lies 5.6.1
59372      Branch: maint-5.6/perl
59373            ! Changes
59374 ____________________________________________________________________________
59375 [  9653] By: jhi                                   on 2001/04/09  03:25:24
59376         Log: Update perlhist.
59377      Branch: perl
59378            ! pod/perlhist.pod
59379 ____________________________________________________________________________
59380 [  9652] By: jhi                                   on 2001/04/09  03:18:49
59381         Log: perl571delta tweaking continues.
59382      Branch: perl
59383            ! pod/perl571delta.pod
59384 ____________________________________________________________________________
59385 [  9651] By: gsar                                  on 2001/04/09  03:11:19
59386         Log: update Changes, patchlevel.h &c.
59387      Branch: maint-5.6/perl
59388            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
59389            ! pod/perltoc.pod
59390 ____________________________________________________________________________
59391 [  9650] By: jhi                                   on 2001/04/09  02:40:24
59392         Log: Integrate the perlfork half of #9513 from maintperl into mainline
59393              (the perlunicode half is obsolete)
59394      Branch: perl
59395            ! pod/perlfork.pod
59396 ____________________________________________________________________________
59397 [  9649] By: gsar                                  on 2001/04/09  02:35:43
59398         Log: tweak perldelta as suggested by Jarkko
59399      Branch: maint-5.6/perl
59400            ! pod/perldelta.pod
59401 ____________________________________________________________________________
59402 [  9648] By: jhi                                   on 2001/04/09  02:13:04
59403         Log: Integrate change #9646 from maintperl into mainline.
59404              
59405              add note about ithreads and Thread.pm
59406      Branch: perl
59407           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
59408 ____________________________________________________________________________
59409 [  9647] By: jhi                                   on 2001/04/09  02:10:18
59410         Log: Bad assumption that shortsize == 2.
59411      Branch: perl
59412            ! t/lib/xs-typemap.t
59413 ____________________________________________________________________________
59414 [  9646] By: gsar                                  on 2001/04/09  00:48:04
59415         Log: add note about ithreads and Thread.pm (too many people are
59416              confused by the fact that Thread.pm is built and installed
59417              under non-5005threads but doesn't work)
59418      Branch: maint-5.6/perl
59419            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
59420 ____________________________________________________________________________
59421 [  9645] By: gsar                                  on 2001/04/09  00:19:03
59422         Log: update perldelta.pod for changes in 5.6.1
59423      Branch: maint-5.6/perl
59424            ! Changes pod/perldelta.pod
59425 ____________________________________________________________________________
59426 [  9644] By: jhi                                   on 2001/04/08  20:37:00
59427         Log: Integrate change #9639 from maintperl into mainline:
59428              on windows, many of the README.* pods were being copied to
59429              the wrong location
59430      Branch: perl
59431           !> win32/Makefile win32/makefile.mk
59432 ____________________________________________________________________________
59433 [  9643] By: jhi                                   on 2001/04/08  20:07:11
59434         Log: Integrate change #9624 from maintperl into mainline:
59435              the pod tests were not okay.  (t/pod/find.t changes ignored)
59436      Branch: perl
59437           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
59438           !> t/pod/include.t t/pod/included.t t/pod/lref.t
59439           !> t/pod/multiline_items.t t/pod/nested_items.t
59440           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59441           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
59442 ____________________________________________________________________________
59443 [  9642] By: jhi                                   on 2001/04/08  19:57:17
59444         Log: Integrate change #9638 from maintperl into mainline:
59445              update to latest JPL from the anoncvs repository
59446      Branch: perl
59447           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
59448           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
59449           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
59450 ____________________________________________________________________________
59451 [  9641] By: jhi                                   on 2001/04/08  19:53:30
59452         Log: perl571delta updates.
59453      Branch: perl
59454            ! lib/Filter/Simple.pm pod/perl571delta.pod
59455 ____________________________________________________________________________
59456 [  9640] By: gsar                                  on 2001/04/08  19:20:46
59457         Log: integrate change#9634 from mainline
59458              
59459              Fix the perlmodlib generation (didn't understand separate .pod
59460              files; didn't understand -- as the name-thing separator).
59461              Update the CPAN mirrors list.
59462      Branch: maint-5.6/perl
59463            ! pod/perlmodlib.pod
59464           !> pod/perlmodlib.PL
59465 ____________________________________________________________________________
59466 [  9639] By: gsar                                  on 2001/04/08  18:57:31
59467         Log: on windows, many of the README.* pods were being copied to the wrong
59468              location
59469      Branch: maint-5.6/perl
59470            ! win32/Makefile win32/makefile.mk
59471 ____________________________________________________________________________
59472 [  9638] By: gsar                                  on 2001/04/08  18:38:25
59473         Log: update to latest JPL from the anoncvs repository
59474      Branch: maint-5.6/perl
59475            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
59476            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
59477            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
59478 ____________________________________________________________________________
59479 [  9637] By: jhi                                   on 2001/04/08  17:53:53
59480         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
59481      Branch: perl
59482            ! pod/perl571delta.pod
59483 ____________________________________________________________________________
59484 [  9636] By: jhi                                   on 2001/04/08  17:18:32
59485         Log: Regen toc.
59486      Branch: perl
59487            ! pod/perltoc.pod
59488 ____________________________________________________________________________
59489 [  9635] By: jhi                                   on 2001/04/08  17:16:33
59490         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
59491              From: "Craig A. Berry" <craigberry@mac.com>
59492              Date: Sun, 08 Apr 2001 12:30:16 -0500
59493              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
59494      Branch: perl
59495            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
59496 ____________________________________________________________________________
59497 [  9634] By: jhi                                   on 2001/04/08  17:09:19
59498         Log: Fix the perlmodlib generation (didn't understand separate .pod
59499              files; didn't understand -- as the name-thing separator).
59500              
59501              Update the CPAN mirrors list.
59502      Branch: perl
59503            ! pod/perlmodlib.PL pod/perlmodlib.pod
59504 ____________________________________________________________________________
59505 [  9633] By: jhi                                   on 2001/04/08  16:49:17
59506         Log: Sort MANIFEST.
59507      Branch: perl
59508            ! MANIFEST
59509 ____________________________________________________________________________
59510 [  9632] By: gsar                                  on 2001/04/08  16:36:06
59511         Log: add $Tie::RefHash::VERSION
59512      Branch: maint-5.6/perl
59513            ! lib/Tie/RefHash.pm
59514 ____________________________________________________________________________
59515 [  9631] By: jhi                                   on 2001/04/08  16:10:15
59516         Log: perl571delta updates based on p5p feedback; still needs
59517              lots of examples.
59518      Branch: perl
59519            ! pod/perl571delta.pod
59520 ____________________________________________________________________________
59521 [  9630] By: jhi                                   on 2001/04/08  15:59:13
59522         Log: Update the list of supported platforms to talk about 5.7.1
59523              (and 5.6.1)
59524      Branch: perl
59525            ! pod/perlport.pod
59526 ____________________________________________________________________________
59527 [  9629] By: jhi                                   on 2001/04/08  15:55:41
59528         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
59529              from maintperl into mainline: perlport updates.
59530      Branch: perl
59531            ! pod/perlport.pod
59532 ____________________________________________________________________________
59533 [  9628] By: jhi                                   on 2001/04/08  15:53:17
59534         Log: perlsolaris.pod copied to wrong directory.
59535      Branch: perl
59536            ! win32/makefile.mk
59537 ____________________________________________________________________________
59538 [  9627] By: jhi                                   on 2001/04/08  14:48:18
59539         Log: Subject: Typos in perl571delta.pod
59540              From: "Stephen P. Potter" <spp@spotter.yi.org>
59541              Date: Sat, 07 Apr 2001 20:37:05 -0400
59542              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
59543      Branch: perl
59544            ! pod/perl571delta.pod
59545 ____________________________________________________________________________
59546 [  9626] By: jhi                                   on 2001/04/08  14:39:04
59547         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
59548      Branch: perl
59549            ! gv.c
59550 ____________________________________________________________________________
59551 [  9625] By: nick                                  on 2001/04/08  10:14:23
59552         Log: Integrate mainline
59553      Branch: perlio
59554           +> pod/perl570delta.pod pod/perl571delta.pod
59555           !> (integrate 27 files)
59556 ____________________________________________________________________________
59557 [  9624] By: gsar                                  on 2001/04/08  06:08:17
59558         Log: test in t/pod/* were busted
59559              
59560              these tests are still not enabled in t/{harness,TEST}
59561      Branch: maint-5.6/perl
59562            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
59563            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
59564            ! t/pod/multiline_items.t t/pod/nested_items.t
59565            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59566            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
59567 ____________________________________________________________________________
59568 [  9623] By: gsar                                  on 2001/04/08  03:37:01
59569         Log: integrate change#9470 from mainline
59570              
59571              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
59572      Branch: maint-5.6/perl
59573           !> ext/Socket/Socket.xs
59574 ____________________________________________________________________________
59575 [  9622] By: jhi                                   on 2001/04/07  22:40:47
59576         Log: Update Changes.
59577      Branch: perl
59578            ! Changes patchlevel.h
59579 ____________________________________________________________________________
59580 [  9621] By: jhi                                   on 2001/04/07  22:34:16
59581         Log: Update AUTHORS.
59582      Branch: perl
59583            ! AUTHORS
59584 ____________________________________________________________________________
59585 [  9620] By: jhi                                   on 2001/04/07  22:12:47
59586         Log: Forgot to bump the number of tests in #9164.
59587      Branch: perl
59588            ! t/op/array.t
59589 ____________________________________________________________________________
59590 [  9619] By: jhi                                   on 2001/04/07  22:09:50
59591         Log: Bump patchlevel to 5.7.1.
59592      Branch: perl
59593            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59594            ! config_h.SH patchlevel.h
59595 ____________________________________________________________________________
59596 [  9618] By: jhi                                   on 2001/04/07  22:02:41
59597         Log: Populate perl571delta.
59598      Branch: perl
59599            ! pod/perl571delta.pod
59600 ____________________________________________________________________________
59601 [  9617] By: jhi                                   on 2001/04/07  22:01:23
59602         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
59603              to forget it later; do not change patchlevel.h yet or regenerate
59604              Configure yet.
59605      Branch: perl
59606            ! epoc/config.sh win32/Makefile win32/config_H.bc
59607            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
59608 ____________________________________________________________________________
59609 [  9616] By: jhi                                   on 2001/04/07  17:46:33
59610         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
59611      Branch: perl
59612            ! pod/perl571delta.pod
59613 ____________________________________________________________________________
59614 [  9615] By: jhi                                   on 2001/04/07  17:33:21
59615         Log: Change the toc configuration.
59616      Branch: perl
59617            ! pod/buildtoc.PL pod/perl.pod
59618 ____________________________________________________________________________
59619 [  9614] By: jhi                                   on 2001/04/07  17:29:47
59620         Log: Subject: PATCH: $[
59621              From: Robin Houston <robin@kitsite.com>
59622              Date: Fri, 6 Apr 2001 18:10:14 +0100
59623              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
59624      Branch: perl
59625            ! op.c t/op/array.t
59626 ____________________________________________________________________________
59627 [  9613] By: jhi                                   on 2001/04/07  17:28:26
59628         Log: Subject: [PATCH perl@9424] isn't numeric warning
59629              From: Robin Barker <rmb1@cise.npl.co.uk>
59630              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
59631              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
59632      Branch: perl
59633            ! sv.c t/pragma/warn/sv
59634 ____________________________________________________________________________
59635 [  9612] By: jhi                                   on 2001/04/07  17:26:45
59636         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
59637              From: Mike Guy <mjtg@cam.ac.uk>
59638              Date: Fri, 06 Apr 2001 12:47:06 +0100
59639              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
59640      Branch: perl
59641            ! dump.c t/lib/peek.t
59642 ____________________________________________________________________________
59643 [  9611] By: jhi                                   on 2001/04/07  17:21:35
59644         Log: Create perl571delta and seed it off with the perldelta changes
59645              since 5.7.0; remove those changes from perldelta and rename it
59646              as perl570delta; recreate perldelta but leave it almost empty.
59647      Branch: perl
59648            + pod/perl570delta.pod pod/perl571delta.pod
59649            ! MANIFEST pod/perldelta.pod
59650 ____________________________________________________________________________
59651 [  9610] By: jhi                                   on 2001/04/07  16:56:32
59652         Log: Denit.
59653      Branch: perl
59654            ! pod/perldelta.pod
59655 ____________________________________________________________________________
59656 [  9609] By: jhi                                   on 2001/04/07  16:38:32
59657         Log: Retract #9523: needs more thought.
59658      Branch: perl
59659            ! Makefile.SH
59660 ____________________________________________________________________________
59661 [  9608] By: jhi                                   on 2001/04/07  14:59:20
59662         Log: atmark() code cleanaup.
59663      Branch: perl
59664            ! ext/IO/IO.xs
59665 ____________________________________________________________________________
59666 [  9607] By: jhi                                   on 2001/04/07  14:48:14
59667         Log: Integrate change #9605 from maintperl into mainline.
59668              
59669              can't optimize away scope entry if tr/// is present
59670      Branch: perl
59671           !> op.c t/op/tr.t
59672 ____________________________________________________________________________
59673 [  9606] By: jhi                                   on 2001/04/07  14:43:59
59674         Log: Integrate perlio:
59675              
59676              [  9604]
59677              Split out extension finding code from buildext.pl into FindExt.pm
59678              Use it to get Config.pm's idea of available extensions in line
59679              with what is built.
59680              
59681              [  9603]
59682              Cleanup correction for failed :Via() layer, also set an error code.
59683              
59684              [  9602]
59685              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
59686              style. So don't use binmode() on the handles so that Win32 etc. see
59687              same sequence and produce same digests.
59688              
59689              [  9601]
59690              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
59691              Else it complains and so crlf layer (say) does not get pushed.
59692              
59693              [  9599]
59694              Quote $VERSION in Encode.pm.
59695              regen_config_h as requested.
59696      Branch: perl
59697           +> win32/FindExt.pm
59698           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
59699           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
59700 ____________________________________________________________________________
59701 [  9605] By: gsar                                  on 2001/04/07  11:52:40
59702         Log: can't optimize away scope entry if tr/// is present
59703      Branch: maint-5.6/perl
59704            ! op.c t/op/tr.t
59705 ____________________________________________________________________________
59706 [  9604] By: nick                                  on 2001/04/07  11:39:45
59707         Log: Split out extension finding code from buildext.pl into FindExt.pm
59708              Use it to get Config.pm's idea of available extensions in line
59709              with what is built.
59710      Branch: perlio
59711            + win32/FindExt.pm
59712            ! MANIFEST win32/buildext.pl win32/config_sh.PL
59713            ! win32/makefile.mk
59714 ____________________________________________________________________________
59715 [  9603] By: nick                                  on 2001/04/07  09:11:38
59716         Log: Cleanup correction for failed :Via() layer, also set an error code.
59717      Branch: perlio
59718            ! ext/PerlIO/Via/Via.xs
59719 ____________________________________________________________________________
59720 [  9602] By: nick                                  on 2001/04/07  08:38:04
59721         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
59722              style. So don't use binmode() on the handles so that Win32 etc. see
59723              same sequence and produce same digests.
59724      Branch: perlio
59725            ! t/lib/md5-file.t
59726 ____________________________________________________________________________
59727 [  9601] By: nick                                  on 2001/04/07  08:36:26
59728         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
59729              Else it complains and so crlf layer (say) does not get pushed.
59730      Branch: perlio
59731            ! perlio.c
59732 ____________________________________________________________________________
59733 [  9600] By: jhi                                   on 2001/04/06  23:00:09
59734         Log: Integrate change #9599 from perlio into mainline.
59735      Branch: perl
59736           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
59737           !> win32/config_H.vc
59738 ____________________________________________________________________________
59739 [  9599] By: nick                                  on 2001/04/06  21:42:43
59740         Log: Quote $VERSION in Encode.pm.
59741              regen_config_h as requested.
59742      Branch: perlio
59743            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
59744            ! win32/config_H.vc
59745 ____________________________________________________________________________
59746 [  9598] By: nick                                  on 2001/04/06  20:34:59
59747         Log: Integrate mainline
59748      Branch: perlio
59749           +> README.macos
59750           !> (integrate 39 files)
59751 ____________________________________________________________________________
59752 [  9597] By: gsar                                  on 2001/04/06  18:06:35
59753         Log: integrate change#9464 from mainline (addendum to change#8313)
59754              
59755              Subject: [PATCH @9452] Better peep()ing for foreach() loops
59756      Branch: maint-5.6/perl
59757           !> op.c
59758 ____________________________________________________________________________
59759 [  9596] By: jhi                                   on 2001/04/06  17:26:03
59760         Log: The d_casti32=undef is good for you even when not use64bitall.
59761      Branch: perl
59762            ! hints/hpux.sh
59763 ____________________________________________________________________________
59764 [  9595] By: gsar                                  on 2001/04/06  14:57:17
59765         Log: add a low-impact fix to accommodate darwin-ism
59766      Branch: maint-5.6/perl
59767            ! ext/Errno/Errno_pm.PL
59768 ____________________________________________________________________________
59769 [  9594] By: jhi                                   on 2001/04/06  14:55:14
59770         Log: Integrate changes #9528,9593 from mainline into maintperl;
59771              tweaking the editor/IDE/shell list.
59772      Branch: maint-5.6/perl
59773           !> pod/perlfaq3.pod
59774 ____________________________________________________________________________
59775 [  9593] By: jhi                                   on 2001/04/06  14:51:39
59776         Log: Make the editor/IDE/shell list a little bit airier.
59777      Branch: perl
59778            ! pod/perlfaq3.pod
59779 ____________________________________________________________________________
59780 [  9592] By: gsar                                  on 2001/04/06  14:45:18
59781         Log: integrate change#9477 from mainline (base.pm doc tweak)
59782              
59783              missing doc entry for fmod()
59784      Branch: maint-5.6/perl
59785            ! lib/Math/BigFloat.pm
59786           !> lib/base.pm
59787 ____________________________________________________________________________
59788 [  9591] By: jhi                                   on 2001/04/06  13:55:48
59789         Log: Regen toc.
59790      Branch: perl
59791            ! pod/perltoc.pod
59792 ____________________________________________________________________________
59793 [  9590] By: jhi                                   on 2001/04/06  13:54:52
59794         Log: Math::BigFloat patches from John Peacock.  The equivalent
59795              of #9586 from maintperl but reworked by John to work with
59796              the bleadperl.
59797      Branch: perl
59798            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59799 ____________________________________________________________________________
59800 [  9589] By: jhi                                   on 2001/04/06  13:42:23
59801         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
59802      Branch: perl
59803            ! ext/Digest/MD5/Makefile.PL
59804 ____________________________________________________________________________
59805 [  9588] By: jhi                                   on 2001/04/06  13:31:45
59806         Log: Integrate changes #9584,9587 from maintperl into mainline.
59807              
59808              keep eval"" CVs alive until the end of the statement in which
59809              they're called
59810              
59811              add README.macos (from Chris Nandor)
59812              
59813              tyop in change#9555
59814      Branch: perl
59815           +> README.macos
59816           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
59817           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
59818           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
59819           !> win32/makefile.mk
59820 ____________________________________________________________________________
59821 [  9587] By: gsar                                  on 2001/04/06  07:31:30
59822         Log: add README.macos (from Chris Nandor)
59823              
59824              tyop in change#9555
59825      Branch: maint-5.6/perl
59826            + README.macos
59827            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
59828            ! win32/Makefile win32/makefile.mk
59829 ____________________________________________________________________________
59830 [  9586] By: gsar                                  on 2001/04/06  07:08:54
59831         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
59832      Branch: maint-5.6/perl
59833            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59834 ____________________________________________________________________________
59835 [  9585] By: gsar                                  on 2001/04/06  06:58:44
59836         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
59837              from mainline
59838              
59839              Subject: [PATCH] Base64 update to perlfaq9.pod
59840              
59841              Subject: [PATCH AUTHORS] Housekeeping
59842              
59843              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59844              Mac OS X (Darwin) has extra pwent fields.
59845              
59846              Subject: [PATCH B::*] print control-character vars readably
59847              Needs EBCDICification.
59848              
59849              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59850              
59851              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59852              
59853              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59854              
59855              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59856              
59857              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59858              
59859              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59860              
59861              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59862              
59863              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59864              
59865              FreeBSD hints tweak from Anton Berezin.
59866              
59867              Subject: [PATCH foolperl & bleadperl] README.vms update
59868              
59869              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59870      Branch: maint-5.6/perl
59871           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
59872           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59873           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
59874 ____________________________________________________________________________
59875 [  9584] By: gsar                                  on 2001/04/06  04:09:00
59876         Log: keep eval"" CVs alive until the end of the statement in which
59877              they're called; this avoids a coredump ensuing from search for
59878              lexicals in code such as:
59879              
59880              sub bug {
59881              my $s = @_;
59882              eval q[sub { eval 'sub { &$s }' }];
59883              }
59884              bug("x")->()->();
59885              
59886              this code still doesn't work as intended (as it has remained
59887              since time immemorial), but it doesn't provoke a coredump anymore
59888      Branch: maint-5.6/perl
59889            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59890            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
59891 ____________________________________________________________________________
59892 [  9583] By: jhi                                   on 2001/04/05  23:52:51
59893         Log: Update Changes.
59894      Branch: perl
59895            ! Changes patchlevel.h
59896 ____________________________________________________________________________
59897 [  9582] By: jhi                                   on 2001/04/05  23:11:23
59898         Log: Slight doc tweak.
59899      Branch: perl
59900            ! pod/perlunicode.pod
59901 ____________________________________________________________________________
59902 [  9581] By: jhi                                   on 2001/04/05  23:04:11
59903         Log: Integrate perlio:
59904              
59905              [  9569]
59906              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59907              
59908              [  9549]
59909              Downgrade "Wide character in print" to a warning.
59910      Branch: perl
59911           !> pod/perlunicode.pod
59912 ____________________________________________________________________________
59913 [  9580] By: jhi                                   on 2001/04/05  23:03:29
59914         Log: Test for #9579.
59915      Branch: perl
59916            ! t/op/do.t
59917 ____________________________________________________________________________
59918 [  9579] By: jhi                                   on 2001/04/05  22:54:17
59919         Log: Subject: [PATCH] Propagate calling context for do '...'
59920              From: Gisle Aas <gisle@ActiveState.com>
59921              Date: 04 Apr 2001 20:17:29 -0700
59922              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
59923      Branch: perl
59924            ! pod/perlfunc.pod pp_ctl.c
59925 ____________________________________________________________________________
59926 [  9578] By: jhi                                   on 2001/04/05  22:52:51
59927         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59928              From: Peter Prymmer <pvhp@forte.com>
59929              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
59930              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
59931      Branch: perl
59932            ! README.vms
59933 ____________________________________________________________________________
59934 [  9577] By: jhi                                   on 2001/04/05  22:48:22
59935         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
59936              From: "Craig A. Berry" <craigberry@mac.com>
59937              Date: Thu, 5 Apr 2001 13:43:28 -0500
59938              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
59939      Branch: perl
59940            ! README.vms
59941 ____________________________________________________________________________
59942 [  9576] By: jhi                                   on 2001/04/05  22:31:38
59943         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
59944              From: Michael G Schwern <schwern@pobox.com>
59945              Date: Thu, 5 Apr 2001 21:53:21 +0100
59946              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
59947      Branch: perl
59948            ! lib/base.pm t/lib/fields.t
59949 ____________________________________________________________________________
59950 [  9575] By: jhi                                   on 2001/04/05  22:26:10
59951         Log: FreeBSD hints tweak from Anton Berezin.
59952      Branch: perl
59953            ! hints/freebsd.sh
59954 ____________________________________________________________________________
59955 [  9574] By: jhi                                   on 2001/04/05  22:24:03
59956         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59957              From: David Dyck <dcd@tc.fluke.com>
59958              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
59959              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
59960      Branch: perl
59961            ! t/op/oct.t
59962 ____________________________________________________________________________
59963 [  9573] By: jhi                                   on 2001/04/05  22:23:06
59964         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59965              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
59966              From: David Dyck <dcd@tc.fluke.com>
59967              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
59968      Branch: perl
59969            ! pp.c
59970 ____________________________________________________________________________
59971 [  9572] By: jhi                                   on 2001/04/05  22:14:47
59972         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59973              From: Robin Houston <robin@kitsite.com>
59974              Date: Thu, 5 Apr 2001 20:56:48 +0100
59975              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
59976      Branch: perl
59977            ! ext/B/B/Deparse.pm
59978 ____________________________________________________________________________
59979 [  9571] By: jhi                                   on 2001/04/05  22:12:53
59980         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59981              From: Robin Houston <robin@kitsite.com>
59982              Date: Thu, 5 Apr 2001 19:55:51 +0100
59983              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
59984      Branch: perl
59985            ! ext/B/B/Deparse.pm
59986 ____________________________________________________________________________
59987 [  9570] By: jhi                                   on 2001/04/05  22:11:06
59988         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59989              From: Robin Houston <robin@kitsite.com>
59990              Date: Thu, 5 Apr 2001 20:16:29 +0100
59991              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
59992      Branch: perl
59993            ! ext/B/B/Deparse.pm
59994 ____________________________________________________________________________
59995 [  9569] By: nick                                  on 2001/04/05  21:32:26
59996         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59997      Branch: perlio
59998            ! pod/perlunicode.pod
59999 ____________________________________________________________________________
60000 [  9568] By: nick                                  on 2001/04/05  19:38:09
60001         Log: Integrate mainline
60002      Branch: perlio
60003           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
60004           !> (integrate 35 files)
60005 ____________________________________________________________________________
60006 [  9567] By: jhi                                   on 2001/04/05  18:31:45
60007         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
60008              From: Robin Houston <robin@kitsite.com>
60009              Date: Thu, 5 Apr 2001 18:03:23 +0100
60010              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
60011      Branch: perl
60012            ! ext/B/B/Deparse.pm
60013 ____________________________________________________________________________
60014 [  9566] By: jhi                                   on 2001/04/05  18:29:35
60015         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
60016              From: Robin Houston <robin@kitsite.com>
60017              Date: Thu, 5 Apr 2001 16:45:18 +0100
60018              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
60019      Branch: perl
60020            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
60021 ____________________________________________________________________________
60022 [  9565] By: jhi                                   on 2001/04/05  18:24:23
60023         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
60024              From: Robin Houston <robin@kitsite.com>
60025              Date: Thu, 5 Apr 2001 14:50:09 +0100
60026              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
60027      Branch: perl
60028            ! ext/B/B/Deparse.pm
60029 ____________________________________________________________________________
60030 [  9564] By: jhi                                   on 2001/04/05  18:23:03
60031         Log: Subject: [PATCH B::*] print control-character vars readably
60032              From: Robin Houston <robin@kitsite.com>
60033              Date: Thu, 5 Apr 2001 14:27:38 +0100
60034              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
60035              
60036              Needs EBCDICification.
60037      Branch: perl
60038            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
60039            ! ext/B/B/Terse.pm
60040 ____________________________________________________________________________
60041 [  9563] By: jhi                                   on 2001/04/05  18:20:32
60042         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
60043              Date: Thu, 5 Apr 2001 13:21:42 -0400
60044              From: Paul Schinder <schinder@pobox.com>
60045              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
60046              
60047              Mac OS X (Darwin) has extra pwent fields.
60048      Branch: perl
60049            ! t/op/pwent.t
60050 ____________________________________________________________________________
60051 [  9562] By: jhi                                   on 2001/04/05  17:57:51
60052         Log: Regen toc.
60053      Branch: perl
60054            ! pod/perltoc.pod
60055 ____________________________________________________________________________
60056 [  9561] By: jhi                                   on 2001/04/05  17:47:33
60057         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
60058      Branch: metaconfig
60059            ! U/Glossary.patch
60060      Branch: metaconfig/U/perl
60061            + d_u32align.U
60062            ! d_cmsghdr_s.U d_msghdr_s.U
60063 ____________________________________________________________________________
60064 [  9560] By: jhi                                   on 2001/04/05  17:47:01
60065         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
60066              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
60067              Introduce probes for struct msghdr, struct cmsghdr,
60068              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
60069              ualarm, usleep, for possible later extension work.
60070      Branch: perl
60071            + t/lib/md5-align.t
60072            ! Configure MANIFEST Porting/Glossary Porting/config.sh
60073            ! Porting/config_H config_h.SH configure.com epoc/config.sh
60074            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
60075            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60076            ! vos/config.ga.h win32/config.bc win32/config.gc
60077            ! win32/config.vc
60078 ____________________________________________________________________________
60079 [  9559] By: jhi                                   on 2001/04/05  13:03:04
60080         Log: Be traditional in your cpp (for the Errno extension).
60081      Branch: perl
60082            ! hints/darwin.sh
60083 ____________________________________________________________________________
60084 [  9558] By: jhi                                   on 2001/04/05  13:00:05
60085         Log: Add $Config{cppflags} to the gcc incantation.
60086      Branch: perl
60087            ! ext/Errno/Errno_pm.PL
60088 ____________________________________________________________________________
60089 [  9557] By: jhi                                   on 2001/04/05  04:22:39
60090         Log: Introduce Sean Burke's Class::ISA 0.32.
60091      Branch: perl
60092            + lib/Class/ISA.pm t/lib/class-isa.t
60093            ! MANIFEST
60094 ____________________________________________________________________________
60095 [  9556] By: jhi                                   on 2001/04/05  04:09:50
60096         Log: Subject: [PATCH AUTHORS] Housekeeping
60097              From: Paul Johnson <paul@pjcj.net> 
60098              Date: Wed, 4 Apr 2001 22:45:47 +0200
60099              Message-ID: <20010404224547.D9548@pjcj.net>
60100      Branch: perl
60101            ! AUTHORS
60102 ____________________________________________________________________________
60103 [  9555] By: jhi                                   on 2001/04/05  04:06:33
60104         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
60105              From: Gisle Aas <gisle@ActiveState.com>
60106              Date: 04 Apr 2001 14:23:04 -0700
60107              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
60108      Branch: perl
60109            ! pod/perlfaq9.pod
60110 ____________________________________________________________________________
60111 [  9554] By: jhi                                   on 2001/04/05  04:05:49
60112         Log: Downgrade also the "Wide character" diagnostic.
60113      Branch: perl
60114            ! pod/perldiag.pod
60115 ____________________________________________________________________________
60116 [  9553] By: jhi                                   on 2001/04/05  04:00:33
60117         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
60118              maintperl into mainline.
60119              
60120              "double" should be "NV"; standard typemap is missing entry
60121              for NV
60122              
60123              s/djSP/dSP/
60124              
60125              Downgrade "Wide character in print" to a warning.
60126              
60127              B::Deparse fix for ${^FOO} and documentation for PVX() method
60128              (from Robin Houston)
60129              
60130              tr/// doesn't null-terminate the result in some situations
60131              (from Gisle Aas)
60132      Branch: perl
60133           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
60134           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
60135           !> t/io/utf8.t t/op/tr.t
60136 ____________________________________________________________________________
60137 [  9552] By: jhi                                   on 2001/04/05  03:52:50
60138         Log: Retract changes #9542 and #9538 (from maintperl, integrated
60139              at #9540), shouldn't be needed because of the perlio changes.
60140      Branch: perl
60141            ! util.c
60142 ____________________________________________________________________________
60143 [  9551] By: gsar                                  on 2001/04/05  00:18:34
60144         Log: tr/// doesn't null-terminate the result in some situations
60145              (from Gisle Aas)
60146      Branch: maint-5.6/perl
60147            ! doop.c t/op/tr.t
60148 ____________________________________________________________________________
60149 [  9550] By: gsar                                  on 2001/04/04  20:04:17
60150         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
60151              (from Robin Houston)
60152      Branch: maint-5.6/perl
60153            ! ext/B/B.pm ext/B/B/Deparse.pm
60154 ____________________________________________________________________________
60155 [  9549] By: nick                                  on 2001/04/04  18:56:15
60156         Log: Downgrade "Wide character in print" to a warning.
60157      Branch: perlio
60158            ! doio.c t/io/utf8.t
60159 ____________________________________________________________________________
60160 [  9548] By: gsar                                  on 2001/04/04  18:51:49
60161         Log: integrate changes#9460,9462,9482,9521,9522
60162              
60163              Subject: PATCH: B::Debug should show LOOP-specific fields
60164              
60165              Subject: B::Deparse precedence bug. (Patch included.)
60166              
60167              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
60168              
60169              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
60170              
60171              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
60172      Branch: maint-5.6/perl
60173           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
60174           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
60175 ____________________________________________________________________________
60176 [  9547] By: gsar                                  on 2001/04/04  18:49:16
60177         Log: s/djSP/dSP/
60178      Branch: maint-5.6/perl
60179            ! ext/Thread/Thread.xs
60180 ____________________________________________________________________________
60181 [  9546] By: nick                                  on 2001/04/04  18:44:00
60182         Log: Integrate mainline.
60183      Branch: perlio
60184           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
60185           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
60186 ____________________________________________________________________________
60187 [  9545] By: gsar                                  on 2001/04/04  18:38:52
60188         Log: integrate change#8837 from mainline
60189              
60190              Subject: [patch] -Wall cleanup round 2
60191      Branch: maint-5.6/perl
60192           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
60193           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
60194           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
60195           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
60196           !> ext/SDBM_File/SDBM_File.xs
60197 ____________________________________________________________________________
60198 [  9544] By: gsar                                  on 2001/04/04  17:49:57
60199         Log: "double" should be "NV"; standard typemap is missing entry
60200              for NV
60201      Branch: maint-5.6/perl
60202            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
60203 ____________________________________________________________________________
60204 [  9543] By: jhi                                   on 2001/04/04  14:13:18
60205         Log: Thou shalt not (just) match for English error messages.
60206      Branch: perl
60207            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
60208            ! os2/OS2/Process/Process.pm
60209 ____________________________________________________________________________
60210 [  9542] By: jhi                                   on 2001/04/04  13:20:39
60211         Log: Make the stdio tricks of fflush_all() to exist only if
60212              stdio is being used.
60213      Branch: perl
60214            ! util.c
60215 ____________________________________________________________________________
60216 [  9541] By: jhi                                   on 2001/04/04  04:20:24
60217         Log: Subject: Re: [PATCH] Lighten up glob
60218              From: Benjamin Sugars <bsugars@canoe.ca>
60219              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
60220              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
60221      Branch: perl
60222            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
60223            ! util.c
60224 ____________________________________________________________________________
60225 [  9540] By: jhi                                   on 2001/04/04  04:03:57
60226         Log: Integrate changes #9538,9539 from maintperl into mainline.
60227              
60228              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
60229              for use with _fwalk() (fix for change#7705)
60230              
60231              another tweak needed for SunOS 4.1.x build (from Mike Guy)
60232              (cp -f is not portable)
60233      Branch: perl
60234           !> Makefile.SH util.c
60235 ____________________________________________________________________________
60236 [  9539] By: gsar                                  on 2001/04/04  03:01:14
60237         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
60238      Branch: maint-5.6/perl
60239            ! Makefile.SH
60240 ____________________________________________________________________________
60241 [  9538] By: gsar                                  on 2001/04/04  01:00:38
60242         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
60243              for use with _fwalk() (fix for change#7705)
60244      Branch: maint-5.6/perl
60245            ! util.c
60246 ____________________________________________________________________________
60247 [  9537] By: nick                                  on 2001/04/03  19:24:55
60248         Log: Integrate mainline
60249      Branch: perlio
60250           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
60251           +> lib/unicode/PropList.html
60252            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
60253           !> (integrate 69 files)
60254 ____________________________________________________________________________
60255 [  9536] By: jhi                                   on 2001/04/03  18:02:31
60256         Log: Integrate change #9533 from maintperl into mainline.
60257              
60258              better fix for change#9517 to accomodate UNC paths like
60259              \\server\share\foo, and paths with trailing backslash
60260              like c:\this\
60261      Branch: perl
60262           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
60263 ____________________________________________________________________________
60264 [  9535] By: jhi                                   on 2001/04/03  17:58:07
60265         Log: Change the push/unshift warning to be of class syntax, not misc.
60266      Branch: perl
60267            ! op.c pod/perldiag.pod t/pragma/warn/op
60268 ____________________________________________________________________________
60269 [  9534] By: jhi                                   on 2001/04/03  15:03:46
60270         Log: Change the push/unshift warning (#9532) to talk about "no values"
60271              instead of "no arguments".
60272      Branch: perl
60273            ! op.c pod/perldiag.pod t/pragma/warn/op
60274 ____________________________________________________________________________
60275 [  9533] By: gsar                                  on 2001/04/03  14:30:07
60276         Log: better fix for change#9517 to accomodate UNC paths like
60277              \\server\share\foo, and paths with trailing backslash
60278              like c:\this\
60279      Branch: maint-5.6/perl
60280            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
60281 ____________________________________________________________________________
60282 [  9532] By: jhi                                   on 2001/04/03  13:11:46
60283         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
60284              From: Robin Houston <robin@kitsite.com>
60285              Date: Mon, 2 Apr 2001 15:03:29 +0100
60286              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
60287      Branch: perl
60288            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
60289 ____________________________________________________________________________
60290 [  9531] By: jhi                                   on 2001/04/03  13:06:34
60291         Log: Integrate change #9530 from maintperl into mainline.
60292              
60293              accomodate VMS "mailbox overflow" quirk in testsuite (from
60294              Craig Berry)
60295      Branch: perl
60296           !> t/lib/socket.t
60297 ____________________________________________________________________________
60298 [  9530] By: gsar                                  on 2001/04/03  04:56:41
60299         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
60300              Craig Berry)
60301      Branch: maint-5.6/perl
60302            ! t/lib/socket.t
60303 ____________________________________________________________________________
60304 [  9529] By: jhi                                   on 2001/04/03  02:34:34
60305         Log: Update Changes.
60306      Branch: perl
60307            ! Changes patchlevel.h
60308 ____________________________________________________________________________
60309 [  9528] By: jhi                                   on 2001/04/03  01:27:57
60310         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
60311              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
60312              To: perl5-porters@perl.org
60313              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
60314      Branch: perl
60315            ! pod/perlfaq3.pod
60316 ____________________________________________________________________________
60317 [  9527] By: jhi                                   on 2001/04/03  01:22:09
60318         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
60319              From: Peter Prymmer <pvhp@forte.com>
60320              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
60321              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
60322      Branch: perl
60323            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
60324 ____________________________________________________________________________
60325 [  9526] By: jhi                                   on 2001/04/03  01:18:25
60326         Log: The metaconfig unit changes for #9525.
60327      Branch: metaconfig
60328            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
60329      Branch: metaconfig/U/perl
60330            ! use64bits.U
60331 ____________________________________________________________________________
60332 [  9525] By: jhi                                   on 2001/04/03  01:17:30
60333         Log: Configure sanity checks:
60334              * if use64bitall is attempted but pointers are only 32-bit,
60335              'downgrade' to use64bitint
60336              * if use64bitint is attempted but there's no quad type,
60337              forget about use64bitint (well, the default for it is 'n',
60338              the user can still override this)
60339              * if pointers are 64 bits, do not try to use Perl's malloc
60340      Branch: perl
60341            ! Configure
60342 ____________________________________________________________________________
60343 [  9524] By: gsar                                  on 2001/04/03  01:09:12
60344         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
60345      Branch: maint-5.6/perl
60346            ! pp_sys.c
60347 ____________________________________________________________________________
60348 [  9523] By: jhi                                   on 2001/04/03  00:02:31
60349         Log: (Retracted by #9609)
60350              
60351              Make it harder for parallel makes to enter 'test' before
60352              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
60353              should be unhappy enough, but sometimes parallel makes seem
60354              to sneak past both in Tru64 and AIX.)
60355      Branch: perl
60356            ! Makefile.SH
60357 ____________________________________________________________________________
60358 [  9522] By: jhi                                   on 2001/04/02  22:35:31
60359         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
60360              Date: Mon, 2 Apr 2001 22:54:10 +0100
60361              From: Robin Houston <robin@kitsite.com>
60362              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
60363      Branch: perl
60364            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
60365 ____________________________________________________________________________
60366 [  9521] By: jhi                                   on 2001/04/02  22:32:23
60367         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
60368              From: Robin Houston <robin@kitsite.com>
60369              Date: Mon, 2 Apr 2001 20:24:03 +0100
60370              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
60371      Branch: perl
60372            ! ext/B/B/Concise.pm
60373 ____________________________________________________________________________
60374 [  9520] By: jhi                                   on 2001/04/02  22:30:43
60375         Log: Subject: [PATCH] REALLY pedantic hv.h nit
60376              From: Simon Cozens <simon@netthink.co.uk>
60377              Date: Mon, 2 Apr 2001 15:43:06 +0100
60378              Message-ID: <20010402154306.A21711@netthink.co.uk>
60379      Branch: perl
60380            ! hv.h
60381 ____________________________________________________________________________
60382 [  9519] By: jhi                                   on 2001/04/02  22:28:04
60383         Log: Based on
60384              
60385              Subject: [foolperl] EPOC fix
60386              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60387              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
60388              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
60389      Branch: perl
60390            ! pp_sys.c
60391 ____________________________________________________________________________
60392 [  9518] By: jhi                                   on 2001/04/02  22:22:34
60393         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
60394              
60395              README.win32 tweaks; add a note about alternative location for
60396              getting a gcc-2.95.2 that will build perl properly on windows
60397              
60398              add some notes about gutsy threading matters
60399              
60400              many of the utilities interpolate literal paths within doublequotes
60401              (fails on dosish platforms where path contains backslashes)
60402      Branch: perl
60403           !> README.win32 pod/perlguts.pod utils/perldoc.PL
60404           !> x2p/find2perl.PL x2p/s2p.PL
60405 ____________________________________________________________________________
60406 [  9517] By: gsar                                  on 2001/04/02  19:52:21
60407         Log: many of the utilities interpolate literal paths within doublequotes
60408              (fails on dosish platforms where path contains backslashes)
60409      Branch: maint-5.6/perl
60410            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
60411 ____________________________________________________________________________
60412 [  9516] By: gsar                                  on 2001/04/02  05:49:37
60413         Log: a foolish release
60414      Branch: maint-5.6/perl
60415            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
60416            ! pod/perltoc.pod
60417 ____________________________________________________________________________
60418 [  9515] By: gsar                                  on 2001/04/02  05:04:29
60419         Log: add missing changelog summaries
60420      Branch: maint-5.6/perl
60421            ! Changes
60422 ____________________________________________________________________________
60423 [  9514] By: gsar                                  on 2001/04/02  04:07:13
60424         Log: add some notes about gutsy threading matters
60425      Branch: maint-5.6/perl
60426            ! pod/perlguts.pod
60427 ____________________________________________________________________________
60428 [  9513] By: gsar                                  on 2001/04/02  03:25:21
60429         Log: add more prominent caveat notices about experimental features
60430      Branch: maint-5.6/perl
60431            ! pod/perlfork.pod pod/perlunicode.pod
60432 ____________________________________________________________________________
60433 [  9512] By: gsar                                  on 2001/04/02  02:54:33
60434         Log: integrate changes#9479,9509 from mainline
60435              
60436              [PATCH] File::Glob stuff for Mac OS
60437              
60438              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
60439      Branch: maint-5.6/perl
60440           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
60441           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
60442           !> t/lib/glob-taint.t
60443 ____________________________________________________________________________
60444 [  9511] By: gsar                                  on 2001/04/02  02:38:24
60445         Log: README.win32 tweaks; add a note about alternative location for
60446              getting a gcc-2.95.2 that will build perl properly on windows
60447      Branch: maint-5.6/perl
60448            ! README.win32
60449 ____________________________________________________________________________
60450 [  9510] By: jhi                                   on 2001/04/01  20:45:10
60451         Log: An ambiguousity warning.
60452      Branch: perl
60453            ! t/lib/trig.t
60454 ____________________________________________________________________________
60455 [  9509] By: jhi                                   on 2001/04/01  19:53:47
60456         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
60457              From: Jonathan Stowe <gellyfish@gellyfish.com>
60458              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
60459              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
60460      Branch: perl
60461            ! ext/File/Glob/bsd_glob.c
60462 ____________________________________________________________________________
60463 [  9508] By: jhi                                   on 2001/04/01  19:35:03
60464         Log: Update Changes.
60465      Branch: perl
60466            ! Changes patchlevel.h
60467 ____________________________________________________________________________
60468 [  9507] By: jhi                                   on 2001/04/01  19:24:01
60469         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
60470              from mainline to maintperl: pod tweaks.
60471      Branch: maint-5.6/perl
60472           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
60473           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
60474           !> pod/perlvar.pod
60475 ____________________________________________________________________________
60476 [  9506] By: jhi                                   on 2001/04/01  19:11:53
60477         Log: Commit Sarathy to April release of 5.6.1 :-)
60478      Branch: perl
60479            ! pod/perlfaq1.pod
60480 ____________________________________________________________________________
60481 [  9505] By: jhi                                   on 2001/04/01  19:03:15
60482         Log: Subject: PATCH 5.6.0 (perldebug.pod)
60483              From: Mark-Jason Dominus <mjd@plover.com>
60484              Date: Sun, 01 Apr 2001 14:25:11 -0400
60485              Message-ID: <20010401182511.9247.qmail@plover.com>
60486      Branch: perl
60487            ! pod/perldebug.pod
60488 ____________________________________________________________________________
60489 [  9504] By: jhi                                   on 2001/04/01  18:43:09
60490         Log: Add great_circle_direction().
60491      Branch: perl
60492            ! lib/Math/Trig.pm t/lib/trig.t
60493 ____________________________________________________________________________
60494 [  9503] By: jhi                                   on 2001/04/01  17:29:12
60495         Log: Unicode ReadMe update for Unicode 3.1.
60496      Branch: perl
60497            ! lib/unicode/ReadMe.txt
60498 ____________________________________________________________________________
60499 [  9502] By: jhi                                   on 2001/04/01  17:18:40
60500         Log: Integrate change #9501 from maintperl into mainline.
60501              
60502              fix the perlembed notes on multiple interpreters
60503              
60504              fix ExtUtils::Embed to work passably on Windows
60505      Branch: perl
60506           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
60507 ____________________________________________________________________________
60508 [  9501] By: gsar                                  on 2001/04/01  07:21:57
60509         Log: fix the perlembed notes on multiple interpreters
60510              
60511              fix ExtUtils::Embed to work passably on Windows
60512      Branch: maint-5.6/perl
60513            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
60514 ____________________________________________________________________________
60515 [  9500] By: jhi                                   on 2001/04/01  05:58:23
60516         Log: Test for #9499.
60517      Branch: perl
60518            ! t/op/tr.t
60519 ____________________________________________________________________________
60520 [  9499] By: jhi                                   on 2001/04/01  05:55:46
60521         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
60522      Branch: perl
60523            ! embed.h embed.pl op.c proto.h
60524 ____________________________________________________________________________
60525 [  9498] By: jhi                                   on 2001/04/01  05:44:34
60526         Log: Protect the workaround hunk more.
60527      Branch: perl
60528            ! toke.c
60529 ____________________________________________________________________________
60530 [  9497] By: jhi                                   on 2001/04/01  00:24:25
60531         Log: Integrate changes #9493,9494,9495,9496 from maintperl
60532              into mainline.
60533              
60534              fix a broken workaround for Borland compiler in change#4739
60535              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
60536              
60537              nits spotted by Borland compiler
60538              
60539              avoid redefinition warnings under Borland 5.02
60540              
60541              various nits identified by the Borland 5.5 compiler; remove suppression
60542              of a few warnings
60543      Branch: perl
60544           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
60545           !> win32/win32.h
60546 ____________________________________________________________________________
60547 [  9496] By: gsar                                  on 2001/03/31  23:22:28
60548         Log: various nits identified by the Borland 5.5 compiler; remove suppression
60549              of a few warnings
60550      Branch: maint-5.6/perl
60551            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
60552 ____________________________________________________________________________
60553 [  9495] By: gsar                                  on 2001/03/31  21:03:08
60554         Log: avoid redefinition warnings under Borland 5.02
60555      Branch: maint-5.6/perl
60556            ! win32/makefile.mk
60557 ____________________________________________________________________________
60558 [  9494] By: gsar                                  on 2001/03/31  20:18:59
60559         Log: nits spotted by Borland compiler
60560      Branch: maint-5.6/perl
60561            ! utf8.h win32/win32.h
60562 ____________________________________________________________________________
60563 [  9493] By: gsar                                  on 2001/03/31  20:18:05
60564         Log: fix a broken workaround for Borland compiler in change#4739
60565              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
60566      Branch: maint-5.6/perl
60567            ! toke.c
60568 ____________________________________________________________________________
60569 [  9492] By: jhi                                   on 2001/03/31  18:36:24
60570         Log: Integrate change #9491 from maintperl into mainline.
60571              
60572              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
60573              directory is relative (need to fetch the full path name *before*
60574              the chdir!)
60575      Branch: perl
60576           !> lib/Cwd.pm
60577 ____________________________________________________________________________
60578 [  9491] By: gsar                                  on 2001/03/31  17:01:56
60579         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
60580              directory is relative (need to fetch the full path name *before*
60581              the chdir!)
60582              
60583              this is a followup patch for change#6749
60584      Branch: maint-5.6/perl
60585            ! lib/Cwd.pm
60586 ____________________________________________________________________________
60587 [  9490] By: jhi                                   on 2001/03/31  15:50:18
60588         Log: Subject: Re: [PATCH] av.h cosmetics
60589              From: Simon Cozens <simon@netthink.co.uk>
60590              Date: Sat, 31 Mar 2001 13:09:59 +0100
60591              Message-ID: <20010331130959.A22000@netthink.co.uk>
60592              
60593              Document AvALLOC.
60594      Branch: perl
60595            ! pod/perlguts.pod
60596 ____________________________________________________________________________
60597 [  9489] By: jhi                                   on 2001/03/31  15:48:44
60598         Log: Subject: [PATCH] Re: Math::Big* v1.21
60599              From: Tels <perl_dummy@bloodgate.com>
60600              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
60601              Message-Id: <200103311125.GAA377738@www08.hway.net>
60602      Branch: perl
60603            ! pod/perlop.pod
60604 ____________________________________________________________________________
60605 [  9488] By: jhi                                   on 2001/03/31  03:39:51
60606         Log: Debug output tweak.
60607      Branch: perl
60608            ! t/lib/cwd.t
60609 ____________________________________________________________________________
60610 [  9487] By: jhi                                   on 2001/03/31  03:33:02
60611         Log: OverVMSification.
60612      Branch: perl
60613            ! t/lib/cwd.t
60614 ____________________________________________________________________________
60615 [  9486] By: jhi                                   on 2001/03/31  03:01:40
60616         Log: Missed MANIFESTations in #9483.
60617      Branch: perl
60618            ! MANIFEST
60619 ____________________________________________________________________________
60620 [  9485] By: jhi                                   on 2001/03/31  02:58:17
60621         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
60622              From: Peter Prymmer <pvhp@forte.com>
60623              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
60624              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
60625      Branch: perl
60626            ! regexec.c t/lib/cwd.t
60627 ____________________________________________________________________________
60628 [  9484] By: jhi                                   on 2001/03/31  01:04:41
60629         Log: Obsolete file (see #3938)
60630      Branch: perl
60631            - lib/unicode/README.Ethiopic
60632            ! MANIFEST
60633 ____________________________________________________________________________
60634 [  9483] By: jhi                                   on 2001/03/31  00:52:42
60635         Log: Update to Unicode 3.1.
60636              (Rename Names.txt to NamesList.txt.)
60637      Branch: perl
60638            + lib/unicode/NamesList.txt lib/unicode/PropList.html
60639            - lib/unicode/Names.txt
60640            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
60641            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
60642            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
60643            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
60644            ! lib/unicode/UCD.html lib/unicode/Unicode.html
60645            ! lib/unicode/rename lib/unicode/version
60646 ____________________________________________________________________________
60647 [  9482] By: jhi                                   on 2001/03/30  23:33:44
60648         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
60649              From: Robin Houston <robin@kitsite.com>
60650              Date: Fri, 30 Mar 2001 20:07:22 +0100
60651              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
60652      Branch: perl
60653            ! ext/B/B/Deparse.pm
60654 ____________________________________________________________________________
60655 [  9481] By: jhi                                   on 2001/03/30  23:20:25
60656         Log: Subject: Re: [PATCH] CwdXS, Take 2
60657              From: Benjamin Sugars <bsugars@canoe.ca>
60658              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
60659              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
60660      Branch: perl
60661            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
60662            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
60663 ____________________________________________________________________________
60664 [  9480] By: jhi                                   on 2001/03/30  22:52:38
60665         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
60666              From: David Dyck <dcd@tc.fluke.com>
60667              Date: Fri, 30 Mar 2001 14:44:13 -0800
60668              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
60669              
60670              The t/rantests flags file creation was accidentally
60671              removed by #9217.
60672      Branch: perl
60673            ! Makefile.SH
60674 ____________________________________________________________________________
60675 [  9479] By: jhi                                   on 2001/03/30  22:45:45
60676         Log: Subject: [PATCH] File::Glob stuff for Mac OS
60677              From: Chris Nandor <pudge@pobox.com>
60678              Date: Fri, 30 Mar 2001 16:51:00 -0500
60679              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
60680      Branch: perl
60681            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
60682            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
60683            ! t/lib/glob-taint.t
60684 ____________________________________________________________________________
60685 [  9478] By: jhi                                   on 2001/03/30  22:43:12
60686         Log: Subject: fix for win32/buildext.pl
60687              From: "Vadim Konovalov" <watman@inbox.ru>
60688              Date: Sat, 31 Mar 2001 00:50:36 +0400
60689              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
60690      Branch: perl
60691            ! win32/buildext.pl
60692 ____________________________________________________________________________
60693 [  9477] By: jhi                                   on 2001/03/30  22:41:16
60694         Log: Subject: small base.pm doc patch
60695              From: Leon Brocard <acme@astray.com>
60696              Date: Fri, 30 Mar 2001 21:49:57 +0100
60697              Message-ID: <20010330214957.B8733@ns0.astray.com>
60698      Branch: perl
60699            ! lib/base.pm
60700 ____________________________________________________________________________
60701 [  9476] By: jhi                                   on 2001/03/30  18:16:57
60702         Log: Subject: [PATCH] av.h cosmetics
60703              From: Simon Cozens <simon@netthink.co.uk>
60704              Date: Fri, 30 Mar 2001 18:12:28 +0100
60705              Message-ID: <20010330181228.A9319@netthink.co.uk>
60706      Branch: perl
60707            ! av.h
60708 ____________________________________________________________________________
60709 [  9475] By: jhi                                   on 2001/03/30  18:15:50
60710         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
60711              From: "Philip Newton" <pnewton@gmx.de>
60712              Date: Fri, 30 Mar 2001 19:06:57 +0200
60713              Message-ID: <3AC4D951.14815.1AC7068@localhost>
60714      Branch: perl
60715            ! pod/perlhack.pod
60716 ____________________________________________________________________________
60717 [  9474] By: jhi                                   on 2001/03/30  18:14:02
60718         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
60719              From: Benjamin Sugars <bsugars@canoe.ca>
60720              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
60721              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
60722      Branch: perl
60723            ! t/lib/glob-basic.t
60724 ____________________________________________________________________________
60725 [  9473] By: jhi                                   on 2001/03/30  16:09:24
60726         Log: Update Changes.
60727      Branch: perl
60728            ! Changes patchlevel.h
60729 ____________________________________________________________________________
60730 [  9472] By: jhi                                   on 2001/03/30  15:16:08
60731         Log: Integrate perlio:
60732              
60733              [  9471]
60734              Should be (^O eq 'MSWin32') not 'Win32'
60735              Fail #12 seems real - chdir is in wrong dir.
60736              
60737              [  9467]
60738              Skip order test of glob if case-ignoring system cannot 
60739              create a.test and A.test
60740      Branch: perl
60741           !> t/lib/cwd.t t/lib/glob-basic.t
60742 ____________________________________________________________________________
60743 [  9471] By: nick                                  on 2001/03/30  14:47:10
60744         Log: Should be (^O eq 'MSWin32') not 'Win32'
60745              Fail #12 seems real - chdir is in wrong dir.
60746      Branch: perlio
60747            ! t/lib/cwd.t
60748 ____________________________________________________________________________
60749 [  9470] By: jhi                                   on 2001/03/30  14:41:11
60750         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
60751              From: Radu Greab <radu@netsoft.ro>
60752              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
60753              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
60754              
60755              Replace #9352.
60756      Branch: perl
60757            ! ext/Socket/Socket.xs pp_sys.c
60758 ____________________________________________________________________________
60759 [  9469] By: jhi                                   on 2001/03/30  14:37:51
60760         Log: Subject: PATCH pod/perldiag.pod
60761              From: Robin Houston <robin@kitsite.com>
60762              Date: Fri, 30 Mar 2001 14:10:36 +0100
60763              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
60764      Branch: perl
60765            ! pod/perldiag.pod t/lib/glob-basic.t
60766 ____________________________________________________________________________
60767 [  9468] By: jhi                                   on 2001/03/30  14:36:36
60768         Log: Subject: Better diagnostic in io/fs.t
60769              From: andreas.koenig@anima.de (Andreas J. Koenig)
60770              Date: 30 Mar 2001 10:11:43 +0200
60771              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
60772      Branch: perl
60773            ! t/io/fs.t
60774 ____________________________________________________________________________
60775 [  9467] By: nick                                  on 2001/03/30  14:25:43
60776         Log: Skip order test of glob if case-ignoring system cannot 
60777              create a.test and A.test
60778      Branch: perlio
60779            ! t/lib/glob-basic.t
60780 ____________________________________________________________________________
60781 [  9466] By: nick                                  on 2001/03/30  13:03:12
60782         Log: Integrate mainline.
60783      Branch: perlio
60784            - ext/re/hints/aix.pl
60785           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
60786           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
60787           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
60788           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
60789 ____________________________________________________________________________
60790 [  9465] By: jhi                                   on 2001/03/30  03:53:37
60791         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
60792              the tests sometimes hang, sometimes not.)
60793      Branch: perl
60794            ! t/lib/io_multihomed.t t/lib/io_sock.t
60795 ____________________________________________________________________________
60796 [  9464] By: jhi                                   on 2001/03/30  02:56:04
60797         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
60798              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60799              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
60800              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
60801      Branch: perl
60802            ! op.c
60803 ____________________________________________________________________________
60804 [  9463] By: jhi                                   on 2001/03/30  02:34:48
60805         Log: Test for #9462.
60806      Branch: perl
60807            ! t/lib/b.t
60808 ____________________________________________________________________________
60809 [  9462] By: jhi                                   on 2001/03/30  02:29:37
60810         Log: Subject: B::Deparse precedence bug. (Patch included.)
60811              From: Jeremy Madea <jmadea@inktomi.com>
60812              Date: Thu, 29 Mar 2001 12:05:02 -0800
60813              Message-ID: <20010329120502.A24881@dr.inktomi.com>
60814      Branch: perl
60815            ! ext/B/B/Deparse.pm
60816 ____________________________________________________________________________
60817 [  9461] By: jhi                                   on 2001/03/30  02:18:41
60818         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60819              From: Peter Prymmer <pvhp@forte.com>
60820              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
60821              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
60822      Branch: perl
60823            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
60824            ! t/lib/md5-file.t
60825 ____________________________________________________________________________
60826 [  9460] By: jhi                                   on 2001/03/30  02:17:07
60827         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
60828              From: Robin Houston <robin@kitsite.com>
60829              Date: Thu, 29 Mar 2001 20:47:56 +0100
60830              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
60831      Branch: perl
60832            ! ext/B/B/Debug.pm
60833 ____________________________________________________________________________
60834 [  9459] By: jhi                                   on 2001/03/30  02:16:05
60835         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
60836              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
60837              Date: Wed, 28 Mar 2001 18:02:20 -0600
60838              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
60839      Branch: perl
60840            ! lib/ExtUtils/MM_VMS.pm
60841 ____________________________________________________________________________
60842 [  9458] By: jhi                                   on 2001/03/30  02:07:58
60843         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
60844              From: "Joshua E. Rodd" <jrodd@pbs.org>
60845              Date: Wed, 28 Mar 2001 17:29:12 -0500
60846              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
60847      Branch: perl
60848            ! pod/perlop.pod
60849 ____________________________________________________________________________
60850 [  9457] By: jhi                                   on 2001/03/30  02:04:33
60851         Log: Subject: ext/re/aix.pl can go
60852              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60853              Date: Thu, 29 Mar 2001 12:03:28 +0200
60854              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
60855      Branch: perl
60856            - ext/re/hints/aix.pl
60857            ! MANIFEST
60858 ____________________________________________________________________________
60859 [  9456] By: jhi                                   on 2001/03/30  02:03:32
60860         Log: Integrate perlio:
60861              
60862              [  9455]
60863              DLL name has changed so installperl needs to know
60864              (Why isn't it working it out or passed it?)
60865              
60866              [  9454]
60867              Change Encode's check arguments to 'bool' so SvTRUE gets used
60868              and we don't get undef warnings.
60869      Branch: perl
60870           !> ext/Encode/Encode.xs installperl
60871 ____________________________________________________________________________
60872 [  9455] By: nick                                  on 2001/03/29  21:11:46
60873         Log: DLL name has changed so installperl needs to know
60874              (Why isn't it working it out or passed it?)
60875      Branch: perlio
60876            ! installperl
60877 ____________________________________________________________________________
60878 [  9454] By: nick                                  on 2001/03/29  20:56:12
60879         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
60880              and we don't get undef warnings.
60881      Branch: perlio
60882            ! ext/Encode/Encode.xs
60883 ____________________________________________________________________________
60884 [  9453] By: nick                                  on 2001/03/29  17:58:48
60885         Log: Integrate mainline
60886      Branch: perlio
60887           !> Changes patchlevel.h
60888 ____________________________________________________________________________
60889 [  9452] By: jhi                                   on 2001/03/29  16:44:55
60890         Log: Update Changes.
60891      Branch: perl
60892            ! Changes patchlevel.h
60893 ____________________________________________________________________________
60894 [  9451] By: nick                                  on 2001/03/29  16:31:38
60895         Log: Integrate mainline
60896      Branch: perlio
60897           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
60898           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
60899           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
60900           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
60901           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
60902 ____________________________________________________________________________
60903 [  9450] By: jhi                                   on 2001/03/29  16:29:17
60904         Log: Integrate perlio:
60905              
60906              [  9448]
60907              Make sure buildext.pl finds Errno.pm
60908      Branch: perl
60909           !> win32/buildext.pl
60910 ____________________________________________________________________________
60911 [  9449] By: jhi                                   on 2001/03/29  15:50:01
60912         Log: Update Changes.
60913      Branch: perl
60914            ! Changes patchlevel.h
60915 ____________________________________________________________________________
60916 [  9448] By: nick                                  on 2001/03/29  15:47:15
60917         Log: Make sure buildext.pl finds Errno.pm
60918      Branch: perlio
60919            ! win32/buildext.pl
60920 ____________________________________________________________________________
60921 [  9447] By: jhi                                   on 2001/03/29  15:39:34
60922         Log: Integrate perlio:
60923              
60924              [  9445]
60925              Fix breakage ... 
60926      Branch: perl
60927           !> win32/makefile.mk
60928 ____________________________________________________________________________
60929 [  9446] By: nick                                  on 2001/03/29  15:30:03
60930         Log: Integrate win32/makefile.mk with mainline.
60931      Branch: perlio
60932           !> win32/makefile.mk
60933 ____________________________________________________________________________
60934 [  9445] By: nick                                  on 2001/03/29  15:27:32
60935         Log: Fix breakage ... 
60936      Branch: perlio
60937            ! win32/makefile.mk
60938 ____________________________________________________________________________
60939 [  9444] By: jhi                                   on 2001/03/29  15:03:08
60940         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60941              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60942              Date: Thu, 29 Mar 2001 10:32:59 +0400
60943              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
60944      Branch: perl
60945            ! win32/makefile.mk
60946 ____________________________________________________________________________
60947 [  9443] By: jhi                                   on 2001/03/29  15:02:12
60948         Log: Integrate perlio:
60949              
60950              [  9442]
60951              Work in progress - determine win32 extensions to build via script.
60952              
60953              [  9435]
60954              Win32 has name conflict with ERROR
60955              
60956              [  9432]
60957              Make as-shipped compiler default to MSVC6 
60958              
60959              [  9431]
60960              Allow someone to write PerlIO::Array, PerlIO::Code, ...
60961              akin to PerlIO::Scalar.
60962              
60963              [  9429]
60964              Noticed that two tests were skipped as perlio:: package
60965              isn't there any more. Changed the skip condition.
60966              Avoid core-dump if sv_utf8_upgrade() called on something
60967              that does not become SvPOK after SvPV() (e.g. a ref).
60968      Branch: perl
60969           +> win32/buildext.pl
60970           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
60971           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
60972 ____________________________________________________________________________
60973 [  9442] By: nick                                  on 2001/03/29  14:59:11
60974         Log: Work in progress - determine win32 extensions to build via script.
60975      Branch: perlio
60976            + win32/buildext.pl
60977            ! MANIFEST win32/makefile.mk
60978 ____________________________________________________________________________
60979 [  9441] By: jhi                                   on 2001/03/29  14:51:47
60980         Log: Reintroduce the use of external pwd.
60981      Branch: perl
60982            ! t/lib/cwd.t
60983 ____________________________________________________________________________
60984 [  9440] By: jhi                                   on 2001/03/29  14:42:58
60985         Log: use warnings instead of -w.
60986      Branch: perl
60987            ! utils/h2xs.PL
60988 ____________________________________________________________________________
60989 [  9439] By: jhi                                   on 2001/03/29  14:41:52
60990         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
60991              From: Jonathan Stowe <gellyfish@gellyfish.com>
60992              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
60993              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
60994      Branch: perl
60995            ! utils/h2xs.PL
60996 ____________________________________________________________________________
60997 [  9438] By: jhi                                   on 2001/03/29  14:39:38
60998         Log: Subject: [PATCH perl@9424] minor pod nits
60999              From: Robin Barker <rmb1@cise.npl.co.uk>
61000              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
61001              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
61002      Branch: perl
61003            ! pod/perlhack.pod pod/perliol.pod
61004 ____________________________________________________________________________
61005 [  9437] By: jhi                                   on 2001/03/29  14:29:16
61006         Log: Subject: [PATCH perl@9424] typemap cast warning
61007              From: Robin Barker <rmb1@cise.npl.co.uk>
61008              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
61009              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
61010      Branch: perl
61011            ! lib/ExtUtils/typemap
61012 ____________________________________________________________________________
61013 [  9436] By: jhi                                   on 2001/03/29  14:26:03
61014         Log: Subject: [PATCH perl@9424] printf warning
61015              From: Robin Barker <rmb1@cise.npl.co.uk>
61016              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
61017              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
61018      Branch: perl
61019            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
61020            ! ext/Storable/Storable.xs toke.c
61021 ____________________________________________________________________________
61022 [  9435] By: nick                                  on 2001/03/29  14:23:31
61023         Log: Win32 has name conflict with ERROR
61024      Branch: perlio
61025            ! ext/PerlIO/Via/Via.xs
61026 ____________________________________________________________________________
61027 [  9434] By: jhi                                   on 2001/03/29  14:17:48
61028         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
61029              From: Peter Prymmer <pvhp@forte.com>
61030              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
61031              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
61032      Branch: perl
61033            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
61034 ____________________________________________________________________________
61035 [  9433] By: jhi                                   on 2001/03/29  13:52:44
61036         Log: test-prep target was missing.
61037      Branch: perl
61038            ! Makefile.SH
61039 ____________________________________________________________________________
61040 [  9432] By: nick                                  on 2001/03/29  12:40:03
61041         Log: Make as-shipped compiler default to MSVC6 
61042      Branch: perlio
61043            ! win32/makefile.mk
61044 ____________________________________________________________________________
61045 [  9431] By: nick                                  on 2001/03/29  12:12:16
61046         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
61047              akin to PerlIO::Scalar.
61048      Branch: perlio
61049            ! perlio.c perlio.h
61050 ____________________________________________________________________________
61051 [  9430] By: nick                                  on 2001/03/29  10:56:35
61052         Log: Integrate mainline.
61053      Branch: perlio
61054           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
61055           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
61056           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
61057           !> win32/makefile.mk win32/win32sck.c
61058 ____________________________________________________________________________
61059 [  9429] By: nick                                  on 2001/03/29  09:03:43
61060         Log: Noticed that two tests were skipped as perlio:: package
61061              isn't there any more. Changed the skip condition.
61062              Avoid core-dump if sv_utf8_upgrade() called on something
61063              that does not become SvPOK after SvPV() (e.g. a ref).
61064      Branch: perlio
61065            ! sv.c t/io/utf8.t t/lib/io_scalar.t
61066 ____________________________________________________________________________
61067 [  9428] By: jhi                                   on 2001/03/29  01:31:47
61068         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
61069              From: Benjamin Sugars <bsugars@canoe.ca> 
61070              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
61071              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
61072      Branch: perl
61073            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
61074            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
61075            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
61076 ____________________________________________________________________________
61077 [  9427] By: jhi                                   on 2001/03/29  00:49:30
61078         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
61079              From: "Vadim Konovalov" <watman@inbox.ru>
61080              Date: Thu, 29 Mar 2001 01:50:12 +0400
61081              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
61082      Branch: perl
61083            ! win32/makefile.mk win32/win32sck.c
61084 ____________________________________________________________________________
61085 [  9426] By: gsar                                  on 2001/03/29  00:28:04
61086         Log: dmake can only handle == and != in comparisons; support building
61087              with Borland's VCL libraries (from Vadim Konovalov)
61088      Branch: maint-5.6/perl
61089            ! win32/makefile.mk
61090 ____________________________________________________________________________
61091 [  9425] By: nick                                  on 2001/03/28  19:29:56
61092         Log: Integrate (@snapshot)
61093      Branch: perlio
61094           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
61095 ____________________________________________________________________________
61096 [  9424] By: jhi                                   on 2001/03/28  19:03:16
61097         Log: Update Changes.
61098      Branch: perl
61099            ! Changes patchlevel.h
61100 ____________________________________________________________________________
61101 [  9423] By: jhi                                   on 2001/03/28  18:52:09
61102         Log: Rmdir lib/XS on cleanup.
61103      Branch: perl
61104            ! Makefile.SH
61105 ____________________________________________________________________________
61106 [  9422] By: jhi                                   on 2001/03/28  18:49:34
61107         Log: Integrate perlio:
61108              
61109              [  9421]
61110              Loose duplicate chunk.
61111      Branch: perl
61112           !> t/op/utf8decode.t
61113 ____________________________________________________________________________
61114 [  9421] By: nick                                  on 2001/03/28  18:46:44
61115         Log: Loose duplicate chunk.
61116      Branch: perlio
61117            ! t/op/utf8decode.t
61118 ____________________________________________________________________________
61119 [  9420] By: nick                                  on 2001/03/28  18:44:11
61120         Log: Integrate mainline.
61121      Branch: perlio
61122           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
61123           !> vms/vmsish.h
61124 ____________________________________________________________________________
61125 [  9419] By: jhi                                   on 2001/03/28  18:42:05
61126         Log: Can't trust external pwds
61127              (either shell builtins or external programs)
61128      Branch: perl
61129            ! t/lib/cwd.t
61130 ____________________________________________________________________________
61131 [  9418] By: jhi                                   on 2001/03/28  18:34:05
61132         Log: Integrate perlio:
61133              
61134              [  9417]
61135              PerlIO.pm / perlio.pm conflict.
61136              Update some pods.
61137              Make t/op/utf8decode.t a text file.
61138      Branch: perl
61139            - lib/perlio.pm
61140           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
61141           !> t/op/utf8decode.t
61142 ____________________________________________________________________________
61143 [  9417] By: nick                                  on 2001/03/28  18:24:02
61144         Log: PerlIO.pm / perlio.pm conflict.
61145              Update some pods.
61146              Make t/op/utf8decode.t a text file.
61147      Branch: perlio
61148            - lib/perlio.pm
61149            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
61150            ! t/op/utf8decode.t
61151 ____________________________________________________________________________
61152 [  9416] By: jhi                                   on 2001/03/28  18:06:07
61153         Log: Integrate change #9409 from mainline to maintperl.
61154              
61155              Yet another tweak on AIX dynaloading.
61156      Branch: maint-5.6/perl
61157           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61158 ____________________________________________________________________________
61159 [  9415] By: gsar                                  on 2001/03/28  17:13:01
61160         Log: integrate changes#9377,9385,9401 from mainline
61161              
61162              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
61163              
61164              If directory entries compare equal case-insensitively,
61165              retry case-sensitively.
61166              
61167              Subject: [PATCH] B::Terse and warnings
61168      Branch: maint-5.6/perl
61169           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
61170           !> t/pragma/warn/perl
61171 ____________________________________________________________________________
61172 [  9414] By: jhi                                   on 2001/03/28  17:11:12
61173         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
61174              From: "Craig A. Berry" <craigberry@mac.com>
61175              Date: Wed, 28 Mar 2001 10:55:20 -0600
61176              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
61177      Branch: perl
61178            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
61179 ____________________________________________________________________________
61180 [  9413] By: jhi                                   on 2001/03/28  17:03:12
61181         Log: Dup hunk.
61182      Branch: perl
61183            ! t/op/utf8decode.t
61184 ____________________________________________________________________________
61185 [  9412] By: jhi                                   on 2001/03/28  17:02:36
61186         Log: Forced integrate from perlio.
61187      Branch: perl
61188           !> t/op/utf8decode.t
61189 ____________________________________________________________________________
61190 [  9411] By: nick                                  on 2001/03/28  16:50:03
61191         Log: Integrate mainline.
61192      Branch: perlio
61193           +> t/lib/cwd.t
61194           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61195           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
61196           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
61197           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
61198           !> t/pragma/warn/perl
61199 ____________________________________________________________________________
61200 [  9410] By: jhi                                   on 2001/03/28  16:44:23
61201         Log: Subject: Re: [PATCH] 9403 cannot be tested
61202              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61203              Date: Wed, 28 Mar 2001 18:33:56 +0200
61204              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
61205      Branch: perl
61206            ! makedef.pl
61207 ____________________________________________________________________________
61208 [  9409] By: jhi                                   on 2001/03/28  16:12:45
61209         Log: Yet another tweak on AIX dynaloading.
61210      Branch: perl
61211            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61212 ____________________________________________________________________________
61213 [  9408] By: jhi                                   on 2001/03/28  15:52:55
61214         Log: Subject: [PATCH] 9403 cannot be tested
61215              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
61216              Date: Wed, 28 Mar 2001 17:23:00 +0200
61217              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
61218              
61219              A missing symbol.
61220      Branch: perl
61221            ! makedef.pl
61222 ____________________________________________________________________________
61223 [  9407] By: jhi                                   on 2001/03/28  15:47:43
61224         Log: Integrate perlio:
61225              
61226              [  9400]
61227              More EBCDIC tweaks:
61228              - one more swash issue &~(0xA0-1) did not do the right thing,
61229              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
61230              - add "use re 'asciirange'" to make [!-~] etc. work
61231              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
61232              - Choose a key for t/op/each.t test which gets encoded.
61233              - Skip utf8decode if this is UTF-EBCDIC.
61234      Branch: perl
61235            ! t/op/utf8decode.t
61236           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
61237           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
61238 ____________________________________________________________________________
61239 [  9406] By: jhi                                   on 2001/03/28  15:37:08
61240         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
61241              From: Benjamin Sugars <bsugars@canoe.ca> 
61242              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
61243              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
61244      Branch: perl
61245            + t/lib/cwd.t
61246            ! MANIFEST
61247 ____________________________________________________________________________
61248 [  9405] By: jhi                                   on 2001/03/28  15:13:18
61249         Log: pp_ne() needs a CORRECT boolean.
61250      Branch: perl
61251            ! pp.c
61252 ____________________________________________________________________________
61253 [  9404] By: jhi                                   on 2001/03/28  15:09:23
61254         Log: pp_ne() needs a boolean, not an integer.
61255      Branch: perl
61256            ! pp.c
61257 ____________________________________________________________________________
61258 [  9403] By: jhi                                   on 2001/03/28  14:47:43
61259         Log: (Retracted by #9404.)
61260      Branch: perl
61261            ! pp.c
61262 ____________________________________________________________________________
61263 [  9402] By: jhi                                   on 2001/03/28  14:43:59
61264         Log: Subject: Re: [PATCH] Typemap testing
61265              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
61266              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
61267              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
61268      Branch: perl
61269            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
61270            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
61271 ____________________________________________________________________________
61272 [  9401] By: jhi                                   on 2001/03/28  14:42:14
61273         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
61274              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
61275              Date: Sun, 25 Mar 2001 21:59:15 +0100
61276              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
61277              
61278              A variable will be checked for the "use once" warnings if:
61279              
61280              1. It is in the scope of a use warnings 'once'
61281              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
61282              
61283              Otherwise it won't be checked at all.
61284              
61285              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
61286              
61287              The enclosed patch partially fixes this issue. What I didn't
61288              get to work was the case where the "used once" warning is enabled
61289              in any file other than the main file.
61290      Branch: perl
61291            ! gv.c t/pragma/warn/perl
61292 ____________________________________________________________________________
61293 [  9400] By: nick                                  on 2001/03/28  14:38:24
61294         Log: More EBCDIC tweaks:
61295              - one more swash issue &~(0xA0-1) did not do the right thing,
61296              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
61297              - add "use re 'asciirange'" to make [!-~] etc. work
61298              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
61299              - Choose a key for t/op/each.t test which gets encoded.
61300              - Skip utf8decode if this is UTF-EBCDIC.
61301      Branch: perlio
61302            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
61303            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
61304 ____________________________________________________________________________
61305 [  9399] By: jhi                                   on 2001/03/28  14:21:00
61306         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
61307              Andreas Schwab.
61308      Branch: perl
61309            ! pp.c
61310 ____________________________________________________________________________
61311 [  9398] By: jhi                                   on 2001/03/28  00:55:56
61312         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
61313              From: David Dyck <dcd@tc.fluke.com>
61314              Date: Tue, 27 Mar 2001 15:16:24 -0800
61315              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
61316      Branch: perl
61317            ! ext/IO/lib/IO/Socket.pm
61318 ____________________________________________________________________________
61319 [  9397] By: jhi                                   on 2001/03/27  21:52:49
61320         Log: Integrate perlio:
61321              
61322              [  9395]
61323              Outline docs for PerlIO and PerlIO::Scalar
61324              
61325              [  9394]
61326              PerlIO::Via layer (alpha-ish).
61327      Branch: perl
61328           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
61329           +> ext/PerlIO/Via/Via.xs
61330           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
61331 ____________________________________________________________________________
61332 [  9396] By: nick                                  on 2001/03/27  21:45:13
61333         Log: Integrate mainline.
61334      Branch: perlio
61335           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
61336           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
61337 ____________________________________________________________________________
61338 [  9395] By: nick                                  on 2001/03/27  21:18:58
61339         Log: Outline docs for PerlIO and PerlIO::Scalar
61340      Branch: perlio
61341            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
61342 ____________________________________________________________________________
61343 [  9394] By: nick                                  on 2001/03/27  20:50:13
61344         Log: PerlIO::Via layer (alpha-ish).
61345      Branch: perlio
61346            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
61347            + ext/PerlIO/Via/Via.xs
61348            ! MANIFEST
61349 ____________________________________________________________________________
61350 [  9393] By: jhi                                   on 2001/03/27  20:49:55
61351         Log: Retract #9329 now that 9390 should take care of the matter.
61352      Branch: perl
61353            ! utils/h2xs.PL
61354 ____________________________________________________________________________
61355 [  9390] By: jhi                                   on 2001/03/27  20:47:50
61356         Log: Subject: Autoloading Errno.pm when %! is encountered
61357              From: Robin Houston <robin@kitsite.com>
61358              Date: Tue, 27 Mar 2001 20:57:11 +0100
61359              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
61360      Branch: perl
61361            ! embed.h embed.pl gv.c proto.h t/op/magic.t
61362 ____________________________________________________________________________
61363 [  9389] By: jhi                                   on 2001/03/27  20:24:31
61364         Log: Integrate perlio:
61365              
61366              [  9384]
61367              Various EBCDIC fixes:
61368              - major revelation that swash code is encoding aware,
61369              (or thought it was) - now it is ;-)
61370              - With that out of the way fix a slab of tr/// cases.
61371              - Fix Encode 'Unicode' to be true Unicode so tests pass.
61372              - As anticipated Base64.xs needed tweaks.
61373              - Until tr/// works right avoid old_encode64 in MIME tests.
61374      Branch: perl
61375           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
61376           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
61377           !> utf8.c
61378 ____________________________________________________________________________
61379 [  9388] By: jhi                                   on 2001/03/27  20:21:38
61380         Log: Better have a three-element array if one is going to assign
61381              to the third element of that array. (from Tim Jenness)
61382      Branch: perl
61383            ! ext/XS/Typemap/Typemap.xs
61384 ____________________________________________________________________________
61385 [  9387] By: nick                                  on 2001/03/27  20:15:43
61386         Log: Integrate mainline.
61387      Branch: perlio
61388           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
61389           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
61390           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
61391           +> t/lib/xs-typemap.t
61392           !> (integrate 34 files)
61393 ____________________________________________________________________________
61394 [  9386] By: jhi                                   on 2001/03/27  20:04:18
61395         Log: Subject: Re: perl@9359 breaks HTML::Parser
61396              From: Gisle Aas <gisle@ActiveState.com>
61397              Date: 27 Mar 2001 11:30:24 -0800
61398              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
61399              
61400              Clarify the UTF-8 issues of the API docs.
61401              (Slightly reworded and expanded.)
61402      Branch: perl
61403            ! pod/perlapi.pod sv.c sv.h
61404 ____________________________________________________________________________
61405 [  9385] By: jhi                                   on 2001/03/27  19:44:25
61406         Log: If directory entries compare equal case-insensitively,
61407              retry case-sensitively.
61408      Branch: perl
61409            ! ext/File/Glob/bsd_glob.c
61410 ____________________________________________________________________________
61411 [  9384] By: nick                                  on 2001/03/27  19:38:50
61412         Log: Various EBCDIC fixes:
61413              - major revelation that swash code is encoding aware,
61414              (or thought it was) - now it is ;-)
61415              - With that out of the way fix a slab of tr/// cases.
61416              - Fix Encode 'Unicode' to be true Unicode so tests pass.
61417              - As anticipated Base64.xs needed tweaks.
61418              - Until tr/// works right avoid old_encode64 in MIME tests.
61419      Branch: perlio
61420            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
61421            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
61422 ____________________________________________________________________________
61423 [  9383] By: jhi                                   on 2001/03/27  18:34:41
61424         Log: Add the std test suite BEGIN block.
61425      Branch: perl
61426            ! t/lib/xs-typemap.t
61427 ____________________________________________________________________________
61428 [  9382] By: jhi                                   on 2001/03/27  15:16:07
61429         Log: Add debugging output to the test.
61430      Branch: perl
61431            ! t/lib/glob-basic.t
61432 ____________________________________________________________________________
61433 [  9381] By: jhi                                   on 2001/03/27  15:08:10
61434         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
61435      Branch: perl
61436            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
61437            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
61438            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
61439            + t/lib/xs-typemap.t
61440            ! MANIFEST
61441 ____________________________________________________________________________
61442 [  9380] By: jhi                                   on 2001/03/27  14:48:34
61443         Log: Subject: [PATCH] Typemap testing
61444              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
61445              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
61446              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
61447              
61448              (The first part of the patch.)
61449      Branch: perl
61450            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
61451 ____________________________________________________________________________
61452 [  9379] By: jhi                                   on 2001/03/27  14:44:56
61453         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
61454              From: Benjamin Sugars <bsugars@canoe.ca> 
61455              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
61456              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
61457      Branch: perl
61458            ! t/lib/glob-basic.t
61459 ____________________________________________________________________________
61460 [  9378] By: jhi                                   on 2001/03/27  14:42:30
61461         Log: Subject: [PATCH] perlvar nit
61462              From: Simon Cozens <simon@netthink.co.uk>
61463              Date: Tue, 27 Mar 2001 01:12:01 +0100
61464              Message-ID: <20010327011201.A19179@netthink.co.uk>
61465      Branch: perl
61466            ! pod/perlvar.pod
61467 ____________________________________________________________________________
61468 [  9377] By: jhi                                   on 2001/03/27  14:36:26
61469         Log: Subject: [PATCH] B::Terse and warnings
61470              From: Benjamin Sugars <ben.sugars@home.com>
61471              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
61472              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
61473      Branch: perl
61474            ! ext/B/B.pm ext/B/B/Terse.pm
61475 ____________________________________________________________________________
61476 [  9376] By: jhi                                   on 2001/03/27  14:31:31
61477         Log: Document sockatmark() some.
61478      Branch: perl
61479            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
61480            ! pod/perltoc.pod
61481 ____________________________________________________________________________
61482 [  9375] By: jhi                                   on 2001/03/27  14:00:24
61483         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
61484              noted by Gisle and fixed by NI-S.
61485      Branch: perl
61486            ! sv.c
61487 ____________________________________________________________________________
61488 [  9374] By: jhi                                   on 2001/03/27  05:50:01
61489         Log: Regen toc.
61490      Branch: perl
61491            ! pod/perltoc.pod
61492 ____________________________________________________________________________
61493 [  9373] By: jhi                                   on 2001/03/27  05:43:51
61494         Log: Pixie documenting.
61495      Branch: perl
61496            ! Makefile.SH pod/perlhack.pod
61497 ____________________________________________________________________________
61498 [  9372] By: jhi                                   on 2001/03/27  05:29:34
61499         Log: Metaconfig unit changes for #9371.
61500      Branch: metaconfig
61501            ! U/modified/myhostname.U
61502      Branch: metaconfig/U/perl
61503            + d_sockatmark.U
61504            ! gccvers.U
61505 ____________________________________________________________________________
61506 [  9371] By: jhi                                   on 2001/03/27  05:29:07
61507         Log: Add sockatmark() probing.
61508      Branch: perl
61509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61510            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
61511            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61512            ! vos/config.ga.h win32/config.bc win32/config.gc
61513            ! win32/config.vc
61514 ____________________________________________________________________________
61515 [  9370] By: jhi                                   on 2001/03/26  22:01:18
61516         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
61517              Really need to benchmark this.
61518      Branch: perl
61519            ! pp.c
61520 ____________________________________________________________________________
61521 [  9369] By: nick                                  on 2001/03/26  21:59:30
61522         Log: Integrate mainline.
61523      Branch: perlio
61524            ! ext/MIME/Base64/QuotedPrint.pm
61525           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
61526           !> patchlevel.h pod/perlhack.pod pp_sys.c
61527 ____________________________________________________________________________
61528 [  9368] By: jhi                                   on 2001/03/26  21:47:03
61529         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
61530              
61531              TODO1: perlbench.
61532              TODO2: le, lt, ge, gt?  Yech.
61533      Branch: perl
61534            ! pp.c
61535 ____________________________________________________________________________
61536 [  9367] By: jhi                                   on 2001/03/26  21:34:57
61537         Log: Too much cut-and-paste in #9363.
61538      Branch: perl
61539            ! pp_sys.c
61540 ____________________________________________________________________________
61541 [  9366] By: jhi                                   on 2001/03/26  21:20:53
61542         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
61543              From: Andreas Schwab <schwab@suse.de>
61544              Date: 26 Mar 2001 17:29:04 +0200
61545              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
61546              
61547              (The patch for 5.6.0 or so, this is a guess for bleadperl)
61548      Branch: perl
61549            ! pp_hot.c
61550 ____________________________________________________________________________
61551 [  9365] By: jhi                                   on 2001/03/26  21:07:54
61552         Log: Integrate perlio:
61553              
61554              [  9364]
61555              REFCNT botch in layer name cache hash.
61556      Branch: perl
61557           !> perlio.c
61558 ____________________________________________________________________________
61559 [  9364] By: nick                                  on 2001/03/26  20:30:48
61560         Log: REFCNT botch in layer name cache hash.
61561      Branch: perlio
61562            ! perlio.c
61563 ____________________________________________________________________________
61564 [  9363] By: jhi                                   on 2001/03/26  18:44:32
61565         Log: Subject: [PATCH] socket() leaks file descriptors
61566              From: Benjamin Sugars <bsugars@canoe.ca>
61567              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
61568              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
61569              
61570              Also sockpair() fixed similarly.
61571      Branch: perl
61572            ! pp_sys.c
61573 ____________________________________________________________________________
61574 [  9362] By: jhi                                   on 2001/03/26  18:37:52
61575         Log: Integrate perlio:
61576              
61577              [  9361]
61578              Implement flush of linebuffered streams on read of a tty.
61579              
61580              [  9360]
61581              Memory tweaks and notes for OEMVS.
61582      Branch: perl
61583           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
61584 ____________________________________________________________________________
61585 [  9361] By: nick                                  on 2001/03/26  17:32:06
61586         Log: Implement flush of linebuffered streams on read of a tty.
61587      Branch: perlio
61588            ! perlio.c perliol.h
61589 ____________________________________________________________________________
61590 [  9360] By: nick                                  on 2001/03/26  17:12:32
61591         Log: Memory tweaks and notes for OEMVS.
61592      Branch: perlio
61593            ! README.os390 miniperlmain.c t/op/pat.t
61594 ____________________________________________________________________________
61595 [  9359] By: jhi                                   on 2001/03/26  02:12:54
61596         Log: Update Changes.
61597      Branch: perl
61598            ! Changes patchlevel.h
61599 ____________________________________________________________________________
61600 [  9358] By: jhi                                   on 2001/03/26  02:05:32
61601         Log: Document the most common pixie options.
61602      Branch: perl
61603            ! pod/perlhack.pod
61604 ____________________________________________________________________________
61605 [  9357] By: jhi                                   on 2001/03/26  01:25:28
61606         Log: For perl.pixie check *before* compiling that optimize is -g,
61607              as for perl.third.
61608      Branch: perl
61609            ! Makefile.SH
61610 ____________________________________________________________________________
61611 [  9356] By: jhi                                   on 2001/03/26  01:13:41
61612         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
61613      Branch: perl
61614            ! Makefile.SH
61615 ____________________________________________________________________________
61616 [  9355] By: jhi                                   on 2001/03/26  01:11:19
61617         Log: Remove t/perl.third.
61618      Branch: perl
61619            ! Makefile.SH
61620 ____________________________________________________________________________
61621 [  9354] By: jhi                                   on 2001/03/26  00:23:38
61622         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
61623              IO::Sockatmark().
61624      Branch: perl
61625            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
61626 ____________________________________________________________________________
61627 [  9353] By: jhi                                   on 2001/03/25  22:25:04
61628         Log: Integrate perlio:
61629              
61630              [  9351]
61631              Fix readline in list mode to tell rest of world that it has
61632              things on the stack. Otherwise if perl code gets invoked
61633              underneath it it scribbles over results-so-far.
61634              (Why TIEHANDLE has not tripped on this is a mystery.)
61635              
61636              [  9350]
61637              win32/makefile.mk typos
61638              
61639              [  9348]
61640              Make it text
61641              
61642              [  9346]
61643              Add destruct time hook to PerlIO (for work-in-process implementing
61644              layers in perl code. In such cases layers need to be popped before
61645              we loose the ability to run perl code.)
61646              Also back-out "PerlIO::object" hook - it isn't going to work like that...
61647              
61648              [  9345]
61649              Avoid at leasy one of undefined warnings in Encode.
61650              
61651              [  9343]
61652              Missing return value.
61653      Branch: perl
61654           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
61655           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
61656           !> pp_hot.c win32/makefile.mk
61657 ____________________________________________________________________________
61658 [  9352] By: jhi                                   on 2001/03/25  22:21:41
61659         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
61660              From: Radu Greab <radu@netsoft.ro>
61661              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
61662              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
61663      Branch: perl
61664            ! pp_sys.c
61665 ____________________________________________________________________________
61666 [  9351] By: nick                                  on 2001/03/25  22:15:02
61667         Log: Fix readline in list mode to tell rest of world that it has
61668              things on the stack. Otherwise if perl code gets invoked
61669              underneath it it scribbles over results-so-far.
61670              (Why TIEHANDLE has not tripped on this is a mystery.)
61671      Branch: perlio
61672            ! pp_hot.c
61673 ____________________________________________________________________________
61674 [  9350] By: nick                                  on 2001/03/25  22:10:13
61675         Log: win32/makefile.mk typos
61676      Branch: perlio
61677            ! win32/makefile.mk
61678 ____________________________________________________________________________
61679 [  9349] By: nick                                  on 2001/03/25  21:31:14
61680         Log: Integrate now-non-binary file.
61681      Branch: perlio
61682           !> t/lib/mimeqp.t
61683 ____________________________________________________________________________
61684 [  9348] By: nick                                  on 2001/03/25  21:27:24
61685         Log: Make it text
61686      Branch: perlio
61687            ! t/lib/mimeqp.t
61688 ____________________________________________________________________________
61689 [  9347] By: nick                                  on 2001/03/25  21:25:37
61690         Log: Integrate mainline.
61691      Branch: perlio
61692           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
61693           !> lib/Term/ReadLine.pm t/lib/md5-file.t
61694 ____________________________________________________________________________
61695 [  9346] By: nick                                  on 2001/03/25  20:58:15
61696         Log: Add destruct time hook to PerlIO (for work-in-process implementing
61697              layers in perl code. In such cases layers need to be popped before
61698              we loose the ability to run perl code.)
61699              Also back-out "PerlIO::object" hook - it isn't going to work like that...
61700      Branch: perlio
61701            ! perl.c perlio.c perlio.h perliol.h
61702 ____________________________________________________________________________
61703 [  9345] By: nick                                  on 2001/03/25  20:49:11
61704         Log: Avoid at leasy one of undefined warnings in Encode.
61705      Branch: perlio
61706            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
61707 ____________________________________________________________________________
61708 [  9344] By: jhi                                   on 2001/03/25  20:37:43
61709         Log: A workaround for using Term::ReadLine in emacs minibuffer
61710              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
61711              additional tweaks from Ilya Zakharevich.
61712      Branch: perl
61713            ! lib/Term/ReadLine.pm
61714 ____________________________________________________________________________
61715 [  9343] By: nick                                  on 2001/03/25  20:21:14
61716         Log: Missing return value.
61717      Branch: perlio
61718            ! ext/PerlIO/Scalar/Scalar.xs
61719 ____________________________________________________________________________
61720 [  9342] By: jhi                                   on 2001/03/25  16:21:00
61721         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
61722              to equal the CPAN versions since no code changes have been made.
61723      Branch: perl
61724            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
61725            ! t/lib/md5-file.t
61726 ____________________________________________________________________________
61727 [  9341] By: jhi                                   on 2001/03/25  16:01:48
61728         Log: Escape 8-bit characters.
61729      Branch: perl
61730            ! t/lib/mimeqp.t
61731 ____________________________________________________________________________
61732 [  9340] By: gsar                                  on 2001/03/25  15:50:53
61733         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
61734              chars)
61735      Branch: perl
61736            + t/lib/mimeqp.t
61737 ____________________________________________________________________________
61738 [  9339] By: gsar                                  on 2001/03/25  15:48:50
61739         Log: delete mimeqp.t for later add with text mode set
61740      Branch: perl
61741            - t/lib/mimeqp.t
61742 ____________________________________________________________________________
61743 [  9338] By: nick                                  on 2001/03/25  09:01:57
61744         Log: Integrate mainline.
61745      Branch: perlio
61746           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61747           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
61748           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
61749           +> t/lib/mimeb64u.t t/lib/mimeqp.t
61750           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
61751           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
61752           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
61753 ____________________________________________________________________________
61754 [  9337] By: jhi                                   on 2001/03/25  04:23:24
61755         Log: Add MIME::Base64 here and there.  Again, a lot of
61756              optimism is in the air.
61757      Branch: perl
61758            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61759            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
61760 ____________________________________________________________________________
61761 [  9336] By: jhi                                   on 2001/03/25  04:12:43
61762         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
61763              this by ear as I do not do Win32 programming.)
61764      Branch: perl
61765            ! win32/Makefile win32/makefile.mk
61766 ____________________________________________________________________________
61767 [  9335] By: jhi                                   on 2001/03/25  04:03:50
61768         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
61769      Branch: perl
61770            ! t/lib/md5-file.t
61771 ____________________________________________________________________________
61772 [  9334] By: jhi                                   on 2001/03/25  03:58:53
61773         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
61774      Branch: perl
61775            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61776            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
61777            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
61778            + t/lib/mimeb64u.t t/lib/mimeqp.t
61779            ! MANIFEST
61780 ____________________________________________________________________________
61781 [  9333] By: jhi                                   on 2001/03/24  20:14:37
61782         Log: Integrate perlio:
61783              
61784              [  9332]
61785              Fix un-init variable leading to spurious "Out of Memory!"
61786              
61787              [  9331]
61788              Tweak docs for C<open> (boy does that need wholesale revision...)
61789              and update layers internals doc.
61790      Branch: perl
61791           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
61792 ____________________________________________________________________________
61793 [  9332] By: nick                                  on 2001/03/24  19:40:34
61794         Log: Fix un-init variable leading to spurious "Out of Memory!"
61795      Branch: perlio
61796            ! doio.c
61797 ____________________________________________________________________________
61798 [  9331] By: nick                                  on 2001/03/24  19:09:59
61799         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
61800              and update layers internals doc.
61801      Branch: perlio
61802            ! pod/perlfunc.pod pod/perliol.pod
61803 ____________________________________________________________________________
61804 [  9330] By: jhi                                   on 2001/03/24  18:42:11
61805         Log: The length might be uninitialized garbage if the *svp is the undef.
61806      Branch: perl
61807            ! doio.c
61808 ____________________________________________________________________________
61809 [  9329] By: jhi                                   on 2001/03/24  18:26:57
61810         Log: (Retracted by #9393)
61811              
61812              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
61813              From: Simon Cozens <simon@netthink.co.uk>
61814              Date: Sat, 24 Mar 2001 17:13:17 +0000
61815              Message-ID: <20010324171317.A13406@netthink.co.uk>
61816      Branch: perl
61817            ! utils/h2xs.PL
61818 ____________________________________________________________________________
61819 [  9328] By: nick                                  on 2001/03/24  17:22:02
61820         Log: Integrate mainline.
61821      Branch: perlio
61822           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
61823           !> lib/unicode/version
61824 ____________________________________________________________________________
61825 [  9327] By: nick                                  on 2001/03/24  17:16:02
61826         Log: Integrate mainline.
61827      Branch: perlio
61828           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61829           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61830           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61831           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61832           +> t/lib/md5-file.t
61833           !> MANIFEST Makefile.SH configure.com djgpp/config.over
61834           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
61835           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
61836           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
61837           !> win32/makefile.mk
61838 ____________________________________________________________________________
61839 [  9326] By: jhi                                   on 2001/03/24  17:00:42
61840         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
61841      Branch: perl
61842            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
61843            ! lib/unicode/version
61844 ____________________________________________________________________________
61845 [  9325] By: jhi                                   on 2001/03/24  16:22:33
61846         Log: Subject: Re: B::Deparse bug (5.6.0)
61847              From: Robin Houston <robin@kitsite.com>
61848              Date: Sat, 24 Mar 2001 14:33:09 +0000
61849              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
61850      Branch: perl
61851            ! op.c pp.c t/lib/b.t t/op/repeat.t
61852 ____________________________________________________________________________
61853 [  9324] By: jhi                                   on 2001/03/24  16:21:56
61854         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
61855              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
61856              these additions may be too optimistic.
61857      Branch: perl
61858            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61859            ! hints/uwin.sh hints/vmesa.sh
61860 ____________________________________________________________________________
61861 [  9323] By: jhi                                   on 2001/03/24  16:06:01
61862         Log: Integrate perlio:
61863              
61864              [  9322]
61865              Routine Win32 regen_config_h - no real changes.
61866              
61867              [  9321]
61868              PerlIO fixups for Win32:
61869              - provide win33_popenlist() - non-functional as yet.
61870              - avoid need for aTHX in PerlIO_debug calls - even if not 
61871              enabled args are still evaluated so Win32 has trouble during fork().
61872              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61873              - Fixup makedef.pl for latest set of symbols.
61874              
61875              [  9320]
61876              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61877              was gibberish - broke it on WIn32 at least.
61878              
61879              [  9319]
61880              Generated files.
61881              
61882              [  9318]
61883              Implement:
61884              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61885              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61886      Branch: perl
61887           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61888           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61889            ! Makefile.SH
61890           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
61891           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
61892           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
61893           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61894           !> win32/makefile.mk win32/perlhost.h win32/win32.c
61895           !> win32/win32iop.h
61896 ____________________________________________________________________________
61897 [  9322] By: nick                                  on 2001/03/24  14:39:12
61898         Log: Routine Win32 regen_config_h - no real changes.
61899      Branch: perlio
61900            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61901 ____________________________________________________________________________
61902 [  9321] By: nick                                  on 2001/03/24  14:31:49
61903         Log: PerlIO fixups for Win32:
61904              - provide win33_popenlist() - non-functional as yet.
61905              - avoid need for aTHX in PerlIO_debug calls - even if not 
61906              enabled args are still evaluated so Win32 has trouble during fork().
61907              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61908              - Fixup makedef.pl for latest set of symbols.
61909      Branch: perlio
61910            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
61911            ! win32/perlhost.h win32/win32.c win32/win32iop.h
61912 ____________________________________________________________________________
61913 [  9320] By: nick                                  on 2001/03/24  14:26:58
61914         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61915              was gibberish - broke it on WIn32 at least.
61916      Branch: perlio
61917            ! ext/POSIX/POSIX.xs
61918 ____________________________________________________________________________
61919 [  9319] By: nick                                  on 2001/03/24  11:29:41
61920         Log: Generated files.
61921      Branch: perlio
61922            ! embed.h global.sym objXSUB.h perlapi.c proto.h
61923 ____________________________________________________________________________
61924 [  9318] By: nick                                  on 2001/03/24  10:29:37
61925         Log: Implement:
61926              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61927              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61928      Branch: perlio
61929            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61930            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61931            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
61932            ! t/io/open.t t/io/utf8.t
61933 ____________________________________________________________________________
61934 [  9317] By: jhi                                   on 2001/03/23  23:41:25
61935         Log: AIX does seems to have optimization problems with its C compilers.
61936      Branch: perl
61937            ! hints/aix.sh
61938 ____________________________________________________________________________
61939 [  9316] By: jhi                                   on 2001/03/23  23:40:46
61940         Log: Integrate perlio:
61941              
61942              [  9314]
61943              Perlio internals re-organized.
61944              - open process creates AV of layer/arg pairs
61945              (appends layers from open() or open.pm to default list).
61946              - push arg is now an SV.
61947              - layer ->Open get passed the AV
61948              - open is no longer mandatory method.
61949              - topmost layer that has ->Open method does the open
61950              - any layers above are pushed once that returns.
61951              - vtable re-ordered so dummy layers need only provide push/pop methods.
61952              
61953              [  9313]
61954              Check in a stable (working) version before next round of tweaks.
61955              Changes include:
61956              - Move default layers code out of doio.c and into perlio.c
61957              - Single routine for parsing layer specification strings.
61958              - Skeleton support for demand loading of layers
61959              - Core-dump avoidance if PERLIO environment specifies loadable layer
61960              (does not _work_ as need IO to load and need load to do IO ...)
61961              
61962              [  9305]
61963              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61964              
61965              [  9304]
61966              Render -Duseperlio functional again.
61967              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61968              which is what old scheme did. New scheme needs to change that
61969              to make open(...,\$scalar) etc. work but this will do for now.
61970              
61971              [  9303]
61972              Avoid "reopen" semantics for time being. Fix bug in dup logic.
61973              -Uuseperlio now works again.
61974              -Duseperlio is still poorly. Don't merge yet...
61975              
61976              [  9302]
61977              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61978              type code.
61979              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61980              is its main caller. In particular now has access to "extra" args, and
61981              can tell when an open handle is "reopened" (or duped?).
61982              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61983              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61984              PerlIO_open() et. al. (i.e. other way round).
61985              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61986              with args close to PerlIO_openn().
61987      Branch: perl
61988           +> lib/PerlIO.pm
61989           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
61990           !> perliol.h
61991 ____________________________________________________________________________
61992 [  9315] By: jhi                                   on 2001/03/23  22:16:30
61993         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
61994      Branch: perl
61995            ! t/lib/md5-file.t
61996 ____________________________________________________________________________
61997 [  9314] By: nick                                  on 2001/03/23  20:49:02
61998         Log: Perlio internals re-organized.
61999              - open process creates AV of layer/arg pairs
62000              (appends layers from open() or open.pm to default list).
62001              - push arg is now an SV.
62002              - layer ->Open get passed the AV
62003              - open is no longer mandatory method.
62004              - topmost layer that has ->Open method does the open
62005              - any layers above are pushed once that returns.
62006              - vtable re-ordered so dummy layers need only provide push/pop methods.
62007      Branch: perlio
62008            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
62009 ____________________________________________________________________________
62010 [  9313] By: nick                                  on 2001/03/23  16:27:41
62011         Log: Check in a stable (working) version before next round of tweaks.
62012              Changes include:
62013              - Move default layers code out of doio.c and into perlio.c
62014              - Single routine for parsing layer specification strings.
62015              - Skeleton support for demand loading of layers
62016              - Core-dump avoidance if PERLIO environment specifies loadable layer
62017              (does not _work_ as need IO to load and need load to do IO ...)
62018      Branch: perlio
62019            + lib/PerlIO.pm
62020            ! MANIFEST doio.c perlio.c
62021 ____________________________________________________________________________
62022 [  9312] By: gsar                                  on 2001/03/23  16:25:25
62023         Log: add execute bit to files with shebang lines in the repository;
62024              avoid clobbering execute bit in Porting/makerel 
62025      Branch: maint-5.6/perl
62026            ! (edit 144 files)
62027 ____________________________________________________________________________
62028 [  9311] By: jhi                                   on 2001/03/23  14:25:35
62029         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
62030      Branch: perl
62031            ! MANIFEST
62032 ____________________________________________________________________________
62033 [  9310] By: jhi                                   on 2001/03/23  13:45:04
62034         Log: Subject: [PATCH] Net::Ping
62035              From: Colin McMillen <mcmi0037@tc.umn.edu>
62036              Date: Thu, 22 Mar 2001 19:30:31 -0600
62037              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
62038      Branch: perl
62039            ! lib/Net/Ping.pm
62040 ____________________________________________________________________________
62041 [  9309] By: jhi                                   on 2001/03/23  13:39:13
62042         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
62043      Branch: perl
62044            ! t/lib/md5-aaa.t t/lib/md5-file.t
62045 ____________________________________________________________________________
62046 [  9308] By: jhi                                   on 2001/03/23  13:20:34
62047         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
62048              - bump the version to 2.14
62049              - drop the base64 tests since they require MIME::Base64
62050              - drop the rfc1321.txt
62051              - drop the hints/dec_osf.pl since it's only needed for
62052              pre-5.005_03 Perls
62053              Todo:
62054              - the U32 alignment testing is now removed; it needs to
62055              be reintroduced as as a Config variable (meaning also
62056              as a Configure test)
62057              - get the new EBCDIC md5sum for MD5.pm
62058              - test in Win32 to see how badly I botched the makefiles
62059      Branch: perl
62060            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
62061            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
62062            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
62063            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
62064            + t/lib/md5-file.t
62065            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
62066            ! win32/Makefile win32/makefile.mk
62067 ____________________________________________________________________________
62068 [  9307] By: jhi                                   on 2001/03/23  12:56:14
62069         Log: Integrate change #9306 from maintperl into mainline,
62070              AIX dynaloader for AIXes without <load.h>.
62071      Branch: perl
62072           !> ext/DynaLoader/hints/aix.pl
62073 ____________________________________________________________________________
62074 [  9306] By: jhi                                   on 2001/03/23  12:51:36
62075         Log: There are AIXes without /usr/include/load.h,
62076              patch from H.Merijn Brand.
62077      Branch: maint-5.6/perl
62078            ! ext/DynaLoader/hints/aix.pl
62079 ____________________________________________________________________________
62080 [  9305] By: nick                                  on 2001/03/23  11:00:42
62081         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
62082      Branch: perlio
62083            ! ext/Encode/Encode.xs perlio.c perlio.h
62084 ____________________________________________________________________________
62085 [  9304] By: nick                                  on 2001/03/23  10:20:46
62086         Log: Render -Duseperlio functional again.
62087              - this is "quick fix" which calls PerlIO_apply_layers after opening,
62088              which is what old scheme did. New scheme needs to change that
62089              to make open(...,\$scalar) etc. work but this will do for now.
62090      Branch: perlio
62091            ! perlio.c
62092 ____________________________________________________________________________
62093 [  9303] By: nick                                  on 2001/03/23  09:53:20
62094         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
62095              -Uuseperlio now works again.
62096              -Duseperlio is still poorly. Don't merge yet...
62097      Branch: perlio
62098            ! doio.c perlio.h
62099 ____________________________________________________________________________
62100 [  9302] By: nick                                  on 2001/03/22  22:26:51
62101         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
62102              type code.
62103              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
62104              is its main caller. In particular now has access to "extra" args, and
62105              can tell when an open handle is "reopened" (or duped?).
62106              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
62107              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
62108              PerlIO_open() et. al. (i.e. other way round).
62109              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
62110              with args close to PerlIO_openn().
62111      Branch: perlio
62112            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
62113 ____________________________________________________________________________
62114 [  9301] By: jhi                                   on 2001/03/22  20:58:04
62115         Log: Integrate perlio:
62116              
62117              [  9300]
62118              Don't include $@ in not ok message.
62119              
62120              [  9298]
62121              Give a meaning to '&' in n-arg open case:
62122              open($fh,"<&",$scalar);
62123              $scalar can be:
62124              - an integer which does "fdopen"
62125              open($fh,"<&",2); # like open($fh,"<&2")
62126              - something that will yield a file handle via sv_2io()
62127              useful for dup'ing anonymous handles.
62128              e.g.:
62129              open(my $fh,"<&",\*STDIN);
62130              open(my $dup,"<&",$fh);
62131              
62132              [  9297]
62133              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
62134              
62135              [  9296]
62136              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
62137              
62138              [  9295]
62139              If stdin, stdout or stderr get opened in unexpected read/write state
62140              then warn at time of open not at time of use.
62141              
62142              [  9294]
62143              Die on n-arg open(...,"",xxx,yyy,...)
62144              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
62145              - die on read/write cases so we can decide what it means later.
62146              
62147              [  9293]
62148              perlio tweaks (reported by Nick Clark)
62149              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
62150              error check in Pendinf_read().
62151      Branch: perl
62152           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
62153           !> t/io/open.t util.c
62154 ____________________________________________________________________________
62155 [  9300] By: nick                                  on 2001/03/22  17:36:32
62156         Log: Don't include $@ in not ok message.
62157      Branch: perlio
62158            ! t/io/open.t
62159 ____________________________________________________________________________
62160 [  9299] By: gsar                                  on 2001/03/22  16:53:45
62161         Log: back out changes#7532,7521 for now (appears to have problems
62162              on IRIX)
62163      Branch: maint-5.6/perl
62164            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
62165            ! ext/POSIX/typemap pod/perlvar.pod
62166 ____________________________________________________________________________
62167 [  9298] By: nick                                  on 2001/03/22  14:35:46
62168         Log: Give a meaning to '&' in n-arg open case:
62169              open($fh,"<&",$scalar);
62170              $scalar can be:
62171              - an integer which does "fdopen"
62172              open($fh,"<&",2); # like open($fh,"<&2")
62173              - something that will yield a file handle via sv_2io()
62174              useful for dup'ing anonymous handles.
62175              e.g.:
62176              open(my $fh,"<&",\*STDIN);
62177              open(my $dup,"<&",$fh);
62178      Branch: perlio
62179            ! doio.c t/io/open.t
62180 ____________________________________________________________________________
62181 [  9297] By: nick                                  on 2001/03/22  13:34:35
62182         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
62183      Branch: perlio
62184            ! util.c
62185 ____________________________________________________________________________
62186 [  9296] By: nick                                  on 2001/03/22  12:51:20
62187         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
62188      Branch: perlio
62189            ! perl.c
62190 ____________________________________________________________________________
62191 [  9295] By: nick                                  on 2001/03/22  11:59:44
62192         Log: If stdin, stdout or stderr get opened in unexpected read/write state
62193              then warn at time of open not at time of use.
62194      Branch: perlio
62195            ! doio.c pp_hot.c pp_sys.c
62196 ____________________________________________________________________________
62197 [  9294] By: nick                                  on 2001/03/22  10:54:35
62198         Log: Die on n-arg open(...,"",xxx,yyy,...)
62199              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
62200              - die on read/write cases so we can decide what it means later.
62201      Branch: perlio
62202            ! doio.c embed.pl iperlsys.h util.c
62203 ____________________________________________________________________________
62204 [  9293] By: nick                                  on 2001/03/22  09:02:45
62205         Log: perlio tweaks (reported by Nick Clark)
62206              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
62207              error check in Pendinf_read().
62208      Branch: perlio
62209            ! perlio.c
62210 ____________________________________________________________________________
62211 [  9292] By: gsar                                  on 2001/03/22  07:12:00
62212         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
62213              fixes)
62214      Branch: maint-5.6/perl
62215           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
62216 ____________________________________________________________________________
62217 [  9291] By: jhi                                   on 2001/03/22  06:06:44
62218         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
62219      Branch: perl
62220            ! t/op/re_tests
62221 ____________________________________________________________________________
62222 [  9290] By: jhi                                   on 2001/03/22  05:57:01
62223         Log: Move MacOS Classic higher in the list of supported platforms.
62224      Branch: maint-5.6/perl
62225            ! pod/perlport.pod
62226 ____________________________________________________________________________
62227 [  9289] By: gsar                                  on 2001/03/22  05:35:04
62228         Log: revert part of change#6438 for compatibility (av_reify()
62229              appears to be needed to implement av_splice()ish things
62230              in XS)
62231      Branch: maint-5.6/perl
62232            ! embed.pl global.sym objXSUB.h perlapi.c
62233 ____________________________________________________________________________
62234 [  9288] By: gsar                                  on 2001/03/22  03:09:19
62235         Log: update copyright year
62236      Branch: maint-5.6/perl
62237            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
62238            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
62239            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
62240            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
62241            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
62242            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
62243            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
62244            ! x2p/walk.c
62245 ____________________________________________________________________________
62246 [  9287] By: jhi                                   on 2001/03/21  20:30:54
62247         Log: Integrate perlio:
62248              
62249              [  9285]
62250              Multiplicity fix for Dumper.
62251      Branch: perl
62252           !> ext/Data/Dumper/Dumper.xs
62253 ____________________________________________________________________________
62254 [  9286] By: gsar                                  on 2001/03/21  19:49:54
62255         Log: makefile.mk tweak
62256      Branch: maint-5.6/perl
62257            ! win32/Makefile win32/makefile.mk
62258 ____________________________________________________________________________
62259 [  9285] By: nick                                  on 2001/03/21  19:07:13
62260         Log: Multiplicity fix for Dumper.
62261      Branch: perlio
62262            ! ext/Data/Dumper/Dumper.xs
62263 ____________________________________________________________________________
62264 [  9284] By: nick                                  on 2001/03/21  19:01:07
62265         Log: Integrate mainline - (does not build xTHX issue in Dumper).
62266      Branch: perlio
62267           !> (integrate 27 files)
62268 ____________________________________________________________________________
62269 [  9283] By: jhi                                   on 2001/03/21  17:17:35
62270         Log: Integrate change #9282 from mainline into maintperl,
62271              4-arg UTF-8 substr().
62272      Branch: maint-5.6/perl
62273           !> pp.c
62274 ____________________________________________________________________________
62275 [  9282] By: jhi                                   on 2001/03/21  17:15:43
62276         Log: The #9270 would have leaked a scalar if pp_substr()
62277              returned early.
62278      Branch: perl
62279            ! pp.c
62280 ____________________________________________________________________________
62281 [  9281] By: gsar                                  on 2001/03/21  17:03:14
62282         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
62283      Branch: maint-5.6/perl
62284            ! win32/makefile.mk
62285 ____________________________________________________________________________
62286 [  9280] By: gsar                                  on 2001/03/21  17:01:20
62287         Log: some tweaks to change#9278 (fork() emulation should be enabled
62288              by setting BUILD_FLAVOR instead of changing the defaults)
62289      Branch: maint-5.6/perl
62290            ! win32/makefile.mk
62291 ____________________________________________________________________________
62292 [  9279] By: gsar                                  on 2001/03/21  16:47:19
62293         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
62294      Branch: maint-5.6/perl
62295            ! ext/File/Glob/Glob.pm
62296           !> lib/Cwd.pm
62297 ____________________________________________________________________________
62298 [  9278] By: jhi                                   on 2001/03/21  14:35:10
62299         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
62300              From: "Vadim Konovalov" <watman@inbox.ru>
62301              Date: Wed, 21 Mar 2001 01:53:51 +0300
62302              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
62303      Branch: maint-5.6/perl
62304            ! win32/makefile.mk win32/win32sck.c
62305 ____________________________________________________________________________
62306 [  9277] By: jhi                                   on 2001/03/21  13:58:28
62307         Log: Integrate change #9270 from mainline to maintperl:
62308              continued 4-arg UTF-8 substr() fixing.
62309      Branch: maint-5.6/perl
62310           !> pp.c t/op/substr.t
62311 ____________________________________________________________________________
62312 [  9276] By: jhi                                   on 2001/03/21  13:33:00
62313         Log: More pixie cleaning.
62314      Branch: perl
62315            ! Makefile.SH
62316 ____________________________________________________________________________
62317 [  9275] By: jhi                                   on 2001/03/21  03:54:17
62318         Log: Update Changes.
62319      Branch: perl
62320            ! Changes patchlevel.h
62321 ____________________________________________________________________________
62322 [  9274] By: jhi                                   on 2001/03/21  03:48:24
62323         Log: First stab at making Data::Dumper to grok Unicode.
62324              
62325              TODO: tests, EBCDICify.
62326      Branch: perl
62327            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
62328 ____________________________________________________________________________
62329 [  9273] By: jhi                                   on 2001/03/21  02:23:00
62330         Log: Fix for
62331              
62332              Subject: Memory leak in unquoted print   
62333              From: Benjamin Sugars <bsugars@canoe.ca> 
62334              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
62335              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
62336      Branch: perl
62337            ! perlio.c
62338 ____________________________________________________________________________
62339 [  9272] By: jhi                                   on 2001/03/21  01:33:17
62340         Log: Subject: Re: [PATCH] POSIX::getcwd()
62341              From: Benjamin Sugars <bsugars@canoe.ca> 
62342              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
62343              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
62344      Branch: perl
62345            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
62346 ____________________________________________________________________________
62347 [  9271] By: jhi                                   on 2001/03/21  01:22:52
62348         Log: Subject: [PATCH] Cwd.pm docs
62349              From: Benjamin Sugars <bsugars@canoe.ca>
62350              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
62351              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
62352      Branch: perl
62353            ! lib/Cwd.pm
62354 ____________________________________________________________________________
62355 [  9270] By: jhi                                   on 2001/03/21  01:16:29
62356         Log: Continue 4-arg substr() UTF-8 fixage.
62357      Branch: perl
62358            ! pp.c t/op/substr.t
62359 ____________________________________________________________________________
62360 [  9269] By: jhi                                   on 2001/03/21  00:46:14
62361         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
62362              
62363              revert the leak fix in change#9142 (problem needs a more experimental
62364              fix unsuitable for 5.6.1)
62365              
62366              do alphabetical sorting by default (for csh compatibility)
62367              
62368              cut-n-paste goof in change#9264
62369              
62370              VMS piping fixes (from Charles Lane)
62371      Branch: perl
62372           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
62373           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
62374           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
62375 ____________________________________________________________________________
62376 [  9268] By: jhi                                   on 2001/03/21  00:37:04
62377         Log: Integrate perlio:
62378              
62379              [  9267]
62380              More EBCDIC stuff:
62381              - Loose the extra level of function on ASCII.
62382              - spotted a chr(0) issue in sv.c
62383              - re-work of UTF-X tr/// ranges to work in Unicode
62384              space. Still issues with the "0xff is illegal UTF-8" hack.
62385              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
62386              (why do it once when you can do it all over the place :-(
62387              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
62388              need utf8.pm for swashes.
62389              - Simplified and commented scan_const() in toke.c
62390              Still something wrong regexp and tr (swashes?).
62391      Branch: perl
62392           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
62393           !> utf8.c utf8.h utfebcdic.h
62394 ____________________________________________________________________________
62395 [  9267] By: nick                                  on 2001/03/20  20:04:39
62396         Log: More EBCDIC stuff:
62397              - Loose the extra level of function on ASCII.
62398              - spotted a chr(0) issue in sv.c
62399              - re-work of UTF-X tr/// ranges to work in Unicode
62400              space. Still issues with the "0xff is illegal UTF-8" hack.
62401              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
62402              (why do it once when you can do it all over the place :-(
62403              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
62404              need utf8.pm for swashes.
62405              - Simplified and commented scan_const() in toke.c
62406              Still something wrong regexp and tr (swashes?).
62407      Branch: perlio
62408            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
62409            ! utf8.c utf8.h utfebcdic.h
62410 ____________________________________________________________________________
62411 [  9266] By: gsar                                  on 2001/03/20  19:16:43
62412         Log: VMS piping fixes (from Charles Lane)
62413      Branch: maint-5.6/perl
62414            ! vms/vms.c vms/vmspipe.com
62415 ____________________________________________________________________________
62416 [  9265] By: gsar                                  on 2001/03/20  17:53:52
62417         Log: cut-n-paste goof in change#9264
62418      Branch: maint-5.6/perl
62419            ! ext/File/Glob/Glob.xs
62420 ____________________________________________________________________________
62421 [  9264] By: gsar                                  on 2001/03/20  17:43:47
62422         Log: do alphabetical sorting by default (for csh compatibility);
62423              bsd_glob() does ASCII sort by default as usual, unless
62424              GLOB_ALPHASORT was specified
62425      Branch: maint-5.6/perl
62426            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
62427            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
62428            ! ext/File/Glob/bsd_glob.h
62429 ____________________________________________________________________________
62430 [  9263] By: gsar                                  on 2001/03/20  16:40:08
62431         Log: integrate change#9255 from mainline (unicode fix)
62432              
62433              substr($bytestr, i, n, $charstr)
62434      Branch: maint-5.6/perl
62435           !> Todo-5.6 pp.c t/op/substr.t
62436 ____________________________________________________________________________
62437 [  9262] By: gsar                                  on 2001/03/20  15:57:41
62438         Log: revert the leak fix in change#9142 (problem needs a more experimental
62439              fix unsuitable for 5.6.1)
62440      Branch: maint-5.6/perl
62441            ! scope.c
62442 ____________________________________________________________________________
62443 [  9261] By: jhi                                   on 2001/03/20  14:26:25
62444         Log: Integrate changes #9259,9260 from maintperl into mainline.
62445              
62446              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
62447              
62448              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
62449      Branch: perl
62450           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
62451 ____________________________________________________________________________
62452 [  9260] By: jhi                                   on 2001/03/20  14:05:46
62453         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
62454              From: Robin Barker <rmb1@cise.npl.co.uk>
62455              Date: Tue, 20 Mar 2001 10:12:04 GMT
62456              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
62457      Branch: maint-5.6/perl
62458            ! run.c
62459 ____________________________________________________________________________
62460 [  9259] By: jhi                                   on 2001/03/20  14:04:39
62461         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
62462              From: Chris Nandor <pudge@pobox.com>
62463              Date: Tue, 20 Mar 2001 00:40:56 -0500
62464              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
62465      Branch: maint-5.6/perl
62466            ! ext/POSIX/POSIX.xs lib/File/Path.pm
62467 ____________________________________________________________________________
62468 [  9258] By: jhi                                   on 2001/03/20  05:09:34
62469         Log: Update Changes.
62470      Branch: perl
62471            ! Changes patchlevel.h
62472 ____________________________________________________________________________
62473 [  9257] By: jhi                                   on 2001/03/20  05:04:25
62474         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
62475      Branch: perl
62476            ! t/op/tr.t
62477 ____________________________________________________________________________
62478 [  9256] By: jhi                                   on 2001/03/20  04:43:12
62479         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
62480              From: Peter Prymmer <pvhp@forte.com>
62481              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
62482              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
62483      Branch: maint-5.6/perl
62484            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
62485 ____________________________________________________________________________
62486 [  9255] By: jhi                                   on 2001/03/19  23:17:17
62487         Log: substr($bytestr, i, n, $charstr)
62488              
62489              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
62490      Branch: perl
62491            ! Todo-5.6 pp.c t/op/substr.t
62492 ____________________________________________________________________________
62493 [  9254] By: jhi                                   on 2001/03/19  22:25:09
62494         Log: Rearrange the make test target prerequisites so that
62495              in a parallel make 'all' is finished before 'test'.
62496      Branch: perl
62497            ! Makefile.SH
62498 ____________________________________________________________________________
62499 [  9253] By: jhi                                   on 2001/03/19  21:48:07
62500         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
62501              From: Robin Houston <robin@kitsite.com>
62502              Date: Mon, 19 Mar 2001 15:48:41 +0000
62503              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
62504      Branch: perl
62505            ! pp_ctl.c
62506 ____________________________________________________________________________
62507 [  9252] By: jhi                                   on 2001/03/19  21:42:27
62508         Log: Integrate perlio:
62509              
62510              [  9248]
62511              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
62512              (Building on OS390 uses native YACC and YYDEBUG has other
62513              side effects.)
62514              
62515              [  9246]
62516              More EBCDIC fixes.
62517      Branch: perl
62518           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
62519           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
62520           !> utfebcdic.h vms/perly_c.vms
62521 ____________________________________________________________________________
62522 [  9251] By: jhi                                   on 2001/03/19  21:31:28
62523         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
62524              
62525              Dynaloading in 64-bit AIX with vac.
62526      Branch: perl
62527           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
62528           !> hints/aix.sh
62529 ____________________________________________________________________________
62530 [  9250] By: jhi                                   on 2001/03/19  21:18:00
62531         Log: A more robust solution for the 64bitall AIX dynaloading
62532              problem, from Jens-Uwe Mager.
62533      Branch: maint-5.6/perl
62534            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
62535 ____________________________________________________________________________
62536 [  9249] By: nick                                  on 2001/03/19  20:59:37
62537         Log: Integrate mainline.
62538      Branch: perlio
62539           !> (integrate 42 files)
62540 ____________________________________________________________________________
62541 [  9248] By: nick                                  on 2001/03/19  20:22:07
62542         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
62543              (Building on OS390 uses native YACC and YYDEBUG has other
62544              side effects.)
62545      Branch: perlio
62546            ! perly.c perly.y vms/perly_c.vms
62547 ____________________________________________________________________________
62548 [  9247] By: jhi                                   on 2001/03/19  19:59:53
62549         Log: 64-bit AIX dynaloading problem (see #9244) idea
62550              from Jens-Uwe Mager.
62551      Branch: maint-5.6/perl
62552            ! ext/DynaLoader/dl_aix.xs
62553 ____________________________________________________________________________
62554 [  9246] By: nick                                  on 2001/03/19  19:27:57
62555         Log: More EBCDIC fixes.
62556      Branch: perlio
62557            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
62558            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
62559 ____________________________________________________________________________
62560 [  9245] By: jhi                                   on 2001/03/19  19:05:19
62561         Log: Integrate change #9243 from mainline into maintperl.
62562              
62563              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
62564      Branch: maint-5.6/perl
62565           !> README.vmesa
62566 ____________________________________________________________________________
62567 [  9244] By: jhi                                   on 2001/03/19  19:03:15
62568         Log: Get 64bitall AIX building, but still does not test okay:
62569              dynaloading anything fails, for example for op/defins:
62570              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
62571              (update: fixed by #9247,9250)
62572      Branch: maint-5.6/perl
62573            ! hints/aix.sh
62574 ____________________________________________________________________________
62575 [  9243] By: jhi                                   on 2001/03/19  19:00:16
62576         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
62577              From: Robin Barker <rmb1@cise.npl.co.uk>
62578              Date: Mon, 19 Mar 2001 18:01:57 GMT
62579              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
62580      Branch: perl
62581            ! README.vmesa
62582 ____________________________________________________________________________
62583 [  9242] By: jhi                                   on 2001/03/19  18:58:43
62584         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
62585              
62586              TODO: tests.
62587      Branch: perl
62588            ! doop.c op.c
62589 ____________________________________________________________________________
62590 [  9241] By: gsar                                  on 2001/03/19  17:34:46
62591         Log: VMSify tests (from Charles Lane)
62592      Branch: maint-5.6/perl
62593            ! t/lib/filehand.t t/lib/texttabs.t
62594 ____________________________________________________________________________
62595 [  9240] By: jhi                                   on 2001/03/19  14:24:26
62596         Log: Integrate change #9233 from maintperl into mainline.
62597              
62598              some refcounts were incorrect in perl_clone()
62599      Branch: perl
62600           !> sv.c
62601 ____________________________________________________________________________
62602 [  9239] By: gsar                                  on 2001/03/19  09:23:17
62603         Log: this is 5.6.1-trial3
62604      Branch: maint-5.6/perl
62605            ! Changes
62606 ____________________________________________________________________________
62607 [  9238] By: gsar                                  on 2001/03/19  08:47:04
62608         Log: some new symbols are only available under ithreads
62609      Branch: maint-5.6/perl
62610            ! makedef.pl
62611 ____________________________________________________________________________
62612 [  9237] By: gsar                                  on 2001/03/19  08:42:28
62613         Log: update patchlevel.h, Changes, &c.
62614      Branch: maint-5.6/perl
62615            ! Changes patchlevel.h pod/perlhist.pod
62616           !> AUTHORS
62617 ____________________________________________________________________________
62618 [  9236] By: gsar                                  on 2001/03/19  08:17:49
62619         Log: integrate changes#8068,8717 from mainline
62620              
62621              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
62622              
62623              [PATCH CPAN 1.59_51] warning message (not!)
62624      Branch: maint-5.6/perl
62625           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
62626           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
62627           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
62628           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
62629           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
62630 ____________________________________________________________________________
62631 [  9235] By: gsar                                  on 2001/03/19  08:07:09
62632         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
62633              
62634              [PATCH] Add missing CV flags to dump.c
62635              
62636              Re: [patch] Re: PL_ptr_table
62637              
62638              Fixup non-ithread build after 8713
62639              
62640              Generated files form 8713 etc.
62641              
62642              Correct the correction :-(
62643              
62644              Documenting coderef @INC (Re: CPAN "make this script work" feature)
62645              
62646              Subject: Re: sync sync sync: have I missed any patches?
62647              Replace djSP with dSP.
62648      Branch: maint-5.6/perl
62649           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
62650           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
62651           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
62652           !> sv.c sv.h win32/perlhost.h
62653 ____________________________________________________________________________
62654 [  9234] By: gsar                                  on 2001/03/19  07:22:05
62655         Log: revert the change#9090 integrate for now (change looks somewhat
62656              incomplete in that [ha]v_exists() need something similar; lacks
62657              tests; &c.)
62658      Branch: maint-5.6/perl
62659            ! hv.c
62660 ____________________________________________________________________________
62661 [  9233] By: gsar                                  on 2001/03/19  07:10:01
62662         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
62663              destruction when there are unreferenced scalars (SvREFCNT==0)
62664      Branch: maint-5.6/perl
62665            ! sv.c
62666 ____________________________________________________________________________
62667 [  9232] By: jhi                                   on 2001/03/19  05:11:02
62668         Log: Regen api and toc.
62669      Branch: maint-5.6/perl
62670            ! pod/perlapi.pod pod/perltoc.pod
62671 ____________________________________________________________________________
62672 [  9231] By: jhi                                   on 2001/03/19  04:06:03
62673         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
62674              add a lost line in pp.c:pp_chop(), update to new op/chop.
62675              
62676              Clarify the description differentiating for and while; inspired by
62677              
62678              Subject: [ID 20010306.004] || != named unary operator
62679              
62680              The $Is_MacOS needs to be declared.
62681      Branch: maint-5.6/perl
62682            ! pp.c t/op/chop.t
62683           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
62684 ____________________________________________________________________________
62685 [  9230] By: jhi                                   on 2001/03/19  03:48:16
62686         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
62687              9079,9083,9089,9090,9091 from mainline to maintperl.
62688              
62689              Quieten some noise in Win32 builds
62690              
62691              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
62692              
62693              The perlretut was still talking about the old \p and \P
62694              definitions.
62695              
62696              More tweakage on the Unicode character class descriptions.
62697              
62698              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
62699              
62700              Subject: 'no *POSIX' Patch speeding up make on BS2000 
62701              
62702              Subject: [PATCH] perldata.pod here-doc docs
62703              
62704              Add /sbin and /usr/sbin to the list of directories scanned
62705              for setuid programs.  Takes care of bug id 20010309.003.
62706              
62707              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
62708              
62709              In op/stat #35 better to scan all the potential directories
62710              for setuids, not just the first one.
62711      Branch: maint-5.6/perl
62712            ! Makefile.SH
62713           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
62714           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
62715           !> t/op/stat.t toke.c win32/win32.h
62716 ____________________________________________________________________________
62717 [  9229] By: jhi                                   on 2001/03/19  02:31:50
62718         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
62719              From: Chris Nandor <pudge@pobox.com>
62720              Date: Sat, 10 Mar 2001 14:22:19 -0500
62721              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
62722      Branch: maint-5.6/perl
62723            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62724            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
62725            ! t/lib/b.t t/lib/errno.t
62726 ____________________________________________________________________________
62727 [  9228] By: jhi                                   on 2001/03/19  02:29:59
62728         Log: Integrate changes #9113,9122 from mainline into maintperl.
62729              
62730              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?)
62731      Branch: maint-5.6/perl
62732           !> Configure README.os390 hints/os390.sh
62733 ____________________________________________________________________________
62734 [  9227] By: jhi                                   on 2001/03/19  02:22:35
62735         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
62736              into maintperl.
62737              
62738              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62739              
62740              Forgot to check-in the larger part of #9120, duh.
62741              
62742              Subject: Another patch for integer.pm POD 
62743              
62744              h2ph strictness and cleanliness from Kurt Starsinic.
62745              
62746              Borland filename case problem.
62747              
62748              h2ph strictness and cleanliness from Kurt Starsinic.
62749              
62750              Subject: [PATCH] the uncontroversial doc patches
62751      Branch: maint-5.6/perl
62752           +> win32/sncfnmcs.pl
62753           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
62754           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
62755           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
62756           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
62757           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
62758           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
62759           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
62760 ____________________________________________________________________________
62761 [  9226] By: jhi                                   on 2001/03/19  02:10:21
62762         Log: Integrate changes #9207,9214 from mainline into maintperl.
62763              
62764              podchecker relaxations: =over has an *optional* number after it,
62765              and whitespace in L<> is okay.
62766      Branch: maint-5.6/perl
62767           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62768           !> t/pod/poderrs.xr
62769 ____________________________________________________________________________
62770 [  9225] By: jhi                                   on 2001/03/19  02:07:38
62771         Log: Integrate change #9219 from maintperl into mainline.
62772              
62773              remove duplicated tests
62774      Branch: perl
62775           !> t/op/re_tests
62776 ____________________________________________________________________________
62777 [  9224] By: jhi                                   on 2001/03/19  02:06:11
62778         Log: Integrate change #9223 from mainline to maintperl.
62779              
62780              Document -Dmksymlinks.
62781      Branch: maint-5.6/perl
62782           !> INSTALL
62783 ____________________________________________________________________________
62784 [  9223] By: jhi                                   on 2001/03/19  02:01:25
62785         Log: Document -Dmksymlinks.
62786      Branch: perl
62787            ! INSTALL
62788 ____________________________________________________________________________
62789 [  9222] By: jhi                                   on 2001/03/19  01:15:35
62790         Log: The -Dmksymlinks wasn't working for maintperl.
62791      Branch: maint-5.6/perl
62792            ! Configure
62793 ____________________________________________________________________________
62794 [  9221] By: jhi                                   on 2001/03/19  00:49:43
62795         Log: Cleanup pixie residue.
62796      Branch: perl
62797            ! Makefile.SH
62798 ____________________________________________________________________________
62799 [  9220] By: jhi                                   on 2001/03/19  00:44:47
62800         Log: Document the use of pixie/prof; create make targets for it.
62801              
62802              TODO: make t/TEST pixie-aware.
62803      Branch: perl
62804            ! Makefile.SH pod/perlhack.pod
62805 ____________________________________________________________________________
62806 [  9219] By: gsar                                  on 2001/03/19  00:16:55
62807         Log: remove duplicated tests
62808      Branch: maint-5.6/perl
62809            ! t/op/re_tests
62810 ____________________________________________________________________________
62811 [  9218] By: jhi                                   on 2001/03/18  23:59:31
62812         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
62813      Branch: perl
62814            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
62815 ____________________________________________________________________________
62816 [  9217] By: jhi                                   on 2001/03/18  23:25:20
62817         Log: Rewrite the tests section of Makefile to be less redundant
62818              and to allow for more flexible test targets, many recursive
62819              make calls introduced.
62820      Branch: perl
62821            ! Makefile.SH
62822 ____________________________________________________________________________
62823 [  9216] By: jhi                                   on 2001/03/18  22:30:04
62824         Log: Document the use of Third Degree (sparsely).
62825      Branch: perl
62826            ! pod/perlhack.pod t/TEST
62827 ____________________________________________________________________________
62828 [  9215] By: jhi                                   on 2001/03/18  22:10:30
62829         Log: Make targets for testing with Third Degree.
62830      Branch: perl
62831            ! Makefile.SH
62832 ____________________________________________________________________________
62833 [  9214] By: jhi                                   on 2001/03/18  21:08:53
62834         Log: The podchecker relaxations need to mirrored also at the tests.
62835      Branch: perl
62836            ! t/pod/poderrs.xr
62837 ____________________________________________________________________________
62838 [  9213] By: jhi                                   on 2001/03/18  20:56:21
62839         Log: Update Changes.
62840      Branch: perl
62841            ! Changes patchlevel.h
62842 ____________________________________________________________________________
62843 [  9212] By: jhi                                   on 2001/03/18  20:36:59
62844         Log: Looking for config.sh in parent directories isn't
62845              very useful for the toplevel Makefile.
62846      Branch: perl
62847            ! Makefile.SH
62848 ____________________________________________________________________________
62849 [  9211] By: jhi                                   on 2001/03/18  20:33:37
62850         Log: On "make clean" take care of Third Degree droppings.
62851      Branch: perl
62852            ! Makefile.SH
62853 ____________________________________________________________________________
62854 [  9210] By: jhi                                   on 2001/03/18  20:21:34
62855         Log: Add a hook for running the tests under the Third Degree
62856              debugging tool (set $ENV{PERL_3LOG} to non-zero)
62857              
62858              TODO: Document the use of Third Degree.
62859      Branch: perl
62860            ! t/TEST
62861 ____________________________________________________________________________
62862 [  9209] By: jhi                                   on 2001/03/18  20:19:07
62863         Log: Regen toc and api pods.
62864      Branch: perl
62865            ! pod/perlapi.pod pod/perltoc.pod
62866 ____________________________________________________________________________
62867 [  9208] By: jhi                                   on 2001/03/18  20:12:12
62868         Log: Integrate changes #8128,9132 from mainline into maintperl,
62869              Tie::SubstrHash fixes.
62870      Branch: maint-5.6/perl
62871           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
62872 ____________________________________________________________________________
62873 [  9207] By: jhi                                   on 2001/03/18  20:07:43
62874         Log: podchecker relaxations from Michael Stevens.
62875      Branch: perl
62876            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62877 ____________________________________________________________________________
62878 [  9206] By: jhi                                   on 2001/03/18  20:04:24
62879         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
62880      Branch: perl
62881            ! lib/Locale/Constants.pm lib/Locale/Country.pm
62882            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
62883            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
62884 ____________________________________________________________________________
62885 [  9205] By: jhi                                   on 2001/03/18  19:54:45
62886         Log: Integrate changes #9161,9162 from maintperl to mainline.
62887              
62888              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62889              results
62890      Branch: perl
62891           !> t/op/magic.t
62892 ____________________________________________________________________________
62893 [  9204] By: jhi                                   on 2001/03/18  19:37:46
62894         Log: Make perl.third checks more understandable to the builder.
62895      Branch: perl
62896            ! Makefile.SH
62897 ____________________________________________________________________________
62898 [  9203] By: jhi                                   on 2001/03/18  19:20:54
62899         Log: Re-integrate #9138 from maintperl to mainline,
62900              the squelching of the unneeded "Scalars leaked" messages.
62901      Branch: perl
62902           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62903           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62904           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62905 ____________________________________________________________________________
62906 [  9202] By: jhi                                   on 2001/03/18  18:48:36
62907         Log: More robust and more paranoid perl.third target.
62908      Branch: perl
62909            ! Makefile.SH
62910 ____________________________________________________________________________
62911 [  9201] By: jhi                                   on 2001/03/18  18:39:21
62912         Log: Integrate change #9197 from maintperl to mainline.
62913              
62914              more thorough cleaning of arenas.
62915      Branch: perl
62916           !> embed.pl perl.c proto.h sv.c t/op/sort.t
62917 ____________________________________________________________________________
62918 [  9200] By: jhi                                   on 2001/03/18  18:25:17
62919         Log: Integrate perlio:
62920              
62921              [  9199]
62922              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62923              is the sense of the test being done. Avoid some magical 127 and 128 values
62924              by using macros.
62925              
62926              [  9198]
62927              UTF-X encoding invariance for Encode:
62928              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62929              - move the XS code for those to universal.c (so in miniperl)
62930              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62931              - change ext/Encode/compile to use above.
62932              - Fix t/lib/encode.t for above
62933              - Teach t/lib/b.t to expect -uutf8
62934              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62935              utf8.pm is needed.
62936              
62937              [  9196]
62938              Fix pragma/utf8.t # 15
62939              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62940              are SvUTF8 as well.
62941      Branch: perl
62942           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
62943           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
62944           !> t/lib/encode.t toke.c universal.c utf8.c
62945 ____________________________________________________________________________
62946 [  9199] By: nick                                  on 2001/03/18  15:23:51
62947         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62948              is the sense of the test being done. Avoid some magical 127 and 128 values
62949              by using macros.
62950      Branch: perlio
62951            ! doop.c pp_ctl.c sv.c toke.c
62952 ____________________________________________________________________________
62953 [  9198] By: nick                                  on 2001/03/18  14:18:12
62954         Log: UTF-X encoding invariance for Encode:
62955              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62956              - move the XS code for those to universal.c (so in miniperl)
62957              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62958              - change ext/Encode/compile to use above.
62959              - Fix t/lib/encode.t for above
62960              - Teach t/lib/b.t to expect -uutf8
62961              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62962              utf8.pm is needed.
62963      Branch: perlio
62964            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62965            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
62966 ____________________________________________________________________________
62967 [  9197] By: gsar                                  on 2001/03/18  12:15:57
62968         Log: more thorough cleaning of arenas--keep going until no more
62969              SvREFCNT_dec()s occur (this fixes the problem that causes the
62970              pesky "Scalars leaked" warnings)
62971      Branch: maint-5.6/perl
62972            ! embed.pl perl.c proto.h sv.c t/op/sort.t
62973 ____________________________________________________________________________
62974 [  9196] By: nick                                  on 2001/03/18  10:57:29
62975         Log: Fix pragma/utf8.t # 15
62976              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62977              are SvUTF8 as well.
62978      Branch: perlio
62979            ! toke.c
62980 ____________________________________________________________________________
62981 [  9195] By: nick                                  on 2001/03/18  09:27:06
62982         Log: Integrate mainline
62983      Branch: perlio
62984           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
62985           !> t/op/pat.t
62986 ____________________________________________________________________________
62987 [  9194] By: jhi                                   on 2001/03/18  05:29:59
62988         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
62989              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
62990      Branch: perl
62991            ! op.c op.h t/op/misc.t t/op/pat.t
62992 ____________________________________________________________________________
62993 [  9193] By: jhi                                   on 2001/03/18  05:15:06
62994         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
62995      Branch: perl
62996            ! mg.c t/op/pat.t
62997 ____________________________________________________________________________
62998 [  9192] By: jhi                                   on 2001/03/18  04:22:43
62999         Log: tr/// UTF-8 patches from Inaba Hiroto.
63000      Branch: perl
63001            ! doop.c op.c
63002 ____________________________________________________________________________
63003 [  9191] By: jhi                                   on 2001/03/18  04:21:17
63004         Log: Integrate perlio:
63005              
63006              [  9190]
63007              Correct #if EBCDIC side typos.
63008              Builds and passes many tests on OS390.
63009      Branch: perl
63010           !> utf8.c utfebcdic.h
63011 ____________________________________________________________________________
63012 [  9190] By: nick                                  on 2001/03/17  20:32:01
63013         Log: Correct #if EBCDIC side typos.
63014              Builds and passes many tests on OS390.
63015      Branch: perlio
63016            ! utf8.c utfebcdic.h
63017 ____________________________________________________________________________
63018 [  9189] By: jhi                                   on 2001/03/17  18:55:49
63019         Log: Add prerequisites for the perl.third target.
63020      Branch: perl
63021            ! Makefile.SH
63022 ____________________________________________________________________________
63023 [  9188] By: jhi                                   on 2001/03/17  18:46:00
63024         Log: Integrate perlio:
63025              
63026              [  9186]
63027              MANIFEST addition :-(
63028              
63029              [  9185]
63030              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
63031              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
63032              a superset of ASCII are invariant under the encoding. This is EBCDIC
63033              friendly as an encoded string can be looked at as being EBCDIC by lexer
63034              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
63035              ASCII on ASCII machines.
63036              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
63037              seperate.
63038              - Add some more macros to comprehend different shift amounts and
63039              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
63040              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
63041              and conditionally #include it.
63042              EBCDIC build as yet untested.  ASCII still fails the one test.
63043              
63044              [  9184]
63045              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
63046      Branch: perl
63047           +> utfebcdic.h
63048           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
63049 ____________________________________________________________________________
63050 [  9187] By: jhi                                   on 2001/03/17  18:38:47
63051         Log: Add a make rule for perl.third (the Third Degree memory debugging
63052              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
63053      Branch: perl
63054            ! Makefile.SH
63055 ____________________________________________________________________________
63056 [  9186] By: nick                                  on 2001/03/17  18:34:48
63057         Log: MANIFEST addition :-(
63058      Branch: perlio
63059            ! MANIFEST
63060 ____________________________________________________________________________
63061 [  9185] By: nick                                  on 2001/03/17  18:29:50
63062         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
63063              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
63064              a superset of ASCII are invariant under the encoding. This is EBCDIC
63065              friendly as an encoded string can be looked at as being EBCDIC by lexer
63066              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
63067              ASCII on ASCII machines.
63068              
63069              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
63070              seperate.
63071              - Add some more macros to comprehend different shift amounts and
63072              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
63073              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
63074              and conditionally #include it.
63075              
63076              EBCDIC build as yet untested.  ASCII still fails the one test.
63077      Branch: perlio
63078            + utfebcdic.h
63079            ! utf8.c utf8.h
63080 ____________________________________________________________________________
63081 [  9184] By: nick                                  on 2001/03/17  17:44:16
63082         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
63083      Branch: perlio
63084            ! doop.c perl.h pp.c utf8.h
63085 ____________________________________________________________________________
63086 [  9183] By: jhi                                   on 2001/03/17  15:55:42
63087         Log: Integrate perlio:
63088              
63089              [  9182]
63090              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
63091              
63092              [  9180]
63093              EBCDIC Fixes.
63094              
63095              [  9173]
63096              1st day's EBCDIC fixes:
63097              - toke.c's parsing of strings needed attention
63098              needed to conditionally e2a if string was already UTF-8
63099              - e2a/a2e tables where wrong way round.
63100              - new macros in utf8.h
63101      Branch: perl
63102            ! MANIFEST
63103           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
63104 ____________________________________________________________________________
63105 [  9182] By: nick                                  on 2001/03/17  09:16:06
63106         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
63107      Branch: perlio
63108            ! t/op/pat.t
63109 ____________________________________________________________________________
63110 [  9181] By: nick                                  on 2001/03/17  09:15:11
63111         Log: Integrate mainline.
63112      Branch: perlio
63113           +> lib/Locale/Constants.pm lib/Locale/Country.pm
63114           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
63115           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
63116           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
63117           !> (integrate 83 files)
63118 ____________________________________________________________________________
63119 [  9180] By: nick                                  on 2001/03/16  17:23:21
63120         Log: EBCDIC Fixes.
63121      Branch: perlio
63122            ! perl.h sv.c toke.c utf8.c utf8.h
63123 ____________________________________________________________________________
63124 [  9179] By: jhi                                   on 2001/03/16  14:10:12
63125         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
63126              a change needed to work around an AIX compiler bug.
63127      Branch: perl
63128            ! ext/Storable/Storable.xs
63129 ____________________________________________________________________________
63130 [  9178] By: jhi                                   on 2001/03/16  03:19:59
63131         Log: With Damian's approval synchronize damian's modules'
63132              licensing with Perl's standard module licensing.
63133      Branch: perl
63134            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
63135 ____________________________________________________________________________
63136 [  9177] By: jhi                                   on 2001/03/16  03:15:34
63137         Log: Make the Filter::Util:Call files have their own copies
63138              of the Perl standard module licensing, from Paul Marquess.
63139      Branch: perl
63140            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
63141 ____________________________________________________________________________
63142 [  9176] By: jhi                                   on 2001/03/16  02:56:04
63143         Log: Subject: [PATCH] more pod patches
63144              From: Michael Stevens <michael@etla.org>
63145              Date: Thu, 15 Mar 2001 21:25:18 +0000
63146              Message-ID: <20010315212518.A18870@firedrake.org>
63147      Branch: perl
63148            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
63149            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
63150            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
63151            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
63152            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
63153            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
63154            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
63155            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
63156            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
63157            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
63158            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
63159            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
63160            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
63161            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
63162            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
63163            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
63164            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
63165            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
63166            ! lib/Locale/Country.pm lib/Locale/Language.pm
63167            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
63168            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
63169            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
63170            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
63171            ! os2/OS2/Process/Process.pm
63172 ____________________________________________________________________________
63173 [  9175] By: jhi                                   on 2001/03/16  02:53:32
63174         Log: Subject: [PATCH] the uncontroversial doc patches
63175              From: Michael Stevens <michael@etla.org>
63176              Date: Thu, 15 Mar 2001 20:01:12 +0000
63177              Message-ID: <20010315200112.A7636@firedrake.org>
63178      Branch: perl
63179            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
63180            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
63181            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
63182            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
63183            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
63184 ____________________________________________________________________________
63185 [  9174] By: jhi                                   on 2001/03/16  02:50:49
63186         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
63187              From: Paul Lindner <lindner@inuus.com>
63188              Date: Fri, 16 Mar 2001 11:28:03 -0800
63189              Message-ID: <20010316112803.A7577@inuus.com>
63190      Branch: perl
63191            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
63192 ____________________________________________________________________________
63193 [  9173] By: nick                                  on 2001/03/15  20:21:03
63194         Log: 1st day's EBCDIC fixes:
63195              - toke.c's parsing of strings needed attention
63196              needed to conditionally e2a if string was already UTF-8
63197              - e2a/a2e tables where wrong way round.
63198              - new macros in utf8.h
63199      Branch: perlio
63200            ! perl.h toke.c utf8.h
63201 ____________________________________________________________________________
63202 [  9172] By: jhi                                   on 2001/03/15  15:17:17
63203         Log: Update Changes.
63204      Branch: perl
63205            ! Changes patchlevel.h
63206 ____________________________________________________________________________
63207 [  9171] By: jhi                                   on 2001/03/15  15:09:32
63208         Log: Subject: Re: Another Borland C++ problem.
63209              From: "Vadim Konovalov" <watman@inbox.ru>
63210              Date: Sat, 10 Mar 2001 19:26:07 +0300
63211              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
63212              
63213              Borland filename case problem.
63214      Branch: perl
63215            + win32/sncfnmcs.pl
63216            ! MANIFEST README.win32
63217 ____________________________________________________________________________
63218 [  9170] By: jhi                                   on 2001/03/15  14:54:23
63219         Log: Add Locale::Codes 1.06, from Neil Bowers.
63220      Branch: perl
63221            + lib/Locale/Constants.pm lib/Locale/Country.pm
63222            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
63223            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
63224            + t/lib/lc-language.t t/lib/lc-uk.t
63225            ! MANIFEST
63226 ____________________________________________________________________________
63227 [  9169] By: jhi                                   on 2001/03/15  14:19:01
63228         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
63229      Branch: perl
63230            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
63231            ! ext/Storable/Storable.xs
63232 ____________________________________________________________________________
63233 [  9168] By: jhi                                   on 2001/03/15  14:13:22
63234         Log: Integrate changes #9120,9167 from mainline to maintperl.
63235              
63236              Subject: [PATCH 5.6.1] OS/2 docs
63237              
63238              Subject: [PATCH 5.6.1] perldoc
63239      Branch: maint-5.6/perl
63240           !> os2/Changes utils/perldoc.PL
63241 ____________________________________________________________________________
63242 [  9167] By: jhi                                   on 2001/03/15  14:07:42
63243         Log: Subject: [PATCH 5.6.1] perldoc
63244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63245              Date: Wed, 14 Mar 2001 23:46:52 -0500
63246              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
63247      Branch: perl
63248            ! utils/perldoc.PL
63249 ____________________________________________________________________________
63250 [  9166] By: jhi                                   on 2001/03/15  13:53:15
63251         Log: sigaction test condition tweakage.
63252      Branch: perl
63253            ! t/lib/sigaction.t
63254 ____________________________________________________________________________
63255 [  9165] By: alanbur                               on 2001/03/15  03:49:17
63256         Log: Resynchronised with parent
63257      Branch: maint-5.6/pureperl
63258           +> os2/os2add.sym t/op/anonsub.t
63259           !> (integrate 72 files)
63260 ____________________________________________________________________________
63261 [  9164] By: jhi                                   on 2001/03/15  01:05:01
63262         Log: Avoid stomping off the beginning of an array in tr///.
63263      Branch: perl
63264            ! op.c
63265 ____________________________________________________________________________
63266 [  9163] By: jhi                                   on 2001/03/15  00:58:57
63267         Log: h2ph strictness and cleanliness from Kurt Starsinic.
63268      Branch: perl
63269            ! utils/h2ph.PL
63270 ____________________________________________________________________________
63271 [  9162] By: gsar                                  on 2001/03/15  00:56:53
63272         Log: avoid warnings
63273      Branch: maint-5.6/perl
63274            ! t/op/magic.t
63275 ____________________________________________________________________________
63276 [  9161] By: gsar                                  on 2001/03/15  00:52:09
63277         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
63278              results
63279      Branch: maint-5.6/perl
63280            ! t/op/magic.t
63281 ____________________________________________________________________________
63282 [  9160] By: jhi                                   on 2001/03/14  22:02:10
63283         Log: Do not use the Perl malloc in IRIX, suggested by
63284              Helmus Jarausch.
63285      Branch: perl
63286            ! hints/irix_6.sh
63287 ____________________________________________________________________________
63288 [  9159] By: nick                                  on 2001/03/14  21:45:59
63289         Log: Integrate mainline
63290      Branch: perlio
63291           +> t/op/loopctl.t
63292           !> (integrate 41 files)
63293 ____________________________________________________________________________
63294 [  9158] By: jhi                                   on 2001/03/14  21:10:09
63295         Log: The Day of the Retractions continues: the #9138
63296              (integrated in #9144) doesn't work well in mainline.
63297      Branch: perl
63298            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
63299            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
63300            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
63301 ____________________________________________________________________________
63302 [  9157] By: jhi                                   on 2001/03/14  20:58:12
63303         Log: The #9145 CANNOT be enabled: the clear_pmop code still
63304              dumps core all over in Tru64.
63305      Branch: perl
63306            ! op.c op.h t/op/pat.t
63307 ____________________________________________________________________________
63308 [  9156] By: jhi                                   on 2001/03/14  20:48:06
63309         Log: Integrate change #9154 from maintperl to mainline.
63310              
63311              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
63312              (caused Storable 1.0.10 to break on windows)
63313      Branch: perl
63314           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
63315           !> perlapi.c proto.h
63316 ____________________________________________________________________________
63317 [  9155] By: jhi                                   on 2001/03/14  20:23:53
63318         Log: Retract #9136: breaks threading (and binary compatibility).
63319      Branch: perl
63320            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
63321 ____________________________________________________________________________
63322 [  9154] By: gsar                                  on 2001/03/14  17:48:18
63323         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
63324              (caused Storable 1.0.10 to break on windows)
63325      Branch: maint-5.6/perl
63326            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
63327            ! perlapi.c proto.h
63328 ____________________________________________________________________________
63329 [  9153] By: jhi                                   on 2001/03/14  13:35:21
63330         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
63331      Branch: perl
63332            ! t/lib/sigaction.t
63333 ____________________________________________________________________________
63334 [  9152] By: gsar                                  on 2001/03/14  07:29:40
63335         Log: back out changes#9012,9010,9009 and parts of change#9016
63336              (causes ABRs under purify, and some prerequisites don't
63337              seem to be there in 5.6.x)
63338      Branch: maint-5.6/perl
63339            ! doop.c op.c t/op/tr.t toke.c
63340 ____________________________________________________________________________
63341 [  9151] By: gsar                                  on 2001/03/14  07:01:29
63342         Log: reenable change#9145 (the test was busted due to a missing
63343              C<print "ok 27\n">)
63344      Branch: perl
63345            ! op.c op.h t/op/pat.t
63346 ____________________________________________________________________________
63347 [  9150] By: jhi                                   on 2001/03/14  06:38:36
63348         Log: Retract #9145.
63349      Branch: perl
63350            ! op.c op.h t/op/pat.t
63351 ____________________________________________________________________________
63352 [  9149] By: jhi                                   on 2001/03/14  06:14:56
63353         Log: Retract #9143.
63354      Branch: perl
63355            ! op.c
63356 ____________________________________________________________________________
63357 [  9148] By: gsar                                  on 2001/03/14  06:13:02
63358         Log: Uninitialized Memory Read in regexec.c
63359      Branch: perl
63360            ! regexec.c
63361 ____________________________________________________________________________
63362 [  9147] By: jhi                                   on 2001/03/14  04:59:54
63363         Log: Subject: PATCH: make goto work in nested eval ""
63364              From: Robin Houston <robin@kitsite.com>
63365              Date: Wed, 14 Mar 2001 04:16:10 +0000
63366              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
63367      Branch: perl
63368            ! pp_ctl.c t/op/goto.t
63369 ____________________________________________________________________________
63370 [  9146] By: jhi                                   on 2001/03/14  04:42:54
63371         Log: Preserve the #ifdef PERL_CORE in perly.h.
63372      Branch: perl
63373            ! perly.fixer
63374 ____________________________________________________________________________
63375 [  9145] By: jhi                                   on 2001/03/14  03:57:41
63376         Log: (Retracted by #9150.)
63377      Branch: perl
63378            ! op.c op.h t/op/pat.t
63379 ____________________________________________________________________________
63380 [  9144] By: jhi                                   on 2001/03/14  03:50:38
63381         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
63382              
63383              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
63384              
63385              remove squelch controls for "Scalars leaked" messages in most places
63386              (these are now cured)
63387              
63388              fix another memory leak reported by purify (tie callbacks that
63389              croak can leak when wiping out magic)
63390      Branch: perl
63391           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
63392           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
63393           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
63394           !> t/pragma/warnings.t
63395 ____________________________________________________________________________
63396 [  9143] By: jhi                                   on 2001/03/14  03:37:53
63397         Log: (Retracted by #9149.)
63398      Branch: perl
63399            ! op.c
63400 ____________________________________________________________________________
63401 [  9142] By: gsar                                  on 2001/03/14  03:20:48
63402         Log: fix another memory leak reported by purify (tie callbacks that
63403              croak can leak when wiping out magic)
63404      Branch: maint-5.6/perl
63405            ! scope.c
63406 ____________________________________________________________________________
63407 [  9141] By: jhi                                   on 2001/03/14  02:55:00
63408         Log: Subject: PATCH for [ID 20010305.003]
63409              From: Robin Houston <robin@kitsite.com>
63410              Date: Wed, 14 Mar 2001 02:45:51 +0000
63411              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
63412      Branch: perl
63413            ! pp_ctl.c t/op/eval.t
63414 ____________________________________________________________________________
63415 [  9140] By: jhi                                   on 2001/03/14  02:41:54
63416         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63417              Date: Wed, 14 Mar 2001 01:52:51 +0000
63418              From: Robin Houston <robin@kitsite.com>
63419              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
63420              
63421              Fix for 2000313.004.
63422      Branch: perl
63423            ! pp_ctl.c t/op/goto.t
63424 ____________________________________________________________________________
63425 [  9139] By: jhi                                   on 2001/03/14  02:40:50
63426         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63427              From: Robin Houston <robin@kitsite.com>
63428              Date: Wed, 14 Mar 2001 00:43:45 +0000
63429              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
63430      Branch: perl
63431            + t/op/loopctl.t
63432            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
63433            ! vms/perly_c.vms
63434 ____________________________________________________________________________
63435 [  9138] By: gsar                                  on 2001/03/14  01:18:00
63436         Log: remove squelch controls for "Scalars leaked" messages in most places
63437              (these are now cured)
63438      Branch: maint-5.6/perl
63439            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
63440            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
63441            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
63442 ____________________________________________________________________________
63443 [  9137] By: gsar                                  on 2001/03/14  00:57:04
63444         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
63445      Branch: maint-5.6/perl
63446            ! regcomp.c
63447 ____________________________________________________________________________
63448 [  9136] By: jhi                                   on 2001/03/13  23:12:24
63449         Log: (Retracted by #9155)
63450              
63451              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
63452              From: Jens-Uwe Mager <jum@helios.de>
63453              Date: Wed, 21 Feb 2001 21:32:04 +0100
63454              Message-ID: <20010221213203.A18340@ans.helios.de>
63455      Branch: perl
63456            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
63457 ____________________________________________________________________________
63458 [  9135] By: jhi                                   on 2001/03/13  22:50:05
63459         Log: Integrate perlio:
63460              
63461              [  9126]
63462              #ifdef'ed out code to make packed side of pack/unpack
63463              octets. (i.e. pack('U') => encode_utf8).
63464      Branch: perl
63465           !> pp.c
63466 ____________________________________________________________________________
63467 [  9134] By: jhi                                   on 2001/03/13  22:49:05
63468         Log: Integrate change #9131 from maintperl into mainline.
63469              
63470              make the error text look more consistent in hints/hpux.sh
63471      Branch: perl
63472           !> hints/hpux.sh
63473 ____________________________________________________________________________
63474 [  9133] By: gsar                                  on 2001/03/13  22:46:20
63475         Log: integrate change#9067 from mainline
63476              
63477              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63478      Branch: maint-5.6/perl
63479           !> lib/ExtUtils/MM_Unix.pm
63480 ____________________________________________________________________________
63481 [  9132] By: jhi                                   on 2001/03/13  22:41:21
63482         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63483              From: "John P. Linderman" <jpl@research.att.com>
63484              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
63485              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
63486              
63487              A more correct prime finder.
63488      Branch: perl
63489            ! lib/Tie/SubstrHash.pm
63490 ____________________________________________________________________________
63491 [  9131] By: gsar                                  on 2001/03/13  22:30:42
63492         Log: make the error text look more consistent in hints/hpux.sh
63493      Branch: maint-5.6/perl
63494            ! hints/hpux.sh
63495 ____________________________________________________________________________
63496 [  9130] By: jhi                                   on 2001/03/13  22:23:44
63497         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
63498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63499              Date: Tue, 13 Mar 2001 18:41:26 +0100
63500              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
63501              
63502              If the test is run non-interactively the default handler
63503              is different.
63504      Branch: perl
63505            ! t/lib/sigaction.t
63506 ____________________________________________________________________________
63507 [  9129] By: jhi                                   on 2001/03/13  22:20:21
63508         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
63509              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63510              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
63511              Date:     Tue, 13 Mar 2001 16:44:32 EST
63512      Branch: perl
63513            ! t/lib/1_compile.t
63514 ____________________________________________________________________________
63515 [  9128] By: jhi                                   on 2001/03/13  22:18:34
63516         Log: Subject: Another patch for integer.pm POD 
63517              From: "John L. Allen" <allen@grumman.com>
63518              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
63519              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
63520      Branch: perl
63521            ! lib/integer.pm
63522 ____________________________________________________________________________
63523 [  9127] By: nick                                  on 2001/03/13  21:26:30
63524         Log: Integrate mainline.
63525      Branch: perlio
63526           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
63527           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
63528           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
63529           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
63530           !> Changes Configure MANIFEST README.os2 README.os390
63531           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
63532           !> os2/Changes patchlevel.h win32/perlhost.h
63533 ____________________________________________________________________________
63534 [  9126] By: nick                                  on 2001/03/13  20:39:51
63535         Log: #ifdef'ed out code to make packed side of pack/unpack
63536              octets. (i.e. pack('U') => encode_utf8).
63537      Branch: perlio
63538            ! pp.c
63539 ____________________________________________________________________________
63540 [  9125] By: jhi                                   on 2001/03/13  15:07:16
63541         Log: Update Changes.
63542      Branch: perl
63543            ! Changes patchlevel.h
63544 ____________________________________________________________________________
63545 [  9124] By: jhi                                   on 2001/03/13  14:22:45
63546         Log: Workaround for the buggy ("internal compiler error")
63547              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
63548              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
63549              of Andreas König.
63550      Branch: perl
63551            ! ext/re/Makefile.PL hints/aix.sh
63552 ____________________________________________________________________________
63553 [  9123] By: jhi                                   on 2001/03/13  03:24:34
63554         Log: Typo in #9114.
63555      Branch: metaconfig
63556            ! U/modified/myhostname.U
63557 ____________________________________________________________________________
63558 [  9122] By: jhi                                   on 2001/03/13  03:24:06
63559         Log: Typo in #9113.
63560      Branch: perl
63561            ! Configure
63562 ____________________________________________________________________________
63563 [  9121] By: jhi                                   on 2001/03/13  01:53:05
63564         Log: Forgot to check-in the larger part of #9120, duh.
63565      Branch: perl
63566            ! README.os2
63567 ____________________________________________________________________________
63568 [  9120] By: jhi                                   on 2001/03/13  01:51:31
63569         Log: Subject: [PATCH 5.6.1] OS/2 docs
63570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63571              Date: Mon, 12 Mar 2001 03:27:32 -0500
63572              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
63573      Branch: perl
63574            ! os2/Changes
63575 ____________________________________________________________________________
63576 [  9119] By: jhi                                   on 2001/03/13  01:49:41
63577         Log: Integrate change #9116 from maintperl into mainline.
63578              
63579              Win32::GetCwd() returns C: instead of C:\ in the root directory
63580              under ithreads
63581      Branch: perl
63582           !> win32/perlhost.h
63583 ____________________________________________________________________________
63584 [  9118] By: jhi                                   on 2001/03/13  01:13:39
63585         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
63586      Branch: perl
63587            + lib/Switch.pm t/lib/switch.t
63588            ! MANIFEST
63589 ____________________________________________________________________________
63590 [  9117] By: jhi                                   on 2001/03/13  01:03:17
63591         Log: Add Text::Balanced 1.83.
63592      Branch: perl
63593            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
63594            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
63595            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
63596            + t/lib/tb-xvari.t
63597            ! MANIFEST
63598 ____________________________________________________________________________
63599 [  9116] By: gsar                                  on 2001/03/13  00:55:53
63600         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
63601              under ithreads
63602      Branch: maint-5.6/perl
63603            ! win32/perlhost.h
63604 ____________________________________________________________________________
63605 [  9115] By: jhi                                   on 2001/03/13  00:54:09
63606         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
63607              From: "John L. Allen" <allen@grumman.com>
63608              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
63609              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
63610              
63611              use integer document clarification.
63612      Branch: perl
63613            ! lib/integer.pm
63614 ____________________________________________________________________________
63615 [  9114] By: jhi                                   on 2001/03/13  00:38:54
63616         Log: Metaconfig unit change for #9113.
63617      Branch: metaconfig
63618            ! U/modified/myhostname.U
63619 ____________________________________________________________________________
63620 [  9113] By: jhi                                   on 2001/03/13  00:38:35
63621         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?)
63622              From: Peter Prymmer <pvhp@forte.com>
63623              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
63624              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
63625      Branch: perl
63626            ! Configure README.os390 hints/os390.sh
63627 ____________________________________________________________________________
63628 [  9112] By: jhi                                   on 2001/03/13  00:29:00
63629         Log: Integrate perlio:
63630              
63631              [  9110]
63632              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
63633      Branch: perl
63634           !> sv.c utf8.h
63635 ____________________________________________________________________________
63636 [  9111] By: nick                                  on 2001/03/12  21:16:33
63637         Log: Integrate mainline.
63638      Branch: perlio
63639           +> t/op/anonsub.t
63640           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63641           !> proto.h sv.c
63642 ____________________________________________________________________________
63643 [  9110] By: nick                                  on 2001/03/12  21:00:13
63644         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
63645      Branch: perlio
63646            ! sv.c utf8.h
63647 ____________________________________________________________________________
63648 [  9109] By: jhi                                   on 2001/03/12  16:04:47
63649         Log: Integrate change #9108 from maintperl to mainline.
63650              
63651              fix memory leak in C<sub X { sub {} }> arising from a refcount
63652              loop between the outer sub and the inner prototype anonsub
63653              
63654              this also enables closures returned by subroutines that
63655              subsequently get redefined to work without generating coredumps :)
63656              
63657              completely removed the free_closures() hack--it shouldn't be
63658              needed anymore
63659      Branch: perl
63660           +> t/op/anonsub.t
63661           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63662           !> proto.h sv.c
63663 ____________________________________________________________________________
63664 [  9108] By: gsar                                  on 2001/03/12  10:21:31
63665         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
63666              loop between the outer sub and the inner prototype anonsub
63667              
63668              this also enables closures returned by subroutines that
63669              subsequently get redefined to work without generating coredumps :)
63670              
63671              completely removed the free_closures() hack--it shouldn't be
63672              needed anymore
63673      Branch: maint-5.6/perl
63674            + t/op/anonsub.t
63675            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63676            ! proto.h sv.c
63677 ____________________________________________________________________________
63678 [  9107] By: jhi                                   on 2001/03/12  05:15:31
63679         Log: Integrate perlio:
63680              
63681              [  9106]
63682              regcomp.c is working in native space, not Unicode space (if different)
63683              as it is doing compare against 'W' in \W etc.
63684              
63685              [  9105]
63686              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
63687              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
63688              
63689              [  9104]
63690              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
63691              
63692              [  9102]
63693              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
63694              - exclude layer syms in makedef.pl for sfio
63695              - also inhibit Encode from trying to build ":encode()" layer.
63696      Branch: perl
63697           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
63698 ____________________________________________________________________________
63699 [  9106] By: nick                                  on 2001/03/11  20:10:12
63700         Log: regcomp.c is working in native space, not Unicode space (if different)
63701              as it is doing compare against 'W' in \W etc.
63702      Branch: perlio
63703            ! regcomp.c
63704 ____________________________________________________________________________
63705 [  9105] By: nick                                  on 2001/03/11  19:39:34
63706         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
63707              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
63708      Branch: perlio
63709            ! regcomp.c toke.c utf8.c
63710 ____________________________________________________________________________
63711 [  9104] By: nick                                  on 2001/03/11  18:15:44
63712         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
63713      Branch: perlio
63714            ! sv.c
63715 ____________________________________________________________________________
63716 [  9103] By: nick                                  on 2001/03/11  18:03:28
63717         Log: Integrate mainline (for regexp stuff).
63718      Branch: perlio
63719           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
63720           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
63721           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
63722           !> t/lib/errno.t t/op/pat.t
63723 ____________________________________________________________________________
63724 [  9102] By: nick                                  on 2001/03/11  17:44:20
63725         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
63726              - exclude layer syms in makedef.pl for sfio
63727              - also inhibit Encode from trying to build ":encode()" layer.
63728      Branch: perlio
63729            ! ext/Encode/Encode.xs makedef.pl
63730 ____________________________________________________________________________
63731 [  9101] By: jhi                                   on 2001/03/10  22:38:13
63732         Log: The $Is_MacOS needs to be declared.
63733      Branch: perl
63734            ! lib/ExtUtils/Manifest.pm
63735 ____________________________________________________________________________
63736 [  9100] By: jhi                                   on 2001/03/10  22:14:29
63737         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
63738              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
63739              pollute the symbolspace if using sfio.
63740      Branch: perl
63741            ! ext/Encode/Encode.xs
63742 ____________________________________________________________________________
63743 [  9099] By: jhi                                   on 2001/03/10  21:58:48
63744         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
63745              Date: Sat, 10 Mar 2001 14:23:55 -0500
63746              From: Chris Nandor <pudge@pobox.com>
63747              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
63748      Branch: perl
63749            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
63750            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
63751            ! t/lib/errno.t
63752 ____________________________________________________________________________
63753 [  9098] By: jhi                                   on 2001/03/10  21:38:30
63754         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
63755      Branch: perl
63756            ! regcomp.c regexec.c t/op/pat.t
63757 ____________________________________________________________________________
63758 [  9097] By: jhi                                   on 2001/03/10  14:38:07
63759         Log: Integrate perlio:
63760              
63761              [  9096]
63762              EBCDIC sanity - phase I
63763              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
63764              - use utf8n_xxxx (c.f. pvn) for forms which take length.
63765              - back out vN.N and $^V exceptions to e2a/a2e
63766              - make "locale" isxxx macros be uvchr (may be redundant?)
63767              Not clear yet that toUPPER_uni et. al. return being handled correctly.
63768              The tr// and rexexp stuff still needs an audit, assumption is they are working
63769              in Unicode space.
63770              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63771      Branch: perl
63772           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63773           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63774           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63775 ____________________________________________________________________________
63776 [  9096] By: nick                                  on 2001/03/10  11:55:43
63777         Log: EBCDIC sanity - phase I
63778              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
63779              - use utf8n_xxxx (c.f. pvn) for forms which take length.
63780              - back out vN.N and $^V exceptions to e2a/a2e
63781              - make "locale" isxxx macros be uvchr (may be redundant?)
63782              
63783              Not clear yet that toUPPER_uni et. al. return being handled correctly.
63784              The tr// and rexexp stuff still needs an audit, assumption is they are working
63785              in Unicode space.
63786              
63787              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63788      Branch: perlio
63789            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63790            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63791            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63792 ____________________________________________________________________________
63793 [  9095] By: jhi                                   on 2001/03/09  22:10:01
63794         Log: Integrate perlio:
63795              
63796              [  9094]
63797              Builds an passes all tests after integrate and this tweak.
63798      Branch: perl
63799           !> dump.c
63800 ____________________________________________________________________________
63801 [  9094] By: nick                                  on 2001/03/09  17:36:38
63802         Log: Builds an passes all tests after integrate and this tweak.
63803      Branch: perlio
63804            ! dump.c
63805 ____________________________________________________________________________
63806 [  9093] By: nick                                  on 2001/03/09  17:16:03
63807         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
63808      Branch: perlio
63809           +> lib/unicode/Scripts.txt t/lib/sigaction.t
63810           !> (integrate 79 files)
63811 ____________________________________________________________________________
63812 [  9092] By: jhi                                   on 2001/03/09  15:28:26
63813         Log: Update Changes.
63814      Branch: perl
63815            ! Changes patchlevel.h
63816 ____________________________________________________________________________
63817 [  9091] By: jhi                                   on 2001/03/09  15:25:05
63818         Log: In op/stat #35 better to scan all the potential directories
63819              for setuids, not just the first one.
63820      Branch: perl
63821            ! t/op/stat.t
63822 ____________________________________________________________________________
63823 [  9090] By: jhi                                   on 2001/03/09  15:01:27
63824         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
63825              From: rspier@pobox.com (Robert Spier)
63826              Date: Fri, 9 Mar 2001 03:30:20 -0500
63827              Message-ID: <15016.38044.381174.160189@rls.cx>
63828              
63829              EXISTS() returning undef mistakenly triggered a FETCH().
63830      Branch: perl
63831            ! hv.c
63832 ____________________________________________________________________________
63833 [  9089] By: jhi                                   on 2001/03/09  14:59:02
63834         Log: Add /sbin and /usr/sbin to the list of directories scanned
63835              for setuid programs.  Takes care of bug id 20010309.003.
63836      Branch: perl
63837            ! t/op/stat.t
63838 ____________________________________________________________________________
63839 [  9088] By: jhi                                   on 2001/03/09  14:48:32
63840         Log: Regen perlapi, perltoc.
63841      Branch: perl
63842            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
63843 ____________________________________________________________________________
63844 [  9087] By: jhi                                   on 2001/03/09  14:38:56
63845         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63846              From: David Mitchell <davem@fdgroup.co.uk>
63847              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
63848              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
63849      Branch: perl
63850            ! dump.c perl.c perl.h pod/perlrun.pod
63851 ____________________________________________________________________________
63852 [  9086] By: jhi                                   on 2001/03/09  01:47:16
63853         Log: A modified version of
63854              
63855              Subject: [ID 20010307.005] POSIX::sigaction has various problems
63856              From: anders@broadcom.com
63857              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
63858              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
63859              
63860              Currently the sigaction.t test #6 fails (and is fudged to look
63861              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
63862              This may well be a genuine bug in Linux sigaction() (since at
63863              least Tru64, Solaris, and HP-UX disagree with Linux).
63864              Anyone with POSIX / SUSv2 tome handy?  The problem is that
63865              the flags of the oldaction don't match with the flags in
63866              the previously installed disposition.
63867      Branch: perl
63868            + t/lib/sigaction.t
63869            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
63870 ____________________________________________________________________________
63871 [  9085] By: jhi                                   on 2001/03/09  01:30:13
63872         Log: Subject: Re: mission impossible for the day
63873              From: Alex Gough <alex@rcon.org>
63874              Date: Thu, 08 Mar 2001 17:18:19 +0000
63875              Message-ID: <3AA7BEDB.8070409@rcon.org>
63876              
63877              If references (are overloaded) and can be directly stringified,
63878              show that instead of "stringified".
63879              
63880              (The problem, infinite mutual recursion caused by overloaded bool
63881              in Switch.pm, tracked by David Mitchell)
63882      Branch: perl
63883            ! lib/Carp/Heavy.pm
63884 ____________________________________________________________________________
63885 [  9084] By: jhi                                   on 2001/03/09  01:20:39
63886         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63887              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
63888              From: David Mitchell <davem@fdgroup.co.uk>
63889              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
63890      Branch: perl
63891            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
63892            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
63893 ____________________________________________________________________________
63894 [  9083] By: jhi                                   on 2001/03/09  01:16:51
63895         Log: Subject: [PATCH] perldata.pod here-doc docs
63896              From: Jeff Pinyan <jeffp@crusoe.net>
63897              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
63898              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
63899      Branch: perl
63900            ! pod/perldata.pod
63901 ____________________________________________________________________________
63902 [  9082] By: jhi                                   on 2001/03/09  01:01:27
63903         Log: Subject: Re: Unicode/EBCDIC
63904              From: Peter Prymmer <pvhp@forte.com>
63905              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
63906              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
63907      Branch: perl
63908            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
63909 ____________________________________________________________________________
63910 [  9081] By: jhi                                   on 2001/03/08  13:41:30
63911         Log: Subject: Ooops, wrong 'no *POSIX' Patch
63912              From: Dorner Thomas <Thomas.Dorner@start.de>
63913              Date: Thu, 8 Mar 2001 08:43:28 +0100
63914              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
63915      Branch: perl
63916            ! hints/posix-bc.sh
63917 ____________________________________________________________________________
63918 [  9080] By: jhi                                   on 2001/03/08  13:11:42
63919         Log: It's Scripts.txt, not Script.txt.
63920      Branch: perl
63921            ! MANIFEST
63922 ____________________________________________________________________________
63923 [  9079] By: jhi                                   on 2001/03/08  12:59:05
63924         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
63925              From: Dorner Thomas <Thomas.Dorner@start.de>
63926              Date: Wed, 7 Mar 2001 14:13:31 +0100
63927              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
63928      Branch: perl
63929            ! makedepend.SH
63930 ____________________________________________________________________________
63931 [  9078] By: jhi                                   on 2001/03/08  12:57:43
63932         Log: Retract #9069, wrong patch.
63933      Branch: perl
63934            ! Makefile.SH
63935 ____________________________________________________________________________
63936 [  9077] By: jhi                                   on 2001/03/08  01:06:13
63937         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
63938      Branch: perl
63939            + lib/unicode/Scripts.txt
63940            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
63941            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
63942            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
63943            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63944            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63945            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63946            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63947            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63948            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63949            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63950            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63951            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63952            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63953            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63954            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63955            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63956            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
63957            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
63958            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
63959            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
63960            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
63961            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
63962            ! lib/unicode/version
63963 ____________________________________________________________________________
63964 [  9076] By: jhi                                   on 2001/03/07  22:59:39
63965         Log: Integrate change #7784 from mainline into maintperl.
63966              
63967              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
63968      Branch: maint-5.6/perl
63969           !> pp_ctl.c t/op/pat.t
63970 ____________________________________________________________________________
63971 [  9075] By: jhi                                   on 2001/03/07  22:05:11
63972         Log: More UTF-8 test tweaks.
63973      Branch: perl
63974            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
63975 ____________________________________________________________________________
63976 [  9074] By: nick                                  on 2001/03/07  21:39:29
63977         Log: Integrate mainline.
63978      Branch: perlio
63979           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
63980           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
63981           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
63982           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
63983           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
63984 ____________________________________________________________________________
63985 [  9073] By: jhi                                   on 2001/03/07  16:37:09
63986         Log: Update Changes.
63987      Branch: perl
63988            ! Changes patchlevel.h
63989 ____________________________________________________________________________
63990 [  9072] By: jhi                                   on 2001/03/07  16:32:30
63991         Log: Subject: [ID 20010306.004] || != named unary operator
63992              From: abela@geneanet.org
63993              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
63994              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
63995      Branch: perl
63996            ! pod/perlop.pod
63997 ____________________________________________________________________________
63998 [  9071] By: jhi                                   on 2001/03/07  15:14:11
63999         Log: Subject: downgrading to bytes for common functions
64000              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
64001              Date: Wed, 7 Mar 2001 02:36:55 -0500
64002              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
64003      Branch: perl
64004            ! pp_sys.c
64005 ____________________________________________________________________________
64006 [  9070] By: jhi                                   on 2001/03/07  15:04:58
64007         Log: Clarify the description differentiating for and while; inspired by
64008              
64009              Subject: [ID 20010306.002] for/while difference in for definition
64010              From: abela@geneanet.org
64011              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
64012              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
64013      Branch: perl
64014            ! pod/perlsyn.pod
64015 ____________________________________________________________________________
64016 [  9069] By: jhi                                   on 2001/03/07  14:55:30
64017         Log: (Retracted by #9078.)
64018      Branch: perl
64019            ! Makefile.SH
64020 ____________________________________________________________________________
64021 [  9068] By: jhi                                   on 2001/03/07  14:51:17
64022         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
64023              From: Radu Greab <radu@netsoft.ro>
64024              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
64025              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
64026      Branch: perl
64027            ! pp.c t/op/chop.t
64028 ____________________________________________________________________________
64029 [  9067] By: jhi                                   on 2001/03/07  14:48:57
64030         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
64031              From: Simon Cozens <simon@netthink.co.uk>
64032              Date: Wed, 7 Mar 2001 13:59:28 +0000
64033              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
64034              
64035              In order to allow MakeMaker to build correct Makefiles,
64036              you need to change the order of the arguments in MM_Unix.pm
64037              as well. (Unless you have C89_CCMODE set, but we're trying
64038              to be POSIXly correct)
64039              
64040              Thanks to Merijn Broeren for tracking this down.
64041      Branch: perl
64042            ! lib/ExtUtils/MM_Unix.pm
64043 ____________________________________________________________________________
64044 [  9066] By: jhi                                   on 2001/03/07  14:30:02
64045         Log: Floating point too messy.
64046      Branch: perl
64047            ! t/camel-III/vstring.t
64048 ____________________________________________________________________________
64049 [  9065] By: jhi                                   on 2001/03/07  14:17:44
64050         Log: Integrate change #9064 from maintperl into mainline.
64051              
64052              fix memory leak in pack("Bb",...)
64053      Branch: perl
64054           !> perl.c
64055 ____________________________________________________________________________
64056 [  9064] By: gsar                                  on 2001/03/07  06:29:24
64057         Log: fix memory leak in pack("Bb",...)
64058      Branch: maint-5.6/perl
64059            ! perl.c
64060 ____________________________________________________________________________
64061 [  9063] By: jhi                                   on 2001/03/07  00:55:04
64062         Log: Major utf8 test reorganisation and rewrite.
64063              Hopefully no tests were lost in the shuffle.
64064              (The beginning of pragma/utf8 was lost intentionally,
64065              the tests were rather bogus and incomplete.)
64066      Branch: perl
64067            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
64068            ! t/pragma/utf8.t
64069 ____________________________________________________________________________
64070 [  9062] By: jhi                                   on 2001/03/07  00:41:16
64071         Log: More tweakage on the Unicode character class descriptions.
64072      Branch: perl
64073            ! lib/unicode/mktables.PL pod/perlretut.pod
64074 ____________________________________________________________________________
64075 [  9061] By: jhi                                   on 2001/03/06  23:12:38
64076         Log: The perlretut was still talking about the old \p and \P
64077              definitions.
64078      Branch: perl
64079            ! pod/perlretut.pod
64080 ____________________________________________________________________________
64081 [  9060] By: nick                                  on 2001/03/06  20:52:37
64082         Log: Integrate mainline (make test works again now).
64083      Branch: perlio
64084           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
64085 ____________________________________________________________________________
64086 [  9059] By: jhi                                   on 2001/03/06  15:36:14
64087         Log: 0.999... does equal 1.0, doesn't it?
64088      Branch: perl
64089            ! t/camel-III/vstring.t
64090 ____________________________________________________________________________
64091 [  9058] By: jhi                                   on 2001/03/06  15:34:00
64092         Log: Make /x{abcd}/ to work without use utf8.
64093      Branch: perl
64094            ! regcomp.c
64095 ____________________________________________________________________________
64096 [  9057] By: jhi                                   on 2001/03/06  03:02:36
64097         Log: Easier to outcomment all the three reset() tests for now.
64098      Branch: perl
64099            ! t/op/pat.t
64100 ____________________________________________________________________________
64101 [  9056] By: jhi                                   on 2001/03/06  02:30:02
64102         Log: Comment out the deadly reset; until the 20010301.005
64103              is finally fixed.
64104      Branch: perl
64105            ! t/op/pat.t
64106 ____________________________________________________________________________
64107 [  9055] By: jhi                                   on 2001/03/06  02:21:26
64108         Log: Integrate the change #9054 from mainline:
64109              retract the PMOP cleanup patch pending further investigation.
64110      Branch: maint-5.6/perl
64111           !> op.c op.h
64112 ____________________________________________________________________________
64113 [  9054] By: jhi                                   on 2001/03/06  02:19:57
64114         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
64115              with oddly familiar stack traces.
64116      Branch: perl
64117            ! op.c op.h
64118 ____________________________________________________________________________
64119 [  9053] By: jhi                                   on 2001/03/05  23:20:28
64120         Log: Integrate perlio:
64121              
64122              [  9052]
64123              skipping USE_PERLIO symbols correction.
64124              
64125              [  9051]
64126              More Encode alias tidying.
64127      Branch: perl
64128           +> ext/Encode/Encode/koi8-r.ucm
64129           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
64130           !> makedef.pl
64131 ____________________________________________________________________________
64132 [  9052] By: nick                                  on 2001/03/05  23:08:17
64133         Log: skipping USE_PERLIO symbols correction.
64134      Branch: perlio
64135            ! makedef.pl
64136 ____________________________________________________________________________
64137 [  9051] By: nick                                  on 2001/03/05  22:35:07
64138         Log: More Encode alias tidying.
64139      Branch: perlio
64140            + ext/Encode/Encode/koi8-r.ucm
64141            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
64142 ____________________________________________________________________________
64143 [  9050] By: jhi                                   on 2001/03/05  21:44:29
64144         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
64145              Sarathy's fix for ID 20010301.005.
64146      Branch: maint-5.6/perl
64147           !> op.c op.h
64148 ____________________________________________________________________________
64149 [  9049] By: nick                                  on 2001/03/05  19:54:04
64150         Log: Integrate Jarkko's Encode.pm tweak.
64151      Branch: perlio
64152           !> ext/Encode/Encode.pm
64153 ____________________________________________________________________________
64154 [  9048] By: nick                                  on 2001/03/05  19:47:57
64155         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
64156      Branch: perlio
64157           +> os2/os2add.sym
64158           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
64159           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
64160           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
64161           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
64162           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
64163 ____________________________________________________________________________
64164 [  9047] By: jhi                                   on 2001/03/05  19:25:26
64165         Log: Regen perlapi.
64166      Branch: perl
64167            ! pod/perlapi.pod
64168 ____________________________________________________________________________
64169 [  9046] By: jhi                                   on 2001/03/05  19:12:14
64170         Log: Integrate perlio:
64171              
64172              [  9043]
64173              Update MANIFEST for new test.
64174              
64175              [  9042]
64176              Some tests for Camel 3rd edition features.
64177              Make gethostbyaddr() test in above work.
64178      Branch: perl
64179           +> t/camel-III/vstring.t
64180           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
64181 ____________________________________________________________________________
64182 [  9045] By: jhi                                   on 2001/03/05  19:10:36
64183         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
64184      Branch: perl
64185            ! ext/Encode/Encode.pm
64186 ____________________________________________________________________________
64187 [  9044] By: jhi                                   on 2001/03/05  18:49:12
64188         Log: Forgot the other half of the PMOP patch (#9033).
64189      Branch: perl
64190            ! op.h
64191 ____________________________________________________________________________
64192 [  9043] By: nick                                  on 2001/03/05  18:14:47
64193         Log: Update MANIFEST for new test.
64194      Branch: perlio
64195            ! MANIFEST
64196 ____________________________________________________________________________
64197 [  9042] By: nick                                  on 2001/03/05  18:12:41
64198         Log: Some tests for Camel 3rd edition features.
64199              Make gethostbyaddr() test in above work.
64200      Branch: perlio
64201            + t/camel-III/vstring.t
64202            ! pp.h pp_sys.c t/TEST t/harness
64203 ____________________________________________________________________________
64204 [  9041] By: jhi                                   on 2001/03/05  17:41:48
64205         Log: Add more ISO 8859 encoding aliases.
64206      Branch: perl
64207            ! ext/Encode/Encode.pm
64208 ____________________________________________________________________________
64209 [  9040] By: jhi                                   on 2001/03/05  17:30:43
64210         Log: Integrate perlio:
64211              
64212              [  9039]
64213              Missed added file.
64214              
64215              [  9037]
64216              Long-standing "defined but not used" SvPVbyte*() are about to get used
64217              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
64218              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
64219              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
64220              - uses SvPV() rather than sv_2pv() in case it isn't a string.
64221      Branch: perl
64222           !> MANIFEST sv.c
64223 ____________________________________________________________________________
64224 [  9039] By: nick                                  on 2001/03/05  17:11:36
64225         Log: Missed added file.
64226      Branch: perlio
64227            ! MANIFEST
64228 ____________________________________________________________________________
64229 [  9038] By: jhi                                   on 2001/03/05  15:58:01
64230         Log: Add tr tests for EBCDIC, from Karsten Sperling.
64231      Branch: perl
64232            ! t/op/tr.t
64233 ____________________________________________________________________________
64234 [  9037] By: nick                                  on 2001/03/05  15:56:35
64235         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
64236              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
64237              
64238              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
64239              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
64240              - uses SvPV() rather than sv_2pv() in case it isn't a string.
64241      Branch: perlio
64242            ! sv.c
64243 ____________________________________________________________________________
64244 [  9036] By: jhi                                   on 2001/03/05  15:49:15
64245         Log: Add matching tests currently failing in EBCDIC,
64246              suggested by Karsten Sperling.
64247      Branch: perl
64248            ! t/op/pat.t
64249 ____________________________________________________________________________
64250 [  9035] By: jhi                                   on 2001/03/05  15:36:55
64251         Log: The #9034 needs a MANIFESTation.
64252      Branch: perl
64253            ! MANIFEST
64254 ____________________________________________________________________________
64255 [  9034] By: jhi                                   on 2001/03/05  15:35:14
64256         Log: Integrate perlio:
64257              
64258              [  9032]
64259              Encode implementation "completion"
64260              Implement and document define_encoding()
64261              Implement and document encoding aliases including define_alias()
64262              Make Encode::XS use define_encoding() rather than back-door.
64263              Move run-time *.enc to separate Encode::Tcl module.
64264              Make 'compile' honour <codeset_name>
64265              Change canonical names of to iso-8859-* and US-ascii.
64266      Branch: perl
64267           +> ext/Encode/Encode/Tcl.pm
64268           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
64269           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
64270           !> ext/Encode/Encode/iso8859-1.ucm
64271           !> ext/Encode/Encode/iso8859-10.ucm
64272           !> ext/Encode/Encode/iso8859-13.ucm
64273           !> ext/Encode/Encode/iso8859-14.ucm
64274           !> ext/Encode/Encode/iso8859-15.ucm
64275           !> ext/Encode/Encode/iso8859-16.ucm
64276           !> ext/Encode/Encode/iso8859-2.ucm
64277           !> ext/Encode/Encode/iso8859-3.ucm
64278           !> ext/Encode/Encode/iso8859-4.ucm
64279           !> ext/Encode/Encode/iso8859-5.ucm
64280           !> ext/Encode/Encode/iso8859-6.ucm
64281           !> ext/Encode/Encode/iso8859-7.ucm
64282           !> ext/Encode/Encode/iso8859-8.ucm
64283           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
64284           !> t/lib/encode.t
64285 ____________________________________________________________________________
64286 [  9033] By: jhi                                   on 2001/03/05  15:33:18
64287         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
64288              From: Gurusamy Sarathy <gsar@ActiveState.com>
64289              Date: Sun, 04 Mar 2001 22:33:15 -0800
64290              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
64291              
64292              PMOPs need to remember their own stash so that they can
64293              gracefully remove themselves from their linked list.
64294      Branch: perl
64295            ! op.c
64296 ____________________________________________________________________________
64297 [  9032] By: nick                                  on 2001/03/05  14:51:50
64298         Log: Encode implementation "completion"
64299              Implement and document define_encoding()
64300              Implement and document encoding aliases including define_alias()
64301              Make Encode::XS use define_encoding() rather than back-door.
64302              Move run-time *.enc to separate Encode::Tcl module.
64303              Make 'compile' honour <codeset_name>
64304              Change canonical names of to iso-8859-* and US-ascii.
64305      Branch: perlio
64306            + ext/Encode/Encode/Tcl.pm
64307            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
64308            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
64309            ! ext/Encode/Encode/iso8859-1.ucm
64310            ! ext/Encode/Encode/iso8859-10.ucm
64311            ! ext/Encode/Encode/iso8859-13.ucm
64312            ! ext/Encode/Encode/iso8859-14.ucm
64313            ! ext/Encode/Encode/iso8859-15.ucm
64314            ! ext/Encode/Encode/iso8859-16.ucm
64315            ! ext/Encode/Encode/iso8859-2.ucm
64316            ! ext/Encode/Encode/iso8859-3.ucm
64317            ! ext/Encode/Encode/iso8859-4.ucm
64318            ! ext/Encode/Encode/iso8859-5.ucm
64319            ! ext/Encode/Encode/iso8859-6.ucm
64320            ! ext/Encode/Encode/iso8859-7.ucm
64321            ! ext/Encode/Encode/iso8859-8.ucm
64322            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
64323            ! t/lib/encode.t
64324 ____________________________________________________________________________
64325 [  9031] By: jhi                                   on 2001/03/05  13:51:17
64326         Log: Integrate change #9030 from maintperl into mainline.
64327              
64328              Subject: [PATCH 5.6.1] OS/2 cleanup
64329      Branch: perl
64330           +> os2/os2add.sym
64331           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
64332           !> makedef.pl os2/Changes os2/Makefile.SHs
64333           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
64334           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
64335           !> os2/os2.sym os2/os2ish.h
64336 ____________________________________________________________________________
64337 [  9030] By: jhi                                   on 2001/03/05  13:46:49
64338         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
64339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64340              Date: Mon, 5 Mar 2001 02:29:44 -0500
64341              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
64342      Branch: maint-5.6/perl
64343            + os2/os2add.sym
64344            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
64345            ! makedef.pl os2/Changes os2/Makefile.SHs
64346            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
64347            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
64348            ! os2/os2.sym os2/os2ish.h
64349 ____________________________________________________________________________
64350 [  9029] By: jhi                                   on 2001/03/05  13:40:35
64351         Log: Integrate change #9028 from maintperl into mainline.
64352              
64353              various nits in MM_Unix.pm found by disabling SelfLoader
64354      Branch: perl
64355           !> lib/ExtUtils/MM_Unix.pm
64356 ____________________________________________________________________________
64357 [  9028] By: gsar                                  on 2001/03/05  09:58:38
64358         Log: various nits in MM_Unix.pm found by disabling SelfLoader
64359      Branch: maint-5.6/perl
64360            ! lib/ExtUtils/MM_Unix.pm
64361 ____________________________________________________________________________
64362 [  9027] By: nick                                  on 2001/03/05  08:35:22
64363         Log: Integrate mainline
64364      Branch: perlio
64365           !> (integrate 28 files)
64366 ____________________________________________________________________________
64367 [  9026] By: jhi                                   on 2001/03/05  02:14:59
64368         Log: Integrate change #9025 from mainline to maintperl,
64369              retract \N{U+HHHH}.
64370      Branch: maint-5.6/perl
64371           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
64372           !> t/lib/charnames.t toke.c
64373 ____________________________________________________________________________
64374 [  9025] By: jhi                                   on 2001/03/05  02:13:09
64375         Log: Retracting \N{U+HHHH}.
64376      Branch: perl
64377            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
64378            ! t/lib/charnames.t toke.c
64379 ____________________________________________________________________________
64380 [  9024] By: jhi                                   on 2001/03/04  20:51:07
64381         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
64382              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
64383              Date: Fri, 02 Mar 2001 18:25:26 +0100
64384              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
64385              
64386              Casting problem.
64387      Branch: perl
64388            ! ext/Storable/Storable.xs
64389 ____________________________________________________________________________
64390 [  9023] By: jhi                                   on 2001/03/04  19:46:45
64391         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
64392              From: nick@talking.bollo.cx
64393              Date: Sat, 03 Mar 2001 21:41:33 +0000
64394              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
64395              
64396              Revert the workaround.
64397      Branch: perl
64398            ! perlio.c
64399 ____________________________________________________________________________
64400 [  9022] By: jhi                                   on 2001/03/04  19:36:28
64401         Log: Update Changes.
64402      Branch: perl
64403            ! Changes patchlevel.h
64404 ____________________________________________________________________________
64405 [  9021] By: jhi                                   on 2001/03/04  18:41:00
64406         Log: makedef.pl updates suggested by Chris Nandor; double-checking
64407              the changes in AIX, OS/2 Win32 would be nice.
64408      Branch: perl
64409            ! makedef.pl
64410 ____________________________________________________________________________
64411 [  9020] By: jhi                                   on 2001/03/04  18:23:58
64412         Log: Integrate change #9012 from maintperl into mainline,
64413              quench a compiler warning.
64414      Branch: perl
64415           !> toke.c
64416 ____________________________________________________________________________
64417 [  9019] By: jhi                                   on 2001/03/04  18:18:43
64418         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
64419              
64420              \N{U+HHHH} fix.
64421              
64422              pattern in G_ARRAY context
64423      Branch: maint-5.6/perl
64424           !> pp_hot.c t/op/pat.t toke.c
64425 ____________________________________________________________________________
64426 [  9018] By: jhi                                   on 2001/03/04  18:07:48
64427         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
64428              From: Jeff Pinyan <jeffp@crusoe.net>
64429              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
64430              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
64431      Branch: perl
64432            ! pp_hot.c t/op/pat.t
64433 ____________________________________________________________________________
64434 [  9017] By: jhi                                   on 2001/03/04  18:06:21
64435         Log: I thought I tested the #9014.
64436      Branch: perl
64437            ! toke.c
64438 ____________________________________________________________________________
64439 [  9016] By: jhi                                   on 2001/03/04  17:41:22
64440         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
64441              
64442              Tweak the get*ent() OS/2 prototypes.
64443              
64444              Add the \N{U+HHHH} syntax.
64445              
64446              More tr/// UTF-8 fixes from Inaba Hiroto.
64447      Branch: maint-5.6/perl
64448           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
64449           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
64450 ____________________________________________________________________________
64451 [  9015] By: jhi                                   on 2001/03/04  17:36:04
64452         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
64453      Branch: perl
64454            ! doop.c t/op/tr.t
64455 ____________________________________________________________________________
64456 [  9014] By: jhi                                   on 2001/03/04  17:24:49
64457         Log: Add the \N{U+HHHH} syntax.
64458      Branch: perl
64459            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
64460            ! t/lib/charnames.t toke.c
64461 ____________________________________________________________________________
64462 [  9013] By: jhi                                   on 2001/03/04  17:20:45
64463         Log: Tweak the get*ent() OS/2 prototypes.
64464      Branch: perl
64465            ! os2/os2.c
64466 ____________________________________________________________________________
64467 [  9012] By: gsar                                  on 2001/03/04  06:26:14
64468         Log: avoid warning (nit in change#9009)
64469      Branch: maint-5.6/perl
64470            ! toke.c
64471 ____________________________________________________________________________
64472 [  9011] By: gsar                                  on 2001/03/04  06:15:24
64473         Log: lib/charnames.t fails in 5.6.x because of older Unicode
64474              data
64475              
64476              TODO: need to revisit this after updating lib/unicode/...
64477      Branch: maint-5.6/perl
64478            ! t/lib/charnames.t
64479 ____________________________________________________________________________
64480 [  9010] By: gsar                                  on 2001/03/04  06:08:36
64481         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
64482      Branch: maint-5.6/perl
64483            ! toke.c
64484 ____________________________________________________________________________
64485 [  9009] By: jhi                                   on 2001/03/03  19:27:20
64486         Log: Integrate change #9008 from mainline to maintperl,
64487              UTF-8 tr/// fixes from Inaba Hiroto.
64488      Branch: maint-5.6/perl
64489           !> doop.c op.c t/op/tr.t toke.c
64490 ____________________________________________________________________________
64491 [  9008] By: jhi                                   on 2001/03/03  19:19:42
64492         Log: UTF8 tr/// fixes from Inaba Hiroto.
64493      Branch: perl
64494            ! doop.c op.c t/op/tr.t toke.c
64495 ____________________________________________________________________________
64496 [  9007] By: jhi                                   on 2001/03/03  19:00:30
64497         Log: Integrate change #9006 from maintperl to mainline,
64498              more robust quest for the infinite.
64499      Branch: perl
64500           !> lib/Math/Complex.pm
64501 ____________________________________________________________________________
64502 [  9006] By: jhi                                   on 2001/03/03  18:58:06
64503         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
64504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64505              Date: Sat, 3 Mar 2001 12:51:50 -0500
64506              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
64507              
64508              Be more robust in our quest for the infinite.
64509      Branch: maint-5.6/perl
64510            ! lib/Math/Complex.pm
64511 ____________________________________________________________________________
64512 [  9005] By: jhi                                   on 2001/03/03  17:55:50
64513         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
64514      Branch: maint-5.6/perl
64515            ! doio.c
64516 ____________________________________________________________________________
64517 [  9004] By: jhi                                   on 2001/03/03  17:40:14
64518         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
64519              so that picky compilers like IRIX won't get huffy about
64520              "statements without effect" (like 1;).
64521      Branch: perl
64522            ! toke.c
64523 ____________________________________________________________________________
64524 [  9003] By: jhi                                   on 2001/03/03  17:15:52
64525         Log: Integrate change #9002 from mainline to maintperl.
64526              
64527              Subject: [perl-5.6.x, perl-current] accept for EPOC
64528      Branch: maint-5.6/perl
64529           !> pp_sys.c
64530 ____________________________________________________________________________
64531 [  9002] By: jhi                                   on 2001/03/03  17:14:30
64532         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
64533              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64534              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
64535              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
64536      Branch: perl
64537            ! pp_sys.c
64538 ____________________________________________________________________________
64539 [  9001] By: jhi                                   on 2001/03/03  17:13:13
64540         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
64541              From: "Craig A. Berry" <craigberry@mac.com>
64542              Date: Fri, 02 Mar 2001 17:44:40 -0600
64543              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
64544      Branch: perl
64545            ! t/pod/find.t
64546 ____________________________________________________________________________
64547 [  9000] By: jhi                                   on 2001/03/03  17:11:55
64548         Log: Integrate changes #8997,8999 from maintperl.
64549              
64550              Subject: [PATCH 5.6.1] compiling on OS/2
64551              (Better error message from hints/os2.sh)
64552              
64553              Subject: [PATCH 5.6.1] syslog.t
64554      Branch: perl
64555           !> hints/os2.sh t/lib/syslog.t
64556 ____________________________________________________________________________
64557 [  8999] By: jhi                                   on 2001/03/03  17:09:28
64558         Log: Subject: [PATCH 5.6.1] syslog.t
64559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64560              Date: Sat, 3 Mar 2001 02:11:17 -0500
64561              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
64562      Branch: maint-5.6/perl
64563            ! t/lib/syslog.t
64564 ____________________________________________________________________________
64565 [  8998] By: jhi                                   on 2001/03/03  17:07:50
64566         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
64567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64568              Date: Sat, 3 Mar 2001 01:53:52 -0500
64569              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
64570      Branch: maint-5.6/perl
64571            ! opcode.pl os2/os2.c
64572 ____________________________________________________________________________
64573 [  8997] By: jhi                                   on 2001/03/03  17:03:30
64574         Log: Subject: [PATCH 5.6.1] compiling on OS/2
64575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64576              Date: Sat, 3 Mar 2001 01:59:59 -0500
64577              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
64578      Branch: maint-5.6/perl
64579            ! hints/os2.sh
64580 ____________________________________________________________________________
64581 [  8996] By: jhi                                   on 2001/03/03  00:55:58
64582         Log: Regen files for mainline.
64583      Branch: perl
64584            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64585            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
64586 ____________________________________________________________________________
64587 [  8995] By: jhi                                   on 2001/03/03  00:35:22
64588         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
64589              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
64590              to maintperl.
64591              
64592              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
64593              
64594              Add Configure option -Dmksymlinks which will create a symlink
64595              forest if the current/build differs from the source directory.
64596              (8218,8220,8221,8317,8318,8971)
64597              
64598              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
64599              (Document APPLLIB_EXP in INSTALL.)
64600              
64601              If running byacc write-enable also perly.h.
64602              
64603              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
64604              
64605              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
64606              
64607              Sanity check for conflicting thread flavours.
64608              
64609              Fix the sys/fcntl.h problem reported by Peter Prymmer.
64610              
64611              Add few CPUs/architectures to the Cppsym scan,
64612              add -perlio to archname if so selected (modified 8890)
64613              
64614              Be more helpful for devel builders, suggested by John L. Allen.
64615              (admittedly pointless change for maintperl, but the usedevel
64616              code is there already)
64617      Branch: maint-5.6/perl
64618           !> Configure INSTALL Makefile.SH Porting/Glossary
64619           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
64620           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
64621           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
64622           !> win32/config.bc win32/config.gc win32/config.vc
64623 ____________________________________________________________________________
64624 [  8994] By: jhi                                   on 2001/03/02  23:31:41
64625         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
64626      Branch: metaconfig/U/perl
64627            ! gccvers.U
64628 ____________________________________________________________________________
64629 [  8993] By: jhi                                   on 2001/03/02  23:22:12
64630         Log: Regenerate various files for maint.
64631      Branch: maint-5.6/perl
64632            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
64633            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
64634 ____________________________________________________________________________
64635 [  8992] By: alanbur                               on 2001/03/02  22:48:34
64636         Log: Resync wuth parent
64637      Branch: maint-5.6/pureperl
64638           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
64639           !> (integrate 60 files)
64640 ____________________________________________________________________________
64641 [  8991] By: jhi                                   on 2001/03/02  21:00:08
64642         Log: Retract the #8742 part of #8986, backward compat.
64643      Branch: maint-5.6/perl
64644            ! embed.pl
64645 ____________________________________________________________________________
64646 [  8990] By: jhi                                   on 2001/03/02  20:40:07
64647         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
64648      Branch: maint-5.6/perl
64649            ! hv.c
64650 ____________________________________________________________________________
64651 [  8989] By: jhi                                   on 2001/03/02  19:59:56
64652         Log: Update Changes.
64653      Branch: perl
64654            ! Changes patchlevel.h
64655 ____________________________________________________________________________
64656 [  8988] By: jhi                                   on 2001/03/02  19:57:08
64657         Log: Integrate perlio:
64658              
64659              [  8969]
64660              Add charname comments to .ucm files writen by 'compile',
64661              also order charmaps in those files by source encoding.
64662              regenerate distrubuted .ucm files
64663      Branch: perl
64664           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64665           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64666           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64667           !> ext/Encode/Encode/iso8859-10.ucm
64668           !> ext/Encode/Encode/iso8859-13.ucm
64669           !> ext/Encode/Encode/iso8859-14.ucm
64670           !> ext/Encode/Encode/iso8859-15.ucm
64671           !> ext/Encode/Encode/iso8859-16.ucm
64672           !> ext/Encode/Encode/iso8859-2.ucm
64673           !> ext/Encode/Encode/iso8859-3.ucm
64674           !> ext/Encode/Encode/iso8859-4.ucm
64675           !> ext/Encode/Encode/iso8859-5.ucm
64676           !> ext/Encode/Encode/iso8859-6.ucm
64677           !> ext/Encode/Encode/iso8859-7.ucm
64678           !> ext/Encode/Encode/iso8859-8.ucm
64679           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64680           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
64681 ____________________________________________________________________________
64682 [  8987] By: jhi                                   on 2001/03/02  19:43:40
64683         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
64684              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
64685              8950,8952,8955 from mainline to maintperl.
64686              
64687              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
64688              
64689              Put to rest the 20010205.001, the email address checking (not) regex.
64690              
64691              fork() not everywhere, cleanup temp files.
64692              
64693              The #8843 wasn't quite right: %Config needs to imported.
64694              
64695              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
64696              (#8849: the glob-basic hunk needed massaging as it depended
64697              on Schwern's large-scale (unintegrated) patches)
64698              
64699              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
64700              
64701              Upgrade to CGI.pm 2.752, from Lincoln Stein.
64702              (Note: there were some conflicts due to EBCDIC and EPOC
64703              patches, in general I preferred the repository code.)
64704              (When 2.753 comes out, we need to synchronize.)
64705              
64706              Subject: [PATCH] fix for charnames above FFFF
64707              
64708              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
64709              
64710              If no sfio, no -lsfio.
64711              
64712              Run run/*.t also in minitest.
64713              
64714              Subject:  [PATCH perl 5.7.0] malloc message address offset
64715              
64716              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
64717              
64718              Subject: fix for parameter -Dm (for perl@8867)
64719              
64720              Subject: [PATCH: perl@8892] was Re: hashing order difference?
64721              (make the test more portable)
64722              
64723              Subject: Re: [PATCH] fix for charnames above FFFF
64724              
64725              Subject: Re: I'm losing the war...
64726              (hv_store() not working correctly in ENV_IS_CASELESS case.)
64727              
64728              Subject: Modified README.bs2000 
64729              
64730              Subject: [PATCH: perl@8935] -Dt padsv($var)
64731              
64732              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64733              
64734              Subject: PATCH: extra tests to check on negative float to unsigned cast
64735              
64736              Subject: [PATCH] XPUSH[insp] was Re: progress
64737              
64738              Subject: Re: Compile with perlcc..
64739      Branch: maint-5.6/perl
64740           !> (integrate 36 files)
64741 ____________________________________________________________________________
64742 [  8986] By: jhi                                   on 2001/03/02  18:51:25
64743         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
64744              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
64745              to maintperl.
64746              
64747              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
64748              
64749              Subject: [DOC PATCH] overload.pm nits
64750              
64751              Add header for LIB$ prototypes (C. Berry)
64752              
64753              Convert fwrite()s to sockets to write()s, since some socket stacks
64754              don't take kindly to stdio.
64755              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
64756              (for often optional LNMs)
64757              Correct a few typos
64758              (C. Bailey)
64759              
64760              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
64761              
64762              De-cut-and-pasto.
64763              
64764              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
64765              
64766              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
64767              
64768              Upgrade to CPAN 1.59_54, from Andreas König.
64769              
64770              Bogus shebang.
64771              
64772              Subject: [PATCH] Document makepatch in Porting/patching
64773              
64774              UTF-8 documentation.
64775              
64776              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
64777              
64778              Sort the MANIFEST.
64779              
64780              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
64781              
64782              Subject: [PATCH @8807] toke.c cleanup: scan_str()
64783              
64784              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
64785              
64786              Add run/*.t to testables.
64787              
64788              TODO: integrate #8784.
64789      Branch: maint-5.6/perl
64790           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
64791           !> (integrate 28 files)
64792 ____________________________________________________________________________
64793 [  8985] By: nick                                  on 2001/03/02  18:15:45
64794         Log: Integrate mainline
64795      Branch: perlio
64796           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
64797           !> vms/vms.c
64798 ____________________________________________________________________________
64799 [  8984] By: jhi                                   on 2001/03/02  16:00:17
64800         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
64801              
64802              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
64803              5.004_05, and mention the suidperl August 2000 security problem.
64804              (#8978,#8981)
64805              
64806              Subject: [ID 20010301.004] Technically speaking in perldata
64807              
64808              Subject: [PATCH] File::Copy for bleadperl, maintperl
64809              
64810              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64811              
64812              (The #8982, fix for 20010221.005 and 20010221.008,
64813              would be nice too but it didn't integrate cleanly.)
64814      Branch: maint-5.6/perl
64815           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
64816 ____________________________________________________________________________
64817 [  8983] By: jhi                                   on 2001/03/02  15:51:16
64818         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64819              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64820              Date:     Thu, 1 Mar 2001 15:54:09 EST
64821              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
64822      Branch: perl
64823            ! vms/vms.c
64824 ____________________________________________________________________________
64825 [  8982] By: jhi                                   on 2001/03/02  15:43:31
64826         Log: Subject: Re: sync sync sync: have I missed any patches?
64827              From: Radu Greab <radu@netsoft.ro> 
64828              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
64829              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
64830              
64831              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
64832              was checking argv[0] regardless of whether a different pathname
64833              will actually be executed."  Test case not supplied because 
64834              drafting that, ironically enough, revealed another bug
64835              (or a feature).
64836      Branch: perl
64837            ! doio.c
64838 ____________________________________________________________________________
64839 [  8981] By: jhi                                   on 2001/03/02  15:28:03
64840         Log: Misdate in #8978.
64841      Branch: perl
64842            ! pod/perlfaq1.pod
64843 ____________________________________________________________________________
64844 [  8980] By: jhi                                   on 2001/03/02  15:24:20
64845         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
64846              From: Chris Nandor <pudge@pobox.com>
64847              Date: Wed, 28 Feb 2001 22:10:15 -0500
64848              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
64849      Branch: perl
64850            ! lib/File/Copy.pm
64851 ____________________________________________________________________________
64852 [  8979] By: jhi                                   on 2001/03/02  15:17:16
64853         Log: Subject: [ID 20010301.004] Technically speaking in perldata
64854              From: abela@geneanet.org
64855              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
64856              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
64857      Branch: perl
64858            ! pod/perldata.pod
64859 ____________________________________________________________________________
64860 [  8978] By: jhi                                   on 2001/03/02  15:15:27
64861         Log: Subject: [ID 20010301.003] ref to 5.004
64862              From: abela@geneanet.org
64863              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
64864              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
64865              
64866              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
64867              and mention the suidperl August 2000 security problem.
64868      Branch: perl
64869            ! pod/perlfaq1.pod
64870 ____________________________________________________________________________
64871 [  8977] By: alanbur                               on 2001/03/02  14:17:45
64872         Log: Resynchronised with parent
64873      Branch: maint-5.6/pureperl
64874           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
64875           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
64876           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
64877           !> vms/descrip_mms.template win32/win32.c win32/win32.h
64878           !> win32/win32iop.h
64879 ____________________________________________________________________________
64880 [  8976] By: nick                                  on 2001/03/01  23:25:30
64881         Log: Integrate mainline.
64882      Branch: perlio
64883            - t/op/qu.t
64884           !> (integrate 55 files)
64885 ____________________________________________________________________________
64886 [  8975] By: jhi                                   on 2001/03/01  16:51:34
64887         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
64888      Branch: perl
64889           !> toke.c
64890 ____________________________________________________________________________
64891 [  8974] By: gsar                                  on 2001/03/01  16:28:21
64892         Log: fix for bugid 20010226.008
64893              
64894              the problem was that some of the pointers (PL_last_lop and
64895              PL_last_uni specifically) into the lex buffers weren't correctly
64896              being invalidated when the buffer changed; this would leave the
64897              pointers pointing at an arbitrary location in the buffer if
64898              the buffer didn't need to be reallocated, or point into freed
64899              memory if the buffer had to be realloced
64900              
64901              TODO item for bugdb maintainers: check other seemingly random
64902              parser-related bugs--they might be cured by this
64903      Branch: maint-5.6/perl
64904            ! toke.c
64905 ____________________________________________________________________________
64906 [  8973] By: jhi                                   on 2001/03/01  02:23:25
64907         Log: Retract #8970 because of a completely mysterious core dump:
64908              adding the tests 241..244 causes op/pat dump core at test #25.
64909              The test needs a lot of whittling down before the bug can be solved.
64910      Branch: perl
64911            ! t/op/pat.t
64912 ____________________________________________________________________________
64913 [  8972] By: jhi                                   on 2001/03/01  01:58:38
64914         Log: Regen perlapi.
64915      Branch: perl
64916            ! pod/perlapi.pod
64917 ____________________________________________________________________________
64918 [  8971] By: jhi                                   on 2001/03/01  01:34:09
64919         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))
64920              From: Nicholas Clark <nick@ccl4.org>
64921              Date: Wed, 28 Feb 2001 23:28:49 +0000
64922              Message-ID: <20010228232849.A55187@plum.flirble.org>
64923              
64924              Allow a completely write protected source code tree
64925              when using the Configure -Dmksymlinks.
64926      Branch: perl
64927            ! embed.pl warnings.pl
64928 ____________________________________________________________________________
64929 [  8970] By: jhi                                   on 2001/03/01  01:32:04
64930         Log: Add back the EBCDIC character range tests (for matching).
64931      Branch: perl
64932            ! t/op/pat.t
64933 ____________________________________________________________________________
64934 [  8969] By: nick                                  on 2001/02/28  18:18:01
64935         Log: Add charname comments to .ucm files writen by 'compile',
64936              also order charmaps in those files by source encoding.
64937              regenerate distrubuted .ucm files
64938      Branch: perlio
64939            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64940            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64941            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64942            ! ext/Encode/Encode/iso8859-10.ucm
64943            ! ext/Encode/Encode/iso8859-13.ucm
64944            ! ext/Encode/Encode/iso8859-14.ucm
64945            ! ext/Encode/Encode/iso8859-15.ucm
64946            ! ext/Encode/Encode/iso8859-16.ucm
64947            ! ext/Encode/Encode/iso8859-2.ucm
64948            ! ext/Encode/Encode/iso8859-3.ucm
64949            ! ext/Encode/Encode/iso8859-4.ucm
64950            ! ext/Encode/Encode/iso8859-5.ucm
64951            ! ext/Encode/Encode/iso8859-6.ucm
64952            ! ext/Encode/Encode/iso8859-7.ucm
64953            ! ext/Encode/Encode/iso8859-8.ucm
64954            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64955            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
64956 ____________________________________________________________________________
64957 [  8968] By: jhi                                   on 2001/02/28  16:26:37
64958         Log: Expand usemorebits early if d_casti32 needs to be undefined.
64959      Branch: perl
64960            ! hints/hpux.sh hints/irix_6.sh
64961 ____________________________________________________________________________
64962 [  8967] By: jhi                                   on 2001/02/28  16:22:26
64963         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
64964              retract toke.c/qu parts of #8583, retract #8485, retract
64965              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
64966              op/length.t, and MANIFEST, and delete t/op/qu.t.
64967      Branch: perl
64968            - t/op/qu.t
64969            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
64970            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
64971            ! t/op/length.t toke.c
64972 ____________________________________________________________________________
64973 [  8966] By: jhi                                   on 2001/02/28  15:00:27
64974         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
64975              by not changing from pre-Unicode days into being Unicode-aware.
64976              Sniff.
64977      Branch: perl
64978            ! pp.c t/op/pack.t t/op/qu.t
64979 ____________________________________________________________________________
64980 [  8965] By: jhi                                   on 2001/02/28  14:37:55
64981         Log: Subject: Re: Errors in core PODs
64982              From: Michael Stevens <michael@etla.org> 
64983              Date: Fri, 23 Feb 2001 15:47:56 +0000
64984              Message-ID: <20010223154756.A7723@firedrake.org> 
64985      Branch: perl
64986            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
64987            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
64988            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
64989            ! x2p/a2p.pod
64990 ____________________________________________________________________________
64991 [  8964] By: jhi                                   on 2001/02/28  14:35:35
64992         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
64993              (The #8961 was too bold.)
64994      Branch: perl
64995            ! hints/hpux.sh hints/irix_6.sh
64996 ____________________________________________________________________________
64997 [  8963] By: jhi                                   on 2001/02/28  14:33:39
64998         Log: Subject: Re: sync sync sync: have I missed any patches?
64999              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65000              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
65001              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
65002              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
65003              
65004              Replace djSP with dSP.
65005      Branch: perl
65006            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
65007            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
65008            ! win32/perlhost.h
65009 ____________________________________________________________________________
65010 [  8962] By: jhi                                   on 2001/02/27  23:21:14
65011         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
65012      Branch: perl
65013            ! lib/Filter/Simple.pm
65014 ____________________________________________________________________________
65015 [  8961] By: jhi                                   on 2001/02/27  22:55:26
65016         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
65017              and this would be it.
65018      Branch: perl
65019            ! hints/hpux.sh hints/irix_6.sh
65020 ____________________________________________________________________________
65021 [  8960] By: jhi                                   on 2001/02/27  22:51:33
65022         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
65023              From: "Craig A. Berry" <craigberry@mac.com>
65024              Date: Tue, 27 Feb 2001 16:11:44 -0600
65025              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
65026      Branch: maint-5.6/perl
65027            ! configure.com vms/descrip_mms.template
65028 ____________________________________________________________________________
65029 [  8959] By: jhi                                   on 2001/02/27  22:47:23
65030         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
65031              From: "Craig A. Berry" <craigberry@mac.com>
65032              Date: Tue, 27 Feb 2001 16:11:44 -0600
65033              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
65034      Branch: perl
65035            ! configure.com vms/descrip_mms.template
65036 ____________________________________________________________________________
65037 [  8958] By: jhi                                   on 2001/02/27  15:16:42
65038         Log: Update Changes.
65039      Branch: perl
65040            ! Changes patchlevel.h
65041 ____________________________________________________________________________
65042 [  8957] By: jhi                                   on 2001/02/27  06:15:07
65043         Log: Subject: [5.6.x] EPOC additions
65044              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65045              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
65046              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
65047      Branch: maint-5.6/perl
65048            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
65049 ____________________________________________________________________________
65050 [  8956] By: jhi                                   on 2001/02/27  06:12:11
65051         Log: Subject: [perl-current] EPOC 
65052              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65053              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
65054              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
65055      Branch: perl
65056            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
65057            ! epoc/epocish.c epoc/epocish.h pp_sys.c
65058 ____________________________________________________________________________
65059 [  8955] By: jhi                                   on 2001/02/27  05:59:50
65060         Log: Subject: Re: Compile with perlcc..
65061              From: Edward Peschko <edwardp@excitehome.net>
65062              Date: Mon, 26 Feb 2001 18:51:58 -0800
65063              Message-ID: <20010226185158.A9871@excitehome.net>
65064              
65065              plus add a simple usage message if no arguments given.
65066      Branch: perl
65067            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
65068            ! utils/Makefile utils/perlcc.PL win32/pod.mak
65069 ____________________________________________________________________________
65070 [  8954] By: nick                                  on 2001/02/26  21:02:59
65071         Log: Integrate mainline
65072      Branch: perlio
65073           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
65074           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
65075           !> t/op/sprintf.t
65076 ____________________________________________________________________________
65077 [  8953] By: jhi                                   on 2001/02/26  14:43:54
65078         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
65079              From: Nicholas Clark <nick@ccl4.org>
65080              Date: Mon, 26 Feb 2001 00:42:07 +0000
65081              Message-ID: <20010226004207.F23333@plum.flirble.org>
65082      Branch: perl
65083            ! pp_ctl.c
65084 ____________________________________________________________________________
65085 [  8952] By: jhi                                   on 2001/02/26  14:42:13
65086         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
65087              From: Simon Cozens <simon@netthink.co.uk>
65088              Date: Mon, 26 Feb 2001 12:23:48 +0000
65089              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
65090      Branch: perl
65091            ! pod/perlguts.pod
65092 ____________________________________________________________________________
65093 [  8951] By: jhi                                   on 2001/02/26  14:39:15
65094         Log: Subject: [PATCH] perlio - unknown layer
65095              From: Nicholas Clark <nick@ccl4.org>
65096              Date: Mon, 26 Feb 2001 00:27:19 +0000
65097              Message-ID: <20010226002719.E23333@plum.flirble.org>
65098      Branch: perl
65099            ! perlio.c
65100 ____________________________________________________________________________
65101 [  8950] By: jhi                                   on 2001/02/26  14:38:04
65102         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
65103              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
65104              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
65105              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
65106      Branch: perl
65107            ! t/op/bop.t
65108 ____________________________________________________________________________
65109 [  8949] By: jhi                                   on 2001/02/26  14:37:07
65110         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
65111              From: Peter Prymmer <pvhp@forte.com>
65112              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
65113              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
65114      Branch: perl
65115            ! lib/Test.pm
65116 ____________________________________________________________________________
65117 [  8948] By: jhi                                   on 2001/02/26  14:35:53
65118         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
65119              From: Radu Greab <radu@netsoft.ro>
65120              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
65121              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
65122      Branch: perl
65123            ! pod/perlop.pod
65124 ____________________________________________________________________________
65125 [  8947] By: jhi                                   on 2001/02/26  14:34:46
65126         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
65127              From: David Mitchell <davem@fdgroup.co.uk>
65128              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
65129              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
65130      Branch: perl
65131            ! run.c
65132 ____________________________________________________________________________
65133 [  8946] By: jhi                                   on 2001/02/26  14:32:37
65134         Log: Subject: Modified README.bs2000 
65135              From: Dorner Thomas <Thomas.Dorner@start.de>
65136              Date: Mon, 26 Feb 2001 09:22:17 +0100
65137              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
65138      Branch: perl
65139            ! README.bs2000
65140 ____________________________________________________________________________
65141 [  8945] By: jhi                                   on 2001/02/26  14:19:53
65142         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
65143              to maintperl, listing the known failures on the tests 129 and 130.
65144      Branch: maint-5.6/perl
65145           !> t/op/sprintf.t
65146 ____________________________________________________________________________
65147 [  8944] By: jhi                                   on 2001/02/26  14:14:15
65148         Log: Add more known sprintf failures.
65149      Branch: perl
65150            ! t/op/sprintf.t
65151 ____________________________________________________________________________
65152 [  8943] By: jhi                                   on 2001/02/26  13:56:22
65153         Log: perlglob.exe needs to be found in Win32, patch from
65154              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
65155              which needs external glob at mini-perl time."
65156      Branch: perl
65157            ! ext/Encode/compile
65158 ____________________________________________________________________________
65159 [  8942] By: jhi                                   on 2001/02/26  13:52:19
65160         Log: A missing dTHX from Vadim Konovalov.
65161      Branch: perl
65162            ! perlio.c
65163 ____________________________________________________________________________
65164 [  8941] By: jhi                                   on 2001/02/26  13:37:05
65165         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
65166      Branch: perl
65167            ! op.c
65168 ____________________________________________________________________________
65169 [  8940] By: jhi                                   on 2001/02/26  13:35:40
65170         Log: Integrate perlio:
65171              
65172              [  8938]
65173              Encode implementations docs.
65174      Branch: perl
65175           !> ext/Encode/Encode.pm
65176 ____________________________________________________________________________
65177 [  8939] By: nick                                  on 2001/02/25  23:47:09
65178         Log: Integrate mainline.
65179      Branch: perlio
65180           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
65181           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
65182 ____________________________________________________________________________
65183 [  8938] By: nick                                  on 2001/02/25  19:36:28
65184         Log: Encode implementations docs.
65185      Branch: perlio
65186            ! ext/Encode/Encode.pm
65187 ____________________________________________________________________________
65188 [  8937] By: jhi                                   on 2001/02/25  19:26:16
65189         Log: Script wasn't aligned with reality.
65190      Branch: perl
65191            ! t/pod/find.t
65192 ____________________________________________________________________________
65193 [  8936] By: jhi                                   on 2001/02/25  18:54:55
65194         Log: Update Changes.
65195      Branch: perl
65196            ! Changes patchlevel.h
65197 ____________________________________________________________________________
65198 [  8935] By: jhi                                   on 2001/02/25  18:46:36
65199         Log: Retract #8929,8930,8932,8933 for now.
65200      Branch: perl
65201            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
65202 ____________________________________________________________________________
65203 [  8934] By: jhi                                   on 2001/02/25  17:34:35
65204         Log: Integrate perlio:
65205              
65206              [  8927]
65207              Change method names in Encode implementation classes to something
65208              less confusing (preparing to "go public").
65209              
65210              [  8926]
65211              GCC __atribute__ / printf fix
65212              
65213              [  8925]
65214              Checked in the wrong one ...
65215              
65216              [  8923]
65217              Encode API documentation nd tidy up.
65218              Minor additions to test.
65219              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
65220              Adds STRLEN to standard typemap.
65221      Branch: perl
65222           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
65223           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
65224           !> t/lib/encode.t
65225 ____________________________________________________________________________
65226 [  8933] By: jhi                                   on 2001/02/25  17:33:12
65227         Log: (Retracted by #8395.)
65228              
65229              Slight tweaks in scan_const(), not fixes yet, it seems like
65230              lots of work remains to be done...
65231      Branch: perl
65232            ! toke.c
65233 ____________________________________________________________________________
65234 [  8932] By: jhi                                   on 2001/02/25  17:27:11
65235         Log: (Retracted by #8395.)
65236              
65237              Missing from #8930.
65238      Branch: perl
65239            ! perl.h
65240 ____________________________________________________________________________
65241 [  8931] By: jhi                                   on 2001/02/25  17:26:19
65242         Log: A comment tweak.
65243      Branch: perl
65244            ! utf8.c
65245 ____________________________________________________________________________
65246 [  8930] By: jhi                                   on 2001/02/25  17:25:47
65247         Log: (Retracted by #8395.)
65248              
65249              Attempt to fix the EBCDIC character range problem with //.
65250      Branch: perl
65251            ! regcomp.c
65252 ____________________________________________________________________________
65253 [  8929] By: jhi                                   on 2001/02/25  17:23:45
65254         Log: (Retracted by #8395.)
65255              
65256              Expand the EBCDIC character range tests, and add few nasty
65257              tr tests from Karsten Sperling.
65258      Branch: perl
65259            ! t/op/pat.t t/op/tr.t
65260 ____________________________________________________________________________
65261 [  8928] By: jhi                                   on 2001/02/25  17:18:49
65262         Log: Missing check-in.
65263      Branch: perl
65264            ! lib/Pod/Find.pm
65265 ____________________________________________________________________________
65266 [  8927] By: nick                                  on 2001/02/25  11:30:22
65267         Log: Change method names in Encode implementation classes to something
65268              less confusing (preparing to "go public").
65269      Branch: perlio
65270            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
65271 ____________________________________________________________________________
65272 [  8926] By: nick                                  on 2001/02/25  10:53:24
65273         Log: GCC __atribute__ / printf fix
65274      Branch: perlio
65275            ! perl.h
65276 ____________________________________________________________________________
65277 [  8925] By: nick                                  on 2001/02/25  10:52:25
65278         Log: Checked in the wrong one ...
65279      Branch: perlio
65280            ! ext/Encode/Encode.pm
65281 ____________________________________________________________________________
65282 [  8924] By: nick                                  on 2001/02/24  18:46:51
65283         Log: Integrate mainline - to see what Jarkko has in ...
65284      Branch: perlio
65285           +> t/pod/testpods/lib/Pod/Stuff.pm
65286           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
65287 ____________________________________________________________________________
65288 [  8923] By: nick                                  on 2001/02/24  17:05:23
65289         Log: Encode API documentation nd tidy up.
65290              Minor additions to test.
65291              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
65292              Adds STRLEN to standard typemap.
65293      Branch: perlio
65294            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
65295            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
65296 ____________________________________________________________________________
65297 [  8922] By: jhi                                   on 2001/02/24  16:38:12
65298         Log: Add a test for the "character range should match in EBCDIC
65299              if specified using explicit numerics" bug found by Karsten
65300              Sperling.
65301      Branch: perl
65302            ! t/op/pat.t
65303 ____________________________________________________________________________
65304 [  8921] By: jhi                                   on 2001/02/24  16:30:16
65305         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
65306              From: schwern@pobox.com
65307              Date: Fri, 23 Feb 2001 03:21:37 -0500
65308              Message-ID: <20010223032137.A26022@magnonel.guild.net>
65309              
65310              plus Charles Lane's fixes, plus tweaks.
65311      Branch: perl
65312            + t/pod/testpods/lib/Pod/Stuff.pm
65313            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
65314 ____________________________________________________________________________
65315 [  8920] By: nick                                  on 2001/02/24  10:30:11
65316         Log: Integrate mainline
65317      Branch: perlio
65318           !> (integrate 33 files)
65319 ____________________________________________________________________________
65320 [  8919] By: jhi                                   on 2001/02/24  00:23:35
65321         Log: Subject: Re: I'm losing the war...
65322              From: "Vadim Konovalov" <watman@inbox.ru>
65323              Date: Sat, 24 Feb 2001 00:10:14 +0300
65324              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
65325              
65326              hv_store() not working correctly in ENV_IS_CASELESS case.
65327      Branch: perl
65328            ! hv.c
65329 ____________________________________________________________________________
65330 [  8918] By: jhi                                   on 2001/02/24  00:20:09
65331         Log: Subject: Re: [PATCH] fix for charnames above FFFF
65332              From: andreas.koenig@anima.de (Andreas J. Koenig)
65333              Date: 23 Feb 2001 02:39:03 +0100
65334              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
65335              
65336              A further efficiency tweak.
65337      Branch: perl
65338            ! lib/charnames.pm
65339 ____________________________________________________________________________
65340 [  8917] By: jhi                                   on 2001/02/23  20:27:51
65341         Log: Integrate change #8916 from mainline,
65342              do away with USE_WIN32_RTL_ENV.
65343      Branch: maint-5.6/perl
65344           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
65345 ____________________________________________________________________________
65346 [  8916] By: jhi                                   on 2001/02/23  20:02:25
65347         Log: Abolish USE_WIN32_RTL_ENV.
65348      Branch: perl
65349            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
65350 ____________________________________________________________________________
65351 [  8915] By: jhi                                   on 2001/02/23  19:36:00
65352         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
65353              later protected by some #define.
65354      Branch: perl
65355            ! gv.c
65356 ____________________________________________________________________________
65357 [  8914] By: jhi                                   on 2001/02/23  19:31:38
65358         Log: Retract #8902 for now, requested by Charles Lane, the correct
65359              fix will be something else.
65360      Branch: perl
65361            ! op.c
65362 ____________________________________________________________________________
65363 [  8913] By: jhi                                   on 2001/02/23  19:11:36
65364         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
65365              From: Peter Prymmer <pvhp@forte.com>
65366              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
65367              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
65368      Branch: perl
65369            ! t/op/lex_assign.t
65370 ____________________________________________________________________________
65371 [  8912] By: jhi                                   on 2001/02/23  18:38:20
65372         Log: Subject: [patch] perlio + useithreads
65373              From: Doug MacEachern <dougm@covalent.net>
65374              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
65375              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
65376              
65377              Gets things running but not complete.
65378      Branch: perl
65379            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
65380 ____________________________________________________________________________
65381 [  8911] By: jhi                                   on 2001/02/23  04:20:02
65382         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
65383              
65384              Duplicated environment freeing, File::Temp 0.12,
65385              op/append portability (EBCDIC) tweak.
65386      Branch: maint-5.6/perl
65387           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65388           !> t/op/append.t
65389 ____________________________________________________________________________
65390 [  8910] By: jhi                                   on 2001/02/23  02:07:33
65391         Log: Integrate change #8909 from mainline, a better Borland
65392              putenv() workaround.
65393      Branch: maint-5.6/perl
65394           !> perl.c
65395 ____________________________________________________________________________
65396 [  8909] By: jhi                                   on 2001/02/23  02:05:46
65397         Log: A better workaround for Borland putenv() brokenness from Sarathy.
65398      Branch: perl
65399            ! perl.c
65400 ____________________________________________________________________________
65401 [  8908] By: jhi                                   on 2001/02/23  02:04:14
65402         Log: Subject: fix for parameter -Dm (for perl@8867)
65403              From: "Vadim Konovalov" <watman@inbox.ru>
65404              Date: Thu, 22 Feb 2001 17:30:12 +0300
65405              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
65406      Branch: perl
65407            ! perl.h
65408 ____________________________________________________________________________
65409 [  8907] By: jhi                                   on 2001/02/23  01:58:20
65410         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
65411              From: Peter Prymmer <pvhp@forte.com>
65412              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
65413              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
65414      Branch: perl
65415            ! t/op/append.t
65416 ____________________________________________________________________________
65417 [  8906] By: jhi                                   on 2001/02/23  01:48:34
65418         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
65419      Branch: perl
65420            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65421 ____________________________________________________________________________
65422 [  8905] By: jhi                                   on 2001/02/23  01:43:30
65423         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
65424              From: Peter Prymmer <pvhp@forte.com>
65425              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
65426              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
65427      Branch: perl
65428            ! t/lib/st-06compat.t
65429 ____________________________________________________________________________
65430 [  8904] By: jhi                                   on 2001/02/23  01:42:39
65431         Log: Metaconfig unit change for #8903.
65432      Branch: metaconfig/U/perl
65433            ! Devel.U
65434 ____________________________________________________________________________
65435 [  8903] By: jhi                                   on 2001/02/23  01:42:12
65436         Log: Be more helpful for devel builders, suggested by John L. Allen.
65437      Branch: perl
65438            ! Configure
65439 ____________________________________________________________________________
65440 [  8902] By: jhi                                   on 2001/02/23  01:37:41
65441         Log: (Retracted by #8914)
65442              (Wrongly, reinstated by #8941)
65443              
65444              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
65445              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65446              Date:     Thu, 22 Feb 2001 09:43:57 EST
65447              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
65448      Branch: perl
65449            ! op.c
65450 ____________________________________________________________________________
65451 [  8901] By: jhi                                   on 2001/02/23  01:20:32
65452         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
65453              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65454              Date:     Thu, 22 Feb 2001 08:01:35 EST
65455              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
65456      Branch: perl
65457            ! malloc.c
65458 ____________________________________________________________________________
65459 [  8900] By: jhi                                   on 2001/02/23  01:18:02
65460         Log: Integrate changes #8898,8899 from mainline, environ handling.
65461      Branch: maint-5.6/perl
65462           !> perl.c
65463 ____________________________________________________________________________
65464 [  8899] By: jhi                                   on 2001/02/23  01:16:25
65465         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
65466              putenv() is not to be relied on, they are either broken or leaky
65467              or both.)
65468      Branch: perl
65469            ! perl.c
65470 ____________________________________________________________________________
65471 [  8898] By: jhi                                   on 2001/02/22  23:36:59
65472         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
65473              and safesysfree() must be used.
65474      Branch: perl
65475            ! perl.c
65476 ____________________________________________________________________________
65477 [  8897] By: jhi                                   on 2001/02/22  23:25:45
65478         Log: With environ one must use safesysmalloc()/safesysfree().
65479      Branch: perl
65480            ! perl.c
65481 ____________________________________________________________________________
65482 [  8896] By: jhi                                   on 2001/02/22  22:13:18
65483         Log: If we have a duplicated environment free it
65484              if PERL_DESTRUCT_LEVEL.
65485      Branch: perl
65486            ! perl.c
65487 ____________________________________________________________________________
65488 [  8895] By: alanbur                               on 2001/02/22  19:31:57
65489         Log: Synchronised with parent
65490      Branch: maint-5.6/pureperl
65491           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
65492 ____________________________________________________________________________
65493 [  8894] By: gsar                                  on 2001/02/22  19:06:18
65494         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
65495              
65496              fix memory leak in method call optimization (change#3768);
65497              made C<eval "$x->foo()"> leak
65498              
65499              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
65500      Branch: maint-5.6/perl
65501           !> op.c
65502 ____________________________________________________________________________
65503 [  8893] By: jhi                                   on 2001/02/22  18:35:27
65504         Log: (Retracted by #8915.)
65505              
65506              Third Degree finding:
65507              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
65508      Branch: perl
65509            ! gv.c
65510 ____________________________________________________________________________
65511 [  8892] By: jhi                                   on 2001/02/22  14:28:32
65512         Log: Update Changes.
65513      Branch: perl
65514            ! Changes patchlevel.h
65515 ____________________________________________________________________________
65516 [  8891] By: jhi                                   on 2001/02/22  13:22:45
65517         Log: Metaconfig unit changes for #8890.
65518      Branch: metaconfig
65519            ! U/modified/Cppsym.U U/threads/archname.U
65520 ____________________________________________________________________________
65521 [  8890] By: jhi                                   on 2001/02/22  13:22:12
65522         Log: Add -stdio to the archname if no perlio selected,
65523              no -perlio added since that is now the default.
65524              
65525              Add few CPUs/architectures to the Cppsym scan.
65526      Branch: perl
65527            ! Configure config_h.SH
65528 ____________________________________________________________________________
65529 [  8889] By: jhi                                   on 2001/02/22  13:05:59
65530         Log: Metaconfig unit change for #8888.
65531      Branch: metaconfig/U/perl
65532            ! useperlio.U
65533 ____________________________________________________________________________
65534 [  8888] By: jhi                                   on 2001/02/22  13:05:28
65535         Log: *drum roll*  Make perlio the default.
65536      Branch: perl
65537            ! Configure config_h.SH
65538 ____________________________________________________________________________
65539 [  8887] By: jhi                                   on 2001/02/22  12:50:52
65540         Log: Integrate change #8665 from maintperl to mainline,
65541              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
65542      Branch: perl
65543           !> ext/POSIX/POSIX.xs
65544 ____________________________________________________________________________
65545 [  8886] By: jhi                                   on 2001/02/22  12:49:24
65546         Log: Integrate changes #8883,8884 from mainline to maintperl.
65547              
65548              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
65549              Subject: Re: File::Temp::_gettemp warning
65550      Branch: maint-5.6/perl
65551           !> embed.h embed.pl lib/File/Temp.pm
65552 ____________________________________________________________________________
65553 [  8885] By: jhi                                   on 2001/02/22  12:43:59
65554         Log: Based on
65555              
65556              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
65557              From: schwab@suse.de
65558              Date: Thu, 22 Feb 2001 13:08:09 +0100
65559              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
65560              
65561              but the fix done slightly differently because the other
65562              half was already done in #8664.
65563      Branch: maint-5.6/perl
65564            ! ext/POSIX/POSIX.xs
65565 ____________________________________________________________________________
65566 [  8884] By: jhi                                   on 2001/02/22  12:37:15
65567         Log: Subject: Re: File::Temp::_gettemp warning
65568              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65569              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
65570              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
65571              
65572              This patch to File::Temp does two things:
65573              
65574              1. Fixes the problem with CGI::Carp when determining
65575              the Fcntl constants
65576              
65577              2. Removes most of the carps and consolidates them so that all the
65578              reasons are included in a single die that is caught by the test. This
65579              means that the correct skipping behaviour is displayed by the test.
65580      Branch: perl
65581            ! lib/File/Temp.pm
65582 ____________________________________________________________________________
65583 [  8883] By: jhi                                   on 2001/02/22  12:29:19
65584         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
65585              From: Peter Prymmer <pvhp@forte.com>
65586              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
65587              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
65588      Branch: perl
65589            ! embed.h embed.pl
65590 ____________________________________________________________________________
65591 [  8882] By: jhi                                   on 2001/02/21  19:41:33
65592         Log: Integrate change #8881 from mainlin to maintperl.
65593              
65594              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
65595      Branch: maint-5.6/perl
65596           !> op.c
65597 ____________________________________________________________________________
65598 [  8881] By: jhi                                   on 2001/02/21  19:38:57
65599         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
65600              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65601              Date:     Wed, 21 Feb 2001 13:08:03 EST
65602              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
65603      Branch: perl
65604            ! op.c
65605 ____________________________________________________________________________
65606 [  8880] By: jhi                                   on 2001/02/21  19:34:34
65607         Log: Retract #8875, cannot let go of the old semantics of unpack U
65608              without rethinking utf8decode.t.
65609      Branch: perl
65610            ! pp.c t/op/pack.t
65611 ____________________________________________________________________________
65612 [  8879] By: jhi                                   on 2001/02/21  19:08:02
65613         Log: Run run/*.t also in minitest.
65614      Branch: perl
65615            ! Makefile.SH
65616 ____________________________________________________________________________
65617 [  8878] By: nick                                  on 2001/02/21  18:55:37
65618         Log: Integrate mainline
65619      Branch: perlio
65620           !> (integrate 76 files)
65621 ____________________________________________________________________________
65622 [  8877] By: jhi                                   on 2001/02/21  15:09:33
65623         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
65624      Branch: metaconfig
65625            ! U/compline/nblock_io.U
65626      Branch: perl
65627            ! Configure config_h.SH
65628 ____________________________________________________________________________
65629 [  8876] By: jhi                                   on 2001/02/21  14:54:45
65630         Log: If no sfio, no -lsfio.
65631      Branch: metaconfig/U/perl
65632            ! d_sfio.U
65633      Branch: perl
65634            ! Configure config_h.SH
65635 ____________________________________________________________________________
65636 [  8875] By: jhi                                   on 2001/02/21  14:54:00
65637         Log: Make unpack C and unpack U truly equivalent.
65638      Branch: perl
65639            ! pp.c t/op/pack.t
65640 ____________________________________________________________________________
65641 [  8874] By: jhi                                   on 2001/02/21  14:26:02
65642         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
65643              From: Peter Prymmer <pvhp@forte.com>
65644              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
65645              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
65646      Branch: perl
65647            ! pod/perlport.pod
65648 ____________________________________________________________________________
65649 [  8873] By: jhi                                   on 2001/02/21  14:24:31
65650         Log: Subject: [PATCH] fix for charnames above FFFF
65651              From: andreas.koenig@anima.de (Andreas J. Koenig)
65652              Date: 21 Feb 2001 07:05:45 +0100
65653              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
65654      Branch: perl
65655            ! lib/charnames.pm t/lib/charnames.t
65656 ____________________________________________________________________________
65657 [  8872] By: jhi                                   on 2001/02/21  14:15:25
65658         Log: Integrate change #8868 from pureperl to mainline.
65659              
65660              Fixed reference count loop caused by sv_magic.
65661      Branch: perl
65662           !> sv.c
65663 ____________________________________________________________________________
65664 [  8871] By: jhi                                   on 2001/02/21  14:07:29
65665         Log: Integrate change #8868 from pureperl to maintperl.
65666              
65667              Fixed reference count loop caused by sv_magic.
65668      Branch: maint-5.6/perl
65669           !> sv.c
65670 ____________________________________________________________________________
65671 [  8870] By: jhi                                   on 2001/02/21  14:04:41
65672         Log: Put back the #8840, it was innocent.
65673      Branch: perl
65674            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65675            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65676 ____________________________________________________________________________
65677 [  8869] By: jhi                                   on 2001/02/21  14:00:03
65678         Log: unpack("C", ...) was left slightly unfinished by #8865.
65679      Branch: perl
65680            ! pp.c t/op/pack.t
65681 ____________________________________________________________________________
65682 [  8868] By: alanbur                               on 2001/02/21  01:33:45
65683         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
65684              from gv_fetchpv to create single-character magic variables (e.g. $!),
65685              and it is passed a sv and the gv that contains the sv as the mg_obj
65686              value.  When sv_magic stores the mg_obj pointer it increments the gv
65687              refcount, thus causing a sv-gv pair that can't be freed.  There is
65688              already a check for sv == obj which is used to prevent such reference
65689              loops.  This change extends the check to cover the case described above.
65690      Branch: maint-5.6/pureperl
65691            ! sv.c
65692 ____________________________________________________________________________
65693 [  8867] By: jhi                                   on 2001/02/21  00:52:39
65694         Log: Update Changes.
65695      Branch: perl
65696            ! Changes patchlevel.h
65697 ____________________________________________________________________________
65698 [  8866] By: jhi                                   on 2001/02/21  00:34:20
65699         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
65700              (Note: there were some conflicts due to EBCDIC and EPOC
65701              patches, in general I preferred the repository code.)
65702              (When 2.753 comes out, we need to synchronize.)
65703      Branch: perl
65704            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
65705            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
65706            ! t/lib/cgi-html.t
65707 ____________________________________________________________________________
65708 [  8865] By: jhi                                   on 2001/02/21  00:24:22
65709         Log: Make pack("C", 0x100) to create Unicode, unless under the
65710              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
65711              will understand Unicode, unless you under know what.
65712      Branch: perl
65713            ! pp.c t/op/pack.t t/op/qu.t
65714 ____________________________________________________________________________
65715 [  8864] By: alanbur                               on 2001/02/20  22:35:34
65716         Log: Resynchronised with parent
65717      Branch: maint-5.6/pureperl
65718           !> README.win32 ext/GDBM_File/GDBM_File.pm
65719           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
65720           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
65721           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
65722           !> t/lib/sdbm.t util.c
65723 ____________________________________________________________________________
65724 [  8863] By: jhi                                   on 2001/02/20  20:55:11
65725         Log: Integrate change #8860,8861 from mainline into maintperl.
65726              
65727              "pseudo-literal j"
65728              
65729              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
65730      Branch: maint-5.6/perl
65731           !> lib/Test.pm pod/perlop.pod
65732 ____________________________________________________________________________
65733 [  8862] By: jhi                                   on 2001/02/20  20:30:07
65734         Log: Don't do casting between pointers pointing to differently sized
65735              integers.
65736      Branch: perl
65737            ! hv.c sv.c
65738 ____________________________________________________________________________
65739 [  8861] By: jhi                                   on 2001/02/20  19:53:44
65740         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
65741              From: Peter Prymmer <pvhp@forte.com>
65742              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
65743              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
65744      Branch: perl
65745            ! lib/Test.pm
65746 ____________________________________________________________________________
65747 [  8860] By: jhi                                   on 2001/02/20  19:48:02
65748         Log: "pseudo-literal j", a documentation glitch reported to Debian.
65749              The text recovered from Perl 5.005_03, and pseudo-literal replaced
65750              by "backtick string".
65751      Branch: perl
65752            ! pod/perlop.pod
65753 ____________________________________________________________________________
65754 [  8859] By: jhi                                   on 2001/02/20  19:15:46
65755         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
65756              from Chris Nandor.
65757      Branch: perl
65758            ! makedef.pl
65759 ____________________________________________________________________________
65760 [  8858] By: jhi                                   on 2001/02/20  17:36:53
65761         Log: Integrate pureperl changes #8844,8845,8850 to mainline
65762              (via maintperl #8855).
65763              
65764              Fixed %^H scoping bug
65765              
65766              Removed GV <-> CV refcount loop
65767              
65768              Removed %ENV refcount loop
65769      Branch: perl
65770           !> gv.c op.c perl.c pp.c scope.c
65771 ____________________________________________________________________________
65772 [  8857] By: jhi                                   on 2001/02/20  17:34:32
65773         Log: Integrate changes #8853,8854 from maintperl to mainline.
65774              
65775              EBDIC fixes, README.win32 Borland update.
65776      Branch: perl
65777           !> README.win32 handy.h util.c
65778 ____________________________________________________________________________
65779 [  8856] By: jhi                                   on 2001/02/20  17:33:16
65780         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
65781      Branch: maint-5.6/perl
65782           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65783           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65784           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65785 ____________________________________________________________________________
65786 [  8855] By: jhi                                   on 2001/02/20  17:32:13
65787         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
65788              
65789              Fixed %^H scoping bug
65790              
65791              Removed GV <-> CV refcount loop
65792              
65793              Removed %ENV refcount loop
65794      Branch: maint-5.6/perl
65795           !> gv.c op.c perl.c pp.c scope.c
65796 ____________________________________________________________________________
65797 [  8854] By: jhi                                   on 2001/02/20  17:25:06
65798         Log: Subject: Addition to readme.win32 for Borland C++ compilers
65799              Date: Tue, 20 Feb 2001 02:15:25 +0300
65800              From: "Vadim Konovalov" <watman@inbox.ru>
65801              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
65802              
65803              Document Borland compiler misbehaviour.
65804      Branch: maint-5.6/perl
65805            ! README.win32
65806 ____________________________________________________________________________
65807 [  8853] By: jhi                                   on 2001/02/20  17:22:25
65808         Log: The assimilation of ebcdic.c didn't quite work at the first try,
65809              patches from Thomas Dorner.
65810      Branch: maint-5.6/perl
65811            ! handy.h util.c
65812 ____________________________________________________________________________
65813 [  8852] By: jhi                                   on 2001/02/20  17:20:15
65814         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
65815              From: Chris Nandor <pudge@pobox.com>
65816              Date: Tue, 20 Feb 2001 08:32:45 -0500
65817              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
65818      Branch: maint-5.6/perl
65819            ! makedef.pl mg.c
65820 ____________________________________________________________________________
65821 [  8851] By: jhi                                   on 2001/02/20  17:15:52
65822         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
65823      Branch: perl
65824            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
65825            ! t/lib/filter-util.t
65826 ____________________________________________________________________________
65827 [  8850] By: alanbur                               on 2001/02/20  17:12:40
65828         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
65829              and the magic pointer points back to the GV that contains the
65830              %ENV hash.  This creates a refcount loop that prevents members
65831              of %ENV from being freed correctly.  This change removes the
65832              refcount loop - the magic pointer was never used anyway, the
65833              only use of the magic was to check the type ('E') so that the
65834              appropriate environment manipulation code is called when %ENV
65835              is modified.
65836      Branch: maint-5.6/pureperl
65837            ! perl.c
65838 ____________________________________________________________________________
65839 [  8849] By: jhi                                   on 2001/02/20  17:12:20
65840         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
65841              From: "Craig A. Berry" <craigberry@mac.com>
65842              Date: Mon, 19 Feb 2001 23:36:12 -0600
65843              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
65844              
65845              Case-forgiving systems match TestInit.pm with TES*.
65846      Branch: perl
65847            ! t/lib/glob-basic.t
65848 ____________________________________________________________________________
65849 [  8848] By: jhi                                   on 2001/02/20  17:10:02
65850         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
65851      Branch: perl
65852            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65853            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65854            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65855 ____________________________________________________________________________
65856 [  8847] By: jhi                                   on 2001/02/20  15:34:41
65857         Log: The #8843 wasn't quite right: %Config needs to imported.
65858      Branch: perl
65859            ! t/run/runenv.t
65860 ____________________________________________________________________________
65861 [  8846] By: jhi                                   on 2001/02/20  15:31:50
65862         Log: Retract the #8838 and #8840 for now because of
65863              the DB_File tie problem.
65864      Branch: perl
65865            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
65866            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
65867            ! proto.h sv.c
65868 ____________________________________________________________________________
65869 [  8845] By: alanbur                               on 2001/02/20  14:25:41
65870         Log: Removed GV <-> CV refcount loop
65871              CvGV(mycv) points to the parent GV of the CV, and was previously
65872              refcounted.  The pointer remains, but the refcounting has been removed
65873              as it causes a refcount loop between the CV and GV that means the CV
65874              can't ever be deleted.
65875      Branch: maint-5.6/pureperl
65876            ! gv.c op.c pp.c
65877 ____________________________________________________________________________
65878 [  8844] By: alanbur                               on 2001/02/20  14:23:13
65879         Log: Fixed %^H scoping bug
65880      Branch: maint-5.6/pureperl
65881            ! scope.c
65882 ____________________________________________________________________________
65883 [  8843] By: jhi                                   on 2001/02/19  13:38:08
65884         Log: fork() not everywhere, cleanup temp files.
65885      Branch: perl
65886            ! t/run/runenv.t
65887 ____________________________________________________________________________
65888 [  8842] By: alanbur                               on 2001/02/19  12:42:07
65889         Log: Resynchronised with parent
65890      Branch: maint-5.6/pureperl
65891           !> pod/perlfaq4.pod sv.c utf8.c
65892 ____________________________________________________________________________
65893 [  8841] By: jhi                                   on 2001/02/19  03:35:51
65894         Log: Update Changes.
65895      Branch: perl
65896            ! Changes patchlevel.h
65897 ____________________________________________________________________________
65898 [  8840] By: jhi                                   on 2001/02/19  00:23:41
65899         Log: Subject: [patch] add sv_setref_uv
65900              From: Doug MacEachern <dougm@covalent.net>
65901              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
65902              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
65903      Branch: perl
65904            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65905            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65906 ____________________________________________________________________________
65907 [  8839] By: jhi                                   on 2001/02/19  00:01:38
65908         Log: Put to rest the 20010205.001, the email address checking (not) regex.
65909      Branch: perl
65910            ! pod/perlfaq9.pod
65911 ____________________________________________________________________________
65912 [  8838] By: jhi                                   on 2001/02/18  22:17:54
65913         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
65914              From: Doug MacEachern <dougm@covalent.net>
65915              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
65916              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
65917      Branch: perl
65918            ! lib/ExtUtils/xsubpp
65919 ____________________________________________________________________________
65920 [  8837] By: jhi                                   on 2001/02/18  22:16:50
65921         Log: Subject: [patch] -Wall cleanup round 2
65922              From: Doug MacEachern <dougm@covalent.net>
65923              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
65924              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
65925      Branch: perl
65926            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
65927            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
65928            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
65929            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
65930            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
65931            ! ext/SDBM_File/SDBM_File.xs
65932 ____________________________________________________________________________
65933 [  8836] By: jhi                                   on 2001/02/18  22:11:20
65934         Log: Misapplied regex optimizations when \C is present.
65935              Fixes 20001230.002.
65936              
65937              What still remains broken is that the submatches that
65938              have \C in them get their UTF8 flag on because their
65939              parent SV has it on.  This will result in malformed
65940              UTF8 if a \C happened to match a non-ASCII byte.
65941      Branch: perl
65942            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
65943            ! t/pragma/utf8.t
65944 ____________________________________________________________________________
65945 [  8835] By: jhi                                   on 2001/02/18  20:12:02
65946         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
65947              
65948              The hash key got wrongly UTF8fied.
65949      Branch: perl
65950            ! pod/perlapi.pod toke.c utf8.c
65951 ____________________________________________________________________________
65952 [  8834] By: jhi                                   on 2001/02/18  19:44:25
65953         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
65954              don't warn on magical or overloaded things.
65955      Branch: perl
65956            ! pp_hot.c
65957 ____________________________________________________________________________
65958 [  8833] By: nick                                  on 2001/02/18  19:31:22
65959         Log: Integrate mainline
65960      Branch: perlio
65961           +> t/TestInit.pm t/run/runenv.t
65962            - t/UTEST
65963           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
65964           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
65965           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
65966           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
65967           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65968           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
65969           !> utf8.c
65970 ____________________________________________________________________________
65971 [  8832] By: jhi                                   on 2001/02/18  19:21:18
65972         Log: Integrate perlio:
65973              
65974              [  8830]
65975              Apply the spirit of patch from Nick Clark:
65976              Subject: [PATCH] Re: extensions that provide layers
65977              From: Nicholas Clark <nick@ccl4.org>
65978              Date: Mon, 12 Feb 2001 16:43:51 +0000
65979              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65980      Branch: perl
65981           !> perlio.c pod/perldiag.pod
65982 ____________________________________________________________________________
65983 [  8831] By: jhi                                   on 2001/02/18  19:14:20
65984         Log: Integrate change #8827 from mainline.
65985              
65986              UTF8 tweaks.
65987      Branch: maint-5.6/perl
65988           !> sv.c utf8.c
65989 ____________________________________________________________________________
65990 [  8830] By: nick                                  on 2001/02/18  19:10:34
65991         Log: Apply the spirit of patch from Nick Clark:
65992              Subject: [PATCH] Re: extensions that provide layers
65993              From: Nicholas Clark <nick@ccl4.org>
65994              Date: Mon, 12 Feb 2001 16:43:51 +0000
65995              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65996      Branch: perlio
65997            ! perlio.c pod/perldiag.pod
65998 ____________________________________________________________________________
65999 [  8829] By: jhi                                   on 2001/02/18  19:03:25
66000         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
66001              From: schwern@pobox.com 
66002              Date: Sun, 18 Feb 2001 13:44:35 -0500
66003              Message-ID: <20010218134435.A17544@magnonel.guild.net>
66004              
66005              Applied, but as t/TestInit.pm.
66006      Branch: perl
66007            + t/TestInit.pm
66008            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
66009            ! t/op/subst_wamp.t
66010 ____________________________________________________________________________
66011 [  8828] By: jhi                                   on 2001/02/18  18:43:52
66012         Log: Integrate perlio:
66013              
66014              [  8826]
66015              Fix [ID 20010217.002]
66016              open FOO, "<:raw:perlio", ...
66017              :raw now inserts default base layer below itself.
66018              Also
66019              open FOO, "<:unix", ...
66020              works as well - but leaves buffer layer on stack under the unix layer.
66021      Branch: perl
66022           !> perlio.c
66023 ____________________________________________________________________________
66024 [  8827] By: jhi                                   on 2001/02/18  18:41:33
66025         Log: UTF-8 tweaks.
66026      Branch: perl
66027            ! sv.c utf8.c
66028 ____________________________________________________________________________
66029 [  8826] By: nick                                  on 2001/02/18  17:40:59
66030         Log: Fix [ID 20010217.002]
66031              open FOO, "<:raw:perlio", ...
66032              :raw now inserts default base layer below itself.
66033              Also
66034              open FOO, "<:unix", ...
66035              works as well - but leaves buffer layer on stack under the unix layer.
66036      Branch: perlio
66037            ! perlio.c
66038 ____________________________________________________________________________
66039 [  8825] By: jhi                                   on 2001/02/18  17:15:39
66040         Log: Integrate perlio:
66041              
66042              [  8820]
66043              Clean up a few core dumps when layers are used in unexpected ways.
66044              (Still not "right"...)
66045      Branch: perl
66046           !> perlio.c perliol.h
66047 ____________________________________________________________________________
66048 [  8824] By: jhi                                   on 2001/02/18  17:10:53
66049         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
66050              From: schwern@pobox.com
66051              Date: Sun, 18 Feb 2001 01:48:50 -0500
66052              Message-ID: <20010218014850.C19957@magnonel.guild.net>
66053      Branch: perl
66054            ! lib/Test/Harness.pm t/TEST t/op/chop.t
66055 ____________________________________________________________________________
66056 [  8823] By: jhi                                   on 2001/02/18  17:01:06
66057         Log: Add run/*.t to testables.
66058      Branch: perl
66059            ! t/TEST
66060 ____________________________________________________________________________
66061 [  8822] By: jhi                                   on 2001/02/18  16:58:58
66062         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
66063              From: schwern@pobox.com
66064              Date: Sun, 18 Feb 2001 01:11:35 -0500
66065              Message-ID: <20010218011135.A19957@magnonel.guild.net>
66066              
66067              Revive mjd's and Simon's PERL5OPT fix.
66068      Branch: perl
66069            + t/run/runenv.t
66070            ! MANIFEST perl.c
66071 ____________________________________________________________________________
66072 [  8821] By: jhi                                   on 2001/02/18  16:53:46
66073         Log: Subject: Re: Why t/TEST and not Test::Harness?
66074              From: schwern@pobox.com
66075              Date: Sat, 17 Feb 2001 22:44:44 -0500
66076              Message-ID: <20010217224444.A6679@magnonel.guild.net>
66077              
66078              Replace UTEST with TEST -utf8.
66079      Branch: perl
66080            - t/UTEST
66081            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
66082            ! t/lib/glob-basic.t
66083 ____________________________________________________________________________
66084 [  8820] By: nick                                  on 2001/02/18  13:06:16
66085         Log: Clean up a few core dumps when layers are used in unexpected ways.
66086              (Still not "right"...)
66087      Branch: perlio
66088            ! perlio.c perliol.h
66089 ____________________________________________________________________________
66090 [  8819] By: jhi                                   on 2001/02/18  02:25:55
66091         Log: Integrate change #8818 from maintperl, a FAQ nit.
66092      Branch: perl
66093           !> pod/perlfaq4.pod
66094 ____________________________________________________________________________
66095 [  8818] By: jhi                                   on 2001/02/18  02:24:50
66096         Log: FAQ nit from Chris Fedde.
66097      Branch: maint-5.6/perl
66098            ! pod/perlfaq4.pod
66099 ____________________________________________________________________________
66100 [  8817] By: nick                                  on 2001/02/17  18:20:14
66101         Log: Integrate mainline
66102      Branch: perlio
66103           +> lib/unicode/UCD.html lib/unicode/Unicode.html
66104           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
66105           +> pod/perlclib.pod
66106            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
66107            - lib/unicode/Unicode.301
66108           !> (integrate 324 files)
66109 ____________________________________________________________________________
66110 [  8816] By: jhi                                   on 2001/02/17  16:56:58
66111         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
66112      Branch: perl
66113            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
66114            ! ext/Storable/Storable.xs t/lib/st-06compat.t
66115            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
66116 ____________________________________________________________________________
66117 [  8815] By: jhi                                   on 2001/02/17  16:40:07
66118         Log: Subject: [patch] -Wall
66119              From: Doug MacEachern <dougm@covalent.net>
66120              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
66121              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
66122      Branch: perl
66123            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
66124            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
66125 ____________________________________________________________________________
66126 [  8814] By: jhi                                   on 2001/02/16  19:27:18
66127         Log: Document qu better.
66128      Branch: perl
66129            ! pod/perlop.pod
66130 ____________________________________________________________________________
66131 [  8813] By: jhi                                   on 2001/02/15  13:54:37
66132         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
66133              From: Hugo <hv@crypt.compulink.co.uk>
66134              Date: Thu, 15 Feb 2001 13:39:49 +0000
66135              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
66136      Branch: perl
66137            ! toke.c
66138 ____________________________________________________________________________
66139 [  8812] By: alanbur                               on 2001/02/15  13:52:16
66140         Log: Resynchronised with parent
66141      Branch: maint-5.6/pureperl
66142            - ebcdic.c
66143           !> (integrate 36 files)
66144 ____________________________________________________________________________
66145 [  8811] By: jhi                                   on 2001/02/15  13:51:16
66146         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
66147              
66148              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
66149              From: Jan Dubois <JanD@ActiveState.com>
66150              Date: Wed, 31 Jan 2001 21:17:03 -0800
66151              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
66152              
66153              tweak change#8659 to keep it simple
66154              
66155              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
66156              From: Russ Allbery <rra@stanford.edu>
66157              Date: 14 Feb 2001 10:15:41 -0800
66158              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
66159              
66160              (8809 empty)
66161              
66162              Upgrade to podlators 1.08, from Russ Allbery.
66163      Branch: perl
66164           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
66165           !> utils/perldoc.PL
66166 ____________________________________________________________________________
66167 [  8810] By: jhi                                   on 2001/02/15  13:35:08
66168         Log: Upgrade to podlators 1.08, from Russ Allbery.
66169      Branch: maint-5.6/perl
66170            ! lib/Pod/Man.pm lib/Pod/Text.pm
66171 ____________________________________________________________________________
66172 [  8809] By: jhi                                   on 2001/02/15  13:26:38
66173         Log: (accidentally empty check-in)
66174      Branch: maint-5.6/perl
66175            ! lib/Test/Harness.pm
66176 ____________________________________________________________________________
66177 [  8808] By: jhi                                   on 2001/02/15  13:23:47
66178         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
66179              From: Russ Allbery <rra@stanford.edu>
66180              Date: 14 Feb 2001 10:15:41 -0800
66181              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
66182              
66183              perldoc was hardcoding $Config{installscript}, which breaks
66184              when install* isn't where Perl ends up (such as with AFS).
66185              
66186              Use $Config{scriptdir} instead.
66187      Branch: maint-5.6/perl
66188            ! utils/perldoc.PL
66189 ____________________________________________________________________________
66190 [  8807] By: jhi                                   on 2001/02/14  14:37:27
66191         Log: Update Changes.
66192      Branch: perl
66193            ! Changes patchlevel.h
66194 ____________________________________________________________________________
66195 [  8806] By: jhi                                   on 2001/02/14  14:25:31
66196         Log: Integrate changes #8803,8804,8805 from mainline.
66197              
66198              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
66199              
66200              Don't skip too much of the locale error message if no environ array,
66201              from Chris Nandor.
66202              
66203              More MacOS Classic fixes from Chris Nandor.
66204      Branch: maint-5.6/perl
66205           !> doop.c lib/Cwd.pm perl.c perl.h util.c
66206 ____________________________________________________________________________
66207 [  8805] By: jhi                                   on 2001/02/14  03:29:01
66208         Log: More MacOS Classic fixes from Chris Nandor.
66209      Branch: perl
66210            ! doop.c lib/Cwd.pm
66211 ____________________________________________________________________________
66212 [  8804] By: jhi                                   on 2001/02/14  03:18:35
66213         Log: Don't skip too much of the locale error message if no environ array,
66214              from Chris Nandor.
66215      Branch: perl
66216            ! util.c
66217 ____________________________________________________________________________
66218 [  8803] By: jhi                                   on 2001/02/14  03:14:14
66219         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
66220      Branch: perl
66221            ! perl.c perl.h
66222 ____________________________________________________________________________
66223 [  8802] By: jhi                                   on 2001/02/13  18:31:33
66224         Log: AUTHORS update.
66225      Branch: perl
66226            ! AUTHORS
66227 ____________________________________________________________________________
66228 [  8801] By: jhi                                   on 2001/02/13  17:55:19
66229         Log: Integrate change #8792 from mainline.
66230              
66231              Subject: buncha MacPerl patches for bleadperl
66232              From: Chris Nandor <pudge@pobox.com>
66233              Date: Tue, 13 Feb 2001 00:02:43 -0500
66234              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
66235      Branch: maint-5.6/perl
66236           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
66237           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
66238           !> t/lib/basename.t toke.c util.h
66239 ____________________________________________________________________________
66240 [  8800] By: jhi                                   on 2001/02/13  17:46:43
66241         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
66242              to be forced to Off_t.
66243              
66244              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
66245              From: nick@ccl4.org
66246              Date: Thu, 1 Feb 2001 12:01:04 +0000
66247              Message-Id: <20010201120103.E11401@plum.flirble.org>
66248      Branch: maint-5.6/perl
66249            ! iperlsys.h perlio.c
66250 ____________________________________________________________________________
66251 [  8799] By: jhi                                   on 2001/02/13  16:52:51
66252         Log: Duplex duplex hunk hunk.
66253      Branch: maint-5.6/perl
66254            ! Makefile.SH
66255 ____________________________________________________________________________
66256 [  8797] By: jhi                                   on 2001/02/13  14:52:04
66257         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
66258              From: "Craig A. Berry" <craigberry@mac.com>
66259              Date: Mon, 12 Feb 2001 11:05:25 -0600
66260              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
66261      Branch: perl
66262            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
66263 ____________________________________________________________________________
66264 [  8796] By: jhi                                   on 2001/02/13  14:36:47
66265         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
66266              From: simon.cozens@pembroke.oxford.ac.uk 
66267              Date: Sat, 10 Feb 2001 17:57:02 +0000
66268              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
66269              
66270              Now it does include.
66271      Branch: perl
66272            ! pod/perldiag.pod
66273 ____________________________________________________________________________
66274 [  8795] By: jhi                                   on 2001/02/13  14:30:11
66275         Log: Sort the MANIFEST.
66276      Branch: perl
66277            ! MANIFEST
66278 ____________________________________________________________________________
66279 [  8794] By: jhi                                   on 2001/02/13  14:26:51
66280         Log: Integrate change #8793 from mainline, FAQ updates.
66281      Branch: maint-5.6/perl
66282           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
66283 ____________________________________________________________________________
66284 [  8793] By: jhi                                   on 2001/02/13  14:25:13
66285         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
66286      Branch: perl
66287            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
66288 ____________________________________________________________________________
66289 [  8792] By: jhi                                   on 2001/02/13  14:22:50
66290         Log: Subject: buncha MacPerl patches for bleadperl
66291              From: Chris Nandor <pudge@pobox.com>
66292              Date: Tue, 13 Feb 2001 00:02:43 -0500
66293              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
66294      Branch: perl
66295            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
66296            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
66297            ! t/lib/basename.t toke.c util.h
66298 ____________________________________________________________________________
66299 [  8791] By: jhi                                   on 2001/02/13  14:10:39
66300         Log: Integrate change #8790 from mainline.
66301              
66302              environ array wrongly assumed in Perl_init_i18nl10n(),
66303      Branch: maint-5.6/perl
66304           !> util.c
66305 ____________________________________________________________________________
66306 [  8790] By: jhi                                   on 2001/02/13  14:06:15
66307         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
66308              noticed by Chris Nandor in MacOS Classic.
66309      Branch: perl
66310            ! util.c
66311 ____________________________________________________________________________
66312 [  8789] By: jhi                                   on 2001/02/13  13:58:07
66313         Log: Integrate changes #8373,8487,8544,8783 from mainline.
66314              
66315              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
66316              hints files, the dynaloading, assimilate ebcdic into util.c.
66317      Branch: maint-5.6/perl
66318            - ebcdic.c
66319            ! MANIFEST hints/posix-bc.sh
66320           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
66321           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
66322           !> perlapi.c proto.h util.c
66323 ____________________________________________________________________________
66324 [  8788] By: alanbur                               on 2001/02/13  10:33:13
66325         Log: Integrated changes from maint-5.6
66326      Branch: maint-5.6/pureperl
66327           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
66328           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
66329           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
66330           !> vos/config.ga.h vos/configure_perl.cm
66331 ____________________________________________________________________________
66332 [  8787] By: jhi                                   on 2001/02/13  05:56:36
66333         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
66334      Branch: perl
66335           !> Makefile.SH
66336 ____________________________________________________________________________
66337 [  8786] By: jhi                                   on 2001/02/13  05:54:34
66338         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
66339              From: Dorner Thomas <Thomas.Dorner@start.de>
66340              Date: Mon, 12 Feb 2001 15:06:26 +0100
66341              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
66342      Branch: maint-5.6/perl
66343            ! Makefile.SH
66344 ____________________________________________________________________________
66345 [  8785] By: jhi                                   on 2001/02/13  05:29:04
66346         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
66347      Branch: perl
66348           !> hints/openbsd.sh
66349 ____________________________________________________________________________
66350 [  8784] By: jhi                                   on 2001/02/13  02:25:24
66351         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
66352              From: Peter Prymmer <pvhp@forte.com>
66353              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
66354              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
66355      Branch: perl
66356            ! pod/perlclib.pod
66357 ____________________________________________________________________________
66358 [  8783] By: jhi                                   on 2001/02/13  02:22:36
66359         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
66360      Branch: perl
66361            - ebcdic.c
66362            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
66363            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
66364            ! util.c
66365 ____________________________________________________________________________
66366 [  8782] By: jhi                                   on 2001/02/13  02:00:07
66367         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
66368      Branch: maint-5.6/perl
66369            ! pod/perlport.pod
66370 ____________________________________________________________________________
66371 [  8781] By: jhi                                   on 2001/02/13  01:58:44
66372         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
66373      Branch: maint-5.6/perl
66374            ! hints/openbsd.sh
66375 ____________________________________________________________________________
66376 [  8780] By: jhi                                   on 2001/02/13  01:57:33
66377         Log: Synchronize the regexp tests between maintperl and mainline.
66378      Branch: maint-5.6/perl
66379           !> t/op/re_tests
66380 ____________________________________________________________________________
66381 [  8779] By: jhi                                   on 2001/02/13  01:49:35
66382         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
66383              From: Hugo <hv@crypt.compulink.co.uk>
66384              Date: Tue, 13 Feb 2001 00:11:11 +0000
66385              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
66386      Branch: perl
66387            ! regcomp.c t/op/re_tests
66388 ____________________________________________________________________________
66389 [  8778] By: jhi                                   on 2001/02/13  00:23:10
66390         Log: Comments do not nest.
66391      Branch: perl
66392            ! perl.h
66393 ____________________________________________________________________________
66394 [  8777] By: jhi                                   on 2001/02/13  00:17:54
66395         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
66396              From: Hugo <hv@crypt.compulink.co.uk>
66397              Date: Tue, 13 Feb 2001 00:11:11 +0000
66398              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
66399      Branch: maint-5.6/perl
66400            ! regcomp.c t/op/re_tests
66401 ____________________________________________________________________________
66402 [  8776] By: jhi                                   on 2001/02/12  23:25:52
66403         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
66404      Branch: maint-5.6/perl
66405            ! pod/perlport.pod
66406 ____________________________________________________________________________
66407 [  8775] By: jhi                                   on 2001/02/12  23:04:28
66408         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
66409      Branch: maint-5.6/perl
66410            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
66411            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66412            ! vos/configure_perl.cm
66413 ____________________________________________________________________________
66414 [  8774] By: jhi                                   on 2001/02/12  22:59:11
66415         Log: Subject: Re: [patch] context for 'U' magic functions
66416              From: Doug MacEachern <dougm@covalent.net>
66417              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
66418              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
66419              
66420              plus the suggestion by Nick Ing-Simmons to name the macro
66421              as PERL_MG_UFUNC to avoid namespace pollution, plus add
66422              the advice by Doug for XS writers to perl.h
66423      Branch: perl
66424            ! mg.c perl.h
66425 ____________________________________________________________________________
66426 [  8773] By: jhi                                   on 2001/02/11  20:14:12
66427         Log: Update Changes.
66428      Branch: perl
66429            ! Changes patchlevel.h
66430 ____________________________________________________________________________
66431 [  8772] By: jhi                                   on 2001/02/11  18:47:52
66432         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
66433              From: Simon Cozens <simon@cozens.net>
66434              Date: Wed, 31 Jan 2001 16:31:43 +0000
66435              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
66436      Branch: perl
66437            + pod/perlclib.pod
66438            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
66439            ! pod/perltoc.pod
66440 ____________________________________________________________________________
66441 [  8771] By: jhi                                   on 2001/02/11  18:36:48
66442         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
66443              
66444              Blocks-4d3.beta.txt
66445              CaseFolding-3d4.beta.txt
66446              CompositionExclusions-3d6.beta.txt
66447              EastAsianWidth-4d4.beta.txt
66448              LineBreak-6d3.beta.txt
66449              NamesList-3.1.0d1.beta.txt
66450              PropList-3.1.0d4.beta.txt
66451              SpecialCasing-4d1.beta.txt
66452              UnicodeData-3.1.0d6.beta.txt
66453      Branch: perl
66454            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
66455           +> lib/unicode/UCD.html lib/unicode/Unicode.html
66456            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
66457            - lib/unicode/Unicode.301
66458            ! (edit 257 files)
66459 ____________________________________________________________________________
66460 [  8770] By: jhi                                   on 2001/02/11  17:26:22
66461         Log: UTF-8 documentation.
66462      Branch: perl
66463            ! utf8.h
66464 ____________________________________________________________________________
66465 [  8769] By: jhi                                   on 2001/02/11  17:12:49
66466         Log: Retract #8762.
66467      Branch: perl
66468            ! regexec.c
66469 ____________________________________________________________________________
66470 [  8768] By: jhi                                   on 2001/02/11  16:54:45
66471         Log: Subject: [PATCH] Test::Harness
66472              From: andreas.koenig@anima.de (Andreas J. Koenig)
66473              Date: 11 Feb 2001 14:37:00 +0100
66474              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
66475      Branch: perl
66476            ! lib/Test/Harness.pm
66477 ____________________________________________________________________________
66478 [  8767] By: jhi                                   on 2001/02/11  16:53:52
66479         Log: Subject: [PATCH] Document makepatch in Porting/patching
66480              From: andreas.koenig@anima.de (Andreas J. Koenig)
66481              Date: 11 Feb 2001 16:46:28 +0100
66482              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
66483      Branch: perl
66484            ! Porting/patching.pod
66485 ____________________________________________________________________________
66486 [  8766] By: jhi                                   on 2001/02/11  06:30:23
66487         Log: Subject: Re: [patch] GvSHARED
66488              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
66489              From: Doug MacEachern <dougm@covalent.net>
66490              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
66491              
66492              Subject: Re: [patch] GvSHARED
66493              From: Doug MacEachern <dougm@covalent.net>
66494              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
66495              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
66496              
66497              Subject: [patch] attributes.pm support for `shared'
66498              From: Doug MacEachern <dougm@covalent.net>
66499              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
66500              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
66501              
66502              our() attributes were ignored, our :shared pieces missing,
66503              allow attributes.pm to turn on shared.
66504      Branch: perl
66505            ! op.c t/op/attrs.t toke.c xsutils.c
66506 ____________________________________________________________________________
66507 [  8765] By: alanbur                               on 2001/02/10  23:11:19
66508         Log: Resync with parent (hopefully sucessfully this time)
66509      Branch: maint-5.6/pureperl
66510           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
66511           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
66512           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66513           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66514           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66515           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66516           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
66517 ____________________________________________________________________________
66518 [  8764] By: jhi                                   on 2001/02/10  22:54:38
66519         Log: Make TEST and UTEST more verbose in case something goes
66520              wrong in running/compiling a script, suggested by Doug
66521              MacEachern.
66522      Branch: perl
66523            ! t/TEST t/UTEST
66524 ____________________________________________________________________________
66525 [  8763] By: jhi                                   on 2001/02/10  22:11:34
66526         Log: Bogus shebang.
66527      Branch: perl
66528            ! t/lib/texttabs.t
66529 ____________________________________________________________________________
66530 [  8762] By: jhi                                   on 2001/02/10  21:56:02
66531         Log: (Retracted by #8769)
66532      Branch: perl
66533            ! regexec.c
66534 ____________________________________________________________________________
66535 [  8761] By: jhi                                   on 2001/02/10  21:26:15
66536         Log: Subject: Re: [patch] GvSHARED 
66537              From: Doug MacEachern <dougm@covalent.net>
66538              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
66539              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
66540              
66541              our @EXPORT : shared = (...);
66542      Branch: perl
66543            ! toke.c
66544 ____________________________________________________________________________
66545 [  8760] By: jhi                                   on 2001/02/10  21:25:07
66546         Log: Subject: [patch] GvSHARED
66547              From: Doug MacEachern <dougm@covalent.net>
66548              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
66549              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
66550      Branch: perl
66551            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
66552 ____________________________________________________________________________
66553 [  8759] By: alanbur                               on 2001/02/10  21:24:27
66554         Log: Backed out mismerge.
66555      Branch: maint-5.6/pureperl
66556            ! MANIFEST README.hpux README.vmesa gv.c installhtml
66557            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
66558            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66559            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66560            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66561            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66562            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
66563 ____________________________________________________________________________
66564 [  8758] By: jhi                                   on 2001/02/10  18:01:17
66565         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
66566              
66567              Fixed UMRs and leak in Perl_pmtrans()
66568              
66569              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66570              associated UTFied tr/// code.  Also fixed scoping leak of
66571              PL_reg_start_tmp.
66572              
66573              newATTRSUB leaks when an attempt to redefine the active sort sub is
66574              made.
66575      Branch: maint-5.6/perl
66576           !> op.c regcomp.c
66577 ____________________________________________________________________________
66578 [  8757] By: alanbur                               on 2001/02/10  17:56:46
66579         Log: Resynchronised with parent
66580      Branch: maint-5.6/pureperl
66581           +> README.bs2000
66582            - README.posix-bc
66583            ! gv.c perl.c sv.c
66584           !> MANIFEST README.hpux README.vmesa installhtml
66585           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
66586           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66587           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66588           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66589           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66590           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
66591 ____________________________________________________________________________
66592 [  8756] By: alanbur                               on 2001/02/10  17:51:15
66593         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
66594              made.
66595      Branch: maint-5.6/pureperl
66596            ! op.c
66597 ____________________________________________________________________________
66598 [  8755] By: jhi                                   on 2001/02/09  22:41:35
66599         Log: Upgrade to CPAN 1.59_54, from Andreas König.
66600      Branch: perl
66601            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66602 ____________________________________________________________________________
66603 [  8754] By: jhi                                   on 2001/02/09  22:29:20
66604         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
66605              
66606              Didn't upgrade the fill.t since it has a dependency to File::Slurp
66607              purely for debugging purposes, the actual test hasn't changed.
66608      Branch: perl
66609            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
66610            ! t/lib/textwrap.t
66611 ____________________________________________________________________________
66612 [  8753] By: jhi                                   on 2001/02/09  20:17:50
66613         Log: Integrate change #8682 from maintperl.
66614              
66615              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66616              to work correctly.
66617      Branch: perl
66618           !> hints/irix_6.sh
66619 ____________________________________________________________________________
66620 [  8752] By: jhi                                   on 2001/02/09  20:00:46
66621         Log: Update Changes.
66622      Branch: perl
66623            ! Changes patchlevel.h
66624 ____________________________________________________________________________
66625 [  8751] By: nick                                  on 2001/02/09  19:48:37
66626         Log: Integrate mainline
66627      Branch: perlio
66628           +> README.bs2000 t/lib/cgi-esc.t
66629            - README.posix-bc
66630           !> (integrate 53 files)
66631 ____________________________________________________________________________
66632 [  8750] By: nick                                  on 2001/02/09  19:25:16
66633         Log: Subject: RE: Biannual Competition to Improve Hashing Function
66634              From: Fisher Mark <fisherm@tce.com>
66635              Date: Thu, 8 Feb 2001 10:44:00 -0500
66636              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
66637              Date: Thu, 8 Feb 2001 15:02:47 -0500
66638              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
66639      Branch: perl
66640            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
66641 ____________________________________________________________________________
66642 [  8749] By: jhi                                   on 2001/02/09  19:02:35
66643         Log: Forgotten fragment.
66644      Branch: perl
66645            ! pod/perlapi.pod
66646 ____________________________________________________________________________
66647 [  8748] By: jhi                                   on 2001/02/09  18:31:34
66648         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
66649              plus manual tweakage.
66650              
66651              Sync the perlfaq2 between mainline and maintperl.
66652      Branch: maint-5.6/perl
66653            ! pod/perlfaq2.pod
66654      Branch: perl
66655           !> pod/perlfaq2.pod
66656 ____________________________________________________________________________
66657 [  8747] By: jhi                                   on 2001/02/09  18:12:04
66658         Log: Subject: versiononly and installperl
66659              From: abigail@foad.org
66660              Date: Wed, 7 Feb 2001 22:43:12 +0100
66661              Message-ID: <20010207214312.7045.qmail@foad.org>    
66662              
66663              Add +v flag to force a normal install of the perl binary
66664              and the utilities.
66665              
66666              Subject: [PATCH] installperl
66667              From: Nicholas Clark <nick@ccl4.org>
66668              Date: Fri, 9 Feb 2001 16:28:57 +0000
66669              Message-ID: <20010209162857.B10931@plum.flirble.org>
66670              
66671              Add -A flag which also hardlinks the binary with
66672              the full architecture name.
66673      Branch: perl
66674            ! installperl
66675 ____________________________________________________________________________
66676 [  8746] By: jhi                                   on 2001/02/09  18:03:43
66677         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
66678              
66679              Subject: perlfaq2, re: perlmongers
66680              
66681              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66682              
66683              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66684              
66685              Subject: [ID 20010205.001] typo in perlfaq9
66686              
66687              Subject: [ID 20010208.002] unordered explanation in perlcall
66688      Branch: maint-5.6/perl
66689           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66690           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
66691           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
66692 ____________________________________________________________________________
66693 [  8745] By: jhi                                   on 2001/02/09  17:59:09
66694         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
66695              From: abela@geneanet.org
66696              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
66697              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
66698      Branch: perl
66699            ! pod/perlcall.pod
66700 ____________________________________________________________________________
66701 [  8744] By: jhi                                   on 2001/02/09  17:48:16
66702         Log: Subject: [ID 20010205.001] typo in perlfaq9
66703              From: eserte@vran.herceg.de
66704              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
66705              Message-Id: <200102042244.XAA21926@vran.herceg.de>
66706      Branch: perl
66707            ! pod/perlfaq9.pod
66708 ____________________________________________________________________________
66709 [  8743] By: jhi                                   on 2001/02/09  17:25:12
66710         Log: Integrate change #8695 from maintperl.
66711              
66712              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
66713      Branch: perl
66714           !> thread.h
66715 ____________________________________________________________________________
66716 [  8742] By: jhi                                   on 2001/02/09  17:21:22
66717         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
66718              From: Andy Dougherty <doughera@lafayette.edu>
66719              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
66720              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
66721      Branch: perl
66722            ! embed.pl
66723 ____________________________________________________________________________
66724 [  8741] By: jhi                                   on 2001/02/09  17:05:19
66725         Log: Integrate changes #8738,8739,8740 from maintperl.
66726              
66727              Html files will be installed in a more logical and easier to
66728              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
66729              
66730              Html files will be generated with a header to make them look
66731              a little less bare.
66732              
66733              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
66734      Branch: perl
66735           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
66736 ____________________________________________________________________________
66737 [  8740] By: jhi                                   on 2001/02/09  17:03:46
66738         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
66739              From: "Brendan O'Dea" <bod@compusol.com.au>
66740              Date: Sun, 4 Feb 2001 11:17:56 +1100
66741              Message-ID: <20010204111756.A16301@compusol.com.au>
66742      Branch: maint-5.6/perl
66743            ! pod/perlfaq3.pod
66744 ____________________________________________________________________________
66745 [  8739] By: jhi                                   on 2001/02/09  17:01:59
66746         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
66747              From: "Indy Singh" <indy@nusphere.com>
66748              Date: Fri, 2 Feb 2001 15:09:59 -0500
66749              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
66750              
66751              Html files will be generated with a header to make them look
66752              a little less bare.
66753      Branch: maint-5.6/perl
66754            ! installhtml
66755 ____________________________________________________________________________
66756 [  8738] By: jhi                                   on 2001/02/09  16:58:48
66757         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
66758              From: "Indy Singh" <indy@nusphere.com>
66759              Date: Fri, 2 Feb 2001 15:08:23 -0500
66760              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
66761              
66762              Html files will be installed in a more logical and easier to
66763              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
66764      Branch: maint-5.6/perl
66765            ! win32/Makefile win32/makefile.mk
66766 ____________________________________________________________________________
66767 [  8737] By: jhi                                   on 2001/02/09  16:46:54
66768         Log: Integrate changes #8687,8736 from maintperl.
66769              
66770              HP-UX thread patches from Merijn H. Brand.
66771              
66772              Latin nit from Philip Newton.
66773      Branch: perl
66774           !> README.hpux hints/hpux.sh
66775 ____________________________________________________________________________
66776 [  8736] By: jhi                                   on 2001/02/09  16:42:31
66777         Log: Latin nit from Philip Newton.
66778      Branch: maint-5.6/perl
66779            ! README.hpux
66780 ____________________________________________________________________________
66781 [  8735] By: jhi                                   on 2001/02/09  16:24:03
66782         Log: Integrate changes #8704,8710 from pureperl.
66783              
66784              Fixed UMRs and leak in Perl_pmtrans()
66785              
66786              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66787              associated UTFied tr/// code.  Also fixed scoping leak of
66788              PL_reg_start_tmp.
66789      Branch: perl
66790           !> op.c regcomp.c
66791 ____________________________________________________________________________
66792 [  8734] By: jhi                                   on 2001/02/09  15:40:21
66793         Log: Integrate change #8733 from maintperl.
66794              
66795              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66796      Branch: perl
66797           !> pod/perlre.pod
66798 ____________________________________________________________________________
66799 [  8733] By: jhi                                   on 2001/02/09  15:35:47
66800         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66801              From: Prymmer/Kahn <pvhp@best.com>
66802              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
66803              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
66804      Branch: maint-5.6/perl
66805            ! pod/perlre.pod
66806 ____________________________________________________________________________
66807 [  8732] By: jhi                                   on 2001/02/09  15:26:17
66808         Log: Rename README.posix-bc to README.bs2000 (to avoid the
66809              confusion of a "perlposix-bc.pod"), add a few missing
66810              arch pods, regen toc.
66811      Branch: maint-5.6/perl
66812           +> README.bs2000
66813            - README.posix-bc
66814            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66815            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66816 ____________________________________________________________________________
66817 [  8731] By: jhi                                   on 2001/02/09  15:23:39
66818         Log: De-cut-and-pasto.
66819      Branch: perl
66820            ! pod/perl.pod
66821 ____________________________________________________________________________
66822 [  8730] By: jhi                                   on 2001/02/09  15:11:13
66823         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
66824              when people think that perlposix-bc.pod tells anything about
66825              Perl and POSIX.  Regen toc.
66826      Branch: perl
66827           +> README.bs2000
66828            - README.posix-bc
66829            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66830            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66831 ____________________________________________________________________________
66832 [  8729] By: jhi                                   on 2001/02/09  14:52:28
66833         Log: The README.vmesa part of #8712 from maintperl.
66834      Branch: perl
66835            ! README.vmesa
66836 ____________________________________________________________________________
66837 [  8728] By: jhi                                   on 2001/02/09  14:46:06
66838         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
66839              From: Peter Prymmer <pvhp@forte.com>
66840              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
66841              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
66842      Branch: maint-5.6/perl
66843            ! README.vmesa win32/Makefile win32/makefile.mk
66844 ____________________________________________________________________________
66845 [  8727] By: jhi                                   on 2001/02/09  14:33:25
66846         Log: Integrate change #8712 from mainline.
66847              
66848              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
66849      Branch: maint-5.6/perl
66850           !> lib/Pod/Find.pm
66851 ____________________________________________________________________________
66852 [  8726] By: jhi                                   on 2001/02/09  14:30:28
66853         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
66854              From: Peter Prymmer <pvhp@forte.com>
66855              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
66856              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
66857      Branch: perl
66858            + t/lib/cgi-esc.t
66859            ! MANIFEST lib/CGI/Util.pm
66860 ____________________________________________________________________________
66861 [  8725] By: jhi                                   on 2001/02/09  04:56:47
66862         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
66863      Branch: maint-5.6/perl
66864            ! pod/perlport.pod
66865 ____________________________________________________________________________
66866 [  8724] By: jhi                                   on 2001/02/09  04:40:59
66867         Log: Integrate changes 7819,7820 from vmsperl into mainline.
66868              
66869              Add header for LIB$ prototypes (C. Berry)
66870              
66871              Convert fwrite()s to sockets to write()s, since some socket stacks
66872              don't take kindly to stdio.
66873              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66874              (for often optional LNMs)
66875              Correct a few typos
66876              (C. Bailey)
66877      Branch: perl
66878           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
66879 ____________________________________________________________________________
66880 [  8723] By: jhi                                   on 2001/02/09  03:29:29
66881         Log: Integrate change #8722 from mainline.
66882              
66883              The Im() function wasn't returning zero for non-Math::Complex
66884              arguments.  The bug reported by John Gamble.
66885      Branch: maint-5.6/perl
66886           !> lib/Math/Complex.pm
66887 ____________________________________________________________________________
66888 [  8722] By: jhi                                   on 2001/02/09  03:28:33
66889         Log: The Im() function wasn't returning zero for non-Math::Complex
66890              arguments.  The bug reported by John Gamble.
66891      Branch: perl
66892            ! lib/Math/Complex.pm
66893 ____________________________________________________________________________
66894 [  8721] By: nick                                  on 2001/02/08  22:11:35
66895         Log: Correct the correction :-(
66896      Branch: perl
66897            ! perl.c
66898 ____________________________________________________________________________
66899 [  8720] By: bailey                                on 2001/02/08  20:59:22
66900         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
66901              don't take kindly to stdio.
66902              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66903              (for often optional LNMs)
66904              Correct a few typos
66905              (C. Bailey)
66906      Branch: vmsperl
66907            ! vms/vms.c vms/vmsish.h
66908 ____________________________________________________________________________
66909 [  8719] By: bailey                                on 2001/02/08  20:51:02
66910         Log: Add header for LIB$ prototypes (C. Berry)
66911      Branch: vmsperl
66912            ! ext/Devel/DProf/DProf.xs
66913 ____________________________________________________________________________
66914 [  8718] By: bailey                                on 2001/02/08  20:49:00
66915         Log: SYN SYN
66916      Branch: vmsperl
66917           +> pod/perliol.pod t/lib/sample-tests/bailout
66918           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
66919           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
66920           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
66921           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
66922           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
66923           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
66924            - lib/unicode/Is/DCinital.pl
66925           !> (integrate 101 files)
66926 ____________________________________________________________________________
66927 [  8717] By: nick                                  on 2001/02/08  19:38:48
66928         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
66929              From: Robin Barker <rmb1@cise.npl.co.uk>
66930              Date: Thu, 8 Feb 2001 14:38:07 GMT
66931              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
66932      Branch: perl
66933            ! lib/CPAN.pm
66934 ____________________________________________________________________________
66935 [  8716] By: nick                                  on 2001/02/08  19:29:07
66936         Log: Generated files form 8713 etc.
66937      Branch: perl
66938            ! embed.h global.sym objXSUB.h perlapi.c proto.h
66939 ____________________________________________________________________________
66940 [  8715] By: nick                                  on 2001/02/08  19:26:08
66941         Log: Fixup non-ithread build after 8713
66942      Branch: perl
66943            ! perl.c
66944 ____________________________________________________________________________
66945 [  8714] By: nick                                  on 2001/02/08  19:17:45
66946         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
66947              From: nick@ccl4.org
66948              Date: Wed, 7 Feb 2001 00:27:47 +0000
66949              Message-Id: <20010207002747.B63724@plum.flirble.org>
66950      Branch: perl
66951            ! sv.c toke.c
66952 ____________________________________________________________________________
66953 [  8713] By: nick                                  on 2001/02/08  19:15:58
66954         Log: Subject: Re: [patch] Re: PL_ptr_table
66955              From: Doug Maceachern <dougm@covalent.net>
66956              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
66957              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
66958      Branch: perl
66959            ! embed.pl perl.c sv.c sv.h
66960 ____________________________________________________________________________
66961 [  8712] By: nick                                  on 2001/02/08  19:12:47
66962         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
66963              From: Peter Prymmer <pvhp@forte.com>
66964              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
66965              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
66966      Branch: perl
66967            ! lib/Pod/Find.pm
66968 ____________________________________________________________________________
66969 [  8711] By: nick                                  on 2001/02/07  21:06:11
66970         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
66971              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
66972              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66973              Date: Tue, 06 Feb 2001 23:37:01 +0000
66974              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
66975      Branch: perl
66976            ! regcomp.c
66977 ____________________________________________________________________________
66978 [  8710] By: alanbur                               on 2001/02/07  00:22:04
66979         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66980              associated UTFied tr/// code.  Also fixed scoping leak of
66981              PL_reg_start_tmp.
66982      Branch: maint-5.6/pureperl
66983            ! op.c regcomp.c
66984 ____________________________________________________________________________
66985 [  8709] By: nick                                  on 2001/02/06  21:16:49
66986         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66987              From: Michael G Schwern <schwern@pobox.com>
66988              Date: Sun, 4 Feb 2001 19:47:14 -0500
66989              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
66990      Branch: perl
66991            ! pod/perlapi.pod pod/perlmodlib.PL
66992 ____________________________________________________________________________
66993 [  8708] By: nick                                  on 2001/02/06  20:41:20
66994         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66995              From: Michael G Schwern <schwern@pobox.com>
66996              Date: Sun, 4 Feb 2001 21:17:49 -0500
66997              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
66998      Branch: perl
66999            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
67000            ! pod/perltootc.pod
67001 ____________________________________________________________________________
67002 [  8707] By: nick                                  on 2001/02/06  20:29:11
67003         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
67004              From: Michael G Schwern <schwern@pobox.com>
67005              Date: Tue, 6 Feb 2001 05:54:30 -0500
67006              Message-Id: <20010206055430.A951@blackrider.aocn.com>
67007      Branch: perl
67008            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
67009 ____________________________________________________________________________
67010 [  8706] By: nick                                  on 2001/02/06  20:21:40
67011         Log: Subject: RE: some win32 fixes
67012              Date: Tue, 6 Feb 2001 09:23:20 +0300
67013              From: Vadim Konovalov <vkonovalov@lucent.com>
67014              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
67015      Branch: perl
67016            ! toke.c win32/Makefile win32/config.bc win32/config.gc
67017            ! win32/config.vc win32/config_H.bc win32/makefile.mk
67018 ____________________________________________________________________________
67019 [  8705] By: alanbur                               on 2001/02/06  15:00:03
67020         Log: Synchronised with parent
67021      Branch: maint-5.6/pureperl
67022            ! regexec.c
67023           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
67024           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
67025 ____________________________________________________________________________
67026 [  8704] By: alanbur                               on 2001/02/06  14:55:24
67027         Log: Fixed UMRs and leak in Perl_pmtrans()
67028      Branch: maint-5.6/pureperl
67029            ! op.c
67030 ____________________________________________________________________________
67031 [  8703] By: gsar                                  on 2001/02/06  02:29:37
67032         Log: $(MAKE) distclean doesn't clean up properly on windows
67033      Branch: maint-5.6/perl
67034            ! win32/Makefile win32/makefile.mk
67035 ____________________________________________________________________________
67036 [  8702] By: gsar                                  on 2001/02/06  01:00:46
67037         Log: tweak change#8659 to keep it simple
67038      Branch: maint-5.6/perl
67039            ! utils/perldoc.PL
67040 ____________________________________________________________________________
67041 [  8701] By: gsar                                  on 2001/02/05  22:45:41
67042         Log: change#8693 was missing testsuite changes
67043      Branch: maint-5.6/perl
67044           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
67045 ____________________________________________________________________________
67046 [  8700] By: nick                                  on 2001/02/05  20:32:52
67047         Log: Integrate mainline
67048      Branch: perlio
67049           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
67050           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
67051           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
67052           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
67053           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
67054           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
67055           +> t/lib/test-harness.t
67056           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
67057           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
67058           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
67059           !> pod/perlutil.pod t/TEST utils/h2xs.PL
67060 ____________________________________________________________________________
67061 [  8699] By: nick                                  on 2001/02/05  19:41:07
67062         Log: Subject: perlfaq2, re: perlmongers
67063              From: David H. Adler <dha@panix.com>
67064              Date: Sun, 4 Feb 2001 23:48:23 -0500
67065              Message-Id: <20010204234823.A13429@panix.com>
67066      Branch: perl
67067            ! pod/perlfaq2.pod
67068 ____________________________________________________________________________
67069 [  8698] By: nick                                  on 2001/02/05  19:39:31
67070         Log: Missed file f#rom the testharness mess.
67071      Branch: perl
67072            + t/lib/test-harness.t
67073 ____________________________________________________________________________
67074 [  8697] By: nick                                  on 2001/02/05  19:37:21
67075         Log: Subject: [DOC PATCH] overload.pm nits
67076              From: John Tobey <jtobey@john-edwin-tobey.org>
67077              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
67078              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
67079      Branch: perl
67080            ! lib/overload.pm
67081 ____________________________________________________________________________
67082 [  8696] By: alanbur                               on 2001/02/05  11:56:00
67083         Log: Sync with parent
67084      Branch: maint-5.6/pureperl
67085           !> thread.h
67086 ____________________________________________________________________________
67087 [  8695] By: gsar                                  on 2001/02/05  03:27:34
67088         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
67089      Branch: maint-5.6/perl
67090            ! thread.h
67091 ____________________________________________________________________________
67092 [  8694] By: alanbur                               on 2001/02/05  00:07:47
67093         Log: Initial branch creation from //depot/maint-5.6/perl
67094      Branch: maint-5.6/pureperl
67095           +> (branch 1719 files)
67096 ____________________________________________________________________________
67097 [  8693] By: gsar                                  on 2001/02/04  22:38:49
67098         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
67099              changes)
67100      Branch: maint-5.6/perl
67101           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
67102           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
67103           !> ext/DB_File/version.c
67104 ____________________________________________________________________________
67105 [  8692] By: nick                                  on 2001/02/04  18:15:57
67106         Log: The missed t/TEST part of the grand testharness upgrade.
67107      Branch: perl
67108            ! t/TEST
67109 ____________________________________________________________________________
67110 [  8691] By: nick                                  on 2001/02/04  18:05:17
67111         Log: New improved test harness
67112              Subject: Re: [PATCH Test::Harness] Third time's a charm?
67113              From: Michael G Schwern <schwern@pobox.com>
67114              Date: Sun, 4 Feb 2001 08:01:20 -0500
67115              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
67116      Branch: perl
67117            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
67118            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
67119            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
67120            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
67121            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
67122            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
67123            ! MANIFEST lib/Test/Harness.pm
67124 ____________________________________________________________________________
67125 [  8690] By: nick                                  on 2001/02/04  17:57:51
67126         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
67127              From: Jonathan Stowe <gellyfish@gellyfish.com>
67128              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
67129              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
67130      Branch: perl
67131            ! utils/h2xs.PL
67132 ____________________________________________________________________________
67133 [  8689] By: nick                                  on 2001/02/04  17:55:24
67134         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
67135              From: Michael G Schwern <schwern@pobox.com>
67136              Date: Sat, 3 Feb 2001 22:46:38 -0500
67137              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
67138      Branch: perl
67139            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
67140            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
67141 ____________________________________________________________________________
67142 [  8688] By: nick                                  on 2001/02/04  17:43:55
67143         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
67144              length byfailing to spot lack of closing )
67145              From: nick@talking.bollo.cx
67146              Date: Sat, 03 Feb 2001 23:53:16 +0000
67147              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
67148      Branch: perl
67149            ! perlio.c pod/perldiag.pod
67150 ____________________________________________________________________________
67151 [  8687] By: jhi                                   on 2001/02/03  17:11:42
67152         Log: HP-UX thread patches from Merijn H. Brand.
67153      Branch: maint-5.6/perl
67154            ! README.hpux hints/hpux.sh
67155 ____________________________________________________________________________
67156 [  8686] By: jhi                                   on 2001/02/03  16:40:12
67157         Log: Metaconfig changes for #8685.
67158      Branch: metaconfig
67159            ! U/installdirs/instubperl.U
67160      Branch: metaconfig/U/perl
67161            ! Devel.U versiononly.U
67162 ____________________________________________________________________________
67163 [  8685] By: jhi                                   on 2001/02/03  16:39:49
67164         Log: For -Dusedevel builds turn off installusrbinperl and turn on
67165              versiononly, a combined idea of Richard Soderberg and Merijn
67166              H. Brand.  You can still override both of these from the command
67167              line if you need to, -Dinstallusrbinperl and -Uversiononly.
67168      Branch: perl
67169            ! Configure
67170 ____________________________________________________________________________
67171 [  8684] By: jhi                                   on 2001/02/03  16:16:34
67172         Log: Metaconfig unit fix for #8683.
67173      Branch: metaconfig
67174            ! U/compline/nblock_io.U
67175 ____________________________________________________________________________
67176 [  8683] By: jhi                                   on 2001/02/03  16:16:12
67177         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
67178              reported by Peter Prymmer for 5.6-TRIAL1.
67179      Branch: perl
67180            ! Configure
67181 ____________________________________________________________________________
67182 [  8682] By: jhi                                   on 2001/02/03  05:52:11
67183         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
67184              to work correctly.
67185      Branch: maint-5.6/perl
67186            ! hints/irix_6.sh
67187 ____________________________________________________________________________
67188 [  8681] By: jhi                                   on 2001/02/03  05:47:33
67189         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
67190      Branch: maint-5.6/perl
67191            ! pod/perlport.pod
67192 ____________________________________________________________________________
67193 [  8680] By: jhi                                   on 2001/02/02  21:39:49
67194         Log: perlport update from Peter Prymmer.
67195      Branch: maint-5.6/perl
67196            ! pod/perlport.pod
67197 ____________________________________________________________________________
67198 [  8679] By: nick                                  on 2001/02/02  20:50:48
67199         Log: Integrate mainline
67200      Branch: perlio
67201           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
67202           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
67203           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
67204 ____________________________________________________________________________
67205 [  8678] By: gsar                                  on 2001/02/02  16:02:12
67206         Log: note about bincompat, slightly modified (from Lupe Christoph)
67207      Branch: maint-5.6/perl
67208            ! README.solaris
67209 ____________________________________________________________________________
67210 [  8677] By: jhi                                   on 2001/02/02  15:46:20
67211         Log: Supported platforms updates.
67212      Branch: maint-5.6/perl
67213            ! pod/perlport.pod
67214 ____________________________________________________________________________
67215 [  8676] By: jhi                                   on 2001/02/02  03:41:26
67216         Log: A couple more perlfaq2 tweaks.
67217      Branch: maint-5.6/perl
67218            ! pod/perlfaq2.pod
67219 ____________________________________________________________________________
67220 [  8675] By: jhi                                   on 2001/02/02  03:17:44
67221         Log: Misedit in #8661.
67222      Branch: maint-5.6/perl
67223            ! Configure
67224 ____________________________________________________________________________
67225 [  8674] By: jhi                                   on 2001/02/02  03:14:38
67226         Log: Damien again.
67227      Branch: maint-5.6/perl
67228            ! pod/perlfaq2.pod
67229 ____________________________________________________________________________
67230 [  8673] By: jhi                                   on 2001/02/02  03:12:40
67231         Log: perlfaq update from Elaine Ashton.
67232      Branch: maint-5.6/perl
67233            ! pod/perlfaq2.pod
67234 ____________________________________________________________________________
67235 [  8672] By: jhi                                   on 2001/02/02  03:07:08
67236         Log: UTF-8 s/// patch from Inaba Hiroto.
67237      Branch: maint-5.6/perl
67238            ! pp_ctl.c pp_hot.c
67239 ____________________________________________________________________________
67240 [  8671] By: jhi                                   on 2001/02/01  22:34:31
67241         Log: Update Changes.
67242      Branch: perl
67243            ! Changes patchlevel.h
67244 ____________________________________________________________________________
67245 [  8670] By: jhi                                   on 2001/02/01  22:15:29
67246         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
67247              from maintperl.
67248              
67249              Upgrade to Getopt::Long 2.25, from Johan Vromans.
67250              
67251              more files need to be writable in the source distribution
67252              
67253              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
67254              
67255              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
67256              
67257              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
67258              
67259              Allow the float to be fuzzier.
67260              
67261              need to use INT2PTR instead of a straight cast or ia64 fails
67262              
67263              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
67264              
67265              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
67266      Branch: perl
67267           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
67268           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
67269           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
67270 ____________________________________________________________________________
67271 [  8669] By: jhi                                   on 2001/02/01  21:57:02
67272         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
67273              From: Robin Barker <rmb1@cise.npl.co.uk>
67274              Date: Thu, 1 Feb 2001 16:59:05 GMT
67275              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
67276      Branch: maint-5.6/perl
67277            ! pod/perlmodlib.PL
67278 ____________________________________________________________________________
67279 [  8668] By: nick                                  on 2001/02/01  19:41:40
67280         Log: Integrate mainline
67281      Branch: perlio
67282           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
67283           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
67284           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
67285 ____________________________________________________________________________
67286 [  8667] By: gsar                                  on 2001/02/01  16:59:11
67287         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
67288      Branch: maint-5.6/perl
67289            ! embed.pl embedvar.h
67290 ____________________________________________________________________________
67291 [  8666] By: gsar                                  on 2001/02/01  16:34:51
67292         Log: add missing entries to win32/config.?c
67293      Branch: maint-5.6/perl
67294            ! win32/config.bc win32/config.gc win32/config.vc
67295            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67296 ____________________________________________________________________________
67297 [  8665] By: jhi                                   on 2001/02/01  14:58:51
67298         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
67299              From: "Stephen P. Potter" <spp@spotter.yi.org>
67300              Date: Thu, 01 Feb 2001 10:45:46 -0500
67301              Message-Id: <200102011545.KAA31479@spotter.yi.org>
67302      Branch: maint-5.6/perl
67303            ! pod/perlfunc.pod
67304 ____________________________________________________________________________
67305 [  8664] By: gsar                                  on 2001/02/01  14:52:37
67306         Log: need to use INT2PTR instead of a straight cast or ia64 fails
67307              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
67308      Branch: maint-5.6/perl
67309            ! ext/POSIX/POSIX.xs
67310 ____________________________________________________________________________
67311 [  8663] By: jhi                                   on 2001/02/01  14:09:13
67312         Log: Allow the float to be fuzzier.
67313      Branch: maint-5.6/perl
67314            ! t/lib/peek.t
67315 ____________________________________________________________________________
67316 [  8662] By: jhi                                   on 2001/02/01  13:59:00
67317         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
67318              From: Robin Barker <rmb1@cise.npl.co.uk>
67319              Date: Thu, 1 Feb 2001 13:05:39 GMT
67320              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
67321      Branch: maint-5.6/perl
67322            ! pod/perlmodlib.pod
67323 ____________________________________________________________________________
67324 [  8661] By: jhi                                   on 2001/02/01  13:57:38
67325         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
67326              Date: Thu, 01 Feb 2001 14:15:41 +0100
67327              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67328              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
67329              
67330              Have the $ccflags in the gcc version test (strange, this change
67331              is claimed to be have been integrated already)
67332      Branch: maint-5.6/perl
67333            ! Configure
67334 ____________________________________________________________________________
67335 [  8660] By: jhi                                   on 2001/02/01  13:44:10
67336         Log: Integrate changes #7950,7964,7962 from mainline.
67337              
67338              Find the stdchar signedness using cpp, should fix some of
67339              the Solaris compiler warnings reported by Alan Burlison.
67340      Branch: maint-5.6/perl
67341           !> Configure config_h.SH
67342 ____________________________________________________________________________
67343 [  8659] By: jhi                                   on 2001/02/01  05:35:32
67344         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
67345              From: Jan Dubois <JanD@ActiveState.com>
67346              Date: Wed, 31 Jan 2001 21:17:03 -0800
67347              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
67348      Branch: maint-5.6/perl
67349            ! utils/perldoc.PL
67350 ____________________________________________________________________________
67351 [  8658] By: jhi                                   on 2001/02/01  04:33:17
67352         Log: Integrate the README.os390 and README.posix-bc parts of mainline
67353              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
67354              installperl parts were taken care of by #8657.)
67355      Branch: maint-5.6/perl
67356           !> README.os390 README.posix-bc
67357 ____________________________________________________________________________
67358 [  8657] By: jhi                                   on 2001/02/01  04:29:21
67359         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
67360              From: Peter Prymmer <pvhp@forte.com>
67361              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
67362              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
67363      Branch: maint-5.6/perl
67364            + ext/DynaLoader/dl_dllload.xs
67365            ! MANIFEST Makefile.SH hints/os390.sh installperl
67366 ____________________________________________________________________________
67367 [  8656] By: jhi                                   on 2001/02/01  04:25:45
67368         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
67369              From: Peter Prymmer <pvhp@forte.com>
67370              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
67371              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
67372      Branch: maint-5.6/perl
67373            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
67374 ____________________________________________________________________________
67375 [  8655] By: jhi                                   on 2001/02/01  04:14:47
67376         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
67377              From: troc@netrus.net
67378              Date: Wed, 31 Jan 2001 22:31:26 -0500
67379              Message-Id: <200102010331.WAA117.85@rocco.homenet>
67380      Branch: maint-5.6/perl
67381            ! os2/os2.c
67382 ____________________________________________________________________________
67383 [  8654] By: jhi                                   on 2001/02/01  04:12:52
67384         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
67385              as reported by Alan Burlison.
67386      Branch: maint-5.6/perl
67387            ! pp.h
67388 ____________________________________________________________________________
67389 [  8653] By: jhi                                   on 2001/02/01  04:05:12
67390         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
67391              From: dsugalski@northernlight.com
67392              Date: Wed, 31 Jan 2001 18:54:11 -0500
67393              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
67394      Branch: maint-5.6/perl
67395            ! configure.com
67396 ____________________________________________________________________________
67397 [  8652] By: jhi                                   on 2001/02/01  04:03:11
67398         Log: Misplaced #endif.
67399              
67400              Subject: [perl-5-6-1-trial2] patches for EPOC
67401              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67402              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67403              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67404      Branch: maint-5.6/perl
67405            ! epoc/epocish.c
67406 ____________________________________________________________________________
67407 [  8651] By: jhi                                   on 2001/02/01  04:00:25
67408         Log: Integrate changes #8647,8648,8650 from mainline.
67409              
67410              Macrofy a magic UTF-8 test.
67411              
67412              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
67413              
67414              Watch out for cross compiling for EPOC (usually done on linux).
67415      Branch: maint-5.6/perl
67416           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
67417 ____________________________________________________________________________
67418 [  8650] By: jhi                                   on 2001/02/01  03:56:20
67419         Log: Watch out for cross compiling for EPOC (usually done on linux)
67420              
67421              Subject: [perl-5-6-1-trial2] patches for EPOC
67422              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67423              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67424              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67425      Branch: perl
67426            ! ext/Errno/Errno_pm.PL
67427 ____________________________________________________________________________
67428 [  8649] By: gsar                                  on 2001/02/01  00:46:00
67429         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
67430      Branch: maint-5.6/perl
67431            ! sv.c
67432 ____________________________________________________________________________
67433 [  8648] By: jhi                                   on 2001/01/31  23:35:36
67434         Log: All the uses of PL_numeric_radix must be protected by
67435              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
67436              
67437              Subject: [perl-5-6-1-trial2] patches for EPOC
67438              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67439              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67440              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67441      Branch: perl
67442            ! sv.c
67443 ____________________________________________________________________________
67444 [  8647] By: jhi                                   on 2001/01/31  22:56:16
67445         Log: Macrofy a magic UTF-8 test.
67446      Branch: perl
67447            ! utf8.c utf8.h
67448 ____________________________________________________________________________
67449 [  8646] By: gsar                                  on 2001/01/31  15:55:12
67450         Log: update Changes
67451      Branch: maint-5.6/perl
67452            ! Changes
67453 ____________________________________________________________________________
67454 [  8645] By: gsar                                  on 2001/01/31  15:10:14
67455         Log: Configure tweak suggested by Peter Prymmer
67456      Branch: maint-5.6/perl
67457            ! Configure
67458 ____________________________________________________________________________
67459 [  8644] By: gsar                                  on 2001/01/31  15:06:32
67460         Log: more files need to be writable in the source distribution
67461      Branch: maint-5.6/perl
67462            ! Porting/makerel
67463 ____________________________________________________________________________
67464 [  8643] By: jhi                                   on 2001/01/31  14:59:46
67465         Log: Integrate changes #8258,8278,8279 from mainline.
67466              
67467              Make the large file tests more robust/talkative.
67468      Branch: maint-5.6/perl
67469           !> t/lib/syslfs.t t/op/lfs.t
67470 ____________________________________________________________________________
67471 [  8642] By: gsar                                  on 2001/01/31  14:53:48
67472         Log: integrate changes#8311,8334 from mainline
67473              
67474              Add a new MakeMaker variable PM_FILTER that defines a Unix
67475              filter to be run on each .pm during the pm_to_blib() phase,
67476              a fixed version of
67477              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
67478              
67479              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
67480              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
67481              accurate reading of the "atime".  
67482      Branch: maint-5.6/perl
67483           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
67484           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
67485           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
67486 ____________________________________________________________________________
67487 [  8641] By: jhi                                   on 2001/01/31  14:46:37
67488         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
67489      Branch: maint-5.6/perl
67490            ! lib/Getopt/Long.pm
67491 ____________________________________________________________________________
67492 [  8640] By: gsar                                  on 2001/01/31  14:40:24
67493         Log: make regen_all
67494      Branch: maint-5.6/perl
67495            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
67496 ____________________________________________________________________________
67497 [  8639] By: gsar                                  on 2001/01/31  14:37:25
67498         Log: refresh windows config files
67499      Branch: maint-5.6/perl
67500            ! win32/Makefile win32/config_H.bc win32/config_H.gc
67501            ! win32/config_H.vc win32/makefile.mk
67502 ____________________________________________________________________________
67503 [  8638] By: gsar                                  on 2001/01/31  14:28:10
67504         Log: makefile tweaks for windows: introduce a bulk-switch to enable
67505              same options as ActivePerl; sync changes with makefile.mk
67506      Branch: maint-5.6/perl
67507            ! win32/Makefile win32/makefile.mk
67508 ____________________________________________________________________________
67509 [  8637] By: jhi                                   on 2001/01/31  04:41:30
67510         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
67511              From: Nicholas Clark <nick@ccl4.org>
67512              Date: Tue, 30 Jan 2001 19:51:05 +0000
67513              Message-ID: <20010130195105.R76607@plum.flirble.org> 
67514              
67515              op/inc cure.
67516      Branch: perl
67517            ! pp.c pp.h pp_hot.c t/op/arith.t
67518 ____________________________________________________________________________
67519 [  8636] By: jhi                                   on 2001/01/31  02:38:32
67520         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
67521              no perlio],8257,8380,8479,8515 from mainline.
67522              
67523              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
67524              
67525              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
67526              Subject: [PATCH perl@8133] fix-up for VMS extensions
67527              
67528              In VMS embedded perls couldn't access the statically built Socket.
67529              
67530              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
67531              
67532              Further VMS piping fixes from Charles Lane.
67533              
67534              Subject:  [PATCH] make t/op/misc.t work on VMS
67535              
67536              Add tracing for debugging extensions builds in VMS.
67537              
67538              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
67539      Branch: maint-5.6/perl
67540           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
67541           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
67542           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
67543 ____________________________________________________________________________
67544 [  8635] By: jhi                                   on 2001/01/31  01:46:41
67545         Log: Integrate change #7732 from mainline.
67546              
67547              Sparc 64-bit pack() fix from Jens Hamisch.
67548      Branch: maint-5.6/perl
67549           !> pp.c
67550 ____________________________________________________________________________
67551 [  8634] By: jhi                                   on 2001/01/31  01:41:16
67552         Log: One spot missing from #8626.
67553      Branch: maint-5.6/perl
67554            ! sv.c
67555 ____________________________________________________________________________
67556 [  8633] By: jhi                                   on 2001/01/31  00:49:17
67557         Log: Integrate change #7495 from mainline.
67558              
67559              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
67560      Branch: maint-5.6/perl
67561           !> MANIFEST ext/re/Makefile.PL
67562 ____________________________________________________________________________
67563 [  8632] By: jhi                                   on 2001/01/30  23:38:49
67564         Log: Integrate change #8396 from mainline.
67565              
67566              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
67567              better multicast support (resend)
67568      Branch: maint-5.6/perl
67569           !> ext/Socket/Socket.pm
67570 ____________________________________________________________________________
67571 [  8631] By: jhi                                   on 2001/01/30  23:28:03
67572         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
67573              
67574              More AIX lore. (7514, ext/re/hints/aix.pl)
67575              
67576              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
67577              
67578              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)
67579              
67580              Subject: [ID 20001214.002] Net::Ping patch
67581              
67582              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
67583              
67584              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
67585              
67586              Add ReuseAddr as a (preferred) alias for Reuse as we now
67587              also have ReusePort.
67588              
67589              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
67590      Branch: maint-5.6/perl
67591           +> ext/re/hints/aix.pl
67592           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
67593           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
67594 ____________________________________________________________________________
67595 [  8630] By: jhi                                   on 2001/01/30  23:03:59
67596         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
67597              
67598              read() documentation tweak for 20001121.004.
67599              
67600              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
67601      Branch: maint-5.6/perl
67602           !> pod/perlfunc.pod pod/perlre.pod
67603 ____________________________________________________________________________
67604 [  8629] By: jhi                                   on 2001/01/30  22:41:57
67605         Log: Integrate change #8098 from mainline.
67606              
67607              fastgetcwd is defined using a glob alias on a $^O dependent basis
67608              and there was no default assignment or perl subroutine.
67609      Branch: maint-5.6/perl
67610           !> lib/Cwd.pm
67611 ____________________________________________________________________________
67612 [  8628] By: jhi                                   on 2001/01/30  21:58:52
67613         Log: Integrate change #7866 from mainline.
67614              
67615              File::Temp 0.11.
67616      Branch: maint-5.6/perl
67617           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
67618 ____________________________________________________________________________
67619 [  8627] By: jhi                                   on 2001/01/30  21:39:44
67620         Log: Integrate changes #8075,8086,8228 from mainline.  
67621              
67622              Darwin is not Windows. (8075,8086)
67623              
67624              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
67625      Branch: maint-5.6/perl
67626           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
67627           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
67628           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
67629           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
67630 ____________________________________________________________________________
67631 [  8626] By: jhi                                   on 2001/01/30  21:22:11
67632         Log: Integrate with tweakery the change #8625 from mainline,
67633              the multibyte decimal separator fix ("fa_IR locale failure").
67634      Branch: maint-5.6/perl
67635            ! embedvar.h perlapi.h
67636           !> intrpvar.h perl.c perl.h sv.c util.c
67637 ____________________________________________________________________________
67638 [  8625] By: jhi                                   on 2001/01/30  20:26:33
67639         Log: Fix for the fa_IR locale failure.  The reason for the failure
67640              was that Perl was assuming the decimal separator aka the radix
67641              separator is one character.  The Farsi-Iranian locale crushed
67642              that bad assumption since there the separator is 'Momayyez',
67643              glyphwise looking somewhat like a slash, and in Unicode UTF-8
67644              encoded in two bytes, 0xd9 0xab.
67645      Branch: perl
67646            ! intrpvar.h perl.c perl.h sv.c util.c
67647 ____________________________________________________________________________
67648 [  8624] By: gsar                                  on 2001/01/30  20:17:03
67649         Log: regen_headers
67650      Branch: maint-5.6/perl
67651            ! Makefile.SH pod/perlintern.pod
67652 ____________________________________________________________________________
67653 [  8623] By: gsar                                  on 2001/01/30  19:42:34
67654         Log: backout change#7431 and its dependents (causes spurious rebuilds
67655              of autogenerated files)
67656              
67657              fix benign b.t failure
67658      Branch: maint-5.6/perl
67659            ! Makefile.SH t/lib/b.t
67660 ____________________________________________________________________________
67661 [  8622] By: jhi                                   on 2001/01/30  19:41:41
67662         Log: Microperl sync.
67663      Branch: perl
67664            ! mg.c perl.h
67665 ____________________________________________________________________________
67666 [  8621] By: gsar                                  on 2001/01/30  19:24:47
67667         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
67668              from mainline
67669              
67670              Subject: podlators 1.06 released
67671              
67672              Subject: [PATCH @8436] Eliminate op_children
67673              
67674              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
67675              
67676              (Replaced by #8448)  More op_children traces (cleanup of #8442).
67677              
67678              Subject: [PATCH #3 @8436] Re: Eliminate op_children
67679              Replace #8444 and #8445.
67680              
67681              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
67682              at the setting of the ofs_sv in new_struct_thread() as the
67683              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
67684              uninitialized fields are, uh, initialized with),
67685              SvREFCNT_inc()ing that invited a core dump.
67686              
67687              podlators 1.07, from Russ Allbery.
67688              
67689              Subject: [PATCH] regcomp.c old feature removal
67690              From: mjd@plover.com
67691              Date: 16 Jan 2001 14:43:18 -0000 
67692              Message-ID: <20010116144318.7140.qmail@plover.com> 
67693      Branch: maint-5.6/perl
67694           +> lib/Pod/Text/Overstrike.pm
67695           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
67696           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
67697           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
67698           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
67699           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
67700           !> util.c
67701 ____________________________________________________________________________
67702 [  8620] By: gsar                                  on 2001/01/30  18:48:32
67703         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
67704              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
67705              now fails one test)
67706              
67707              Subject: [PATCH] lvalue AUTOLOAD. No, really.
67708              
67709              Subject: [PATCH] Interesting syntax idea
67710              Make opens + bareword assigns do typeglob assigns.
67711              
67712              Tests for #8254.
67713              
67714              Subject: [PATCH @8269] Continue blocks and B::Deparse
67715              Make the peephole optimizer to bypass more null ops and
67716              and rewrite the deparse handling of continue blocks.
67717              
67718              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
67719              Doc tweak on #8313.
67720              
67721              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
67722              
67723              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
67724              
67725              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
67726              
67727              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
67728              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
67729              according to the platform.
67730              
67731              Subject: [PATCH @8404] Consolidated lvalue sub changes
67732              
67733              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
67734              
67735              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
67736              
67737              Subject: B::Concise -- an improved replacement for B::Terse 
67738              
67739              The B::Terse drop-in replacement wasn't quite drop-in.
67740              
67741              The LVRET macro needed an aTHX.
67742              
67743              Use the /^Perl_/-less form of is_lvalue_sub().
67744              
67745              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67746      Branch: maint-5.6/perl
67747           +> ext/B/B/Concise.pm
67748           !> (integrate 27 files)
67749 ____________________________________________________________________________
67750 [  8619] By: nick                                  on 2001/01/30  18:40:28
67751         Log: Integrate mainline
67752      Branch: perlio
67753           !> (integrate 40 files)
67754 ____________________________________________________________________________
67755 [  8618] By: jhi                                   on 2001/01/30  18:37:18
67756         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
67757              Date: Mon, 29 Jan 2001 22:51:29 -0600
67758              From: "Craig A. Berry" <craigberry@mac.com>
67759              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
67760      Branch: perl
67761            ! vms/test.com
67762 ____________________________________________________________________________
67763 [  8617] By: jhi                                   on 2001/01/30  18:34:53
67764         Log: Subject: [PATCH] Add missing CV flags to dump.c
67765              From: Tim Jenness <t.jenness@jach.hawaii.edu>
67766              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
67767              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
67768      Branch: perl
67769            ! dump.c
67770 ____________________________________________________________________________
67771 [  8616] By: jhi                                   on 2001/01/30  18:20:58
67772         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
67773              part isn't applicable to maintperl.
67774              
67775              UTF-8 nit from Inaba Hiroto.
67776      Branch: maint-5.6/perl
67777           !> pod/perlapi.pod utf8.c
67778 ____________________________________________________________________________
67779 [  8615] By: jhi                                   on 2001/01/30  18:18:51
67780         Log: UTF-8 nit from Inaba Hiroto.
67781      Branch: perl
67782            ! pod/perlapi.pod t/op/each.t utf8.c
67783 ____________________________________________________________________________
67784 [  8614] By: jhi                                   on 2001/01/30  18:13:38
67785         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
67786              
67787              perl's internal variables are not for public consumption,
67788              move their docs from perlapi.pod to perlintern.pod
67789              
67790              support for -Dusethreads build under HP-UX 10.20 and DCE threads
67791              library (11.0 and later have pthreads but 10.x don't)
67792              
67793              avoid uninitialized value warnings
67794              
67795              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67796              gets weird results)
67797              
67798              perldoc nit on windows
67799              
67800              make it possible to run the tests outside the source tree
67801              (there's still a dependency on ../lib being the library
67802              location)
67803      Branch: perl
67804           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
67805           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
67806           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
67807           !> win32/bin/search.pl win32/vdir.h
67808 ____________________________________________________________________________
67809 [  8613] By: gsar                                  on 2001/01/30  16:39:59
67810         Log: make it possible to run the tests outside the source tree
67811              (there's still a dependency on ../lib being the library
67812              location)
67813      Branch: maint-5.6/perl
67814            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
67815 ____________________________________________________________________________
67816 [  8612] By: gsar                                  on 2001/01/30  16:31:12
67817         Log: perldoc nit on windows
67818      Branch: maint-5.6/perl
67819            ! utils/perldoc.PL
67820 ____________________________________________________________________________
67821 [  8611] By: gsar                                  on 2001/01/30  16:22:54
67822         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67823              gets weird results)
67824      Branch: maint-5.6/perl
67825            ! win32/vdir.h
67826 ____________________________________________________________________________
67827 [  8610] By: gsar                                  on 2001/01/30  16:12:45
67828         Log: avoid uninitialized value warnings
67829      Branch: maint-5.6/perl
67830            ! win32/bin/search.pl
67831 ____________________________________________________________________________
67832 [  8609] By: gsar                                  on 2001/01/30  16:08:01
67833         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
67834              library (11.0 and later have pthreads but 10.x don't)
67835      Branch: maint-5.6/perl
67836            ! hints/hpux.sh thread.h
67837 ____________________________________________________________________________
67838 [  8608] By: gsar                                  on 2001/01/30  15:48:55
67839         Log: perl's internal variables are not for public consumption,
67840              move their docs from perlapi.pod to perlintern.pod
67841      Branch: maint-5.6/perl
67842            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
67843            ! thrdvar.h
67844 ____________________________________________________________________________
67845 [  8607] By: gsar                                  on 2001/01/30  15:44:27
67846         Log: mistakenly branched perl56delta.pod, revert
67847      Branch: maint-5.6/perl
67848            - pod/perl56delta.pod
67849           !> pod/perldelta.pod
67850 ____________________________________________________________________________
67851 [  8606] By: gsar                                  on 2001/01/30  14:20:24
67852         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
67853              dTHR which has been a noop for a while now, except for the
67854              compatibility definition in thread.h)
67855      Branch: maint-5.6/perl
67856           !> (integrate 45 files)
67857 ____________________________________________________________________________
67858 [  8605] By: jhi                                   on 2001/01/30  05:43:58
67859         Log: Mark the UTF-8 APIs as experimental.
67860      Branch: maint-5.6/perl
67861            ! embed.pl pod/perlapi.pod
67862 ____________________________________________________________________________
67863 [  8604] By: jhi                                   on 2001/01/30  05:38:40
67864         Log: Nits from earlier integrates.
67865      Branch: maint-5.6/perl
67866            ! lib/Carp/Heavy.pm
67867           !> sv.c
67868 ____________________________________________________________________________
67869 [  8603] By: jhi                                   on 2001/01/30  05:27:26
67870         Log: Regenerate Porting files.
67871      Branch: maint-5.6/perl
67872            ! Porting/Glossary Porting/config.sh Porting/config_H
67873 ____________________________________________________________________________
67874 [  8602] By: jhi                                   on 2001/01/30  05:14:59
67875         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
67876              8310,8339,8447,8492,8493,8505,8525: documentation changes.
67877              
67878              Subject: Re: perlfaq style changes
67879              
67880              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
67881              
67882              Subject: [PATCH] docs on NaN
67883              
67884              Subject: [patch] perlfaq7
67885              
67886              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
67887              
67888              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
67889              
67890              Subject: [PATCH] open() example in perlfunc.pod
67891              
67892              Podify README.mpeix (a new version from the web)
67893              
67894              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67895              
67896              Subject: [PATCH] format and rewording in perlfaq.pod
67897              
67898              Subject: [PATCH] API Variable documentation   
67899              
67900              Memory management calls documentation.
67901              
67902              Subject: [PATCH: perl@8482] README.vms URL updates
67903              
67904              Subject: Minor typos in perlfaq2.pod
67905              
67906              Subject: [PATCH] pod/perlvar.pod
67907      Branch: maint-5.6/perl
67908           +> pod/perl56delta.pod
67909            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67910           !> README.amiga README.epoc README.mpeix README.vms
67911           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
67912           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
67913           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
67914           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
67915           !> pod/perlvar.pod thrdvar.h
67916 ____________________________________________________________________________
67917 [  8601] By: jhi                                   on 2001/01/30  04:38:35
67918         Log: Integrate changes #8036,8096,8253 from mainline:
67919              hints changes.
67920              
67921              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
67922              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
67923              
67924              Output the (apparent) version of gcc in Tru64.
67925      Branch: maint-5.6/perl
67926           +> ext/POSIX/hints/svr4.pl
67927           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
67928           !> hints/svr4.sh t/lib/bigfltpm.t
67929 ____________________________________________________________________________
67930 [  8600] By: jhi                                   on 2001/01/30  04:04:01
67931         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
67932              locale fixes.
67933              
67934              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
67935              
67936              Debian allows /usr/bin/locale to exist without any locales. (7868)
67937              
67938              Allow the locale test needing POSIX and the taint test
67939              needing IPC::SysV to run under 'minitest' (basically,
67940              bail out if loading the extension fails). (8384)
67941              
67942              Cleanup the locale.t output  (8480)
67943      Branch: maint-5.6/perl
67944           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
67945           !> t/pragma/locale.t
67946 ____________________________________________________________________________
67947 [  8599] By: jhi                                   on 2001/01/30  03:51:04
67948         Log: Missing generated files from #8598.
67949      Branch: maint-5.6/perl
67950            ! embed.h global.sym objXSUB.h perlapi.c proto.h
67951 ____________________________________________________________________________
67952 [  8598] By: jhi                                   on 2001/01/30  03:41:54
67953         Log: Integrate change #8555 from mainline, manually integrate parts
67954              of changes 8452 and 8583.
67955              
67956              Subject: [PATCH] utf8.c documentation (8452)
67957              
67958              No point in checking the length if the pointer is bogus. (8555)
67959              
67960              Introduce bytes_from_utf8() and implement sv_eq() using it,
67961              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
67962              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
67963              was malformed. (8583)
67964      Branch: maint-5.6/perl
67965            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
67966           !> pod/perlapi.pod sv.c utf8.c
67967 ____________________________________________________________________________
67968 [  8597] By: gsar                                  on 2001/01/30  02:37:26
67969         Log: get PERL_OBJECT build going again on windows
67970      Branch: maint-5.6/perl
67971            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
67972            ! pod/perlapi.pod proto.h sv.c
67973 ____________________________________________________________________________
67974 [  8596] By: jhi                                   on 2001/01/30  02:16:17
67975         Log: Signedness nit.
67976      Branch: perl
67977            ! sv.c
67978 ____________________________________________________________________________
67979 [  8595] By: jhi                                   on 2001/01/30  02:11:07
67980         Log: EBCDIC patch for Storable, from Peter Prymmer.
67981      Branch: perl
67982            ! t/lib/st-06compat.t
67983 ____________________________________________________________________________
67984 [  8594] By: jhi                                   on 2001/01/30  01:04:48
67985         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
67986              From: Peter Prymmer <pvhp@forte.com>
67987              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
67988              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
67989      Branch: perl
67990            ! t/lib/b.t
67991 ____________________________________________________________________________
67992 [  8593] By: jhi                                   on 2001/01/30  00:56:47
67993         Log: Subject: [PATCH: perl@8585] pod problems in io
67994              From: Peter Prymmer <pvhp@forte.com>
67995              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
67996              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
67997      Branch: perl
67998            ! pod/perlapio.pod pod/perliol.pod
67999 ____________________________________________________________________________
68000 [  8592] By: jhi                                   on 2001/01/30  00:48:20
68001         Log: Integrate perlio:
68002              
68003              [  8591]
68004              GNU 'merge' Simon's copy of perliol.pod with version
68005              patched by Craig's patch.
68006              
68007              [  8590]
68008              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
68009      Branch: perl
68010           !> pod/perlapio.pod pod/perliol.pod
68011 ____________________________________________________________________________
68012 [  8591] By: nick                                  on 2001/01/29  22:02:28
68013         Log: GNU 'merge' Simon's copy of perliol.pod with version
68014              patched by Craig's patch.
68015      Branch: perlio
68016            ! pod/perliol.pod
68017 ____________________________________________________________________________
68018 [  8590] By: nick                                  on 2001/01/29  21:55:10
68019         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
68020      Branch: perlio
68021            ! pod/perlapio.pod pod/perliol.pod
68022 ____________________________________________________________________________
68023 [  8589] By: jhi                                   on 2001/01/29  15:35:33
68024         Log: Integrate change #8586 from maint-5.6/perl.
68025              
68026              make the BOM detection code not call tell() until it has to
68027              (meant to fix esoteric compatibility issues where PL_rsfp
68028              is overridden)
68029      Branch: perl
68030           !> toke.c
68031 ____________________________________________________________________________
68032 [  8588] By: jhi                                   on 2001/01/29  15:29:11
68033         Log: Subject: MAking Solaris malloc() the default
68034              From: Lupe Christoph <lupe@lupe-christoph.de>
68035              Date: Mon, 29 Jan 2001 12:59:36 +0100
68036              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
68037              
68038              The README.solaris part slightly tweaked.
68039      Branch: perl
68040            ! README.solaris hints/solaris_2.sh
68041 ____________________________________________________________________________
68042 [  8587] By: jhi                                   on 2001/01/29  15:17:34
68043         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
68044              From: root@ak-75.mind.de
68045              Date: Sun, 28 Jan 2001 20:32:29 +0100
68046              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
68047      Branch: perl
68048            ! pod/perlre.pod
68049 ____________________________________________________________________________
68050 [  8586] By: gsar                                  on 2001/01/29  13:43:44
68051         Log: make the BOM detection code not call tell() until it has to
68052              (meant to fix esoteric compatibility issues where PL_rsfp
68053              is overridden)
68054      Branch: maint-5.6/perl
68055            ! toke.c
68056 ____________________________________________________________________________
68057 [  8585] By: jhi                                   on 2001/01/28  20:05:45
68058         Log: Update Changes.
68059      Branch: perl
68060            ! Changes patchlevel.h
68061 ____________________________________________________________________________
68062 [  8584] By: jhi                                   on 2001/01/28  19:30:02
68063         Log: Integrate perlio:
68064              
68065              [  8582]
68066              Add pod/perliol.pod to MANIFEST :-(
68067              
68068              [  8581]
68069              PerlIO documentation. Proofing and sub-editing requested.
68070      Branch: perl
68071           +> pod/perliol.pod
68072           !> MANIFEST pod/perlapio.pod
68073 ____________________________________________________________________________
68074 [  8583] By: jhi                                   on 2001/01/28  19:28:40
68075         Log: Patch from Inaba Hiroto:
68076              - canonical UTF-8 hash keys: if a key string for a hash is
68077              UTF8-on, try downgrade the string and use it if
68078              unicode::distinct is not in effect.
68079              For the task, I added a function bytes_from_utf8() to utf8.c.
68080              It might resemble utf8_to_bytes() but it is not convenient
68081              to the task.
68082              Made a test for it and added to t/op/each.t
68083              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
68084              the mortal copy of the argument SV.
68085              And changed t/io/utf8.t test 18 which expects print() to
68086              upgrade its argument.
68087              - re-implement sv_eq with bytes_from_utf8()
68088              - some bug fixes
68089              - tr/// does not handle UTF8 range (\x{}-\x{})
68090              - \ before raw UTF8 character produced
68091              "Malformed UTF-8 character" warning.
68092              - "\x{100}\N{CENT SIGN}" is Malformed.
68093              Added tests for these 3.
68094              - and one silly bug (by me) with qu operator.
68095      Branch: perl
68096            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
68097            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
68098            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
68099 ____________________________________________________________________________
68100 [  8582] By: nick                                  on 2001/01/28  19:25:04
68101         Log: Add pod/perliol.pod to MANIFEST :-(
68102      Branch: perlio
68103            ! MANIFEST
68104 ____________________________________________________________________________
68105 [  8581] By: nick                                  on 2001/01/28  19:22:40
68106         Log: PerlIO documentation. Proofing and sub-editing requested.
68107      Branch: perlio
68108            + pod/perliol.pod
68109            ! pod/perlapio.pod
68110 ____________________________________________________________________________
68111 [  8580] By: jhi                                   on 2001/01/28  05:16:25
68112         Log: Revert the change to sv_2pv() done by #8054: Someone who
68113              did SvNV_set() on a scalar that also happened to be POK,
68114              followed by sv_2pv() won't get the right coercion anymore.
68115              [Sarathy]
68116      Branch: maint-5.6/perl
68117            ! sv.c
68118 ____________________________________________________________________________
68119 [  8579] By: jhi                                   on 2001/01/28  05:15:04
68120         Log: Remove the #8084 effect: do not allow -Q to be interpreted
68121              as -&Q(), this is too much wiggle room.
68122      Branch: maint-5.6/perl
68123            ! toke.c
68124 ____________________________________________________________________________
68125 [  8578] By: jhi                                   on 2001/01/28  05:12:45
68126         Log: Needed bits of #8439 (should have been in #8576),
68127              mainly for lval substr().
68128      Branch: maint-5.6/perl
68129            ! mg.c pp.c pp_hot.c
68130 ____________________________________________________________________________
68131 [  8577] By: jhi                                   on 2001/01/28  05:02:46
68132         Log: A missing check-in.
68133      Branch: maint-5.6/perl
68134            ! utf8.c
68135 ____________________________________________________________________________
68136 [  8576] By: jhi                                   on 2001/01/28  04:26:18
68137         Log: Integrate changes #8425,8436,8439,8517 from mainline.
68138              The 8439 was not truly integrated because it had too many
68139              dependencies on the development branch and because it introduced
68140              concepts too bold for a maintenance branch (such as the qu operator).
68141              
68142              Subject: [PATCH perl@8342] -Wformat
68143              
68144              Tighten some of the UTF-8 tests a bit.
68145              
68146              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
68147              - The substr lval was still not okay.
68148              - Now pp_stringify and sv_setsv copies source's UTF8 flag
68149              even if IN_BYTE.  pp_stringify is called from fold_constants
68150              at optimization phase and "\x{100}" was made SvUTF8_off under
68151              use bytes (the bytes pragma is for "byte semantics" and not
68152              for "do not produce UTF8 data")
68153      Branch: maint-5.6/perl
68154            ! t/lib/charnames.t t/op/substr.t toke.c
68155           !> sv.c t/pragma/utf8.t
68156 ____________________________________________________________________________
68157 [  8575] By: jhi                                   on 2001/01/28  04:01:51
68158         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
68159              
68160              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
68161              
68162              Subject: [ID 20001230.003] UTF-8 tr still hurts
68163              
68164              Test cases for #8385 (from Simon's "torture.pl")
68165              
68166              Start fixing UTF-8 lval substr() (8405)
68167      Branch: maint-5.6/perl
68168           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
68169           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
68170 ____________________________________________________________________________
68171 [  8574] By: jhi                                   on 2001/01/28  03:09:06
68172         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
68173              from mainline.
68174              
68175              UTF-8 cleanup.
68176              
68177              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
68178              
68179              "\x{FF}\xFF" was broken.
68180              
68181              Tests for #8329 and #8330.
68182              
68183              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
68184              
68185              IRIX compiler noticed that the bof initialization might be
68186              bypassed by control flow.
68187              
68188              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
68189      Branch: maint-5.6/perl
68190           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
68191           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
68192 ____________________________________________________________________________
68193 [  8573] By: jhi                                   on 2001/01/28  02:06:12
68194         Log: Retract #8552.
68195      Branch: perl
68196            ! lib/Text/Wrap.pm t/lib/textwrap.t
68197 ____________________________________________________________________________
68198 [  8572] By: jhi                                   on 2001/01/28  02:04:49
68199         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
68200              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
68201              not really integrated but instead salvaged by hand
68202              (they had too many dependencies on the development release
68203              to be cleanly integratable).
68204              
68205              Subject: more UTF8 test suites and an UTF8 patch
68206              
68207              Tweak for MULTIPLICITY/USE_PERLIO
68208              
68209              Signedness nit.
68210              
68211              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
68212              
68213              Use the UTF8_XXX macros in is_utf8_char().
68214              
68215              Rewrite pp_concat() in terms of sv_catsv().  The . operator
68216              should now be UTF-8-proof.
68217              
68218              Subject: [PATCH perl@8269] scanning two hex-constants
68219              fails on EBCDIC environment (script length.t)
68220              
68221              Add some Unicode chop() tests.
68222      Branch: maint-5.6/perl
68223            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
68224           !> sv.c t/op/chop.t utf8.h
68225 ____________________________________________________________________________
68226 [  8571] By: jhi                                   on 2001/01/28  00:35:59
68227         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
68228              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
68229              
68230              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
68231              
68232              The maxiters upper limit sanity check (guarding against
68233              non-progress) assumed bytes instead of characters in s///
68234              and split().
68235              
68236              Signedness nit.
68237              
68238              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
68239              join() should now be UTF-8-proof.
68240              
68241              More split // UTF-8 tests. (8250)
68242      Branch: maint-5.6/perl
68243           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
68244           !> util.c
68245 ____________________________________________________________________________
68246 [  8570] By: jhi                                   on 2001/01/27  22:15:46
68247         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
68248              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
68249              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
68250              8084,8204,8244,8333 from mainline.
68251              
68252              For -Q where Q might be a one-letter sub name one does no more
68253              get a warning about an unknown filetest (7941,7943,7944,8084).
68254              
68255              Subject: Re: [ID 20001130.011] expression parsing bug ?
68256              
68257              Make uv_to_utf8() to zero-terminate its output buffer.
68258              
68259              Split off t/op/length.t (7995)
68260              
68261              Split off t/op/utf8decode.t (7996)
68262              
68263              Remove an unnecessary 'use utf8' from the utf8.t (7998)
68264              
68265              Split off t/op/concat.t (8004)
68266              
68267              Split off t/op/ver.t (8005)
68268              
68269              Document utf8_length(), utf8_distance(), and utf8_hop().
68270              
68271              Document utf8_to_uv() better.
68272              
68273              Introduce macros for UTF8 decoding (8028,8033).
68274              
68275              Add test for reverse() (8030,8031).
68276              
68277              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
68278              
68279              Do not return the Unicode replacement character    on UTF-8
68280              decoding failure.
68281              
68282              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
68283              not this_utf8 i.e. the output string has one, but don't mess
68284              with source assumption. (8052,8053)
68285              
68286              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
68287              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
68288              was not expecting to be called with something that was already
68289              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
68290              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
68291              (8054)
68292              
68293              Recode the naughty binary bytes in utf8decode.t using the \xHH.
68294              
68295              Make some panic messages a bit more logical.
68296      Branch: maint-5.6/perl
68297           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
68298           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
68299           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
68300           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
68301           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
68302           !> utf8.c utf8.h
68303 ____________________________________________________________________________
68304 [  8569] By: jhi                                   on 2001/01/27  19:16:43
68305         Log: Integrate changes #7750 from perlio and #8566 from mainline.
68306      Branch: maint-5.6/perl
68307           !> regexec.c sv.c
68308 ____________________________________________________________________________
68309 [  8568] By: jhi                                   on 2001/01/27  18:06:51
68310         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
68311              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
68312              7935[-perlio.c],7936,7959,7965 from mainline.
68313              
68314              Change the "big byte" error message to "Wide character".
68315              (7355, the croak-if-wide-chars-in-print part ignored)
68316              
68317              Use UINT64_C().
68318              
68319              Introduce Perl_utf8_length().
68320              
68321              diff -se shows these as different (7753, forgotten check-ins)
68322              
68323              Subject: [PATCH] doop.c - UTF8 tr///
68324              
68325              If we use (aTHX_ ...) then put Perl_ on the front.
68326              
68327              Make utf8_length() and utf8_distance() to be less forgiving
68328              about bad UTF-8.
68329              
68330              Test line numbers are different with utf8.
68331              
68332              No need to scan till infinity, 13 is enough. (7872,7911)
68333              
68334              Subject: [PATCH] Tokeniser debugging
68335              
68336              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
68337              
68338              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
68339              
68340              Be more careful in Perl_sv_utf8_downgrade().
68341              
68342              Use DO_UTF8().
68343              
68344              Raw zero bytes in text files confuse at least GNU patch 2.1.
68345      Branch: maint-5.6/perl
68346           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
68347           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
68348           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
68349           !> t/pragma/utf8.t toke.c utf8.c utf8.h
68350 ____________________________________________________________________________
68351 [  8567] By: nick                                  on 2001/01/27  11:10:38
68352         Log: Integrate mainline
68353      Branch: perlio
68354           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
68355           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
68356           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
68357           !> toke.c
68358 ____________________________________________________________________________
68359 [  8566] By: jhi                                   on 2001/01/27  06:22:48
68360         Log: More documentation for the regexp context stack.
68361      Branch: perl
68362            ! regexec.c
68363 ____________________________________________________________________________
68364 [  8565] By: jhi                                   on 2001/01/27  05:21:57
68365         Log: Update Changes.
68366      Branch: perl
68367            ! Changes patchlevel.h
68368 ____________________________________________________________________________
68369 [  8564] By: jhi                                   on 2001/01/27  04:44:04
68370         Log: Threadedness patch for #8562 from Doug MacEachern.
68371      Branch: perl
68372            ! toke.c
68373 ____________________________________________________________________________
68374 [  8563] By: jhi                                   on 2001/01/27  04:26:24
68375         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
68376              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68377              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
68378              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
68379      Branch: perl
68380            ! op.c
68381 ____________________________________________________________________________
68382 [  8562] By: jhi                                   on 2001/01/27  04:20:30
68383         Log: Subject: Re: Announce : Tokener reporting patch
68384              From: Simon Cozens <simon@cozens.net>
68385              Date: Mon, 22 Jan 2001 02:17:22 +0000
68386              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
68387      Branch: perl
68388            ! embed.h embed.pl proto.h toke.c
68389 ____________________________________________________________________________
68390 [  8561] By: jhi                                   on 2001/01/27  04:17:24
68391         Log: Forgot from #8545.  Oops.
68392      Branch: perl
68393            ! pp.c t/pragma/overload.t
68394 ____________________________________________________________________________
68395 [  8560] By: jhi                                   on 2001/01/27  03:01:47
68396         Log: A better module compilation test, use MANIFEST as suggested
68397              by Spider.
68398      Branch: perl
68399            ! t/lib/1_compile.t
68400 ____________________________________________________________________________
68401 [  8559] By: jhi                                   on 2001/01/27  02:50:48
68402         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
68403              From: Peter Prymmer <pvhp@forte.com>
68404              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
68405              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
68406      Branch: perl
68407            ! t/lib/b.t
68408 ____________________________________________________________________________
68409 [  8558] By: jhi                                   on 2001/01/27  02:27:05
68410         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
68411              From: Peter Prymmer <pvhp@forte.com>
68412              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
68413              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
68414      Branch: perl
68415            ! t/pragma/sub_lval.t
68416 ____________________________________________________________________________
68417 [  8557] By: jhi                                   on 2001/01/27  02:26:03
68418         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
68419              From: Peter Prymmer <pvhp@forte.com>
68420              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
68421              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
68422      Branch: perl
68423            ! t/lib/st-06compat.t
68424 ____________________________________________________________________________
68425 [  8556] By: jhi                                   on 2001/01/27  02:24:33
68426         Log: Subject: [PATCH: perl@8531] minor update to README.os390
68427              From: Peter Prymmer <pvhp@forte.com>
68428              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
68429              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
68430      Branch: perl
68431            ! README.os390
68432 ____________________________________________________________________________
68433 [  8555] By: jhi                                   on 2001/01/27  00:35:47
68434         Log: No point in checking the length before we know whether the pointer
68435              is bogus or not, fixes Abigail's odbm failures in Linux.
68436      Branch: perl
68437            ! sv.c
68438 ____________________________________________________________________________
68439 [  8554] By: nick                                  on 2001/01/26  19:01:31
68440         Log: Integrate mainline
68441      Branch: perlio
68442           !> lib/Text/Wrap.pm t/lib/textwrap.t
68443 ____________________________________________________________________________
68444 [  8553] By: jhi                                   on 2001/01/26  15:19:39
68445         Log: Integrate change #7792 from perlio (multiplicity fix),
68446              fix the AV leak in regex DEBUGGING (tiny part of the
68447              polymorphic regexp patch #8143).
68448      Branch: maint-5.6/perl
68449            ! regcomp.c
68450           !> scope.h
68451 ____________________________________________________________________________
68452 [  8552] By: jhi                                   on 2001/01/26  15:03:23
68453         Log: (Retracted by #8573)
68454              
68455              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
68456              From: Michael G Schwern <schwern@pobox.com>
68457              Date: Fri, 26 Jan 2001 09:28:31 -0500
68458              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
68459      Branch: perl
68460            ! lib/Text/Wrap.pm t/lib/textwrap.t
68461 ____________________________________________________________________________
68462 [  8551] By: jhi                                   on 2001/01/26  02:33:19
68463         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
68464              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
68465              
68466              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
68467              
68468              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
68469              
68470              Message nit.
68471              
68472              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
68473              
68474              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
68475              
68476              (the cleanup of unused submatches in regtry() and regcppop())
68477              
68478              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
68479              stored and restored, and thusly was trounced by the utf8 swash
68480              routines.
68481              
68482              use utf8 not required to use \x{}.
68483              
68484              Removed two more tests that make no sense in UTF-8 since the test
68485              data is not in UTF-8.
68486              
68487              Get the three different space character classes right under utf8.
68488              
68489              Implement ANYOFUTF8 regprop() dumping.
68490              
68491              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
68492              
68493              Document the regex context pushing/popping a bit better.
68494      Branch: maint-5.6/perl
68495           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
68496           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
68497           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
68498           !> t/op/regmesg.t utf8.c
68499 ____________________________________________________________________________
68500 [  8550] By: nick                                  on 2001/01/25  19:42:30
68501         Log: Integrate mainline
68502      Branch: perlio
68503           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
68504           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
68505           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
68506           !> t/lib/bigint.t t/lib/bigintpm.t
68507 ____________________________________________________________________________
68508 [  8549] By: jhi                                   on 2001/01/25  15:22:28
68509         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
68510      Branch: maint-5.6/perl
68511            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
68512 ____________________________________________________________________________
68513 [  8548] By: jhi                                   on 2001/01/25  15:02:55
68514         Log: Integrate changes #7997,8063,8492,8547 from mainline.
68515              
68516              Subject: Re: STRLEN - what?
68517              
68518              Subject: [PATCH] perlguts.pod
68519              
68520              Memory management calls documentation.
68521              
68522              Layout using tabulator is not a good idea in a pod.
68523      Branch: maint-5.6/perl
68524           !> pod/perlguts.pod
68525 ____________________________________________________________________________
68526 [  8547] By: jhi                                   on 2001/01/25  14:49:05
68527         Log: Layout using tabulator is not a good idea in a pod.
68528      Branch: perl
68529            ! pod/perlguts.pod
68530 ____________________________________________________________________________
68531 [  8546] By: jhi                                   on 2001/01/25  14:31:12
68532         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
68533              from mainline.
68534              
68535              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
68536              
68537              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
68538              
68539              More Win32 editor/IDE/shell hints.
68540              
68541              More Win32 Perling.
68542              
68543              Yet another editor edit.
68544              
68545              Edit edit edit.
68546              
68547              IDE/editor section tweaking.
68548              
68549              Few more IDE/editor nits from p5p.
68550      Branch: maint-5.6/perl
68551           !> pod/perlfaq3.pod
68552 ____________________________________________________________________________
68553 [  8545] By: jhi                                   on 2001/01/25  04:16:32
68554         Log: Subject: [PATCH 5.7.0] overload int()
68555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68556              Date: Wed, 24 Jan 2001 19:06:57 -0500
68557              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
68558      Branch: perl
68559            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
68560            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
68561            ! t/lib/bigintpm.t
68562 ____________________________________________________________________________
68563 [  8544] By: jhi                                   on 2001/01/25  04:15:11
68564         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
68565              From: Peter Prymmer <pvhp@forte.com>
68566              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
68567              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
68568      Branch: perl
68569            ! Makefile.SH README.os390 hints/os390.sh installperl
68570 ____________________________________________________________________________
68571 [  8543] By: jhi                                   on 2001/01/25  03:52:08
68572         Log: Integrate change #8462,8469 from mainline.
68573              
68574              In VMS Perl subversion (perl -V) is undef.
68575      Branch: maint-5.6/perl
68576           !> configure.com
68577 ____________________________________________________________________________
68578 [  8542] By: jhi                                   on 2001/01/25  03:44:55
68579         Log: Integrate changes #7835,7850,8315,8316 from mainline.
68580              
68581              Solaris hints.
68582      Branch: maint-5.6/perl
68583           !> hints/solaris_2.sh
68584 ____________________________________________________________________________
68585 [  8541] By: jhi                                   on 2001/01/25  03:39:28
68586         Log: Integrate #8336 from mainline.
68587      Branch: maint-5.6/perl
68588           !> hv.c
68589 ____________________________________________________________________________
68590 [  8540] By: jhi                                   on 2001/01/25  03:23:50
68591         Log: Retract #8539.
68592      Branch: maint-5.6/perl
68593            ! pod/perlfaq3.pod
68594 ____________________________________________________________________________
68595 [  8539] By: jhi                                   on 2001/01/25  03:21:55
68596         Log: (Retracted by #8540.)
68597      Branch: maint-5.6/perl
68598            ! pod/perlfaq3.pod
68599 ____________________________________________________________________________
68600 [  8538] By: jhi                                   on 2001/01/25  03:14:07
68601         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
68602              From: Peter Prymmer <pvhp@forte.com>
68603              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
68604              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
68605              
68606              The VMS bits.
68607      Branch: maint-5.6/perl
68608            ! configure.com vms/descrip_mms.template
68609 ____________________________________________________________________________
68610 [  8537] By: jhi                                   on 2001/01/25  03:06:09
68611         Log: Integrate #7710,7824,7973 from mainline.
68612      Branch: maint-5.6/perl
68613           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68614           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
68615           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
68616           !> vos/config.ga.def vos/config.ga.h win32/config.bc
68617           !> win32/config.gc win32/config.vc
68618 ____________________________________________________________________________
68619 [  8536] By: jhi                                   on 2001/01/24  13:50:20
68620         Log: Revert the edits made by me so far to the 5.6 branch since
68621              the TRIAL1 since I did edits when I should have been using
68622              integrates.  Bad programmer.   (Will integrate them properly later.)
68623              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
68624              The #8353 will not be reapplied at least for now since
68625              the UTF-8 hash keys need more thinking.
68626              (The patches #8347, #8354, #8454, #8473 were okay since they
68627              were original edits made specifically for the 5.6.1-TRIAL1.)
68628      Branch: maint-5.6/perl
68629            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68630            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
68631            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
68632            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
68633            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
68634            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68635            ! win32/config.bc win32/config.gc win32/config.vc
68636 ____________________________________________________________________________
68637 [  8535] By: bailey                                on 2001/01/24  06:37:02
68638         Log: SYN SYN
68639      Branch: vmsperl
68640           +> (branch 26 files)
68641           !> (integrate 130 files)
68642 ____________________________________________________________________________
68643 [  8534] By: nick                                  on 2001/01/23  19:30:57
68644         Log: Integrate mainline.
68645      Branch: perlio
68646           !> Changes Configure Porting/Glossary Porting/config.sh
68647           !> Porting/config_H embed.h embed.pl ext/Encode/compile
68648           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
68649           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
68650           !> pod/perlvar.pod proto.h t/lib/1_compile.t
68651 ____________________________________________________________________________
68652 [  8533] By: jhi                                   on 2001/01/23  16:15:46
68653         Log: Forgotten from #8501.
68654      Branch: perl
68655            ! Porting/Glossary Porting/config.sh Porting/config_H
68656 ____________________________________________________________________________
68657 [  8532] By: jhi                                   on 2001/01/23  16:13:27
68658         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
68659              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68660              Date: Mon, 22 Jan 2001 17:51:58 +0100
68661              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
68662      Branch: perl
68663            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
68664 ____________________________________________________________________________
68665 [  8531] By: jhi                                   on 2001/01/23  15:46:01
68666         Log: Update Changes.
68667      Branch: perl
68668            ! Changes patchlevel.h
68669 ____________________________________________________________________________
68670 [  8530] By: jhi                                   on 2001/01/23  15:38:39
68671         Log: De-cut-and-pasto.
68672      Branch: perl
68673            ! t/lib/1_compile.t
68674 ____________________________________________________________________________
68675 [  8529] By: jhi                                   on 2001/01/23  15:11:04
68676         Log: Document the mkdir trailing slashes case.
68677      Branch: perl
68678            ! pod/perlfunc.pod
68679 ____________________________________________________________________________
68680 [  8528] By: jhi                                   on 2001/01/23  15:08:28
68681         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
68682              get installed:
68683              
68684              Subject: lib/lib.pm
68685              From: <abigail@foad.org>
68686              Date: Mon, 28 Aug 2000 20:35:08 -0400
68687              Message-ID: <20000829003508.21281.qmail@foad.org>
68688      Branch: perl
68689            ! installperl
68690 ____________________________________________________________________________
68691 [  8527] By: jhi                                   on 2001/01/23  14:44:04
68692         Log: Metaconfig unit change for #8526.
68693      Branch: metaconfig
68694            ! U/threads/archname.U
68695 ____________________________________________________________________________
68696 [  8526] By: jhi                                   on 2001/01/23  14:43:19
68697         Log: Attach -perlio to the archname if so selected.
68698      Branch: perl
68699            ! Configure
68700 ____________________________________________________________________________
68701 [  8525] By: jhi                                   on 2001/01/23  14:24:01
68702         Log: Subject: [PATCH] pod/perlvar.pod
68703              From: abigail@foad.org
68704              Date: Tue, 23 Jan 2001 01:41:10 +0100
68705              Message-ID: <20010123004110.22259.qmail@foad.org>
68706      Branch: perl
68707            ! pod/perlvar.pod
68708 ____________________________________________________________________________
68709 [  8524] By: jhi                                   on 2001/01/23  14:22:32
68710         Log: A bug introduced in #8217 (the undefined variable in the
68711              lib/safe1_t #3) fixed, by Charles Lane:
68712              
68713              The earlier patch made it so that stuff running in Safe
68714              compartments could do a "caller" and see "main".  That
68715              little change in name is done right before the code in
68716              the compartment is run, and apparantly the parser
68717              was picking up the stash name before it got changed.
68718              
68719              (why it was threaded vs. unthreaded Perl that was sensitive to this
68720              I still don't know...and it probably doesn't matter).
68721              
68722              I tryed removing the stash name-change and saw that threaded Perl
68723              did indeed pass the lib/safe1.t tests.
68724              
68725              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
68726              do the name change (and to connect _ in the compartment to the global
68727              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
68728              to call _safe_pkg_prep when creating a new compartment.
68729              
68730              Passes all tests with threaded perl on linux; passes all tests
68731              with unthreaded perl on VMS.
68732              
68733              At some point I'll probably want to revisit Safe and Opcode to
68734              provide more sensible handling of global variables...and to get
68735              formats working in Safe compartments, which they don't do currently.
68736      Branch: perl
68737            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
68738 ____________________________________________________________________________
68739 [  8523] By: jhi                                   on 2001/01/23  14:11:58
68740         Log: Also the lib/Thread.pm itself needs to be ignored if
68741              the Thread extension hasn't been built.
68742      Branch: perl
68743            ! t/lib/1_compile.t
68744 ____________________________________________________________________________
68745 [  8522] By: jhi                                   on 2001/01/23  13:51:28
68746         Log: print() instead of warn() so that stderr doesn't get
68747              unnecessarily polluted.
68748      Branch: perl
68749            ! ext/Encode/compile
68750 ____________________________________________________________________________
68751 [  8521] By: jhi                                   on 2001/01/23  13:49:48
68752         Log: Integrate perlio:
68753              
68754              [  8520]
68755              More messing with Encode:
68756              Extra fields in header to allow multiple names and to record
68757              other things "compile" knows.
68758              Re-organise compile to factor out common output routines.
68759              
68760              [  8519]
68761              Change file-of-files command line from -F to -f to avoid case issues on VMS.
68762      Branch: perl
68763           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
68764           !> ext/Encode/encode.h
68765 ____________________________________________________________________________
68766 [  8520] By: nick                                  on 2001/01/22  21:44:00
68767         Log: More messing with Encode:
68768              Extra fields in header to allow multiple names and to record
68769              other things "compile" knows.
68770              Re-organise compile to factor out common output routines.
68771      Branch: perlio
68772            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
68773 ____________________________________________________________________________
68774 [  8519] By: nick                                  on 2001/01/22  20:33:50
68775         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
68776      Branch: perlio
68777            ! ext/Encode/Makefile.PL ext/Encode/compile
68778 ____________________________________________________________________________
68779 [  8518] By: nick                                  on 2001/01/22  20:28:13
68780         Log: Integrate mainline
68781      Branch: perlio
68782           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
68783           !> vos/config.alpha.def vos/config.alpha.h
68784 ____________________________________________________________________________
68785 [  8517] By: jhi                                   on 2001/01/22  15:37:17
68786         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
68787              by Inaba Hiroto.
68788      Branch: perl
68789            ! sv.c
68790 ____________________________________________________________________________
68791 [  8516] By: jhi                                   on 2001/01/22  14:55:15
68792         Log: More SIG_SIZE fixes.
68793      Branch: perl
68794            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
68795 ____________________________________________________________________________
68796 [  8515] By: jhi                                   on 2001/01/22  14:50:27
68797         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
68798              From: "Craig A. Berry" <craigberry@mac.com>
68799              Date: Mon, 22 Jan 2001 00:42:24 -0600
68800              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
68801      Branch: perl
68802            ! configure.com
68803 ____________________________________________________________________________
68804 [  8514] By: jhi                                   on 2001/01/22  14:31:17
68805         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
68806              From: "Craig A. Berry" <craigberry@mac.com>
68807              Date: Sun, 21 Jan 2001 23:03:25 -0600
68808              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
68809      Branch: perl
68810            ! configure.com
68811 ____________________________________________________________________________
68812 [  8513] By: jhi                                   on 2001/01/22  14:14:00
68813         Log: Add the .ucm encoding tables to the MANIFEST.
68814      Branch: perl
68815            ! MANIFEST
68816 ____________________________________________________________________________
68817 [  8512] By: jhi                                   on 2001/01/22  13:43:33
68818         Log: Integrate perlio:
68819              
68820              [  8511]
68821              Make "real" layers of ":utf8" and ":raw".
68822              So now PERLIO=utf8 perl ...
68823              does what Andreas wanted.
68824              Fix arg passing in open.pm (still have a Carp issue).
68825              
68826              [  8508]
68827              Switch "compiled in" encodings to .ucm format.
68828              (Leave others as .enc till we can run-time load .ucm,
68829              or find some other way to load them.)
68830      Branch: perl
68831           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68832           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68833           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68834           +> ext/Encode/Encode/iso8859-10.ucm
68835           +> ext/Encode/Encode/iso8859-13.ucm
68836           +> ext/Encode/Encode/iso8859-14.ucm
68837           +> ext/Encode/Encode/iso8859-15.ucm
68838           +> ext/Encode/Encode/iso8859-16.ucm
68839           +> ext/Encode/Encode/iso8859-2.ucm
68840           +> ext/Encode/Encode/iso8859-3.ucm
68841           +> ext/Encode/Encode/iso8859-4.ucm
68842           +> ext/Encode/Encode/iso8859-5.ucm
68843           +> ext/Encode/Encode/iso8859-6.ucm
68844           +> ext/Encode/Encode/iso8859-7.ucm
68845           +> ext/Encode/Encode/iso8859-8.ucm
68846           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68847           +> ext/Encode/Encode/symbol.ucm
68848           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
68849           !> perliol.h
68850 ____________________________________________________________________________
68851 [  8511] By: nick                                  on 2001/01/21  23:44:47
68852         Log: Make "real" layers of ":utf8" and ":raw".
68853              So now PERLIO=utf8 perl ...
68854              does what Andreas wanted.
68855              Fix arg passing in open.pm (still have a Carp issue).
68856      Branch: perlio
68857            ! lib/open.pm perlio.c perliol.h
68858 ____________________________________________________________________________
68859 [  8510] By: jhi                                   on 2001/01/21  22:56:53
68860         Log: Document the regex content pushing/popping a bit better.
68861      Branch: perl
68862            ! regexec.c
68863 ____________________________________________________________________________
68864 [  8509] By: jhi                                   on 2001/01/21  22:55:44
68865         Log: Tweak the mkdir trailing slash code some more.
68866              
68867              TO DO: the same handling should probably be done for
68868              all the other filesystem functions that can have directories
68869              as their arguments.
68870      Branch: perl
68871            ! pp_sys.c
68872 ____________________________________________________________________________
68873 [  8508] By: nick                                  on 2001/01/21  21:37:43
68874         Log: Switch "compiled in" encodings to .ucm format.
68875              (Leave others as .enc till we can run-time load .ucm,
68876              or find some other way to load them.)
68877      Branch: perlio
68878            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68879            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68880            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68881            + ext/Encode/Encode/iso8859-10.ucm
68882            + ext/Encode/Encode/iso8859-13.ucm
68883            + ext/Encode/Encode/iso8859-14.ucm
68884            + ext/Encode/Encode/iso8859-15.ucm
68885            + ext/Encode/Encode/iso8859-16.ucm
68886            + ext/Encode/Encode/iso8859-2.ucm
68887            + ext/Encode/Encode/iso8859-3.ucm
68888            + ext/Encode/Encode/iso8859-4.ucm
68889            + ext/Encode/Encode/iso8859-5.ucm
68890            + ext/Encode/Encode/iso8859-6.ucm
68891            + ext/Encode/Encode/iso8859-7.ucm
68892            + ext/Encode/Encode/iso8859-8.ucm
68893            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68894            + ext/Encode/Encode/symbol.ucm
68895            ! ext/Encode/Makefile.PL ext/Encode/compile
68896 ____________________________________________________________________________
68897 [  8507] By: nick                                  on 2001/01/21  21:02:03
68898         Log: Integrate (partial) mainline.
68899      Branch: perlio
68900           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
68901           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
68902           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68903 ____________________________________________________________________________
68904 [  8506] By: jhi                                   on 2001/01/21  20:09:30
68905         Log: Update Changes.
68906      Branch: perl
68907            ! Changes patchlevel.h
68908 ____________________________________________________________________________
68909 [  8505] By: jhi                                   on 2001/01/21  19:39:59
68910         Log: Subject: Minor typos in perlfaq2.pod
68911              From: "Stephen P. Potter" <spp@spotter.yi.org>
68912              Message-Id: <200101192101.QAA11911@spotter.yi.org>
68913              Date: Fri, 19 Jan 2001 16:01:13 -0500
68914              
68915              with a nit from Philip Newton.
68916      Branch: perl
68917            ! pod/perlfaq2.pod
68918 ____________________________________________________________________________
68919 [  8504] By: jhi                                   on 2001/01/21  19:33:05
68920         Log: Metaconfig change for #8503.
68921      Branch: metaconfig
68922            ! U/threads/usethreads.U
68923 ____________________________________________________________________________
68924 [  8503] By: jhi                                   on 2001/01/21  19:32:21
68925         Log: Sanity check for conflicting thread flavours.
68926      Branch: perl
68927            ! Configure config_h.SH
68928 ____________________________________________________________________________
68929 [  8502] By: jhi                                   on 2001/01/21  19:23:00
68930         Log: Metaconfig change for #8501.
68931      Branch: metaconfig
68932            ! U/modified/sig_name.U
68933 ____________________________________________________________________________
68934 [  8501] By: jhi                                   on 2001/01/21  19:22:26
68935         Log: The SIG_SIZE is the number of the elements *excluding*
68936              the terminating NULL.
68937      Branch: perl
68938            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
68939            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
68940            ! win32/config_H.vc
68941 ____________________________________________________________________________
68942 [  8500] By: jhi                                   on 2001/01/21  18:31:31
68943         Log: Integrate perlio:
68944              
68945              [  8498]
68946              Encode cleanup.
68947              Add command line control over "compile" so that Makefile.PL
68948              needs can be combined with other uses.
68949              Use command line options in Makefile.PL.
68950              Fix multi-byte parsing in .ucm files.
68951              
68952              [  8497]
68953              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68954              
68955              [  8496]
68956              Fixup after integrate:
68957              missed the .sym files that are changed by regen_headers
68958              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68959              
68960              [  8484]
68961              Infrastructure to allow:
68962              open($fh,"|-",@array);
68963              to be implemented
68964              i.e. mark pp_open as needing a stack mark, and make pp_open
68965              process its args in that style (and pass them _all_ to tied handles OPEN).
68966              Invent do_openn() which takes SV ** at allow it to see multiple args.
68967              Note this does not _do_ anything yet.
68968      Branch: perl
68969           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
68970           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
68971           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
68972           !> pp_sys.c proto.h sv.c
68973 ____________________________________________________________________________
68974 [  8499] By: jhi                                   on 2001/01/21  17:43:57
68975         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
68976              From: Hugo <hv@crypt.compulink.co.uk>
68977              Date: Sun, 21 Jan 2001 13:34:05 +0000
68978              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
68979              
68980              In sprintf UTF8ize only if necessary.
68981      Branch: perl
68982            ! sv.c
68983 ____________________________________________________________________________
68984 [  8498] By: nick                                  on 2001/01/21  16:25:32
68985         Log: Encode cleanup.
68986              Add command line control over "compile" so that Makefile.PL
68987              needs can be combined with other uses.
68988              Use command line options in Makefile.PL.
68989              Fix multi-byte parsing in .ucm files.
68990      Branch: perlio
68991            ! ext/Encode/Makefile.PL ext/Encode/compile
68992 ____________________________________________________________________________
68993 [  8497] By: nick                                  on 2001/01/21  12:56:27
68994         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68995      Branch: perlio
68996            ! ext/Encode/Encode.xs
68997 ____________________________________________________________________________
68998 [  8496] By: nick                                  on 2001/01/21  12:18:45
68999         Log: Fixup after integrate:
69000              missed the .sym files that are changed by regen_headers
69001              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
69002      Branch: perlio
69003            ! global.sym pp.sym sv.c
69004 ____________________________________________________________________________
69005 [  8495] By: nick                                  on 2001/01/21  11:51:07
69006         Log: Integrate mainline.
69007      Branch: perlio
69008           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
69009           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
69010           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
69011           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
69012           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
69013           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
69014           !> win32/Makefile win32/makefile.mk
69015 ____________________________________________________________________________
69016 [  8494] By: jhi                                   on 2001/01/20  23:12:11
69017         Log: Forgot the expect_number() prototype.
69018      Branch: perl
69019            ! embed.h embed.pl proto.h
69020 ____________________________________________________________________________
69021 [  8493] By: jhi                                   on 2001/01/20  22:56:39
69022         Log: Subject: [PATCH: perl@8482] README.vms URL updates
69023              From: Peter Prymmer <pvhp@forte.com>
69024              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
69025              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
69026              
69027              Plus Craig A. Berry's suggestion to use compaq.com instead
69028              of digital.com.
69029      Branch: perl
69030            ! README.vms
69031 ____________________________________________________________________________
69032 [  8492] By: jhi                                   on 2001/01/20  22:50:05
69033         Log: Memory management calls documentation.
69034      Branch: perl
69035            ! pod/perlguts.pod
69036 ____________________________________________________________________________
69037 [  8491] By: jhi                                   on 2001/01/20  22:38:33
69038         Log: Signedness nit plus few memcpy/Copy nits.
69039      Branch: perl
69040            ! sv.c
69041 ____________________________________________________________________________
69042 [  8490] By: jhi                                   on 2001/01/20  22:25:53
69043         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
69044              From: Peter Prymmer <pvhp@forte.com>
69045              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
69046              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
69047      Branch: perl
69048            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
69049 ____________________________________________________________________________
69050 [  8489] By: jhi                                   on 2001/01/20  22:24:41
69051         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
69052              From: Peter Prymmer <pvhp@forte.com>
69053              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
69054              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
69055      Branch: perl
69056            ! win32/Makefile win32/makefile.mk
69057 ____________________________________________________________________________
69058 [  8488] By: jhi                                   on 2001/01/20  22:22:27
69059         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
69060              From: Peter Prymmer <pvhp@forte.com>
69061              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
69062              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
69063      Branch: perl
69064            ! Makefile.SH
69065 ____________________________________________________________________________
69066 [  8487] By: jhi                                   on 2001/01/20  22:21:18
69067         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
69068              From: Peter Prymmer <pvhp@forte.com>
69069              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
69070              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
69071      Branch: perl
69072            + ext/DynaLoader/dl_dllload.xs
69073            ! MANIFEST Makefile.SH hints/os390.sh
69074 ____________________________________________________________________________
69075 [  8486] By: jhi                                   on 2001/01/20  22:17:53
69076         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
69077              From: Peter Prymmer <pvhp@forte.com>
69078              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
69079              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
69080      Branch: perl
69081            ! README.os390 README.posix-bc
69082 ____________________________________________________________________________
69083 [  8485] By: jhi                                   on 2001/01/20  20:15:30
69084         Log: Document and test the new qu operator.
69085      Branch: perl
69086            + t/op/qu.t
69087            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
69088            ! pod/perlretut.pod pod/perlunicode.pod
69089 ____________________________________________________________________________
69090 [  8484] By: nick                                  on 2001/01/20  19:42:30
69091         Log: Infrastructure to allow:
69092              open($fh,"|-",@array);
69093              to be implemented
69094              i.e. mark pp_open as needing a stack mark, and make pp_open
69095              process its args in that style (and pass them _all_ to tied handles OPEN).
69096              Invent do_openn() which takes SV ** at allow it to see multiple args.
69097              Note this does not _do_ anything yet.
69098      Branch: perlio
69099            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
69100            ! perlapi.c pp_proto.h pp_sys.c proto.h
69101 ____________________________________________________________________________
69102 [  8483] By: nick                                  on 2001/01/20  17:23:14
69103         Log: Integrate mainline.
69104      Branch: perlio
69105           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
69106           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
69107 ____________________________________________________________________________
69108 [  8482] By: jhi                                   on 2001/01/19  15:37:49
69109         Log: Update Changes.
69110      Branch: perl
69111            ! Changes patchlevel.h
69112 ____________________________________________________________________________
69113 [  8481] By: jhi                                   on 2001/01/19  14:41:24
69114         Log: Subject: Re: new feature: s?printf parameter reordering 
69115              From: Hugo <hv@crypt.compulink.co.uk>
69116              Date: Thu, 11 Jan 2001 17:09:03 +0000
69117              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
69118              
69119              - support reordering for all parameters: %, *v, *, .*
69120              - lay down that the reordering specification must immediately
69121              follow that parameter: %3$, *v3$, *3$, .*3$
69122              - fix vectorisation of a zero-length string
69123              - factor out the code choosing the argument to format
69124              
69125              Possibly unwanted side-effects:
69126              - the special format specifiers ' +-0' must now precede any
69127              vectorisation specifier. Tests in op/sprintf and op/ver
69128              have been changed to reflect this.
69129              - sprintf.t test #214 changed its expectations because in many
69130              cases, the next parameter has already been consumed when an
69131              invalid type letter is detected.
69132              
69133              Probably wanted side-effects:
69134              - attempts to format a non-existent parameter will warn as if C<undef>
69135              - attempt to write to non-existent parameter with '%n' will complain
69136              of "attempt to modify read-only value" instead of being silent
69137      Branch: perl
69138            ! sv.c t/op/sprintf.t t/op/ver.t
69139 ____________________________________________________________________________
69140 [  8480] By: jhi                                   on 2001/01/19  14:08:37
69141         Log: Subject: PATCH pragma/locale.t
69142              From: andreas.koenig@anima.de (Andreas J. Koenig)
69143              Date: 18 Jan 2001 09:45:37 +0100
69144              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
69145      Branch: perl
69146            ! t/pragma/locale.t
69147 ____________________________________________________________________________
69148 [  8479] By: jhi                                   on 2001/01/19  13:19:58
69149         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
69150      Branch: perl
69151            ! configure.com
69152 ____________________________________________________________________________
69153 [  8478] By: jhi                                   on 2001/01/19  02:12:35
69154         Log: Automate 1_compile.t.
69155      Branch: perl
69156            ! t/lib/1_compile.t
69157 ____________________________________________________________________________
69158 [  8477] By: jhi                                   on 2001/01/19  01:49:56
69159         Log: Integrate perlio:
69160              
69161              [  8475]
69162              Win32 "safe signals" co-existance fix.
69163              Fix SIG_SIZE value.
69164              Clear PL_sig_pending when cloning (fork).
69165      Branch: perl
69166           !> sv.c win32/config.bc win32/config.gc win32/config.vc
69167           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
69168 ____________________________________________________________________________
69169 [  8476] By: nick                                  on 2001/01/18  21:51:52
69170         Log: Integrate mainline
69171      Branch: perlio
69172           +> t/lib/1_compile.t t/lib/compmod.pl
69173           !> MANIFEST configure.com lib/unicode/distinct.pm
69174 ____________________________________________________________________________
69175 [  8475] By: nick                                  on 2001/01/18  21:48:02
69176         Log: Win32 "safe signals" co-existance fix.
69177              Fix SIG_SIZE value.
69178              Clear PL_sig_pending when cloning (fork).
69179      Branch: perlio
69180            ! sv.c win32/config.bc win32/config.gc win32/config.vc
69181            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69182 ____________________________________________________________________________
69183 [  8474] By: jhi                                   on 2001/01/18  14:40:57
69184         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
69185      Branch: perl
69186            ! t/lib/1_compile.t
69187 ____________________________________________________________________________
69188 [  8473] By: gsar                                  on 2001/01/18  11:42:31
69189         Log: unsubmitted trial1 change
69190      Branch: maint-5.6/perl
69191            ! Changes
69192 ____________________________________________________________________________
69193 [  8472] By: jhi                                   on 2001/01/18  04:30:24
69194         Log: The first bug found by 1_compile.t.
69195      Branch: perl
69196            ! lib/unicode/distinct.pm
69197 ____________________________________________________________________________
69198 [  8471] By: jhi                                   on 2001/01/18  04:29:42
69199         Log: Add Schwern's 1_compile test.  The compile_module script renamed
69200              to be a bit shorter for the 8.3 people.
69201      Branch: perl
69202            + t/lib/1_compile.t t/lib/compmod.pl
69203            ! MANIFEST
69204 ____________________________________________________________________________
69205 [  8470] By: jhi                                   on 2001/01/18  04:16:00
69206         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)
69207              From: Peter Prymmer <pvhp@forte.com>
69208              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
69209              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
69210              Replace #8463.
69211      Branch: maint-5.6/perl
69212            ! configure.com
69213 ____________________________________________________________________________
69214 [  8469] By: jhi                                   on 2001/01/18  04:13:02
69215         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)
69216              From: Peter Prymmer <pvhp@forte.com>
69217              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
69218              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
69219              Replace #8462.
69220      Branch: perl
69221            ! configure.com
69222 ____________________________________________________________________________
69223 [  8468] By: jhi                                   on 2001/01/18  03:42:08
69224         Log: Integrate perlio:
69225              
69226              [  8467]
69227              "Safe" signals - trial implementation.
69228              gv.c tweaked to zero PL_sig_pend array
69229              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
69230              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
69231              Odd thing is that it "works" with PERLIO=stdio as well (linux).
69232      Branch: perl
69233           !> gv.c mg.c perlio.c util.c
69234 ____________________________________________________________________________
69235 [  8467] By: nick                                  on 2001/01/17  22:41:10
69236         Log: "Safe" signals - trial implementation.
69237              gv.c tweaked to zero PL_sig_pend array
69238              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
69239              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
69240              Odd thing is that it "works" with PERLIO=stdio as well (linux).
69241      Branch: perlio
69242            ! gv.c mg.c perlio.c util.c
69243 ____________________________________________________________________________
69244 [  8466] By: nick                                  on 2001/01/17  20:40:20
69245         Log: Integrate mainline.
69246      Branch: perlio
69247           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69248           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
69249           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
69250           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69251           !> vos/config.ga.h win32/config.bc win32/config.gc
69252           !> win32/config.vc
69253 ____________________________________________________________________________
69254 [  8465] By: jhi                                   on 2001/01/17  18:37:13
69255         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
69256              From: Nicholas Clark <nick@ccl4.org>
69257              Date: Wed, 17 Jan 2001 17:31:33 +0000
69258              Message-ID: <20010117173133.I2633@plum.flirble.org>
69259      Branch: perl
69260            ! t/op/int.t
69261 ____________________________________________________________________________
69262 [  8464] By: jhi                                   on 2001/01/17  14:43:17
69263         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
69264              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69265              Date: Wed, 17 Jan 2001 15:16:43 +0100
69266              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
69267              
69268              pp_int() was dropping an NV to the floor,
69269              int(279964589018079/59) either returned not an integer
69270              4745162525730.15, or one got "Attempt to free unreferenced scalar."
69271      Branch: perl
69272            ! pp.c
69273 ____________________________________________________________________________
69274 [  8463] By: jhi                                   on 2001/01/17  06:12:42
69275         Log: (Replaced by #8470)
69276              
69277              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)
69278              From: "Craig A. Berry" <craigberry@mac.com>
69279              Date: Tue, 16 Jan 2001 23:38:46 -0600
69280              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
69281      Branch: maint-5.6/perl
69282            ! configure.com
69283 ____________________________________________________________________________
69284 [  8462] By: jhi                                   on 2001/01/17  06:11:31
69285         Log: (Replaced by #8469)
69286              
69287              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)
69288              From: "Craig A. Berry" <craigberry@mac.com>
69289              Date: Tue, 16 Jan 2001 23:38:46 -0600
69290              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
69291      Branch: perl
69292            ! configure.com
69293 ____________________________________________________________________________
69294 [  8461] By: jhi                                   on 2001/01/17  05:56:12
69295         Log: Allow for one trailing slash in the directory of mkdir().
69296      Branch: perl
69297            ! pp_sys.c
69298 ____________________________________________________________________________
69299 [  8460] By: jhi                                   on 2001/01/17  03:26:01
69300         Log: Metaconfig unit changes for #8459.
69301      Branch: metaconfig
69302            ! U/modified/Loc.U U/modified/sig_name.U
69303 ____________________________________________________________________________
69304 [  8459] By: jhi                                   on 2001/01/17  03:24:48
69305         Log: Define SIG_SIZE, the number of elements in the sig_name and
69306              sig_num arrays, including the final NULL entry.
69307      Branch: perl
69308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69309            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
69310            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
69311            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69312            ! win32/config.bc win32/config.gc win32/config.vc
69313 ____________________________________________________________________________
69314 [  8458] By: jhi                                   on 2001/01/17  01:41:33
69315         Log: Integrate perlio:
69316              
69317              [  8457]
69318              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
69319              Provides all the "cost" but no benefit yet - it is to allow cost
69320              to be measured, and implementation experiments (just in mg.c?).
69321      Branch: perl
69322           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
69323           !> perlapi.h proto.h sv.c
69324 ____________________________________________________________________________
69325 [  8457] By: nick                                  on 2001/01/16  22:07:26
69326         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
69327              Provides all the "cost" but no benefit yet - it is to allow cost
69328              to be measured, and implementation experiments (just in mg.c?).
69329      Branch: perlio
69330            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
69331            ! perlapi.h proto.h sv.c
69332 ____________________________________________________________________________
69333 [  8456] By: nick                                  on 2001/01/16  21:07:07
69334         Log: Integrate mainline.
69335      Branch: perlio
69336           !> (integrate 51 files)
69337 ____________________________________________________________________________
69338 [  8455] By: jhi                                   on 2001/01/16  18:13:43
69339         Log: Subject: [PATCH] regcomp.c old feature removal
69340              From: mjd@plover.com
69341              Date: 16 Jan 2001 14:43:18 -0000 
69342              Message-ID: <20010116144318.7140.qmail@plover.com> 
69343      Branch: perl
69344            ! regcomp.c
69345 ____________________________________________________________________________
69346 [  8454] By: jhi                                   on 2001/01/16  16:12:39
69347         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
69348              From: "Indy Singh" <indy@nusphere.com>
69349              Date: Wed, 10 Jan 2001 20:17:49 -0500
69350              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
69351      Branch: maint-5.6/perl
69352            ! win32/Makefile
69353 ____________________________________________________________________________
69354 [  8453] By: jhi                                   on 2001/01/16  16:09:33
69355         Log: Update Changes.
69356      Branch: perl
69357            ! Changes patchlevel.h
69358 ____________________________________________________________________________
69359 [  8452] By: jhi                                   on 2001/01/16  15:42:04
69360         Log: Subject: Re: API Cleanup
69361              To: perl5-porters@perl.org
69362              Date: Tue, 16 Jan 2001 13:42:30 +0000
69363              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
69364              
69365              Subject: [PATCH] utf8.c documentation
69366              From: Simon Cozens <simon@cozens.net>
69367              Date: Tue, 16 Jan 2001 13:52:48 +0000
69368              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
69369              
69370              Subject: Re: API Cleanup
69371              From: Simon Cozens <simon@cozens.net>
69372              Date: Tue, 16 Jan 2001 14:58:55 +0000
69373              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
69374              
69375              UTF-8 doc patches.
69376      Branch: perl
69377            ! embed.pl pod/perlapi.pod utf8.c
69378 ____________________________________________________________________________
69379 [  8451] By: jhi                                   on 2001/01/16  14:41:39
69380         Log: podlators 1.07, from Russ Allbery.
69381      Branch: perl
69382            ! lib/Pod/Man.pm
69383 ____________________________________________________________________________
69384 [  8450] By: jhi                                   on 2001/01/16  14:24:19
69385         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
69386              From: "Indy Singh" <indy@nusphere.com>
69387              Date: Mon, 15 Jan 2001 20:59:40 -0500
69388              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
69389      Branch: perl
69390            ! win32/Makefile
69391 ____________________________________________________________________________
69392 [  8449] By: jhi                                   on 2001/01/16  03:42:55
69393         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
69394              at the setting of the ofs_sv in new_struct_thread() as the
69395              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
69396              uninitialized fields are, uh, initialized with),
69397              SvREFCNT_inc()ing that invited a core dump.
69398      Branch: perl
69399            ! util.c
69400 ____________________________________________________________________________
69401 [  8448] By: jhi                                   on 2001/01/16  01:49:07
69402         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
69403              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69404              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
69405              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
69406              
69407              Replace #8444 and #8445.
69408      Branch: perl
69409            ! ext/B/B.xs ext/B/B/Debug.pm
69410 ____________________________________________________________________________
69411 [  8447] By: jhi                                   on 2001/01/15  21:05:35
69412         Log: Subject: [PATCH] API Variable documentation   
69413              From: Simon Cozens <simon@cozens.net>
69414              Date: Mon, 15 Jan 2001 19:35:54 +0000
69415              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
69416      Branch: perl
69417            ! pod/perlapi.pod thrdvar.h
69418 ____________________________________________________________________________
69419 [  8446] By: jhi                                   on 2001/01/15  20:49:20
69420         Log: Signedness nit.
69421      Branch: perl
69422            ! pp_ctl.c
69423 ____________________________________________________________________________
69424 [  8445] By: jhi                                   on 2001/01/15  20:28:48
69425         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
69426      Branch: perl
69427            ! ext/B/B/Debug.pm
69428 ____________________________________________________________________________
69429 [  8444] By: jhi                                   on 2001/01/15  13:09:10
69430         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
69431      Branch: perl
69432            ! ext/B/B.xs
69433 ____________________________________________________________________________
69434 [  8443] By: jhi                                   on 2001/01/15  13:06:26
69435         Log: Missing from #8439.
69436      Branch: perl
69437            ! keywords.h mg.c
69438 ____________________________________________________________________________
69439 [  8442] By: jhi                                   on 2001/01/15  13:02:38
69440         Log: Subject: [PATCH @8436] Eliminate op_children
69441              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69442              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
69443              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
69444              
69445              Subject: [PATCH @8436] Re: Eliminate op_children
69446              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69447              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
69448              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
69449      Branch: perl
69450            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
69451            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
69452            ! op.c op.h
69453 ____________________________________________________________________________
69454 [  8441] By: jhi                                   on 2001/01/15  12:57:08
69455         Log: Use the /^Perl_/-less form of is_lvalue_sub().
69456      Branch: perl
69457            ! pp.h
69458 ____________________________________________________________________________
69459 [  8440] By: jhi                                   on 2001/01/15  05:13:09
69460         Log: Revert #8437 and #8438, the Linux large files story is more complex.
69461      Branch: metaconfig/U/perl
69462            ! d_fpos64_t.U d_off64_t.U
69463      Branch: perl
69464            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69465            ! config_h.SH configure.com epoc/config.sh perl.h
69466            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
69467            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69468            ! win32/config.bc win32/config.gc win32/config.vc
69469 ____________________________________________________________________________
69470 [  8439] By: jhi                                   on 2001/01/15  05:02:24
69471         Log: More UTF-8 patches from Inaba Hiroto.
69472              - The substr lval was still not okay.
69473              - Now pp_stringify and sv_setsv copies source's UTF8 flag
69474              even if IN_BYTE.  pp_stringify is called from fold_constants
69475              at optimization phase and "\x{100}" was made SvUTF8_off under
69476              use bytes (the bytes pragma is for "byte semantics" and not
69477              for "do not produce UTF8 data")
69478              - New `qu' operator to generate UTF8 string explicitly.
69479              Though I agree with the policy "0x00-0xff always produce bytes",
69480              sometimes want to such a string to be coded in UTF8.
69481              I can use pack"U0a*" but it requires more typing and has
69482              runtime overhead.
69483              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
69484              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
69485              string is not UTF8_on and has char 0x80-0xff.
69486              
69487              TODO: document and test qu.
69488      Branch: perl
69489            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
69490            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
69491            ! toke.c
69492 ____________________________________________________________________________
69493 [  8438] By: jhi                                   on 2001/01/14  05:10:23
69494         Log: (Reverted by #8440)
69495              
69496              Metaconfig unit changes for #8437.
69497      Branch: metaconfig/U/perl
69498            ! d_fpos64_t.U d_off64_t.U
69499 ____________________________________________________________________________
69500 [  8437] By: jhi                                   on 2001/01/14  04:55:34
69501         Log: (Reverted by #8440)
69502              
69503              Add <features.h> probing, seems to be needed for (some?)
69504              Linux largefileness.
69505      Branch: perl
69506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69507            ! config_h.SH configure.com epoc/config.sh perl.h
69508            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
69509            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69510            ! win32/config.bc win32/config.gc win32/config.vc
69511 ____________________________________________________________________________
69512 [  8436] By: jhi                                   on 2001/01/13  17:47:21
69513         Log: Tighten some of the tests a bit.
69514      Branch: perl
69515            ! t/pragma/utf8.t
69516 ____________________________________________________________________________
69517 [  8435] By: jhi                                   on 2001/01/13  17:31:54
69518         Log: Integrate perlio:
69519              
69520              [  8434]
69521              Run dmake regen_config_h for Win32
69522              
69523              [  8433]
69524              VMS friendly patch to Encode compile process
69525      Branch: perl
69526           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
69527           !> win32/config_H.gc win32/config_H.vc
69528 ____________________________________________________________________________
69529 [  8434] By: nick                                  on 2001/01/13  11:36:53
69530         Log: Run dmake regen_config_h for Win32
69531      Branch: perlio
69532            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69533 ____________________________________________________________________________
69534 [  8433] By: nick                                  on 2001/01/13  11:31:55
69535         Log: VMS friendly patch to Encode compile process
69536      Branch: perlio
69537            ! ext/Encode/Makefile.PL ext/Encode/compile
69538 ____________________________________________________________________________
69539 [  8432] By: nick                                  on 2001/01/13  11:06:44
69540         Log: Integrate mainline
69541      Branch: perlio
69542           +> ext/B/B/Concise.pm
69543           !> (integrate 52 files)
69544 ____________________________________________________________________________
69545 [  8431] By: jhi                                   on 2001/01/13  05:55:55
69546         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
69547              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69548              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
69549              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
69550      Branch: perl
69551            ! ext/B/B/Concise.pm
69552 ____________________________________________________________________________
69553 [  8430] By: jhi                                   on 2001/01/13  04:24:18
69554         Log: The LVRET macro needed an aTHX.
69555      Branch: perl
69556            ! pp.h
69557 ____________________________________________________________________________
69558 [  8429] By: jhi                                   on 2001/01/13  02:12:42
69559         Log: Update Changes.
69560      Branch: perl
69561            ! Changes patchlevel.h
69562 ____________________________________________________________________________
69563 [  8428] By: jhi                                   on 2001/01/13  02:08:50
69564         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
69565              From: Peter Prymmer <pvhp@forte.com>
69566              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
69567              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
69568              
69569              Add a BEGIN guard for sloppy floating point division.
69570      Branch: perl
69571            ! lib/Math/BigInt.pm lib/bigint.pl
69572 ____________________________________________________________________________
69573 [  8427] By: jhi                                   on 2001/01/13  01:47:16
69574         Log: The B::Terse drop-in replacement wasn't quite drop-in.
69575      Branch: perl
69576            ! ext/B/B/Terse.pm
69577 ____________________________________________________________________________
69578 [  8426] By: jhi                                   on 2001/01/12  21:20:43
69579         Log: Use UVXf.
69580      Branch: perl
69581            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69582            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
69583            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
69584            ! vos/config.ga.def vos/config.ga.h win32/config.bc
69585            ! win32/config.gc win32/config.vc
69586 ____________________________________________________________________________
69587 [  8425] By: jhi                                   on 2001/01/12  20:20:14
69588         Log: Subject: [PATCH perl@8342] -Wformat
69589              From: Robin Barker <rmb1@cise.npl.co.uk>
69590              Date: Fri, 12 Jan 2001 20:03:14 GMT
69591              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
69592      Branch: perl
69593            ! ext/Encode/Encode.xs mg.c sv.c toke.c
69594 ____________________________________________________________________________
69595 [  8424] By: jhi                                   on 2001/01/12  20:01:48
69596         Log: Subject: B::Concise -- an improved replacement for B::Terse 
69597              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69598              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
69599              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
69600      Branch: perl
69601            + ext/B/B/Concise.pm
69602            ! MANIFEST ext/B/B/Terse.pm
69603 ____________________________________________________________________________
69604 [  8423] By: jhi                                   on 2001/01/12  19:24:02
69605         Log: The new metaconfig unit from the #8421.
69606      Branch: metaconfig/U/perl
69607            + d_sigprocmask.U
69608 ____________________________________________________________________________
69609 [  8422] By: jhi                                   on 2001/01/12  19:23:43
69610         Log: Forgot the microperl config from the #8421.
69611      Branch: perl
69612            ! uconfig.h uconfig.sh
69613 ____________________________________________________________________________
69614 [  8421] By: jhi                                   on 2001/01/12  19:05:27
69615         Log: Add sigprocmask() probe, regen Configure, regen toc.
69616      Branch: perl
69617            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69618            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
69619            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69620            ! vos/config.ga.h win32/config.bc win32/config.gc
69621            ! win32/config.vc
69622 ____________________________________________________________________________
69623 [  8420] By: jhi                                   on 2001/01/12  18:34:31
69624         Log: Add sockatmark() to the todo list.
69625      Branch: perl
69626            ! Todo-5.6
69627 ____________________________________________________________________________
69628 [  8419] By: jhi                                   on 2001/01/12  18:09:46
69629         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
69630      Branch: perl
69631            ! op.c
69632 ____________________________________________________________________________
69633 [  8418] By: jhi                                   on 2001/01/12  18:05:30
69634         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
69635              From: Radu Greab <radu@netsoft.ro>
69636              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
69637              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
69638      Branch: perl
69639            ! op.c t/pragma/sub_lval.t
69640 ____________________________________________________________________________
69641 [  8417] By: jhi                                   on 2001/01/12  16:09:09
69642         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
69643              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
69644              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
69645              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
69646      Branch: perl
69647            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
69648            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
69649            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
69650            ! t/pragma/sub_lval.t toke.c
69651 ____________________________________________________________________________
69652 [  8416] By: jhi                                   on 2001/01/12  15:42:06
69653         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
69654              From: "Richard Soderberg" <rs@crystalflame.net>
69655              Date: Fri, 12 Jan 2001 04:49:35 -0800
69656              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
69657              
69658              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
69659              according to the platform.
69660      Branch: perl
69661            ! op.c
69662 ____________________________________________________________________________
69663 [  8415] By: jhi                                   on 2001/01/12  15:33:41
69664         Log: One more UTF-8 fix from Inaba Hiroto.
69665      Branch: perl
69666            ! pp.c regexec.c t/pragma/utf8.t
69667 ____________________________________________________________________________
69668 [  8414] By: jhi                                   on 2001/01/12  15:30:18
69669         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
69670      Branch: perl
69671            ! regexec.c
69672 ____________________________________________________________________________
69673 [  8413] By: jhi                                   on 2001/01/12  15:22:10
69674         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
69675              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69676              Date: Thu, 11 Jan 2001 12:53:36 +0100
69677              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
69678      Branch: perl
69679            ! toke.c
69680 ____________________________________________________________________________
69681 [  8412] By: jhi                                   on 2001/01/12  15:20:25
69682         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
69683              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69684              Date: Fri, 12 Jan 2001 14:37:55 +0100
69685              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
69686      Branch: perl
69687            ! hints/posix-bc.sh
69688 ____________________________________________________________________________
69689 [  8411] By: jhi                                   on 2001/01/12  15:14:14
69690         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
69691              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69692              Date: Fri, 12 Jan 2001 10:42:21 +0100
69693              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
69694      Branch: perl
69695            ! t/op/regmesg.t
69696 ____________________________________________________________________________
69697 [  8410] By: jhi                                   on 2001/01/12  05:48:55
69698         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
69699              From: Nicholas Clark <nick@ccl4.org> 
69700              Date: Sun, 7 Jan 2001 19:47:14 +0000
69701              Message-ID: <20010107194714.B1048@plum.flirble.org>
69702      Branch: perl
69703            ! t/op/numconvert.t
69704 ____________________________________________________________________________
69705 [  8409] By: jhi                                   on 2001/01/12  05:41:28
69706         Log: Integrate perlio:
69707              
69708              [  8408]
69709              Remove variables that were used in experiments.
69710              
69711              [  8407]
69712              Catch die in %SIG handler and unblock the signal before re-dying.
69713              This make Linux work _without_ sigsetjmp().
69714              Turn off sigsetjmp() to see what else it does.
69715              May need Configure probe for sigprocmask() if anything has sigaction()
69716              but not sigprocmask().
69717      Branch: perl
69718           !> mg.c scope.h
69719 ____________________________________________________________________________
69720 [  8408] By: nick                                  on 2001/01/11  22:43:28
69721         Log: Remove variables that were used in experiments.
69722      Branch: perlio
69723            ! mg.c
69724 ____________________________________________________________________________
69725 [  8407] By: nick                                  on 2001/01/11  20:57:44
69726         Log: Catch die in %SIG handler and unblock the signal before re-dying.
69727              This make Linux work _without_ sigsetjmp().
69728              Turn off sigsetjmp() to see what else it does.
69729              May need Configure probe for sigprocmask() if anything has sigaction()
69730              but not sigprocmask().
69731      Branch: perlio
69732            ! mg.c scope.h
69733 ____________________________________________________________________________
69734 [  8406] By: nick                                  on 2001/01/11  19:32:07
69735         Log: Integrate mainline
69736      Branch: perlio
69737           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
69738           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
69739           !> t/op/substr.t
69740 ____________________________________________________________________________
69741 [  8405] By: jhi                                   on 2001/01/11  17:11:01
69742         Log: Fix UTF-8 lval substr().
69743      Branch: perl
69744            ! mg.c t/op/substr.t
69745 ____________________________________________________________________________
69746 [  8404] By: jhi                                   on 2001/01/11  05:13:58
69747         Log: Update Changes.
69748      Branch: perl
69749            ! Changes patchlevel.h
69750 ____________________________________________________________________________
69751 [  8403] By: jhi                                   on 2001/01/11  04:38:24
69752         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
69753              From: Hugo <hv@crypt.compulink.co.uk>
69754              Date: Mon, 30 Oct 2000 01:33:26 +0000
69755              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
69756      Branch: perl
69757            ! regexec.c t/op/re_tests
69758 ____________________________________________________________________________
69759 [  8402] By: jhi                                   on 2001/01/11  04:26:12
69760         Log: Integrate perlio:
69761              
69762              [  8401]
69763              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
69764              (So Alan and Ilya can try setting via hints.)
69765              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
69766              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
69767              doing the save everywhere seems to restart read() correctly, but just
69768              doing it once "round" the handler does not.
69769              
69770              [  8399]
69771              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69772              
69773              [  8393]
69774              Back out Simon's pid hackery for now.
69775              
69776              [  8371]
69777              Fix "scalars leaked" bugs caused by overload magic
69778              (Highlighted by Ilya's DESTROY optimization.)
69779      Branch: perl
69780           !> scope.h util.c
69781 ____________________________________________________________________________
69782 [  8401] By: nick                                  on 2001/01/10  22:52:55
69783         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
69784              (So Alan and Ilya can try setting via hints.)
69785              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
69786              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
69787              doing the save everywhere seems to restart read() correctly, but just
69788              doing it once "round" the handler does not.
69789      Branch: perlio
69790            ! scope.h
69791 ____________________________________________________________________________
69792 [  8400] By: jhi                                   on 2001/01/10  21:57:54
69793         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
69794              of IRIX, HP-UX is unaffected.
69795      Branch: perl
69796            ! perl.h
69797 ____________________________________________________________________________
69798 [  8399] By: nick                                  on 2001/01/10  21:29:19
69799         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69800      Branch: perlio
69801            ! util.c
69802 ____________________________________________________________________________
69803 [  8398] By: jhi                                   on 2001/01/10  20:55:31
69804         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
69805              also have ReusePort.
69806      Branch: perl
69807            ! ext/IO/lib/IO/Socket/INET.pm
69808 ____________________________________________________________________________
69809 [  8397] By: jhi                                   on 2001/01/10  20:50:57
69810         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
69811              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69812              Date: Wed, 10 Jan 2001 01:38:13 -0800
69813              Message-ID: <20010110013813.B41744@yahoo-inc.com>
69814      Branch: perl
69815            ! ext/IO/lib/IO/Socket/INET.pm
69816 ____________________________________________________________________________
69817 [  8396] By: jhi                                   on 2001/01/10  20:49:30
69818         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
69819              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69820              Date: Wed, 10 Jan 2001 01:37:32 -0800
69821              Message-ID: <20010110013732.A41744@yahoo-inc.com>
69822      Branch: perl
69823            ! ext/Socket/Socket.pm
69824 ____________________________________________________________________________
69825 [  8395] By: jhi                                   on 2001/01/10  20:41:37
69826         Log: Test for bug id 20010105.016 (fixed by #8378).
69827      Branch: perl
69828            ! t/op/split.t
69829 ____________________________________________________________________________
69830 [  8394] By: jhi                                   on 2001/01/10  20:26:32
69831         Log: Integrate perlio.
69832      Branch: perl
69833            ! util.c
69834 ____________________________________________________________________________
69835 [  8393] By: nick                                  on 2001/01/10  19:34:30
69836         Log: Back out Simon's pid hackery for now.
69837      Branch: perlio
69838            ! util.c
69839 ____________________________________________________________________________
69840 [  8392] By: nick                                  on 2001/01/10  19:23:13
69841         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
69842      Branch: perlio
69843           !> (integrate 29 files)
69844 ____________________________________________________________________________
69845 [  8391] By: jhi                                   on 2001/01/10  18:43:15
69846         Log: Subject: [PATCH] Fix my_pclose segfault
69847              From: Simon Cozens <simon@cozens.net>
69848              Date: Wed, 10 Jan 2001 18:39:35 +0000
69849              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
69850      Branch: perl
69851            ! util.c
69852 ____________________________________________________________________________
69853 [  8390] By: jhi                                   on 2001/01/10  18:42:08
69854         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
69855              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69856              Date:     Wed, 10 Jan 2001 13:23:02 EST
69857              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
69858      Branch: perl
69859            ! ext/Opcode/Opcode.xs
69860 ____________________________________________________________________________
69861 [  8389] By: jhi                                   on 2001/01/10  15:16:07
69862         Log: Turn off the integer preservation for now.
69863      Branch: perl
69864            ! perl.h
69865 ____________________________________________________________________________
69866 [  8388] By: jhi                                   on 2001/01/10  15:01:25
69867         Log: Few more IDE/editor nits from p5p.
69868      Branch: perl
69869            ! pod/perlfaq3.pod
69870 ____________________________________________________________________________
69871 [  8387] By: jhi                                   on 2001/01/10  06:53:16
69872         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
69873              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
69874              Date: Tue, 9 Jan 2001 23:16:02 +0000
69875              Message-ID: <20010109231602.A81101@plum.flirble.org>
69876      Branch: perl
69877            ! sv.c
69878 ____________________________________________________________________________
69879 [  8386] By: jhi                                   on 2001/01/10  03:17:54
69880         Log: Test cases for #8385 (from Simon's "torture.pl")
69881      Branch: perl
69882            ! t/op/tr.t
69883 ____________________________________________________________________________
69884 [  8385] By: jhi                                   on 2001/01/10  03:17:11
69885         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
69886              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
69887              Date: Wed, 10 Jan 2001 11:39:39 +0900
69888              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
69889              
69890              Some more UTF-8 tr cases fixed.
69891      Branch: perl
69892            ! doop.c
69893 ____________________________________________________________________________
69894 [  8384] By: jhi                                   on 2001/01/09  22:45:40
69895         Log: Allow the locale test needing POSIX and the taint test
69896              needing IPC::SysV to run under 'minitest' (basically,
69897              bail out if loading the extension fails)
69898      Branch: perl
69899            ! t/op/misc.t t/op/taint.t
69900 ____________________________________________________________________________
69901 [  8383] By: jhi                                   on 2001/01/09  21:36:04
69902         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
69903              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69904              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
69905              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
69906      Branch: perl
69907            ! t/io/openpid.t
69908 ____________________________________________________________________________
69909 [  8382] By: jhi                                   on 2001/01/09  21:06:08
69910         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
69911              Should finish up the bug id 20001205.022.
69912      Branch: perl
69913            ! pp.c pp_hot.c scope.c
69914 ____________________________________________________________________________
69915 [  8381] By: jhi                                   on 2001/01/09  18:27:43
69916         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
69917              From: Andy Dougherty <doughera@lafayette.edu>
69918              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
69919              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
69920              
69921              More robust yacc/bison error detection.
69922      Branch: perl
69923            ! t/comp/proto.t
69924 ____________________________________________________________________________
69925 [  8380] By: jhi                                   on 2001/01/09  15:21:38
69926         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
69927              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69928              Date:     Tue, 9 Jan 2001 07:53:55 EST
69929              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
69930      Branch: perl
69931            ! t/op/misc.t vms/test.com
69932 ____________________________________________________________________________
69933 [  8379] By: jhi                                   on 2001/01/09  15:20:38
69934         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
69935              From: jhi@cc.hut.fi
69936              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
69937              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
69938              
69939              The #8378 fixed this.
69940      Branch: perl
69941            ! t/op/tr.t
69942 ____________________________________________________________________________
69943 [  8378] By: jhi                                   on 2001/01/09  15:05:32
69944         Log: Subject: One more patch for UTF8 
69945              From: Inaba Hiroto <inaba@st.rim.or.jp>
69946              Date: Tue, 09 Jan 2001 01:04:32 +0900
69947              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
69948              
69949              UTF-8 fixes for 'x' and tr///.
69950      Branch: perl
69951            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
69952            ! regcomp.c regexec.c toke.c utf8.c
69953 ____________________________________________________________________________
69954 [  8377] By: jhi                                   on 2001/01/09  14:32:17
69955         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
69956      Branch: perl
69957            ! t/op/length.t
69958 ____________________________________________________________________________
69959 [  8376] By: jhi                                   on 2001/01/09  04:32:32
69960         Log: integrate changes #7775, #8316, #8316 from mainline
69961      Branch: maint-5.6/perl
69962            ! hints/solaris_2.sh
69963 ____________________________________________________________________________
69964 [  8375] By: jhi                                   on 2001/01/09  04:26:43
69965         Log: Update Changes.
69966      Branch: perl
69967            ! Changes patchlevel.h
69968 ____________________________________________________________________________
69969 [  8374] By: jhi                                   on 2001/01/09  04:14:32
69970         Log: IDE/editor section tweaking.
69971      Branch: perl
69972            ! pod/perlfaq3.pod
69973 ____________________________________________________________________________
69974 [  8373] By: jhi                                   on 2001/01/09  02:38:26
69975         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
69976              From: Peter Prymmer <pvhp@forte.com>
69977              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
69978              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
69979              
69980              In preparation os OS/390 dynamic loading.
69981      Branch: perl
69982            ! README.os390 hints/os390.sh
69983 ____________________________________________________________________________
69984 [  8372] By: jhi                                   on 2001/01/09  00:24:30
69985         Log: Integrate with perlio.
69986      Branch: perl
69987           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69988 ____________________________________________________________________________
69989 [  8371] By: nick                                  on 2001/01/08  23:54:33
69990         Log: Fix "scalars leaked" bugs caused by overload magic
69991              (Highlighted by Ilya's DESTROY optimization.)
69992      Branch: perlio
69993            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69994 ____________________________________________________________________________
69995 [  8370] By: nick                                  on 2001/01/08  20:19:41
69996         Log: Integrate mainline
69997      Branch: perlio
69998           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
69999           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
70000           !> t/op/64bitint.t
70001 ____________________________________________________________________________
70002 [  8369] By: jhi                                   on 2001/01/08  17:30:52
70003         Log: save_delete() Safefree() doesn't (anymore?) work with shared
70004              strings, one test failure in op/misc and almost all of lib/b.
70005              (Outcomments #8369.)
70006      Branch: perl
70007            ! scope.c
70008 ____________________________________________________________________________
70009 [  8368] By: jhi                                   on 2001/01/08  14:47:10
70010         Log: (Outcommented by #8369.)
70011              
70012              Subject: Re: Perl BugID 20001205.022 ---- save_delete
70013              From: Simon Cozens <simon@cozens.net>
70014              Date: Sat, 6 Jan 2001 11:48:40 +0000
70015              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
70016              
70017              The save_delete() does need the Safefree.
70018      Branch: perl
70019            ! scope.c
70020 ____________________________________________________________________________
70021 [  8367] By: bailey                                on 2001/01/08  08:53:52
70022         Log: Once again syncing after too long an absence
70023      Branch: vmsperl
70024           +> (branch 55 files)
70025            - MAINTAIN fix_pl vos/config.def vos/config.h
70026            - vos/config_h.SH_orig
70027           !> (integrate 498 files)
70028 ____________________________________________________________________________
70029 [  8366] By: jhi                                   on 2001/01/08  02:42:59
70030         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
70031              From: nick@ccl4.org
70032              Date: Sun, 7 Jan 2001 21:07:18 +0000
70033              Message-Id: <20010107210717.D1048@plum.flirble.org>
70034      Branch: perl
70035            ! sv.c t/op/64bitint.t
70036 ____________________________________________________________________________
70037 [  8365] By: jhi                                   on 2001/01/08  02:35:16
70038         Log: Subject: [PATCH] environ nit
70039              From: Simon Cozens <simon@cozens.net>
70040              Date: Sun, 7 Jan 2001 17:57:07 +0000
70041              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
70042              
70043              Use environ only if we have it.
70044      Branch: perl
70045            ! mg.c
70046 ____________________________________________________________________________
70047 [  8364] By: jhi                                   on 2001/01/08  02:24:51
70048         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
70049      Branch: perl
70050            ! ext/GDBM_File/GDBM_File.xs
70051 ____________________________________________________________________________
70052 [  8363] By: jhi                                   on 2001/01/08  02:19:24
70053         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
70054              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70055              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
70056              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
70057      Branch: perl
70058            ! dump.c op.c
70059 ____________________________________________________________________________
70060 [  8362] By: jhi                                   on 2001/01/08  02:17:43
70061         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
70062              From: Doug MacEachern <dougm@covalent.net>
70063              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
70064              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
70065              
70066              Allow AUTOLOAD to be an xsub and allow such xsubs
70067              to avoid use of $AUTOLOAD.
70068      Branch: perl
70069            ! gv.c
70070 ____________________________________________________________________________
70071 [  8361] By: jhi                                   on 2001/01/08  02:16:07
70072         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
70073              From: Radu Greab <radu@netsoft.ro>
70074              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
70075              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
70076              
70077              No need for the potentially nonportable $SIG{CHLD}.
70078      Branch: perl
70079            ! t/io/pipe.t
70080 ____________________________________________________________________________
70081 [  8360] By: jhi                                   on 2001/01/08  01:58:23
70082         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
70083      Branch: perl
70084            ! lib/Getopt/Long.pm
70085 ____________________________________________________________________________
70086 [  8359] By: jhi                                   on 2001/01/08  01:55:44
70087         Log: Integrate perlio:
70088              
70089              [  8356]
70090              FILE * in XS code for PerlIO world:
70091              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
70092              - Add FILE * T_STDIO typemap.
70093              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
70094              
70095              [  8346]
70096              Fixup accumulated integrate muddles (perlio == devperl again)
70097      Branch: perl
70098           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
70099           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
70100           !> utf8.c win32/Makefile
70101 ____________________________________________________________________________
70102 [  8358] By: jhi                                   on 2001/01/07  21:16:50
70103         Log: Update the EPOC cross SDK URL.
70104      Branch: perl
70105            ! README.epoc
70106 ____________________________________________________________________________
70107 [  8357] By: jhi                                   on 2001/01/07  21:16:09
70108         Log: Update the EPOC cross SDK URL.
70109      Branch: maint-5.6/perl
70110            ! README.epoc
70111 ____________________________________________________________________________
70112 [  8356] By: nick                                  on 2001/01/06  21:47:52
70113         Log: FILE * in XS code for PerlIO world:
70114              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
70115              - Add FILE * T_STDIO typemap.
70116              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
70117      Branch: perlio
70118            ! lib/ExtUtils/typemap perlio.c perlio.h
70119 ____________________________________________________________________________
70120 [  8355] By: jhi                                   on 2001/01/06  20:27:15
70121         Log: integrate change #8336 from mainline
70122              
70123              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
70124      Branch: maint-5.6/perl
70125            ! hv.c
70126 ____________________________________________________________________________
70127 [  8354] By: jhi                                   on 2001/01/06  20:24:29
70128         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
70129              From: Robin Barker <rmb1@cise.npl.co.uk>
70130              Date: Fri, 22 Dec 2000 12:17:38 GMT
70131              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
70132              
70133              The patch reformats some long =item lines so they give
70134              correct output via pod2man | nroff -man
70135              
70136              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
70137              From: Robin Barker <rmb1@cise.npl.co.uk>
70138              Date: Tue, 2 Jan 2001 15:35:03 GMT
70139              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
70140              
70141              Here is a _further_ patch which corrects a few more errors:
70142              * an empty C<=item> in CPAN.pm
70143              * patching the wrong file (pod/perlamiga.pod not README.amiga)
70144              * leaving empty C<=item>s which formatted incorrectly
70145              * over long C<=item>s revealed by latest patch to Pod::Man
70146      Branch: maint-5.6/perl
70147            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70148            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70149            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
70150            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
70151            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
70152            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
70153 ____________________________________________________________________________
70154 [  8353] By: jhi                                   on 2001/01/06  20:21:10
70155         Log: integrate changes #7980, 8056, 8057 from mainline
70156              
70157              UTF-8 hash keys.
70158      Branch: maint-5.6/perl
70159            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
70160 ____________________________________________________________________________
70161 [  8352] By: jhi                                   on 2001/01/06  20:18:44
70162         Log: Forgotten from #8438.
70163      Branch: maint-5.6/perl
70164            ! epoc/epocish.h
70165 ____________________________________________________________________________
70166 [  8351] By: jhi                                   on 2001/01/06  20:18:12
70167         Log: Forgotten from #8347.
70168      Branch: maint-5.6/perl
70169            ! config_h.SH
70170 ____________________________________________________________________________
70171 [  8350] By: jhi                                   on 2001/01/06  20:00:19
70172         Log: Thinko in #8347.
70173      Branch: maint-5.6/perl
70174            ! regcomp.c
70175 ____________________________________________________________________________
70176 [  8349] By: jhi                                   on 2001/01/06  18:05:30
70177         Log: Copy the FAQ3 IDE section from the development branch,
70178              changes originally by Peter Prymmer.
70179      Branch: maint-5.6/perl
70180            ! pod/perlfaq3.pod
70181 ____________________________________________________________________________
70182 [  8348] By: jhi                                   on 2001/01/06  18:03:02
70183         Log: EPOC updates for TRIAL1.
70184              
70185              Subject: [5.6.1 trial1] EPOC update
70186              From: Olaf Flebbe <O.Flebbe@science-computing.de>
70187              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
70188              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
70189              
70190              Subject: epoc patch2 for perl-5.6.1-trial1
70191              From: Olaf Flebbe <O.Flebbe@science-computing.de>
70192              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
70193              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
70194      Branch: maint-5.6/perl
70195            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
70196            ! epoc/epocish.c
70197 ____________________________________________________________________________
70198 [  8347] By: jhi                                   on 2001/01/06  17:29:10
70199         Log: integrate changes #7710,7824,7973 from mainline,
70200              plus VMS nits from Peter Prymmer and Dan Sugalski.
70201              
70202              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
70203              library (getprotobyname and getprotobynumber are outversioned by
70204              the same calls in libc, at least for xlc version 3.
70205              
70206              Add HAS_SBRK_PROTO.
70207              
70208              Fixes for signedness warnings noticed by VMSperlers.
70209      Branch: maint-5.6/perl
70210            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70211            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
70212            ! sv.c vms/descrip_mms.template vos/config.alpha.def
70213            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
70214            ! win32/config.bc win32/config.gc win32/config.vc
70215 ____________________________________________________________________________
70216 [  8346] By: nick                                  on 2001/01/06  14:36:01
70217         Log: Fixup accumulated integrate muddles (perlio == devperl again)
70218      Branch: perlio
70219            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
70220 ____________________________________________________________________________
70221 [  8345] By: nick                                  on 2001/01/06  14:24:58
70222         Log: Integrate mainline
70223      Branch: perlio
70224           !> (integrate 55 files)
70225 ____________________________________________________________________________
70226 [  8344] By: jhi                                   on 2001/01/06  02:24:02
70227         Log: Subject: [patch] PerlIO_cleanup() prototype
70228              From: Doug MacEachern <dougm@covalent.net>
70229              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
70230              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
70231      Branch: perl
70232            ! perlio.h
70233 ____________________________________________________________________________
70234 [  8343] By: jhi                                   on 2001/01/06  01:04:09
70235         Log: IRIX compiler noticed that the bof initialization might be
70236              bypassed by control flow.
70237      Branch: perl
70238            ! toke.c
70239 ____________________________________________________________________________
70240 [  8342] By: jhi                                   on 2001/01/06  00:10:48
70241         Log: Update Changes.
70242      Branch: perl
70243            ! Changes patchlevel.h
70244 ____________________________________________________________________________
70245 [  8341] By: jhi                                   on 2001/01/05  23:52:33
70246         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
70247      Branch: perl
70248            ! toke.c
70249 ____________________________________________________________________________
70250 [  8340] By: jhi                                   on 2001/01/05  22:44:08
70251         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
70252              From: Radu Greab <radu@netsoft.ro>
70253              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
70254              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
70255      Branch: perl
70256            ! t/io/pipe.t util.c
70257 ____________________________________________________________________________
70258 [  8339] By: jhi                                   on 2001/01/05  22:35:17
70259         Log: Subject: [PATCH] format and rewording in perlfaq.pod
70260              From: Robin Barker <rmb1@cise.npl.co.uk>
70261              Date: Fri, 5 Jan 2001 18:51:20 GMT
70262              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
70263      Branch: perl
70264            ! pod/perlfaq.pod
70265 ____________________________________________________________________________
70266 [  8338] By: jhi                                   on 2001/01/05  22:31:17
70267         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
70268              From: Peter Prymmer <pvhp@forte.com>
70269              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
70270              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
70271      Branch: perl
70272            ! utils/perlbug.PL
70273 ____________________________________________________________________________
70274 [  8337] By: jhi                                   on 2001/01/05  18:15:11
70275         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
70276              From: Robin Barker <rmb1@cise.npl.co.uk>
70277              Date: Tue, 2 Jan 2001 15:24:07 GMT
70278              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
70279              
70280              If you call configure as C<./Configure> or C<sh ./Configure>,
70281              $src is set to the absolute path name, not '.'.
70282              
70283              This, in turn, means -Dmksymlink tries to do its stuff because
70284              it does not think it is in the src directory.
70285              
70286              (plus a metaconfig nitfix)
70287      Branch: metaconfig
70288            ! U/compline/ccflags.U U/modified/src.U
70289      Branch: perl
70290            ! Configure config_h.SH
70291 ____________________________________________________________________________
70292 [  8336] By: jhi                                   on 2001/01/05  17:48:32
70293         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
70294              From: Alan Burlison <Alan.Burlison@uk.sun.com>
70295              Message-ID: <3A5606C4.473D2226@uk.sun.com>
70296              Date: Fri, 05 Jan 2001 17:39:16 +0000
70297      Branch: perl
70298            ! hv.c
70299 ____________________________________________________________________________
70300 [  8335] By: jhi                                   on 2001/01/05  16:05:44
70301         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
70302      Branch: perl
70303            ! lib/Getopt/Long.pm
70304 ____________________________________________________________________________
70305 [  8334] By: jhi                                   on 2001/01/05  16:00:51
70306         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
70307              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
70308              Date: Fri, 05 Jan 2001 13:46:51 +0100
70309              Message-ID: <13693.978698811@nice.ram.loc>
70310              
70311              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
70312              accurate reading of the "atime".  
70313      Branch: perl
70314            ! t/io/fs.t
70315 ____________________________________________________________________________
70316 [  8333] By: jhi                                   on 2001/01/05  15:57:37
70317         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
70318              From: Simon Cozens <simon@cozens.net>
70319              Date: Fri, 8 Dec 2000 13:33:31 +0000
70320              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
70321              
70322              A lost patch fragment.
70323      Branch: perl
70324            ! doop.c
70325 ____________________________________________________________________________
70326 [  8332] By: jhi                                   on 2001/01/05  15:40:42
70327         Log: Do away with strncpy() and a fixed length buffer.
70328      Branch: perl
70329            ! utf8.c
70330 ____________________________________________________________________________
70331 [  8331] By: jhi                                   on 2001/01/05  15:03:07
70332         Log: Tests for #8329 and #8330.
70333      Branch: perl
70334            ! t/op/bop.t
70335 ____________________________________________________________________________
70336 [  8330] By: jhi                                   on 2001/01/05  15:02:38
70337         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
70338              raw 8-bit form to the UTF-8 string.
70339      Branch: perl
70340            ! toke.c
70341 ____________________________________________________________________________
70342 [  8329] By: jhi                                   on 2001/01/05  14:55:13
70343         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
70344              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70345              Date: Fri, 5 Jan 2001 12:28:52 +0100
70346              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
70347              
70348              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
70349              no effect.  (changed the strncpy() to Copy())
70350      Branch: perl
70351            ! toke.c
70352 ____________________________________________________________________________
70353 [  8328] By: jhi                                   on 2001/01/05  06:44:27
70354         Log: UTF-8 cleanup.
70355      Branch: perl
70356            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
70357            ! regexec.c sv.c toke.c
70358 ____________________________________________________________________________
70359 [  8327] By: jhi                                   on 2001/01/05  01:11:29
70360         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')
70361              From: Radu Greab <radu@netsoft.ro>
70362              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
70363              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
70364              
70365              Cleans up Harness to not use FileHandle, which uses IO.
70366      Branch: perl
70367            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
70368 ____________________________________________________________________________
70369 [  8326] By: jhi                                   on 2001/01/05  00:56:37
70370         Log: Update Changes.
70371      Branch: perl
70372            ! Changes patchlevel.h
70373 ____________________________________________________________________________
70374 [  8325] By: jhi                                   on 2001/01/05  00:53:18
70375         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
70376              From: Peter Prymmer <pvhp@forte.com>
70377              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
70378              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
70379              
70380              plus a couple more tailing whitespace removals.
70381      Branch: perl
70382            ! win32/Makefile
70383 ____________________________________________________________________________
70384 [  8324] By: jhi                                   on 2001/01/05  00:47:39
70385         Log: Add some Unicode chop() tests.
70386      Branch: perl
70387            ! t/op/chop.t
70388 ____________________________________________________________________________
70389 [  8323] By: jhi                                   on 2001/01/05  00:47:23
70390         Log: Unify UTF-8 malformedness handling.
70391      Branch: perl
70392            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
70393 ____________________________________________________________________________
70394 [  8322] By: jhi                                   on 2001/01/04  22:21:54
70395         Log: The new $issymlink was unknown to Mksymlinks.
70396      Branch: metaconfig/U/perl
70397            ! Mksymlinks.U issymlink.U
70398      Branch: perl
70399            ! Configure config_h.SH
70400 ____________________________________________________________________________
70401 [  8321] By: jhi                                   on 2001/01/04  21:51:05
70402         Log: The test didn't work under the core test framework.
70403      Branch: perl
70404            ! t/lib/st-lock.t
70405 ____________________________________________________________________________
70406 [  8320] By: jhi                                   on 2001/01/04  21:14:22
70407         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
70408      Branch: perl
70409            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
70410 ____________________________________________________________________________
70411 [  8319] By: jhi                                   on 2001/01/04  20:46:17
70412         Log: Typo in #8312 when manually applying a problematic patch fragment.
70413      Branch: perl
70414            ! ext/Storable/Storable.xs
70415 ____________________________________________________________________________
70416 [  8318] By: jhi                                   on 2001/01/04  20:43:01
70417         Log: The $sh_c didn't fly.
70418      Branch: metaconfig
70419            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
70420            ! U/modified/Loc.U U/modified/myhostname.U
70421            ! U/modified/spitshell.U
70422      Branch: metaconfig/U/perl
70423            ! issymlink.U
70424      Branch: perl
70425            ! Configure config_h.SH
70426 ____________________________________________________________________________
70427 [  8317] By: jhi                                   on 2001/01/04  19:58:01
70428         Log: AIX builtin test -h is broken, changes based on
70429              
70430              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
70431              Date: Tue, 02 Jan 2001 11:24:39 +0100
70432              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70433              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
70434      Branch: metaconfig
70435            + U/modified/spitshell.U
70436            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
70437            ! U/modified/Loc.U U/modified/myhostname.U
70438      Branch: metaconfig/U/perl
70439            ! Mksymlinks.U issymlink.U
70440      Branch: perl
70441            ! Configure
70442 ____________________________________________________________________________
70443 [  8316] By: jhi                                   on 2001/01/04  19:02:22
70444         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
70445              From: Andy Dougherty <doughera@lafayette.edu>
70446              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
70447              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
70448              
70449              Beware of GNU ld.
70450      Branch: perl
70451            ! hints/solaris_2.sh
70452 ____________________________________________________________________________
70453 [  8315] By: jhi                                   on 2001/01/04  18:56:48
70454         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
70455              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
70456              Date: Wed, 3 Jan 2001 07:58:51 +0100
70457              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
70458      Branch: perl
70459            ! hints/solaris_2.sh
70460 ____________________________________________________________________________
70461 [  8314] By: jhi                                   on 2001/01/04  18:54:07
70462         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
70463              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70464              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
70465              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
70466              
70467              Doc tweak on #8313.
70468      Branch: perl
70469            ! ext/B/B/Deparse.pm
70470 ____________________________________________________________________________
70471 [  8313] By: jhi                                   on 2001/01/04  18:52:27
70472         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
70473              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
70474              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70475              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
70476              
70477              Make the peephole optimizer to bypass more null ops and
70478              and rewrite the deparse handling of continue blocks.
70479      Branch: perl
70480            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
70481 ____________________________________________________________________________
70482 [  8312] By: jhi                                   on 2001/01/04  18:47:39
70483         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
70484      Branch: perl
70485            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
70486            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
70487            ! t/lib/st-lock.t
70488 ____________________________________________________________________________
70489 [  8311] By: jhi                                   on 2001/01/04  18:36:08
70490         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
70491              filter to be run on each .pm during the pm_to_blib() phase,
70492              a fixed version of
70493              
70494              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
70495              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
70496              Date: Wed, 03 Jan 2001 22:01:30 +0100
70497              Message-ID: <5296.978555690@nice.ram.loc>
70498      Branch: perl
70499            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
70500            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
70501            ! lib/ExtUtils/MakeMaker.pm
70502 ____________________________________________________________________________
70503 [  8310] By: jhi                                   on 2001/01/04  18:32:54
70504         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
70505              From: Robin Barker <rmb1@cise.npl.co.uk>
70506              Date: Tue, 2 Jan 2001 15:35:03 GMT
70507              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
70508      Branch: perl
70509            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
70510            ! pod/perlrequick.pod
70511 ____________________________________________________________________________
70512 [  8309] By: jhi                                   on 2001/01/04  18:29:07
70513         Log: Subject: Re: [patch] static-ize XS()
70514              From: Doug MacEachern <dougm@covalent.net>
70515              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
70516              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
70517              
70518              Provide prototypes for the XS functions.
70519      Branch: perl
70520            ! lib/ExtUtils/xsubpp
70521 ____________________________________________________________________________
70522 [  8308] By: jhi                                   on 2001/01/04  18:27:44
70523         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
70524              From: Doug MacEachern <dougm@covalent.net>
70525              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
70526              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
70527      Branch: perl
70528            ! lib/ExtUtils/typemap
70529 ____________________________________________________________________________
70530 [  8307] By: jhi                                   on 2001/01/04  18:25:25
70531         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
70532              From: Doug MacEachern <dougm@covalent.net>
70533              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
70534              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
70535              
70536              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
70537      Branch: perl
70538            ! lib/ExtUtils/MM_Unix.pm
70539 ____________________________________________________________________________
70540 [  8306] By: jhi                                   on 2001/01/04  18:23:00
70541         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
70542              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70543              Date: Thu, 4 Jan 2001 12:47:10 +0100 
70544              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
70545              
70546              The toke.c part only, patching embed.h and proto.h is futile.
70547      Branch: perl
70548            ! toke.c
70549 ____________________________________________________________________________
70550 [  8305] By: jhi                                   on 2001/01/04  18:05:51
70551         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
70552              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70553              Date: Thu, 4 Jan 2001 17:50:12 +0100 
70554              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
70555      Branch: perl
70556            ! toke.c
70557 ____________________________________________________________________________
70558 [  8304] By: jhi                                   on 2001/01/04  18:03:26
70559         Log: Subject: [PATCH perl@8269]
70560              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70561              Date: Thu, 4 Jan 2001 12:53:39 +0100 
70562              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
70563              
70564              If running byacc write-enable also perly.h.
70565      Branch: perl
70566            ! Makefile.SH
70567 ____________________________________________________________________________
70568 [  8303] By: jhi                                   on 2001/01/04  15:40:49
70569         Log: Rewrite pp_concat() in terms of sv_catsv().
70570      Branch: perl
70571            ! pp_hot.c
70572 ____________________________________________________________________________
70573 [  8302] By: nick                                  on 2001/01/03  22:43:22
70574         Log: Integrate mainline.
70575      Branch: perlio
70576           !> ext/Encode/Encode.xs sv.c utf8.c
70577 ____________________________________________________________________________
70578 [  8301] By: jhi                                   on 2001/01/02  23:40:26
70579         Log: Variable naming tweak.
70580      Branch: perl
70581            ! sv.c
70582 ____________________________________________________________________________
70583 [  8300] By: jhi                                   on 2001/01/02  23:40:02
70584         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
70585              in is_utf8_string().
70586      Branch: perl
70587            ! utf8.c
70588 ____________________________________________________________________________
70589 [  8299] By: jhi                                   on 2001/01/02  22:14:40
70590         Log: Integrate perlio:
70591              
70592              [  8298]
70593              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
70594              
70595              [  8296]
70596              Add Encode and correct Filter/Util/Call in nmake Makefile
70597      Branch: perl
70598           !> pp.c pp_hot.c win32/Makefile
70599 ____________________________________________________________________________
70600 [  8298] By: nick                                  on 2001/01/02  22:03:06
70601         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
70602      Branch: perlio
70603            ! pp.c pp_hot.c
70604 ____________________________________________________________________________
70605 [  8297] By: jhi                                   on 2001/01/02  04:26:28
70606         Log: Signedness nit.
70607      Branch: perl
70608            ! ext/Encode/Encode.xs
70609 ____________________________________________________________________________
70610 [  8296] By: nick                                  on 2001/01/01  23:49:36
70611         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
70612      Branch: perlio
70613            ! win32/Makefile
70614 ____________________________________________________________________________
70615 [  8295] By: jhi                                   on 2001/01/01  23:05:48
70616         Log: Integrate perlio:
70617              
70618              [  8293]
70619              More rigor in UTF-8-ness of Encode's toUnicode
70620              XS export some of the utf8 internal functions.
70621              Test some of the functions.
70622              Fix pp_concat() bug shown by said tests.
70623      Branch: perl
70624           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
70625           !> t/lib/encode.t
70626 ____________________________________________________________________________
70627 [  8294] By: nick                                  on 2001/01/01  22:48:34
70628         Log: Integrate mainline
70629      Branch: perlio
70630            ! pp_hot.c t/lib/encode.t
70631           !> (integrate 65 files)
70632 ____________________________________________________________________________
70633 [  8293] By: nick                                  on 2001/01/01  21:58:50
70634         Log: More rigor in UTF-8-ness of Encode's toUnicode
70635              XS export some of the utf8 internal functions.
70636              Test some of the functions.
70637              Fix pp_concat() bug shown by said tests.
70638      Branch: perlio
70639            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
70640            ! t/lib/encode.t
70641 ____________________________________________________________________________
70642 [  8292] By: jhi                                   on 2001/01/01  18:11:44
70643         Log: Integrate perlio:
70644              
70645              [  8290]
70646              Loose the "Loading..." warning.
70647              Another bug in fallback support
70648              
70649              [  8288]
70650              Fix .ucm reading - forgot a chr()
70651              Start of .ucm write (for .enc to .ucm)
70652              
70653              [  8285]
70654              Start of support of ICU-style .ucm files:
70655              - teach compile how to read a .ucm file
70656              - first guess at how to represent fallbacks in "tries".
70657              - use fallbacks if check == 0
70658              - new return code to indicate we used one.
70659      Branch: perl
70660           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
70661           !> ext/Encode/encengine.c ext/Encode/encode.h
70662 ____________________________________________________________________________
70663 [  8291] By: jhi                                   on 2001/01/01  18:10:58
70664         Log: Podify README.mpeix (a new version from the web),
70665              add a dummy NAME to Carp::Heavy, regen toc.
70666      Branch: perl
70667            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
70668            ! pod/perltoc.pod
70669 ____________________________________________________________________________
70670 [  8290] By: nick                                  on 2001/01/01  17:43:47
70671         Log: Loose the "Loading..." warning.
70672              Another bug in fallback support
70673      Branch: perlio
70674            ! ext/Encode/Encode.pm ext/Encode/encengine.c
70675 ____________________________________________________________________________
70676 [  8289] By: jhi                                   on 2001/01/01  00:01:57
70677         Log: Bump up Larry's copyright.
70678      Branch: perl
70679            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
70680            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
70681            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
70682            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
70683            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
70684            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
70685            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
70686            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
70687 ____________________________________________________________________________
70688 [  8288] By: nick                                  on 2000/12/31  21:27:53
70689         Log: Fix .ucm reading - forgot a chr()
70690              Start of .ucm write (for .enc to .ucm)
70691      Branch: perlio
70692            ! ext/Encode/compile
70693 ____________________________________________________________________________
70694 [  8287] By: jhi                                   on 2000/12/31  18:15:56
70695         Log: Comment away a diagnostic message as noted by Craig A. Berry
70696              (the unexpected message was confusing testing)
70697      Branch: perl
70698            ! ext/Encode/Encode.pm
70699 ____________________________________________________________________________
70700 [  8286] By: jhi                                   on 2000/12/31  18:14:51
70701         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
70702              Date: Sun, 31 Dec 2000 11:17:37 -0600
70703              From: "Craig A. Berry" <craigberry@mac.com>
70704              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
70705      Branch: perl
70706            ! ext/Encode/Makefile.PL
70707 ____________________________________________________________________________
70708 [  8285] By: nick                                  on 2000/12/31  18:11:54
70709         Log: Start of support of ICU-style .ucm files:
70710              - teach compile how to read a .ucm file
70711              - first guess at how to represent fallbacks in "tries".
70712              - use fallbacks if check == 0
70713              - new return code to indicate we used one.
70714      Branch: perlio
70715            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
70716            ! ext/Encode/encengine.c ext/Encode/encode.h
70717 ____________________________________________________________________________
70718 [  8284] By: jhi                                   on 2000/12/31  18:04:41
70719         Log: Pacify picky VMS compiler.
70720              
70721              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
70722              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70723              Date: Sat, 30 Dec 2000 18:10:02 -0600
70724              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
70725      Branch: perl
70726            ! sv.c
70727 ____________________________________________________________________________
70728 [  8283] By: jhi                                   on 2000/12/31  16:11:47
70729         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
70730      Branch: perl
70731            ! t/lib/glob-basic.t
70732 ____________________________________________________________________________
70733 [  8282] By: jhi                                   on 2000/12/31  15:26:11
70734         Log: Integrate perlio:
70735              
70736              [  8281]
70737              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
70738              is available to be exported
70739              
70740              [  8280]
70741              Ilya's OS2 patch (testing for damage on Win32)
70742      Branch: perl
70743           !> makedef.pl opcode.pl os2/os2.c perlio.c
70744 ____________________________________________________________________________
70745 [  8281] By: nick                                  on 2000/12/31  10:06:15
70746         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
70747              is available to be exported
70748      Branch: perlio
70749            ! makedef.pl perlio.c
70750 ____________________________________________________________________________
70751 [  8280] By: nick                                  on 2000/12/31  09:41:26
70752         Log: Ilya's OS2 patch (testing for damage on Win32)
70753      Branch: perlio
70754            ! makedef.pl opcode.pl os2/os2.c
70755 ____________________________________________________________________________
70756 [  8279] By: jhi                                   on 2000/12/30  21:52:07
70757         Log: Test nits.
70758      Branch: perl
70759            ! t/lib/syslfs.t t/op/lfs.t
70760 ____________________________________________________________________________
70761 [  8278] By: jhi                                   on 2000/12/30  21:47:49
70762         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70763              From: andreas.koenig@anima.de (Andreas J. Koenig)
70764              Date: 30 Dec 2000 22:35:37 +0100
70765              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
70766              
70767              The 32-bit wraparound test wasn't quite right.
70768      Branch: perl
70769            ! t/lib/syslfs.t t/op/lfs.t
70770 ____________________________________________________________________________
70771 [  8277] By: jhi                                   on 2000/12/30  21:33:44
70772         Log: Subject: [PATCH] open() example in perlfunc.pod 
70773              From: Karsten Sperling <s_sperli@ira.uka.de>
70774              Date: Sat, 30 Dec 2000 22:27:09 +0100
70775              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
70776      Branch: perl
70777            ! pod/perlfunc.pod
70778 ____________________________________________________________________________
70779 [  8276] By: jhi                                   on 2000/12/30  20:32:40
70780         Log: Not quite that many tests yet.
70781      Branch: perl
70782            ! t/op/pat.t
70783 ____________________________________________________________________________
70784 [  8275] By: jhi                                   on 2000/12/30  20:26:58
70785         Log: Integrate perlio:
70786              
70787              [  8272]
70788              Tweak for MULTIPLICITY/USE_PERLIO
70789      Branch: perl
70790           !> toke.c
70791 ____________________________________________________________________________
70792 [  8274] By: jhi                                   on 2000/12/30  20:24:56
70793         Log: Signedness nit.
70794      Branch: perl
70795            ! utf8.c
70796 ____________________________________________________________________________
70797 [  8273] By: jhi                                   on 2000/12/30  20:15:46
70798         Log: Add a test case for 20000731.001 which was fixed by the #8267.
70799      Branch: perl
70800            ! t/op/pat.t
70801 ____________________________________________________________________________
70802 [  8272] By: nick                                  on 2000/12/30  19:47:51
70803         Log: Tweak for MULTIPLICITY/USE_PERLIO
70804      Branch: perlio
70805            ! toke.c
70806 ____________________________________________________________________________
70807 [  8271] By: nick                                  on 2000/12/30  19:46:45
70808         Log: Integrate mainline
70809      Branch: perlio
70810           +> lib/unicode/distinct.pm
70811           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
70812           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
70813           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
70814 ____________________________________________________________________________
70815 [  8270] By: jhi                                   on 2000/12/30  19:39:50
70816         Log: Subject: RE: perl@8269
70817              From: "Richard Soderberg" <rs@crystalflame.net>
70818              Date: Sat, 30 Dec 2000 11:36:27 -0800
70819              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
70820              
70821              A missing aTHX_.
70822      Branch: perl
70823            ! toke.c
70824 ____________________________________________________________________________
70825 [  8269] By: jhi                                   on 2000/12/30  18:55:48
70826         Log: Update Changes.
70827      Branch: perl
70828            ! Changes patchlevel.h
70829 ____________________________________________________________________________
70830 [  8268] By: jhi                                   on 2000/12/30  17:18:40
70831         Log: Add a test for Unicode split //.  The #8267 was the cure.
70832      Branch: perl
70833            ! t/op/split.t
70834 ____________________________________________________________________________
70835 [  8267] By: jhi                                   on 2000/12/30  17:14:19
70836         Log: Subject: more UTF8 test suites and an UTF8 patch
70837              From: Inaba Hiroto <inaba@st.rim.or.jp>
70838              Date: Sat, 30 Dec 2000 14:27:10 +0900
70839              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
70840              
70841              Just the patch part for now, and the pragma renamed
70842              as unicode::distinct.
70843      Branch: perl
70844            + lib/unicode/distinct.pm
70845            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
70846            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
70847            ! regcomp.h regexec.c sv.c toke.c utf8.c
70848 ____________________________________________________________________________
70849 [  8266] By: nick                                  on 2000/12/30  16:40:49
70850         Log: Integrate mainline
70851      Branch: perlio
70852           +> lib/Pod/Text/Overstrike.pm
70853           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
70854           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
70855           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
70856           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
70857           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
70858 ____________________________________________________________________________
70859 [  8265] By: jhi                                   on 2000/12/30  07:28:55
70860         Log: The sv_catsv() fix, take two.
70861      Branch: perl
70862            ! sv.c t/op/join.t
70863 ____________________________________________________________________________
70864 [  8264] By: jhi                                   on 2000/12/30  06:19:18
70865         Log: Undo all the join-related changes since #8248: relevant
70866              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
70867              The new sv_catsv() doesn't fly so it must go back to
70868              the drawing board.
70869      Branch: perl
70870            ! sv.c t/op/join.t t/pragma/utf8.t
70871 ____________________________________________________________________________
70872 [  8263] By: jhi                                   on 2000/12/30  01:08:32
70873         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
70874      Branch: perl
70875            ! sv.c
70876 ____________________________________________________________________________
70877 [  8262] By: jhi                                   on 2000/12/30  00:45:14
70878         Log: Retract #8261.
70879      Branch: perl
70880            ! hv.c util.c
70881 ____________________________________________________________________________
70882 [  8261] By: jhi                                   on 2000/12/30  00:38:32
70883         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
70884      Branch: perl
70885            ! hv.c util.c
70886 ____________________________________________________________________________
70887 [  8260] By: jhi                                   on 2000/12/29  22:51:33
70888         Log: (Retracted by #8264)  More fixing for #8251.
70889      Branch: perl
70890            ! sv.c
70891 ____________________________________________________________________________
70892 [  8259] By: jhi                                   on 2000/12/29  18:27:30
70893         Log: Subject: podlators 1.06 released
70894              From: Russ Allbery <rra@stanford.edu>
70895              Date: 25 Dec 2000 05:09:30 -0800
70896              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
70897      Branch: perl
70898            + lib/Pod/Text/Overstrike.pm
70899            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
70900            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
70901 ____________________________________________________________________________
70902 [  8258] By: jhi                                   on 2000/12/29  18:20:45
70903         Log: Make the large file tests more robust/talkative as suggested by
70904              
70905              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70906              From: andreas.koenig@anima.de (Andreas J. Koenig)
70907              Date: 29 Dec 2000 14:23:01 +0100
70908              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
70909      Branch: perl
70910            ! t/lib/syslfs.t t/op/lfs.t
70911 ____________________________________________________________________________
70912 [  8257] By: jhi                                   on 2000/12/29  17:48:04
70913         Log: Further VMS piping fixes from Charles Lane:
70914              
70915              In summary, error messages produced when a subprocess terminated
70916              abnormally were being sent not just to the parent process, but to
70917              grandparents, because of default values for error output that were
70918              not completely overridden when the subprocess was started.
70919              
70920              This patch fixes this behavior by defining user-mode (i.e., temporary
70921              for the duration of the program) logical names for SYS$OUTPUT and
70922              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
70923              changes to make it so that the user-mode logicals are the ones that
70924              control where Perl's error messages go if it terminates abnormally.
70925              
70926              I also added some gratuitous fixes to the indentation of braces in
70927              the piping code.  It just looked ugly, before.
70928      Branch: perl
70929            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
70930 ____________________________________________________________________________
70931 [  8256] By: jhi                                   on 2000/12/29  17:45:12
70932         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
70933              From: "Casey R. Tweten" <crt@kiski.net>
70934              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
70935              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
70936              
70937              Tests for for #8240.
70938      Branch: perl
70939            ! t/pragma/constant.t
70940 ____________________________________________________________________________
70941 [  8255] By: jhi                                   on 2000/12/29  17:43:07
70942         Log: Subject: Re: [PATCH] Interesting syntax idea
70943              From: Simon Cozens <simon@cozens.net>
70944              Date: Fri, 29 Dec 2000 14:34:04 +0000
70945              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
70946              
70947              Tests for #8254.
70948      Branch: perl
70949            ! t/pragma/sub_lval.t
70950 ____________________________________________________________________________
70951 [  8254] By: jhi                                   on 2000/12/29  17:42:11
70952         Log: Subject: [PATCH] Interesting syntax idea
70953              From: Simon Cozens <simon@cozens.net>
70954              Date: Wed, 27 Dec 2000 05:08:57 +0000
70955              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
70956              
70957              Make opens + bareword assigns do typeglob assigns.
70958      Branch: perl
70959            ! op.c
70960 ____________________________________________________________________________
70961 [  8253] By: jhi                                   on 2000/12/29  17:36:45
70962         Log: Output the (apparent) version of gcc, as suggested by
70963              
70964              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
70965              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
70966              Date: 26 Dec 2000 04:29:17 -0500
70967              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
70968              
70969              (The patch as such didn't any more apply as the misparsing had
70970              already been addressed in #6474.)  Also change the wording about
70971              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
70972      Branch: perl
70973            ! hints/dec_osf.sh
70974 ____________________________________________________________________________
70975 [  8252] By: nick                                  on 2000/12/29  12:14:31
70976         Log: Integrate mainline
70977      Branch: perlio
70978           !> (integrate 27 files)
70979 ____________________________________________________________________________
70980 [  8251] By: jhi                                   on 2000/12/29  08:45:46
70981         Log: (Retracted by #8264)
70982              
70983              (Fixed by #8260.)
70984              
70985              sv_catsv() needs one more byte space than seems reasonable.
70986              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
70987              Curiouser and curiouser.
70988      Branch: perl
70989            ! sv.c
70990 ____________________________________________________________________________
70991 [  8250] By: jhi                                   on 2000/12/29  07:57:52
70992         Log: More split // UTF-8 tests.
70993      Branch: perl
70994            ! t/pragma/utf8.t
70995 ____________________________________________________________________________
70996 [  8249] By: jhi                                   on 2000/12/29  07:54:51
70997         Log: (Retracted by #8264)  More join() testing which was good because
70998              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
70999      Branch: perl
71000            ! pp.c t/op/join.t utf8.c utf8.h
71001 ____________________________________________________________________________
71002 [  8248] By: jhi                                   on 2000/12/29  07:08:32
71003         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
71004              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
71005              that the only cases to care about are byte+byte and byte+character.
71006              
71007              TODO: See how well pp_concat() could be implemented in terms
71008              of sv_catsv().
71009      Branch: perl
71010            ! doop.c sv.c t/op/join.t utf8.h
71011 ____________________________________________________________________________
71012 [  8247] By: jhi                                   on 2000/12/29  06:35:23
71013         Log: Signedness nit.
71014      Branch: perl
71015            ! pp_hot.c
71016 ____________________________________________________________________________
71017 [  8246] By: jhi                                   on 2000/12/29  01:23:31
71018         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
71019              From: Lupe Christoph <lupe@lupe-christoph.de>
71020              Date: Thu, 28 Dec 2000 23:00:00 +0100
71021              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
71022              
71023              Suggest rsync --delete --dry-run.
71024      Branch: perl
71025            ! pod/perlhack.pod
71026 ____________________________________________________________________________
71027 [  8245] By: jhi                                   on 2000/12/28  23:57:05
71028         Log: The maxiters upper limit sanity check (guarding against
71029              non-progress) assumed bytes instead of characters in s///
71030              and split().
71031      Branch: perl
71032            ! pp.c pp_hot.c
71033 ____________________________________________________________________________
71034 [  8244] By: jhi                                   on 2000/12/28  23:34:08
71035         Log: Make some panic messages a bit more logical.
71036      Branch: perl
71037            ! doop.c pod/perldiag.pod pp.c pp_hot.c
71038 ____________________________________________________________________________
71039 [  8243] By: jhi                                   on 2000/12/28  22:59:16
71040         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
71041              From: Simon Cozens <simon@cozens.net>
71042              Date: Wed, 27 Dec 2000 02:30:03 +0000
71043              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
71044      Branch: perl
71045            ! pp.c t/pragma/sub_lval.t
71046 ____________________________________________________________________________
71047 [  8242] By: jhi                                   on 2000/12/28  22:56:53
71048         Log: Subject: [PATCH blead] Fix B::Terse indentation
71049              From: Daniel Chetlin <daniel@chetlin.com>
71050              Date: Wed, 27 Dec 2000 06:43:30 -0800
71051              Message-ID: <20001227064329.B9573@darkstar>
71052      Branch: perl
71053            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
71054 ____________________________________________________________________________
71055 [  8241] By: jhi                                   on 2000/12/28  22:48:59
71056         Log: The latter patch from the
71057              
71058              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
71059              From: Peter Prymmer <pvhp@forte.com> 
71060              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
71061              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
71062              
71063              (the former patch from the above should have been
71064              taken care of by Nick I-S)
71065      Branch: perl
71066            ! win32/Makefile
71067 ____________________________________________________________________________
71068 [  8240] By: jhi                                   on 2000/12/28  22:45:22
71069         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
71070              From: "Casey R. Tweten" <crt@kiski.net>
71071              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
71072              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
71073      Branch: perl
71074            ! lib/constant.pm
71075 ____________________________________________________________________________
71076 [  8239] By: jhi                                   on 2000/12/28  22:37:45
71077         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
71078              From: Simon Cozens <simon@cozens.net>
71079              Date: Wed, 27 Dec 2000 14:12:44 +0000
71080              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
71081      Branch: perl
71082            ! t/op/method.t t/op/sort.t toke.c
71083 ____________________________________________________________________________
71084 [  8238] By: jhi                                   on 2000/12/28  22:30:32
71085         Log: Subject: [PATCH perl@8229] Call.pm
71086              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
71087              Date: Mon, 25 Dec 2000 10:47:15 -0000
71088              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
71089      Branch: perl
71090            ! ext/Filter/Util/Call/Call.pm
71091 ____________________________________________________________________________
71092 [  8237] By: jhi                                   on 2000/12/28  22:19:21
71093         Log: Subject: [PATCH blead] Fix problem with `&' prototype
71094              From: Daniel Chetlin <daniel@chetlin.com>
71095              Date: Wed, 27 Dec 2000 15:55:32 -0800
71096              Message-ID: <20001227155532.D9573@darkstar>
71097      Branch: perl
71098            ! op.c t/comp/proto.t
71099 ____________________________________________________________________________
71100 [  8236] By: jhi                                   on 2000/12/28  22:09:25
71101         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
71102              From: Daniel Chetlin <daniel@chetlin.com>
71103              Date: Sun, 24 Dec 2000 04:09:49 -0800
71104              Message-ID: <20001224040949.B3090@darkstar>
71105      Branch: perl
71106            ! gv.c mg.c t/op/attrs.t
71107 ____________________________________________________________________________
71108 [  8235] By: jhi                                   on 2000/12/28  22:07:11
71109         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
71110              From: Jan Dubois <jand@ActiveState.com>
71111              Date: Tue, 26 Dec 2000 20:57:31 -0800
71112              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
71113      Branch: perl
71114            ! win32/win32.c
71115 ____________________________________________________________________________
71116 [  8234] By: jhi                                   on 2000/12/28  21:52:42
71117         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
71118              From: Simon Cozens <simon@cozens.net>
71119              Date: Thu, 28 Dec 2000 20:33:13 +0000
71120              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
71121      Branch: perl
71122            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
71123 ____________________________________________________________________________
71124 [  8233] By: jhi                                   on 2000/12/28  19:40:49
71125         Log: Integrate perlio:
71126              
71127              [  8232]
71128              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
71129              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
71130              
71131              [  8231]
71132              "Compiled" encode build cleanup
71133              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
71134              - .c files do not export sub-tables
71135      Branch: perl
71136           !> ext/Encode/Makefile.PL ext/Encode/compile
71137 ____________________________________________________________________________
71138 [  8232] By: nick                                  on 2000/12/23  16:06:00
71139         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
71140              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
71141      Branch: perlio
71142            ! ext/Encode/Makefile.PL
71143 ____________________________________________________________________________
71144 [  8231] By: nick                                  on 2000/12/23  14:30:34
71145         Log: "Compiled" encode build cleanup
71146              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
71147              - .c files do not export sub-tables
71148      Branch: perlio
71149            ! ext/Encode/Makefile.PL ext/Encode/compile
71150 ____________________________________________________________________________
71151 [  8230] By: nick                                  on 2000/12/23  12:50:37
71152         Log: Integrate mainline
71153      Branch: perlio
71154           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
71155           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
71156           !> pod/perl5004delta.pod pod/perl5005delta.pod
71157           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
71158           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
71159           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
71160           !> pod/perlsub.pod
71161 ____________________________________________________________________________
71162 [  8229] By: jhi                                   on 2000/12/22  15:32:12
71163         Log: Integrate perlio:
71164              
71165              [  8226]
71166              Handy script for when one forgets to "dmake clean" 
71167              
71168              [  8225]
71169              CRLF platform issue with io/utf8 fix.
71170      Branch: perl
71171           +> win32/distclean.bat
71172           !> MANIFEST t/io/utf8.t
71173 ____________________________________________________________________________
71174 [  8228] By: jhi                                   on 2000/12/22  15:29:40
71175         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
71176              From: Robin Barker <rmb1@cise.npl.co.uk>
71177              Date: Fri, 22 Dec 2000 12:17:38 GMT
71178              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
71179      Branch: perl
71180            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
71181            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
71182            ! pod/perl5004delta.pod pod/perl5005delta.pod
71183            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
71184            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
71185            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
71186            ! pod/perlsub.pod
71187 ____________________________________________________________________________
71188 [  8227] By: jhi                                   on 2000/12/22  15:24:28
71189         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
71190              From: "John L. Allen" <allen@grumman.com>
71191              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
71192              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
71193              
71194              Document APPLLIB_EXP.
71195      Branch: perl
71196            ! INSTALL
71197 ____________________________________________________________________________
71198 [  8226] By: nick                                  on 2000/12/21  22:11:50
71199         Log: Handy script for when one forgets to "dmake clean" 
71200      Branch: perlio
71201            + win32/distclean.bat
71202            ! MANIFEST
71203 ____________________________________________________________________________
71204 [  8225] By: nick                                  on 2000/12/21  21:54:04
71205         Log: CRLF platform issue with io/utf8 fix.
71206      Branch: perlio
71207            ! t/io/utf8.t
71208 ____________________________________________________________________________
71209 [  8224] By: nick                                  on 2000/12/21  21:02:20
71210         Log: Integrate mainline
71211      Branch: perlio
71212           !> Changes Configure Makefile.SH Porting/Glossary
71213           !> Porting/config.sh Porting/config_H configure.com
71214           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
71215           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
71216           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
71217           !> win32/config.bc win32/config.gc win32/config.vc
71218 ____________________________________________________________________________
71219 [  8223] By: jhi                                   on 2000/12/21  17:09:16
71220         Log: Update Changes.
71221      Branch: perl
71222            ! Changes patchlevel.h
71223 ____________________________________________________________________________
71224 [  8222] By: jhi                                   on 2000/12/21  16:24:01
71225         Log: Metaconfig unit changes for #8221.
71226      Branch: metaconfig/U/perl
71227           +> issymlink.U
71228            - testsyml.U
71229            ! Mksymlinks.U
71230 ____________________________________________________________________________
71231 [  8221] By: jhi                                   on 2000/12/21  16:23:48
71232         Log: Rename testsyml to issymlink.
71233      Branch: perl
71234            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71235            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
71236            ! win32/config.vc
71237 ____________________________________________________________________________
71238 [  8220] By: jhi                                   on 2000/12/21  15:47:26
71239         Log: Robustness support for #8218 (symlink forest) since the GNU
71240              tools seem to be overly picky about symlinkage depths.
71241      Branch: perl
71242            ! Makefile.SH t/io/fs.t
71243 ____________________________________________________________________________
71244 [  8219] By: jhi                                   on 2000/12/21  15:38:27
71245         Log: Metaconfig changes for #8218.
71246      Branch: metaconfig
71247            ! U/modified/Oldconfig.U
71248      Branch: metaconfig/U/perl
71249            + Mksymlinks.U
71250            ! testsyml.U
71251 ____________________________________________________________________________
71252 [  8218] By: jhi                                   on 2000/12/21  15:37:57
71253         Log: Add Configure option -Dmksymlinks which will create a symlink
71254              forest if the current/build differs from the source directory.
71255              TODO: mkdir -p is not portable.
71256      Branch: perl
71257            ! Configure
71258 ____________________________________________________________________________
71259 [  8217] By: jhi                                   on 2000/12/21  14:39:12
71260         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
71261              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
71262              Date: Thu, 21 Dec 2000 09:38:18 GMT
71263              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
71264              
71265              The ofs became an SV.
71266      Branch: perl
71267            ! ext/Thread/Thread.xs
71268 ____________________________________________________________________________
71269 [  8216] By: jhi                                   on 2000/12/21  05:40:21
71270         Log: The polymorphism seems to have fixed 20000517.001.
71271      Branch: perl
71272            ! t/pragma/utf8.t
71273 ____________________________________________________________________________
71274 [  8215] By: jhi                                   on 2000/12/21  04:44:52
71275         Log: read() documentation tweak for 20001121.004.
71276      Branch: perl
71277            ! pod/perlfunc.pod
71278 ____________________________________________________________________________
71279 [  8214] By: jhi                                   on 2000/12/21  03:54:11
71280         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
71281      Branch: perl
71282            ! pp_sys.c t/op/misc.t
71283 ____________________________________________________________________________
71284 [  8213] By: jhi                                   on 2000/12/21  00:28:10
71285         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
71286              From: Peter Prymmer <pvhp@forte.com>
71287              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
71288              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
71289      Branch: perl
71290            ! configure.com
71291 ____________________________________________________________________________
71292 [  8212] By: jhi                                   on 2000/12/21  00:26:21
71293         Log: Edit edit edit.
71294      Branch: perl
71295            ! pod/perlfaq3.pod
71296 ____________________________________________________________________________
71297 [  8211] By: jhi                                   on 2000/12/20  18:52:46
71298         Log: Update Changes.
71299      Branch: perl
71300            ! Changes patchlevel.h
71301 ____________________________________________________________________________
71302 [  8210] By: jhi                                   on 2000/12/20  18:34:47
71303         Log: Yet another editor edit.
71304      Branch: perl
71305            ! pod/perlfaq3.pod
71306 ____________________________________________________________________________
71307 [  8209] By: jhi                                   on 2000/12/20  15:33:28
71308         Log: More Win32 Perling.
71309      Branch: perl
71310            ! pod/perlfaq3.pod
71311 ____________________________________________________________________________
71312 [  8208] By: jhi                                   on 2000/12/20  15:07:46
71313         Log: More Win32 editor/IDE/shell hints.
71314      Branch: perl
71315            ! pod/perlfaq3.pod
71316 ____________________________________________________________________________
71317 [  8207] By: jhi                                   on 2000/12/20  03:54:08
71318         Log: Subject: [PATCH] obscure timing knowledge
71319              From: Nicholas Clark <nick@ccl4.org>
71320              Date: Tue, 19 Dec 2000 19:22:31 +0000
71321              Message-ID: <20001219192231.F2827@plum.flirble.org>
71322      Branch: perl
71323            ! sv.c
71324 ____________________________________________________________________________
71325 [  8206] By: jhi                                   on 2000/12/20  03:45:57
71326         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
71327              From: Spider Boardman <spider@leggy.zk3.dec.com>
71328              Date: Tue, 19 Dec 2000 21:30:16 -0500
71329              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
71330      Branch: perl
71331            ! sv.c
71332 ____________________________________________________________________________
71333 [  8205] By: jhi                                   on 2000/12/19  23:02:01
71334         Log: Update Changes.
71335      Branch: perl
71336            ! Changes patchlevel.h
71337 ____________________________________________________________________________
71338 [  8204] By: jhi                                   on 2000/12/19  22:58:18
71339         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
71340              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
71341              on editors and diffing/patching.
71342      Branch: perl
71343            ! t/op/utf8decode.t
71344 ____________________________________________________________________________
71345 [  8203] By: nick                                  on 2000/12/19  21:36:16
71346         Log: Integrate mainline (forgot my own change...)
71347      Branch: perlio
71348           !> ext/Encode/compile
71349 ____________________________________________________________________________
71350 [  8202] By: nick                                  on 2000/12/19  21:34:42
71351         Log: Integrate mainline.
71352      Branch: perlio
71353           !> (integrate 61 files)
71354 ____________________________________________________________________________
71355 [  8201] By: nick                                  on 2000/12/19  21:34:06
71356         Log: Avoid looking for File::Glob when we don't need it.
71357      Branch: perl
71358            ! ext/Encode/compile
71359 ____________________________________________________________________________
71360 [  8200] By: jhi                                   on 2000/12/19  18:35:49
71361         Log: Update Changes.
71362      Branch: perl
71363            ! Changes patchlevel.h
71364 ____________________________________________________________________________
71365 [  8199] By: jhi                                   on 2000/12/19  18:35:07
71366         Log: Microperl tweaks.
71367      Branch: perl
71368            ! sv.c uconfig.h uconfig.sh
71369 ____________________________________________________________________________
71370 [  8198] By: jhi                                   on 2000/12/19  18:29:59
71371         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
71372      Branch: perl
71373            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71374            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
71375 ____________________________________________________________________________
71376 [  8197] By: jhi                                   on 2000/12/19  17:55:29
71377         Log: In VMS embedded perls couldn't access the statically built Socket,
71378              from Charles Lane.
71379      Branch: perl
71380            ! configure.com
71381 ____________________________________________________________________________
71382 [  8196] By: jhi                                   on 2000/12/19  17:49:50
71383         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
71384              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
71385              Date: Sun, 17 Dec 2000 19:11:44 -0000
71386              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
71387      Branch: perl
71388            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
71389            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
71390 ____________________________________________________________________________
71391 [  8195] By: jhi                                   on 2000/12/19  17:47:53
71392         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
71393              From: Jonathan Stowe <gellyfish@gellyfish.com>
71394              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
71395              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
71396      Branch: perl
71397            ! utils/h2xs.PL
71398 ____________________________________________________________________________
71399 [  8194] By: jhi                                   on 2000/12/19  17:46:28
71400         Log: Subject: Re: useless use of void context work-around
71401              From: andreas.koenig@anima.de (Andreas J. Koenig)
71402              Date: 16 Dec 2000 15:13:36 +0100
71403              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
71404              
71405              Document (comment) the q(di ds ig) trick in the code.
71406      Branch: perl
71407            ! op.c
71408 ____________________________________________________________________________
71409 [  8193] By: jhi                                   on 2000/12/19  17:10:57
71410         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
71411              From: "Mark J. Reed" <mreed@strange.turner.com>
71412              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
71413              Message-Id: <200012160222.VAA13986@strange.turner.com>
71414      Branch: perl
71415            ! ext/Sys/Syslog/Syslog.pm
71416 ____________________________________________________________________________
71417 [  8192] By: jhi                                   on 2000/12/19  17:07:45
71418         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
71419              From: Nicholas Clark <nick@ccl4.org>
71420              Date: Sat, 16 Dec 2000 19:03:13 +0000
71421              Message-ID: <20001216190313.D68304@plum.flirble.org>
71422      Branch: perl
71423            ! t/op/64bitint.t
71424 ____________________________________________________________________________
71425 [  8191] By: jhi                                   on 2000/12/19  17:06:13
71426         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
71427              From: Dominic Dunlop <domo@computer.org>
71428              Date: Mon, 18 Dec 2000 12:00:15 +0100
71429              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
71430              
71431              This patchlet is needed in order that perl can be statically linked.  
71432      Branch: perl
71433            ! regexec.c
71434 ____________________________________________________________________________
71435 [  8190] By: jhi                                   on 2000/12/19  17:03:08
71436         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
71437              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71438              Date: Sun, 17 Dec 2000 00:18:35 -0600
71439              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
71440      Branch: perl
71441            ! perlio.h vms/gen_shrfls.pl
71442 ____________________________________________________________________________
71443 [  8189] By: jhi                                   on 2000/12/19  16:20:28
71444         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
71445              From: Prymmer/Kahn <pvhp@best.com>
71446              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
71447              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
71448              
71449              A better version of #8188.
71450      Branch: perl
71451            ! pod/perlfaq3.pod
71452 ____________________________________________________________________________
71453 [  8188] By: jhi                                   on 2000/12/19  15:57:06
71454         Log: (Replaced by #8189)
71455              
71456              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
71457              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
71458              From: Prymmer/Kahn <pvhp@best.com>
71459              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
71460              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
71461              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
71462              Date: Mon, 18 Dec 2000 11:10:45 -0500
71463              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
71464      Branch: perl
71465            ! pod/perlfaq3.pod
71466 ____________________________________________________________________________
71467 [  8187] By: jhi                                   on 2000/12/19  15:54:19
71468         Log: Email address fix for Anton Berezin.
71469      Branch: perl
71470            ! AUTHORS
71471 ____________________________________________________________________________
71472 [  8186] By: jhi                                   on 2000/12/19  15:38:54
71473         Log: Subject: [PATCH perl@8102] cygwin port
71474              From: "Eric Fifer" <efifer@dircon.co.uk> 
71475              Date: Thu, 14 Dec 2000 13:41:29 -0000
71476              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
71477              
71478              When compiling modules the data item that is being imported
71479              from libperl.dll needs to be tagged as imported/shared data:
71480              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
71481      Branch: perl
71482            ! perliol.h
71483 ____________________________________________________________________________
71484 [  8185] By: jhi                                   on 2000/12/19  14:53:24
71485         Log: Regen uconfig.h and uconfig.sh.
71486      Branch: perl
71487            ! uconfig.h uconfig.sh
71488 ____________________________________________________________________________
71489 [  8184] By: jhi                                   on 2000/12/18  20:43:49
71490         Log: Comments work so much better when they are closed.
71491      Branch: perl
71492            ! regcomp.c
71493 ____________________________________________________________________________
71494 [  8183] By: jhi                                   on 2000/12/18  18:04:02
71495         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
71496              Fixes the bug 20001218.016.
71497      Branch: perl
71498            ! regcomp.c
71499 ____________________________________________________________________________
71500 [  8182] By: gsar                                  on 2000/12/18  09:53:47
71501         Log: delete spurious files
71502      Branch: maint-5.6/perl
71503            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
71504            - vos/config.h vos/config_h.SH_orig
71505 ____________________________________________________________________________
71506 [  8181] By: gsar                                  on 2000/12/18  09:46:08
71507         Log: regen perltoc
71508      Branch: maint-5.6/perl
71509            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
71510 ____________________________________________________________________________
71511 [  8180] By: gsar                                  on 2000/12/18  09:20:27
71512         Log: integrate changes#7924..7926,7946,7952 from mainline
71513              
71514              A test works better if it has the right 1..$n output.
71515              
71516              All the core library users of Class::Struct seem to be
71517              using "use Class::Struct 'struct';" instead of the bare
71518              "use Class::Struct;", which isn't documented in Class::Struct.
71519              This can't be right.
71520              
71521              Make the Class::Struct import() wiser.
71522              
71523              Upgrade to CPAN 1.59_51, from Andreas König.
71524              
71525              Subject: Re: long shell lines
71526              Split overly long shell command lines.
71527      Branch: maint-5.6/perl
71528           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
71529           !> lib/File/stat.pm t/lib/class-struct.t
71530 ____________________________________________________________________________
71531 [  8179] By: gsar                                  on 2000/12/18  08:55:54
71532         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
71533              7918,7919,7988,8907 from mainline (various)
71534              
71535              Subject: [ID 20001127.004] White space problem in perlamiga.pod
71536              
71537              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
71538              
71539              Subject: [PATCH] perlcc.PL cleanups
71540              
71541              Subject: [PATCH] Updating perltie.pod for arrays
71542              
71543              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
71544              Subject: Re: [PATCH] Updating perltie.pod for arrays
71545              Subject: Re: [PATCH] Updating perltie.pod for arrays
71546              
71547              One more perltie.pod nit from Casey R. Tweten.
71548              
71549              Subject: [PATCH] $^O  win32 -> MSWin32
71550              plus similar nits for vms, err, VMS, and UNICOS.
71551              
71552              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
71553              More checking in case someone has broken their services or
71554              protocol databases.
71555              
71556              Make "use Class::Struct 'struct';" work again (broken by #7617);
71557              add a test for Class::Struct.
71558              
71559              Integrate the "skip" messages to explain().
71560              
71561              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
71562      Branch: maint-5.6/perl
71563           +> t/lib/class-struct.t
71564           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
71565           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
71566           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
71567 ____________________________________________________________________________
71568 [  8178] By: gsar                                  on 2000/12/18  08:16:30
71569         Log: avoid redefinition warnings on windows due to sys/socket.h getting
71570              #included before win32.h
71571      Branch: maint-5.6/perl
71572            ! win32/include/sys/socket.h
71573 ____________________________________________________________________________
71574 [  8177] By: gsar                                  on 2000/12/18  05:24:04
71575         Log: make regen_headers; fix POSIX.xs problems; remove outdated
71576              code from sys/socket.h that makes build fail now
71577      Branch: maint-5.6/perl
71578            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
71579            ! pod/perlapi.pod
71580           !> win32/include/sys/socket.h
71581 ____________________________________________________________________________
71582 [  8176] By: gsar                                  on 2000/12/18  05:20:17
71583         Log: update Changes
71584      Branch: maint-5.6/perl
71585            ! Changes patchlevel.h
71586 ____________________________________________________________________________
71587 [  8175] By: gsar                                  on 2000/12/18  04:57:48
71588         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
71589              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
71590              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
71591              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
71592              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
71593              7823,7825,7838
71594              
71595              Subject: Re: [PATCH] README.solaris
71596              
71597              Add getpagesize() probing, on non-UNIX guess 'undef'.
71598              
71599              Simplify the getpagesize() unit by dropping the
71600              pagesize probe since it's nowadays slightly more
71601              complicated because of sysconf(). (Note: if some
71602              platform really needs the -lPW for getpagesize,
71603              I just broke it.)
71604              TODO: a new pagesize unit.
71605              
71606              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
71607              
71608              MachTen doesn't really do mmap() and munmap().
71609              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
71610              
71611              More README.solaris updates from Andy Dougherty.
71612              
71613              Copy the s// information of README.hpux also to the perlrun.
71614              
71615              Add HAS_FSYNC, lack noticed by Nicholas Clark.
71616              
71617              Add a metaconfig unit for fsync.
71618              
71619              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
71620              
71621              Many subdocumented return values of the IO extension now documented.
71622              ungetc and write still left subdocumented.
71623              Subject: [PATCH] (was Re: IO::Handle::ungetc)
71624              
71625              Document tell() on special streams.
71626              
71627              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
71628              
71629              Subject: [ID 20001112.007] sfio's sftell isn't ftell
71630              
71631              Couple of tests from #7660 salvaged.
71632              
71633              Tweak the definition of the bit complement on UTF-8 data:
71634              if none of the characters in the string are > 0xff,
71635              the result is a complemented byte string, not a (UTF-8)
71636              char string.  Based on the summary in
71637              Subject: Re: [ID 20000918.005] ~ on wide chars
71638              This should give us the maximum backward (pre-char string)
71639              compatibility and utf8 compatibility.  The other alternative
71640              would be to limit the bit complement to be always byte only,
71641              taking the least significant byte of the chars.
71642              
71643              Cleanup messy #ifdef.
71644              
71645              Typos in #7667.
71646              
71647              Declare reg_data like reg_substr_data.
71648              
71649              Placate nervous compilers that see longer than ints switch()ing.
71650              
71651              Remove the new two tests of lib/io_xs for now, they seem to
71652              fail under perlio on some platforms.
71653              
71654              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
71655              
71656              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
71657              
71658              Subject: tiny typo in perl5db.pl
71659              
71660              Subject: some additions for makefiles for win32 (for perl@7674)
71661              
71662              Hoist the duplicated socket/netdb include logic to perl.h;
71663              undef SETERRNO in case SOCKS has defined it.  Based on:
71664              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
71665              
71666              Regen Configure.
71667              
71668              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
71669              (a macro to define signed and unsigned integer constants).
71670              
71671              Use UINT64_C().
71672              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
71673              
71674              Use u_int32_t for the size of hash_cb(), not size_t.
71675              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
71676              
71677              Quit utf8_to_uv() instantly if curlen == 0.
71678              
71679              Subject: [PATCH: perl@7674] updates to README.os390
71680              
71681              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
71682              
71683              EBCDIC tweaks.
71684              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
71685              
71686              Linenumber fix.
71687              
71688              SOCKS has its own USE_THREADS, based on
71689              Subject: [ID 20001114.002] et. al. bugfix followup
71690              
71691              UINT64_C() work continues.
71692              
71693              Detypo.
71694              
71695              The type of the hash_cb() size argument is tricky.
71696              
71697              Add fwalk() probe to the configuration files and regen perltoc.
71698              
71699              Subject: perllocale.pod changes
71700              
71701              Avoid an infinite loop in VMS when utils scripts are run
71702              with no arguments, from Charles Lane.
71703              
71704              Subject: Re: Bug in Carp::Heavy/5.6.0?
71705              
71706              For Solaris use64bitall the stdchar needs a little bit of help.
71707              
71708              The long double hints can be here or there.
71709              
71710              Test tweak for the open pragma.
71711              
71712              Also the 64bitall hints can be either here or there.
71713              
71714              As surmised the #7719 wasn't a good move.
71715              
71716              Subject: Fix for 20000409.001
71717              
71718              Subject: Fix for 20000815.006
71719              It's really 20000518.006.
71720              
71721              Subject: [PATCH 5.6.0 README.win32] very minor typos
71722              
71723              Subject: Fix for README.amiga (20000323.033)
71724              
71725              Explain in more detail the {} syntax ambiguousity.
71726              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
71727              
71728              Sparc 64-bit pack() fix from Jens Hamisch.
71729              
71730              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
71731              
71732              Subject: podlators 1.05 available        
71733              
71734              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
71735              
71736              Subject: [perl 7711: EPOC] updates
71737              
71738              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
71739              
71740              Miraculous typo.
71741              
71742              sysseek() instead of seek().
71743              
71744              Solaris hints tweaks.
71745              
71746              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
71747              This may be overly harsh but until proven otherwise, we think this
71748              way, or until we have a simple test for Configure (having to start
71749              up servers is does not count as simple) to check for the problems.
71750              
71751              Remove the shared object before attempting to create
71752              (by linking) a new one.  E.g. in AIX not removing
71753              becomes quite painful if one tries to do more than one
71754              build in the same tree (an interrupted build, for example),
71755              since the AIX' shared dynaloader seemingly keeps the shared
71756              objects open and therefore 'busy' for quite a while, even when
71757              nobody is using the objects, leading into link failures.
71758              
71759              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
71760              
71761              Subject: DOC PATCH 5.6.0 perlreftut
71762              
71763              Subject: [PATCH: perl@7777] add system locale testing for VMS
71764              
71765              Subject: [PATCH] Test.pm POD peculiarity
71766              
71767              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
71768              
71769              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
71770              
71771              Subject: Re: perl@7777 
71772              Detypoing.
71773              
71774              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
71775              
71776              Go ahead and #include <unistd.h> in perl.h.
71777              
71778              Subject: [PATCH perl@7795] small cleanup task for test suite
71779              
71780              Subject: Re: av.c patch (having slight problems)
71781              unshift() speedup.
71782              
71783              Reach back one higher up when searching for PERL_SRC.
71784      Branch: maint-5.6/perl
71785           +> lib/File/Spec/Epoc.pm
71786           !> (integrate 88 files)
71787 ____________________________________________________________________________
71788 [  8174] By: gsar                                  on 2000/12/18  03:53:09
71789         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
71790              7625..7629,7631..7634,7637,7639,7642 from mainline
71791              
71792              Fix for the tie-refhash string table leaks.
71793              
71794              Subject: [patch perl@7595] VMS configure.com tweak
71795              
71796              More careful detection of how well NVs and UVs mix.
71797              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))
71798              Added some SIGFPE paranoia.
71799              
71800              Forgot to bump the line numbers in #7601.
71801              
71802              Subject: PATCH std stdio for (Free)BSD
71803              
71804              Deleting $ENV{PATH} in VMS is not recommendable.
71805              
71806              Locale buglets.
71807              Subject: RE: Locales support (setlocale) fixes
71808              
71809              Do not test UTF-8 locales since that the tests would require
71810              polymorphic regexen.
71811              
71812              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
71813              
71814              A missing aTHX_.
71815              
71816              Subject: [ID 20001108.013] spelling
71817              
71818              Subject: [PATCH] Class::Struct at compile time
71819              
71820              Make deleting for %ENV work for (newer versions of) VMS,
71821              from Craig A. Berry.
71822              
71823              Forgot from #7618.
71824              
71825              More VMS moves on environment handling, from Charles Lane.
71826              
71827              Remove unused extra arguments.
71828              
71829              Typo in an ifndef.
71830              Subject: Re: [PATCH 5.7.0] better messages from malloc()
71831              
71832              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
71833              All except the "cow orker" change.
71834              
71835              The generated boot_* headers are wrong.  Pickier compiler,
71836              such as KAI C++ will refuse to compile the resulting perlmain.
71837              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71838              
71839              There's no =head3.
71840              
71841              Disable only the tests 99 and 166 for UTF-8 locales.
71842              
71843              Missing dTHXs.
71844              Subject: RE: perl@7595 builds not on cygwin
71845              
71846              Subject: Re: bash -c exit and linux hints 
71847              
71848              Various doc oddball characters.
71849              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71850              
71851              Subject: [PATCH] IO::Seekable pod
71852              
71853              Amdahl UTS hints updates.
71854              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
71855              
71856              Explain better why certain regex tests are skipped.
71857              Subject: Re: tests skipped: unknown reason
71858              
71859              Subject: [PATCH] README.solaris
71860              
71861              Subject: [PATCH perl@7638] cygwin port
71862      Branch: maint-5.6/perl
71863           +> README.solaris
71864           !> (integrate 26 files)
71865 ____________________________________________________________________________
71866 [  8173] By: gsar                                  on 2000/12/18  03:37:02
71867         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
71868              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
71869              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
71870              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
71871              
71872              Better create a true mailing list for the repository keepers.
71873              
71874              Subject: [ID 20001027.007] uniq array in perlfaq
71875              
71876              De-quoted-unreadable to ISO Latin 1.
71877              (There's one ISO-2022-JP name in Changes5.004.)
71878              
71879              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71880              
71881              The #7476 needs a MANIFEST change, too.
71882              
71883              Add also emailless people.
71884              
71885              UTF-8 decoder tweak.
71886              
71887              Make \x{...} consistently produce UTF-8.
71888              Subject: Re: \x{...} is confused 
71889              
71890              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71891              
71892              Add a perlbug flag, -A, to avoid acknowledgement messages.
71893              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71894              
71895              Use Errno magic.
71896              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71897              
71898              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71899              
71900              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71901              
71902              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71903              
71904              Be more lenient on bad UTF-8 when doing bit arithmetics.
71905              Subject: Re: [ID 20000918.005] ~ on wide chars
71906              (The ord() part of the patch skipped.)
71907              
71908              Subject: perlfaq style changes
71909              
71910              AUTHORS tweaks.
71911              
71912              Whitespace style tweak.  Was originally going to see to
71913              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71914              but that had already been taken care of.
71915              
71916              The compiler is either gcc or cc, from Tom Bates.
71917              
71918              The osname has been lowercased by now, from Tom Bates.
71919              
71920              The NonStop-UX libraries have a novel way to say NaN.
71921              
71922              printf UVs the correct way, noticed by Robin Barker.
71923              
71924              Subject: [PATCH] startperl to respect versiononly
71925              
71926              AUTHORS updates.
71927              
71928              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71929              
71930              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71931              
71932              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71933              
71934              Generalize the Camel wording.
71935              Subject: Re: perlfaq style changes
71936              
71937              Subject: [ID 20001005.006] Documentation -- description of qr//
71938              
71939              C.pm part of
71940              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71941              
71942              Locale warning explanation tweak.
71943              
71944              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71945              
71946              Make the POSIX::setuid and POSIX::setgid to really call setuid()
71947              and setgid() because they were just changing $< and $( which means
71948              only changing the real uid/gid, as opposed to changing both
71949              real and effective ids.  (The alternative way could have been
71950              in POSIX.pm to change $> and $), too, but making a direct call
71951              to the C API feels cleaner.)  Fixes the bug
71952              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71953              
71954              Expand %Config variables and %ENV variables only if
71955              so requested during build time using the
71956              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71957              Not expanding makes relocating distributions easier.
71958              
71959              More tweaking on the #7522 theme.
71960              
71961              Test::Harness revealed buglets in the new DynaLoader.
71962              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71963              
71964              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71965              fix a autovivification bug in Tie::RefHash, add tests for both.
71966              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71967              
71968              Detpyo.
71969              
71970              recv() can fail and return undef.
71971              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71972              
71973              Fix the problem discussed in
71974              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71975              originally from Linc Madison.  Also Andreas König's comments
71976              taken into account.  Some other problems with Tie::SubstrHash
71977              fixed: didn't croak when the table exceeded the requested number
71978              of entries (as documented) but instead when the number of entries
71979              exceeded the size of the table, a croak() had an unnecessary \n,
71980              didn't have a CLEAR method, documented that there is no exists().
71981              Didn't fix to be strict-proof because the module uses &foo; and
71982              dynamic scope.  Added a test script exercizing both first tamely 
71983              the basic functionality, and then the failure cases reported by
71984              Linc Madison.
71985              
71986              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71987              
71988              The #7521 touched things it shouldn't have.
71989              
71990              Subject: [PATCH 5.7.0] better messages from malloc()
71991              
71992              Subject: Re: README.aix
71993              
71994              Add FCNTL_CAN_LOCK.
71995              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71996              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71997              
71998              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71999              create a "fast path" for locale name probing using "locale -a"
72000              if available, squash finally hopefully the s?printf resetting
72001              the numeric locale (since, IIUC perllocale, it never shouldn't). 
72002              
72003              More Changes tweakery.
72004              
72005              Dying is too strict here, better just skip.
72006              
72007              Subject: Locales support (setlocale) fixes
72008              Modified quite a bit to be more portable.
72009              
72010              Configure would use a bad $myuname from an old config.sh.
72011              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
72012              
72013              Fix for
72014              Subject: [ID 20001004.006] undef is never tainted
72015              An undef read from a slurped file was not tainted.
72016              
72017              Fix for
72018              Subject: [ID 20001004.007] taint propogation is inconsistent
72019              The culprit was sv_setsv() which was rather blindly
72020              propagating taint, which lead to behaviour where if
72021              a tainted anon hash value was seen all the hash values
72022              from then on at that level became tainted, or at any
72023              upper levels in the case of nested anon hashes.
72024              
72025              Test tweak: show also the failed locales.
72026              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
72027              
72028              A fix of sorts for 20000329.026, a better error message
72029              for a missing "use charnames" when using the \N{...}. 
72030              
72031              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
72032              
72033              Add =pod to be tidy.
72034              
72035              Fix for bug id 19990615.008, pos() unset during s///ge.
72036              
72037              Add a note for future generations about bug id 20000229.006.
72038              
72039              Use -dM for gcc (the suggested patch did it only for Linux,
72040              but I think it can be generalized).
72041              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
72042              
72043              opmini.o can linger from Configures past.
72044              
72045              Document that the evaled syntax errors cause scalar leaks.
72046              
72047              Fix for
72048              Subject: [ID 20000728.005] perl -P broken
72049              (hopefully).  The fix is also not complete, it seems to break
72050              BOM swallowing for libc5 systems, but until someone figures
72051              out a way to do this without ftell(), this will do.
72052              
72053              AUTHORS updates.
72054              
72055              Subject: Re: rsync'ed patches vs. rsync'ed source
72056              
72057              Admit that the test leaks scalars.
72058              
72059              Sanitize the environment further.
72060              
72061              VOS updates from Paul Green.
72062              
72063              Document %ENV = () portability issues.
72064              
72065              Make the stdio test program of 7427 less noisy while being 
72066              compiled so that Digital UNIX wouldn't get both
72067              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
72068              undefined.  This makes perlio happy.
72069              
72070              glibc5 detection by __GNU_LIBRARY__.
72071              
72072              %ENV note tweaks from Dan Sugalski.
72073              
72074              Varargs don't always work too well if one puts an unsigned
72075              char on the stack and pop an unsigned quad off the stack.
72076              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
72077              
72078              Subject: Pod updates
72079              
72080              Fake support of holey files in win/dosish platforms.
72081              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
72082              
72083              A doc addition for bug id 20001105.019, beware \p.
72084              
72085              Tweak #7587.
72086              
72087              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
72088              
72089              perlhack updates from H.Merijn Brand.
72090              
72091              Subject: [PATCH perl@7573] cygwin port
72092              Synchronize with Cygwin 1.1.5.
72093              
72094              Bad thinko in #7581 (I used the test program with the expanded
72095              values as-is).
72096              
72097              Make perlbug not insist on dumping to a file when stdout isn't a tty.
72098              Subject: [PATCH] perlbug.PL
72099              
72100              Overrideable keys, each, pop, push, shift, splice, unshift.
72101              Subject: [PATCH] prototyped functions that should be overrideable
72102              
72103              Try to avoid flockless and emulationless places.
72104      Branch: maint-5.6/perl
72105           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
72106            - MAINTAIN
72107           !> (integrate 111 files)
72108 ____________________________________________________________________________
72109 [  8172] By: jhi                                   on 2000/12/18  02:49:27
72110         Log: Regen pods.
72111      Branch: perl
72112            ! pod/perlmodlib.pod pod/perltoc.pod
72113 ____________________________________________________________________________
72114 [  8171] By: gsar                                  on 2000/12/18  02:49:24
72115         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
72116              7465..7471 from mainline
72117              
72118              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
72119              in platforms that strictly require all the symbols being present
72120              at link time.
72121              
72122              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
72123              
72124              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
72125              
72126              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
72127              
72128              Subject: [PATCH] todo
72129              
72130              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
72131              
72132              Use $sort, $uniq (and $tr) consistently as wondered
72133              by Nicholas Clark.
72134              
72135              Too enthusiastic editing in #7460.
72136              
72137              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
72138              
72139              Upgrade to CPAN 1.58_55.
72140              Subject: CPAN.pm status
72141              
72142              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
72143              
72144              Make target reordering to avoid pointless re-makes.
72145              Subject: Re: Total re-make of 'make okfile' after 7451 ?
72146              
72147              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
72148              
72149              Subject: DOC PATCH 5.6.0
72150              
72151              Add the repository doc by Malcolm, Sarathy, and by Simon,
72152              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
72153      Branch: maint-5.6/perl
72154           +> Porting/repository.pod
72155           !> Configure MANIFEST Makefile.SH README.dos README.os2
72156           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
72157           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
72158           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
72159 ____________________________________________________________________________
72160 [  8169] By: gsar                                  on 2000/12/18  02:33:34
72161         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
72162              7435..7441,7445 from mainline
72163              
72164              Make the UTF-8 decoding stricter and more verbose when
72165              malformation happens.  This involved adding an argument
72166              to utf8_to_uv_chk(), which involved changing its prototype,
72167              and prefer STRLEN over I32 for the UTF-8 length, which as
72168              a domino effect necessitated changing the prototypes of
72169              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
72170              The stricter UTF-8 decoding checking uses Markus Kuhn's
72171              UTF-8 Decode Stress Tester from
72172              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
72173              
72174              Run vms/vms_yfix.pl, should have done that after changing
72175              perly.c in #7382.
72176              
72177              Subject: [PATCH 5.7.0] static linking with uninstalled perl
72178              
72179              (Replaced by #7440.)
72180              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
72181              
72182              Fix the bug ID 20001024.005, the bug introduced by #7416.
72183              
72184              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
72185              
72186              Fix the bug reported in
72187              From: andreas.koenig@anima.de (Andreas J. Koenig)
72188              Also make is_utf8_char() stricter.
72189              
72190              Missed the header file changes from #7425.
72191              
72192              Check if stdio supports tweaking lval and cnt simultaneously.
72193              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
72194              
72195              Stratus VOS updates from Paul Green.
72196              
72197              Podify README.epoc and README.vos.
72198              
72199              Add targets to Makefile.SH, most importantly
72200              'regen_all' which also remembers to update vms/perly*.
72201              
72202              Subject: Minor update to find2perl, for portability
72203              
72204              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
72205              
72206              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
72207              
72208              Rename UTF8LEN() to be UNISKIP(), too confusing to have
72209              UTF8LEN() and UTF8SKIP(). 
72210              
72211              Allow poking holes at the UTF-8 decoding strictness.
72212              
72213              Continue the internal UTF-8 API tweaking.
72214              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
72215              used much more than the simpler API, now called utf8_to_uv_simple().
72216              Still not quite happy with API, too much partial duplication
72217              of functionality.
72218              
72219              A new version of making the syslog test more robust.
72220              (Replaces #7421.)
72221              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
72222              
72223              buildtoc target tweaks.
72224              
72225              Integrate with vmsperl #7430 by Charles Bailey:
72226              
72227              Cleanup from prior patch (Charles Lane?):
72228              - improve handling of MFDs in Basename and Path
72229              - default to no xsubpp line # munging when building debug images
72230      Branch: maint-5.6/perl
72231           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72232           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
72233           !> (integrate 67 files)
72234 ____________________________________________________________________________
72235 [  8168] By: gsar                                  on 2000/12/18  02:05:49
72236         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
72237              
72238              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
72239              From: Martin Husemann <martin@duskware.de>
72240              
72241              Subject: [PATCH 5.7.0] restore match data on backtracing
72242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72243      Branch: maint-5.6/perl
72244           !> regcomp.c regexec.c t/op/re_tests
72245 ____________________________________________________________________________
72246 [  8167] By: gsar                                  on 2000/12/18  01:55:22
72247         Log: integrate changes#7858,7986 from mainline
72248              
72249              C<foreach my $x ...> in pseudo-fork()ed process may diddle
72250              parent's memory; fix it by keeping track of the actual pad
72251              offset rather than a raw pointer (this change is probably also
72252              relevant to non-ithreads case to avoid fallout from reallocs of
72253              the pad array, but is currently only enabled for the ithreads
72254              case in the interests of minimal disruption to existing "well
72255              tested" code)
72256              
72257              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
72258              due to the notorious GetFileType() bug in Windows 9x, which fstat()
72259              tickles)
72260      Branch: maint-5.6/perl
72261           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
72262           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
72263           !> win32/win32.c win32/win32.h win32/win32sck.c
72264 ____________________________________________________________________________
72265 [  8166] By: gsar                                  on 2000/12/18  01:52:59
72266         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
72267              from mainline (xsubpp and ExtUtils::LibList fixups, various
72268              other small items)
72269              
72270              The generated boot_* headers are wrong.  Pickier compiler,
72271              such as KAI C++ will refuse to compile the resulting perlmain.
72272              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
72273              
72274              Various doc oddball characters.
72275              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
72276              
72277              Subject: [PATCH] Re: 20001101.003 PDL
72278              
72279              Subject: [PATCH 5.7.0] etags broken again
72280              
72281              Subject: [PATCH 5.7.0] Liblist finally works
72282              
72283              Subject: [PATCH 5.7.0] Liblist returns found libraries
72284              
72285              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
72286              
72287              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
72288              
72289              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
72290              OUT keyword nits.
72291              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
72292              OUT and IN_OUT documentation.
72293      Branch: maint-5.6/perl
72294           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
72295           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
72296           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
72297           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
72298           !> win32/bin/search.pl
72299 ____________________________________________________________________________
72300 [  8165] By: gsar                                  on 2000/12/18  01:28:45
72301         Log: integrate changes#7533,7563,7611,7623 from mainline (various
72302              malloc.c embellishments)
72303      Branch: maint-5.6/perl
72304           !> malloc.c pod/perldiag.pod
72305 ____________________________________________________________________________
72306 [  8164] By: gsar                                  on 2000/12/18  01:23:33
72307         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
72308              fixups)
72309      Branch: maint-5.6/perl
72310           !> utils/h2xs.PL
72311 ____________________________________________________________________________
72312 [  8163] By: gsar                                  on 2000/12/18  01:17:50
72313         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
72314              fixups)
72315      Branch: maint-5.6/perl
72316           !> Makefile.SH utils/perlbug.PL
72317 ____________________________________________________________________________
72318 [  8162] By: gsar                                  on 2000/12/18  00:25:43
72319         Log: always export Perl_deb() (it is required by re.xs whether
72320              Perl is built with or without -DDEBUGGING)
72321      Branch: maint-5.6/perl
72322            ! makedef.pl
72323 ____________________________________________________________________________
72324 [  8161] By: gsar                                  on 2000/12/18  00:23:38
72325         Log: integrate change#7414 from mainline
72326              
72327              Undo the basename() part of #7412 since the lib/basename
72328              tests would need upgrading too.
72329              
72330              squelch two tests in tr.t that rely on tr/// paranoia change
72331              that's not in 5.6.x
72332      Branch: maint-5.6/perl
72333            ! t/op/tr.t
72334           !> lib/File/Basename.pm
72335 ____________________________________________________________________________
72336 [  8160] By: gsar                                  on 2000/12/18  00:05:30
72337         Log: missing change in previous integrate
72338      Branch: maint-5.6/perl
72339           !> README.aix
72340 ____________________________________________________________________________
72341 [  8159] By: gsar                                  on 2000/12/18  00:03:38
72342         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
72343              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
72344              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
72345              7410..7413 from mainline
72346              
72347              Introduce the man[24-8] variables, from Andy Dougherty.
72348              
72349              Upgrade to CPAN 1.58, from Andreas König.
72350              
72351              An updated EBCDIC tr patch.
72352              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
72353              
72354              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
72355              
72356              Two thirds of
72357              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
72358              The Install.pm changes will be submitted separately because
72359              they need some work and discussion still.
72360              
72361              The Install.pm third of
72362              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
72363              
72364              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
72365              
72366              Subject: [PATCH 5.7.0] IVs in mtats
72367              
72368              Subject: [PATCH 5.7.0] Perl API for mstats
72369              
72370              Ilya implemented the memory profiling API.
72371              
72372              In Amdahl UTS "struct sv" is defined by a system header,
72373              <ksync.h>.
72374              
72375              Slight tweak of the code to appease Amdahl UTS cc.
72376              
72377              Amdahl UTS doesn't seem to do dynaloading.
72378              
72379              Use UTF8SKIP(), from Simon Cozens.
72380              
72381              Thinko in #7222.
72382              
72383              op/sprintf.t patch for OS/390 (and any other host with limited
72384              floating-point exponent length)
72385              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
72386              
72387              Tweak #7225.
72388              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
72389              
72390              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
72391              
72392              Needs to be conditional on SunOS 4.
72393              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
72394              
72395              Test cases for bug id 20000323.056 (the bug seems to be fixed).
72396              
72397              Add test for bug id 20000427.003 (which seems to have
72398              been fixed) (also duplicate as 20000427.004, though
72399              with a higher severity).  Move one utf8 from op/append
72400              to pragma/utf8, tag the tests with bug ids.
72401              
72402              Document FNCASE=y as discussed in the bug 20000902.009.
72403              
72404              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
72405              The problem was that rx->minlen was in chars while pp_split()
72406              thought it would be in bytes. 
72407              
72408              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
72409              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
72410              
72411              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
72412              
72413              Fix a couple of compiler-noted nits in #7235.
72414              
72415              Tweak the test of #7235.
72416              
72417              One more ~utf8 tweak.
72418              
72419              -w cleanup.
72420              Subject: Re: Problems with bleadperl 
72421              
72422              Subject: small pod patch
72423              
72424              Subject: [PATCH perlguts.pod] Document offset hack
72425              
72426              Add Charles Lane.
72427              
72428              Add the capability to include/exclude branches.
72429              
72430              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
72431              
72432              Detect early whether the std streams have gone bad.
72433              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72434              
72435              More IoTYPE sprinkling.
72436              
72437              Workaround for a sfio bug where the stream error indicator
72438              is not cleared as documented.
72439              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72440              
72441              Clarify documentation on 'use bytes'.
72442              Subject: Re: What does 'use bytes' "mean" ?
72443              
72444              Show the failed remote port, instead of the failing line number.
72445              Subject: [PATCH 5.6.1 Debugger] More diagnostics
72446              
72447              Make Cwd more bulletproof in chrooted environments.
72448              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
72449              
72450              Subject: Pod patch for Devel::Peek
72451              
72452              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
72453              
72454              Borland C fstat() never saw the fd as writable.
72455              Subject: fix for Borland's weak "stat" (perl@7211)
72456              
72457              Missing change from #7362.
72458              
72459              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
72460              
72461              Add the test case for the bug id 20000730.004 which seems
72462              to have been fixed by now.
72463              
72464              Fix of sorts for bug id 20000901.092.  There seems to be no trace
72465              of a 'pmshort' anywhere in the B, so the offending line was simply
72466              removed.
72467              
72468              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
72469              
72470              Subject: PATCH do_print has 2 PerlIO_error()s
72471              
72472              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
72473              
72474              Typo noted by Mark Lutz.
72475              
72476              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
72477              
72478              In the latest compiler builds cccdlflags must not become -fpic,
72479              from Wilfredo Sánchez.
72480              
72481              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
72482              
72483              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
72484              
72485              SOCKS function redefinitions need prototypes, too, otherwise
72486              for example 32 bit versus 64 bit differences cause a lot of
72487              problems.  Part of
72488              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72489              
72490              Portability tweak on #7377.
72491              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
72492              
72493              Don't write double values through long double pointers,
72494              based on a part of
72495              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72496              
72497              Reëntrancy fix.
72498              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72499              
72500              Make scan_num() reëntrant, as suggested in
72501              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72502              
72503              Fix for ID 20001020.006, concatenating an unset submatch
72504              with utf8 resulted in "Modification of a read-only value".
72505              
72506              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
72507              
72508              The #7383 was right only in the context of the original bug report,
72509              not in more general case.
72510              
72511              Update Changes.
72512              
72513              Testcases for a #7383,#7385 related bug.
72514              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
72515              
72516              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
72517              
72518              Tweak the Is* definitions of Unicode character classes
72519              to better match the official categorizations; embrace
72520              the official categorizations; add the combining marks
72521              as alpha (and -numeric); fix DCinital (a typo and edito)
72522              to be DCmedial.
72523              
72524              Hints tweak from Anton Berezin.
72525              
72526              Subject: installman go-faster stripes
72527              Subject: Re: installman go-faster stripes
72528              
72529              Subject: [ID 20001021.003] updated hints/openbsd.sh
72530              
72531              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
72532              
72533              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72534              
72535              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
72536              
72537              Doc patch.
72538              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
72539              
72540              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
72541              
72542              Subject: Re: [ID 20001021.005] SEGV with regex match 
72543              
72544              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
72545              
72546              The change #7187 was not so good on VMS.
72547              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
72548              
72549              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
72550              
72551              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
72552              
72553              Document PERL_INSTALL_ROOT of #7210.
72554      Branch: maint-5.6/perl
72555           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
72556           +> t/lib/tie-splice.t
72557            - lib/unicode/Is/DCinital.pl
72558           !> (integrate 112 files)
72559 ____________________________________________________________________________
72560 [  8158] By: jhi                                   on 2000/12/17  23:04:24
72561         Log: Subject: [PATCHES] RE: perl@8150 
72562              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
72563              Date: Sun, 17 Dec 2000 21:46:39 +0100
72564              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
72565              
72566              Neither cygwin has a getpwuid() one can trust on.
72567      Branch: perl
72568            ! t/lib/glob-basic.t
72569 ____________________________________________________________________________
72570 [  8157] By: jhi                                   on 2000/12/17  23:01:54
72571         Log: More MAN.PODS => {} fixes.
72572      Branch: perl
72573            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
72574            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
72575            ! os2/OS2/REXX/Makefile.PL
72576 ____________________________________________________________________________
72577 [  8156] By: gsar                                  on 2000/12/17  22:49:13
72578         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
72579              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
72580              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
72581              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
72582              7201,7204 from mainline
72583              
72584              Remove vestiges of tr//CU.
72585              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72586              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72587              
72588              The return value of setlocale must be copied away.
72589              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72590              
72591              Allow chop() and chomp() to be overridden.
72592              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72593              
72594              Hints optimization.
72595              Subject: Minor nit
72596              
72597              Subject: [PATCH] de-wall t/README
72598              
72599              Subject: Re: Two advertising clauses need to be removed
72600              
72601              Batch of UTF-8 patches from Simon Cozens.
72602              
72603              Fix for a parsing bug, not for the original bug.
72604              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
72605              
72606              Compilation warnings and an error.
72607              
72608              Subject: File::Find 5.7.0 POD nits
72609              
72610              Subject: [PATCH perl-5.7.0] continued -Wformat support
72611              
72612              The one that got away.
72613              
72614              Subject: Re: perl@7078
72615              
72616              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
72617              convertable to bytes by checking it doesn't go above 0xc3
72618              Subject: Re: perl@7078
72619              
72620              Replace #7084 with
72621              Subject: Re: perl@7078 
72622              
72623              We don't need to count the high bit bytes, a boolean is enough. 
72624              
72625              Subject: [PATCH] utf8.c apidoc
72626              
72627              Subject: Re: perl@7078 
72628              
72629              Botched the #7090 check-in.
72630              
72631              Fix for the charnames.t failures from Spider Boardman.
72632              
72633              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
72634              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
72635              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
72636              0 to checking to get the warning.
72637              
72638              Subject: [PATCH] Nits in perlmod.pod
72639              
72640              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
72641              
72642              Subject: Re: unicode support and perl [ID 20000901.097]
72643              
72644              Subject: Re: unicode support and perl [ID 20000901.097]
72645              
72646              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
72647              
72648              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
72649              
72650              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
72651              
72652              Subject: [PATCH@blead] Fix some recursion in overload.pm
72653              
72654              s/Robin Parker/Robin Barker/
72655              
72656              Subject: [PATCH] Fix aliasing of tied filehandles
72657              
72658              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
72659              
72660              Subject: Re: [PATCH 5.005_64 missed]
72661              
72662              SOCK_DGRAM and listen() do not mix as reported in
72663              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
72664              The patch for 5.7.0+ had to be reengineered, though.
72665              
72666              Subject: DOC PATCH 5.6.0
72667              
72668              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
72669              
72670              Document the issue (is not a syntax error, kind of)
72671              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
72672              
72673              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
72674              Did not apply cleanly, manual intervention was needed.
72675              
72676              Subject: [PATCH] DLL not restartabke with threaded perl
72677              
72678              Inside require() $^S was always left undefined.
72679              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
72680              
72681              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
72682              
72683              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
72684              
72685              Regen headers.
72686              
72687              Subject: [PATCH 5.7.0] Epoc update
72688              
72689              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
72690              as suggested by Olaf Flebbe and Nick Clark.
72691              
72692              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
72693              
72694              Misplaced else.
72695              
72696              Scale down the VMS message boxes, by Charles Lane.
72697              Fix for ID 20000903.009, workaround at
72698              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
72699              
72700              Subject: [ID 20001003.006] B::Debug not -w clean
72701              
72702              Test harness update to sync with the new perlcc,
72703              from Simon Cozens.
72704              
72705              One remaining nit less at the VMS mailbox sizing.
72706              
72707              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
72708              
72709              It is possible to have no hosts database at all.  Pointed out in
72710              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
72711              
72712              Subject: [PATCH 5.7.0] h2xs not working
72713              Subject: [PATCH 5.7.0] h2xs not documenting the created module
72714              
72715              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
72716              
72717              Subject: perlhack.pod Patch for Externals Tools
72718              
72719              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
72720              
72721              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
72722              
72723              Enable disabling scripts installation by Configure -Uinstallscripts,
72724              suggested by H. Merijn Brand.
72725              
72726              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
72727              reported several times by Dominic Dunlop, for example in
72728              ID 20000315.008.  Patch from Dominic.  Patch affects at
72729              least MachTen, and possibly other oldish BSDs. Should not
72730              break non-broken platforms (tested on LinuxPPC). 
72731              
72732              Regen toc.
72733              
72734              Subject: Re: Questions about Tie::Array and perl modules
72735              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
72736              
72737              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
72738              
72739              Tweak #7153.
72740              
72741              IO::Handle->syswrite() did not handle length omission
72742              like CORE::syswrite() does.
72743              Subject: [Fwd] IO::Handle, syswrite and arguments
72744              The original patch from andrew@ugh.net.au.
72745              
72746              Also the $ccflags is needed for the C compiler check.
72747              Subject: Configure (check for C-compiler)
72748              
72749              Eliminate $Is_VMS code from the test.
72750              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
72751              
72752              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
72753              as the first option of cc/ld because of ultrapicky compilers
72754              (e.g. OS/390 R2.5)
72755              
72756              Change the version number of Tie::Handle in the core to 4.0,
72757              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
72758              Subject: Note on Tie::Handle
72759              
72760              UTF8ize split() so that the cloned substrings get the UTF8
72761              flag of the original scalar.  Problem reported by Simon Cozens.
72762              
72763              save_re_context() could reset PL_curcop to freed memory, causing core
72764              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
72765              
72766              Subject: PATCH 5.6 perldebguts grammar cleanup
72767              
72768              Add a todo note about overloadable assertions.
72769              
72770              on Windows, LoadLibrary() could load an extension DLL multiple
72771              times if forward slashes are used in the path
72772              
72773              on Windows, cwd strings in the environment should be of the
72774              form =X:=X:\foo instead of =X=X:\foo\
72775              
72776              on Windows, avoid potential exception (could happen if MSVCRT isn't
72777              being used) when closing a socket handle
72778              
72779              avoid nonportable example code
72780              
72781              Windows9x doesn't support link(), despite what Config.pm
72782              might think
72783              
72784              pod nit
72785              
72786              Change #7160 had a nasty typo.
72787              
72788              Warn about unknown scripts.
72789              Subject: Re: ideas? patches? [PATCH bleadperl]
72790              
72791              on Windows, clean targets might not work under some flavors of the shell
72792              
72793              tweak for change#7173
72794              
72795              Make eq work again with utf8 (disabling the upgrading
72796              should no more be necessary since the copies of the
72797              scalars are upgraded, not the scalars themselves).
72798              Takes care of ID 20001009.001.  (The claimed length()
72799              bug in 20001009.001 seems bogus to me.)
72800              
72801              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
72802              
72803              Upgrade to CGI.pm 2.74, from Lincoln Stein.
72804              
72805              Upgrade to podlators 1.04, from Russ Allbery.
72806              
72807              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
72808              
72809              Quote the temp file name, needed in Win32 because the
72810              default name unfortunately contains spaces, shouldn't
72811              hurt elsewhere.
72812              Subject: FW: perldoc fails if $TEMP contains spaces
72813              
72814              Subject: RE: [ID 19990803.001] README.win32 suggestions 
72815              
72816              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
72817              
72818              Subject: Re: utf8 concat, mg_get
72819              
72820              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
72821              
72822              Subject: [PATCH: perl@7181] op/tr tests on OS/390
72823              
72824              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
72825              
72826              Use the versiononly instead of the installscripts,
72827              retract the changes 7146 and 7147.
72828              
72829              Reapply Andy's patch and regen Configure.
72830              
72831              Add the test case for #7190, from the original bug report
72832              by Andreas König.
72833              
72834              Remove duplicated code.
72835              
72836              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
72837              
72838              restore change#7202
72839      Branch: maint-5.6/perl
72840           !> (integrate 121 files)
72841 ____________________________________________________________________________
72842 [  8155] By: jhi                                   on 2000/12/17  22:30:58
72843         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
72844              From: "Craig A. Berry" <craigberry@mac.com>
72845              Date: Sun, 17 Dec 2000 13:09:28 -0600
72846              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
72847              
72848              MAN.PODS => ' ' is naughty.
72849      Branch: perl
72850            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
72851 ____________________________________________________________________________
72852 [  8154] By: nick                                  on 2000/12/17  22:07:13
72853         Log: MULTIPLICITY nit.
72854      Branch: perl
72855            ! mg.c
72856 ____________________________________________________________________________
72857 [  8153] By: gsar                                  on 2000/12/17  21:23:05
72858         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
72859              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
72860              from mainline
72861              
72862              Document the SvIOK_.*UV().
72863              
72864              Update Unicode todo list.
72865              
72866              Guard against bad string->int conversion for quads.
72867              
72868              Subject: small apidoc fix
72869              
72870              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
72871              
72872              Subject: [PATCH] Tied filehandle documentation
72873              
72874              Subject: [PATCH] Modernize Opcode.pm documentation
72875              
72876              Make Data::Dumper (non-XS) to work with changed semantics of ref().
72877              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72878              [applied even though said semantics didn't change in 5.6.x]
72879              
72880              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
72881              
72882              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
72883              
72884              Fix the URL, but the server is still missing in action.
72885              Subject: [ID 20000905.002] perlfaq1.pod URL error
72886              
72887              Subject: [ID 20000903.001] \w in utf8-strings
72888              
72889              Fix the ccversion detection for 5.1 and beyond.
72890              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72891              
72892              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
72893              
72894              Subject: [ID 20000904.008] Tiny fix for perldiag
72895              
72896              Subject: Re: [ID 20000906.004] segfault with bad perl statement
72897              
72898              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72899              
72900              Subject: [ID 20000908.002] perlipc documentation bug.
72901              
72902              Subject: [PATCH lib/Benchmark.pm]
72903              
72904              Re-allow vec() for characters > 255.
72905              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
72906              
72907              Do away with memory models cruft.  Sorry, PDP users.
72908              
72909              Continue #7041.
72910              
72911              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
72912              
72913              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
72914              
72915              Upgrade to CPAN 1.57_65, from Andreas König.
72916              
72917              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
72918              by Russ Allbery.
72919              
72920              Silence t/pod/*.t about alternate quote-mappings now implemented
72921              by Pod::Text, from Brad Appleton.
72922              
72923              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
72924              Subject: borland C++ win32.c tweak
72925              
72926              C<@a = @b = split(...)> optimization coredumps under ithreads
72927              (missed a spot when fixing up op_pmreplroot hack for ithreads)
72928              
72929              Document the SvUTF8*().
72930              
72931              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
72932              
72933              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
72934              
72935              Do in VMS as the #7054 does.
72936              
72937              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
72938              
72939              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
72940              
72941              Subject: [patch: perl@7045] vms updates
72942              
72943              Test for the #7049.
72944              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
72945              
72946              Break up the myconfig lines a bit.
72947              Subject: perlbug/perl -V output format
72948              
72949              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
72950              
72951              The #7054 truncated Configure badly.
72952              
72953              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
72954              initialization in all the threads on Windows
72955              
72956              Allow for whitespace between "#" and "line" in cpp output.
72957              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
72958              
72959              Remove vestiges of tr//CU.
72960              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72961              
72962              The return value of setlocale must be copied away.
72963              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72964              
72965              Allow chop() and chomp() to be overridden.
72966              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72967              
72968              Hints optimization.
72969              Subject: Minor nit
72970              
72971              Subject: [PATCH] de-wall t/README
72972              
72973              Subject: Re: Two advertising clauses need to be removed
72974      Branch: maint-5.6/perl
72975           !> (integrate 75 files)
72976 ____________________________________________________________________________
72977 [  8152] By: gsar                                  on 2000/12/17  20:30:11
72978         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
72979              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
72980              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
72981              
72982              Don't attach -ld to the archname if pointless.
72983              
72984              Document UNTIE in a very minimalistic way.
72985              
72986              POSIX doesn't report long double values under -Duselongdouble
72987              when the long doubles are "real" (bigger than doubles).
72988              
72989              More author updates.
72990              
72991              Try to deduce NV_MAX.  Really should be Configure fodder.
72992              
72993              :: not allowed in pathnames, change to .
72994              Subject: [PATCH perl@6938] cygwin port
72995              
72996              Forget about NV_MAX (#6951).  Various floating point tweaks,
72997              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
72998              
72999              Move the Solaris 7 scan to use64bitall, make the
73000              failure to find 64-bot sparc libc to mention the
73001              possibility of being in an intel, from Lupe and Alan.
73002              
73003              Regen perltoc.
73004              
73005              AUTHORS tweaks, from Peter Prymmer.
73006              
73007              More address tweaking.
73008              
73009              Small tweaks all over.
73010              
73011              File::Temp patches from Andreas König,
73012              
73013              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
73014              
73015              Subject: CPAN.pm beta 1.57_57 for the core
73016              
73017              Part of the solution.
73018              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
73019              
73020              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
73021              
73022              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
73023              
73024              Add the overload warnings to perldiag.
73025              
73026              Drop unused argument.
73027              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
73028              
73029              Subject: Nit in Configure (bleadperl@6961)
73030              
73031              Update to PodParser 1.18, from Brad Appleton.
73032              
73033              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
73034              
73035              Subject: [PATCH: 6948] add SCNfldbl to configure.com
73036              
73037              Document UNTIE. Also tweak implementation to suppress the 'inner references'
73038              warning when UNTIE exists and instead pass the cound of extra references to
73039              the UNTIE method.
73040              
73041              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
73042              so that case-ignoring systems like DCL can tell them from
73043              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
73044              
73045              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
73046              
73047              Feature ordering tweak.
73048              
73049              Regen perltoc.
73050              
73051              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
73052              
73053              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
73054              
73055              Subject: http:// in L<>
73056              
73057              Detypo.
73058              
73059              change#6791 accidentally clobbered change#6710, put it back
73060              
73061              Only the first line, thank you very much.
73062              
73063              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
73064              plus rework the http: spots as suggested by Tom Christiansen,
73065              plus regen perltoc.
73066              
73067              Undo part of change 6489 which looks like a bulk edit which
73068              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
73069              The supressing of main:: on return from select() is undesirable.
73070              
73071              Apparently avoiding the swapping is too costly.
73072              
73073              Various Configure nits by Philip Newton,
73074              plus the ebcdic one by me.
73075              
73076              Make certain cc is set before trying to run it.
73077              
73078              If overloaded %{} etc. return the object do not loop.
73079              Thus  sub deref { $_[0] } functions if object is wanted type.
73080              
73081              Update perlhist.
73082              
73083              More %{} and other deref special casing - do not pass to 'nomethod'.
73084      Branch: maint-5.6/perl
73085           !> (integrate 59 files)
73086 ____________________________________________________________________________
73087 [  8151] By: gsar                                  on 2000/12/17  19:14:38
73088         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
73089              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
73090              
73091              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
73092              
73093              Make the epsilon to be relative, not absolute.
73094              
73095              Put back the flags dump as reasoned in
73096              Subject: Re: [PATCH] Glob dumping
73097              
73098              Introduce ccname to keep track of what compiler kind of we have.
73099              
73100              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
73101              
73102              Put back the slice accidentally removed by #6907.
73103              
73104              Reset archname and archname64 always, forcing them be
73105              recomputed at each Configure run, make Configure and
73106              the hints files agree on the naming of largefiles variables.
73107              
73108              Don't say "Perl 5.0 source kit".
73109              
73110              Subject: [PATCH] fix misc cast warnings
73111              
73112              Subject: typos in pods
73113              
73114              NVs not necessarily doubles, as pointed out by Yitzchak.
73115              
73116              Subject: [PATCH 6889] add a few ldbl formats to configure.com
73117              
73118              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
73119              
73120              Better options for rsync.
73121              
73122              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
73123              
73124              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
73125              
73126              Subject: [PATCH] Re: UNTIE method 
73127              
73128              A better fix for the Socket building problem from Craig Berry.
73129              
73130              Retract the dummy test, skip the security tests (instead of failing),
73131              explain what the warnings mean.
73132              
73133              Heap decorruption.
73134              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
73135              
73136              Update to Unicode 3.0.1.
73137              
73138              Missed one Unicode file.
73139              
73140              Subject: Re: typos in pods
73141              
73142              The #6929 was too skimpy.
73143              
73144              sscanf() may be the only way to read long doubles from strings.
73145              
73146              Reveal Borland's isnan.
73147              Subject: build with BC++ tweak
73148              
73149              Issue useful diagnostic on unknown pod commands.
73150              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
73151              
73152              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
73153              
73154              Clarify the third case of ftmp-security warnings.
73155              
73156              Make -Dusemorebits find long doubles in Solaris.
73157              
73158              Wrap the test in eval.
73159      Branch: maint-5.6/perl
73160           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
73161           +> lib/unicode/PropList.txt lib/unicode/README.perl
73162           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
73163           +> lib/unicode/Unicode.301 vms/vmspipe.com
73164            - lib/unicode/Props.txt lib/unicode/UCD300.html
73165            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
73166           !> (integrate 305 files)
73167 ____________________________________________________________________________
73168 [  8150] By: jhi                                   on 2000/12/17  18:47:57
73169         Log: Uncheckedin generated files.
73170      Branch: perl
73171            ! global.sym perlapi.c pod/perlapi.pod
73172 ____________________________________________________________________________
73173 [  8149] By: jhi                                   on 2000/12/17  18:41:22
73174         Log: Update Changes.
73175      Branch: perl
73176            ! Changes patchlevel.h
73177 ____________________________________________________________________________
73178 [  8148] By: jhi                                   on 2000/12/17  18:39:16
73179         Log: Subject: [PATCH] Fcntl constants speedup
73180              From: Nicholas Clark <nick@ccl4.org>
73181              Date: Sun, 17 Dec 2000 16:29:24 +0000
73182              Message-ID: <20001217162924.E97668@plum.flirble.org>
73183              
73184              Use IVs for the Fcntl constants instead of NVs.
73185      Branch: perl
73186            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
73187 ____________________________________________________________________________
73188 [  8147] By: jhi                                   on 2000/12/17  18:33:41
73189         Log: Add test for #8145 (binmode() warning), add warning for
73190              ioctl() and sockpair(), document them. (fileno() cannot
73191              be tripwired with the same kind of warning because
73192              'defined fileno($foo)' seems to be an idiom.)
73193      Branch: perl
73194            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
73195 ____________________________________________________________________________
73196 [  8146] By: gsar                                  on 2000/12/17  18:09:08
73197         Log: update Changes
73198      Branch: maint-5.6/perl
73199            ! Changes
73200 ____________________________________________________________________________
73201 [  8145] By: jhi                                   on 2000/12/17  17:39:35
73202         Log: Subject: [PATCH] Re: The long awaited feature ...
73203              From: Simon Cozens <simon@cozens.net>
73204              Date: Sun, 17 Dec 2000 12:31:56 +0000
73205              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
73206              
73207              Add a warning to binmode() about using bad filehandles
73208              (can happen e.g. if someone forgets the filehandle argument)
73209      Branch: perl
73210            ! pp_sys.c
73211 ____________________________________________________________________________
73212 [  8144] By: jhi                                   on 2000/12/17  17:33:48
73213         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
73214              From: Jonathan Stowe <gellyfish@gellyfish.com>
73215              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
73216              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
73217      Branch: perl
73218            ! lib/Net/Ping.pm
73219 ____________________________________________________________________________
73220 [  8143] By: jhi                                   on 2000/12/17  05:31:37
73221         Log: Polymorphic regexps.
73222              
73223              Fixes at least the bugs 20001028.003 (both of them...) and
73224              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
73225              also to be fixed by now, probably already before this patch.
73226      Branch: perl
73227            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
73228            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
73229            ! t/op/utf8decode.t t/pragma/utf8.t
73230 ____________________________________________________________________________
73231 [  8142] By: jhi                                   on 2000/12/16  17:16:05
73232         Log: Subject: [patch perl@8102] dos/djgpp update
73233              From: Laszlo Molnar <ml1050@freemail.hu>
73234              Date: Sat, 16 Dec 2000 01:40:52 +0100
73235              Message-ID: <20001216014052.A335@freemail.hu>
73236      Branch: perl
73237            ! djgpp/config.over t/base/commonsense.t
73238 ____________________________________________________________________________
73239 [  8141] By: jhi                                   on 2000/12/16  17:09:27
73240         Log: Few uncheckedin files.
73241      Branch: perl
73242            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
73243 ____________________________________________________________________________
73244 [  8140] By: nick                                  on 2000/12/15  22:14:31
73245         Log: Integrate mainline
73246      Branch: perlio
73247           !> (integrate 53 files)
73248 ____________________________________________________________________________
73249 [  8139] By: jhi                                   on 2000/12/15  19:49:49
73250         Log: One more IVUV tweak from Nicholas Clark.
73251      Branch: perl
73252            ! sv.c
73253 ____________________________________________________________________________
73254 [  8138] By: jhi                                   on 2000/12/15  19:17:06
73255         Log: Return of the IVUV-preservation, now seems to be happy even
73256              in Digital UNIX (the broken strtoul brokenness detection
73257              seems to have been the fly in the ointment).
73258      Branch: perl
73259            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73260            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
73261            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
73262            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
73263            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
73264            ! vos/config.ga.h win32/config.bc win32/config.gc
73265            ! win32/config.vc
73266 ____________________________________________________________________________
73267 [  8137] By: jhi                                   on 2000/12/15  18:12:14
73268         Log: Metaconfig unit change for #8136.
73269      Branch: metaconfig
73270            ! U/modified/d_strtoul.U
73271      Branch: metaconfig/U/perl
73272            ! d_strtoull.U d_strtouq.U
73273 ____________________________________________________________________________
73274 [  8136] By: jhi                                   on 2000/12/15  18:11:35
73275         Log: I don't think it's sensible or portable to test the strtou*
73276              on /^-/ strings.
73277      Branch: perl
73278            ! Configure
73279 ____________________________________________________________________________
73280 [  8135] By: jhi                                   on 2000/12/15  17:18:49
73281         Log: Metaconfig unit change for #8134.
73282      Branch: metaconfig
73283            ! U/modified/d_strtoul.U
73284 ____________________________________________________________________________
73285 [  8134] By: jhi                                   on 2000/12/15  17:14:13
73286         Log: If longsize is 8 we don't need a LL suffix for integer constants.
73287      Branch: perl
73288            ! Configure config_h.SH
73289 ____________________________________________________________________________
73290 [  8133] By: jhi                                   on 2000/12/15  16:00:23
73291         Log: Update Changes.
73292      Branch: perl
73293            ! Changes patchlevel.h
73294 ____________________________________________________________________________
73295 [  8132] By: jhi                                   on 2000/12/15  15:44:16
73296         Log: Some compilers get huffy if you do not cast a const pointer
73297              to a non-const when assigning.
73298      Branch: perl
73299            ! gv.c
73300 ____________________________________________________________________________
73301 [  8131] By: jhi                                   on 2000/12/15  15:38:30
73302         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
73303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73304              Date: Fri, 15 Dec 2000 05:26:57 -0500
73305              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
73306      Branch: perl
73307            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
73308            ! t/pragma/overload.t
73309 ____________________________________________________________________________
73310 [  8130] By: jhi                                   on 2000/12/15  15:36:08
73311         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
73312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73313              Date: Thu, 14 Dec 2000 22:02:43 -0500
73314              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
73315      Branch: perl
73316            ! gv.c perl.h
73317 ____________________________________________________________________________
73318 [  8129] By: jhi                                   on 2000/12/15  15:34:16
73319         Log: Subject: PATCH: h2xs nit
73320              From: Tim Jenness <t.jenness@jach.hawaii.edu>
73321              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
73322              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
73323              
73324              Add a template README.
73325      Branch: perl
73326            ! utils/h2xs.PL
73327 ____________________________________________________________________________
73328 [  8128] By: jhi                                   on 2000/12/15  15:32:22
73329         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
73330      Branch: perl
73331            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
73332 ____________________________________________________________________________
73333 [  8127] By: jhi                                   on 2000/12/15  15:19:34
73334         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
73335              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73336              Date:     Thu, 14 Dec 2000 20:04:42 EST
73337              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
73338      Branch: perl
73339            ! ext/Opcode/Opcode.xs
73340 ____________________________________________________________________________
73341 [  8126] By: jhi                                   on 2000/12/15  15:17:49
73342         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
73343              From: Peter Prymmer <pvhp@forte.com>
73344              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
73345              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
73346      Branch: perl
73347            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
73348            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
73349            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
73350 ____________________________________________________________________________
73351 [  8125] By: jhi                                   on 2000/12/15  15:11:05
73352         Log: This seems to be a stage sane and stable enough to checkin.
73353              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
73354      Branch: perl
73355            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
73356            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
73357            ! t/op/cmp.t t/op/numconvert.t
73358 ____________________________________________________________________________
73359 [  8124] By: jhi                                   on 2000/12/15  04:20:26
73360         Log: Something is really wonky.
73361      Branch: perl
73362            ! sv.c
73363 ____________________________________________________________________________
73364 [  8123] By: jhi                                   on 2000/12/15  04:00:50
73365         Log: Fixes for the IV UV patches to compile in Digital UNIX.
73366      Branch: perl
73367            ! sv.c
73368 ____________________________________________________________________________
73369 [  8122] By: jhi                                   on 2000/12/15  02:53:40
73370         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
73371              From: "Craig A. Berry" <craigberry@mac.com>
73372              Date: Thu, 14 Dec 2000 19:10:49 -0600
73373              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
73374      Branch: perl
73375            ! vms/vms.c
73376 ____________________________________________________________________________
73377 [  8121] By: jhi                                   on 2000/12/15  02:50:00
73378         Log: Metaconfig changes for #8120.
73379      Branch: metaconfig
73380            + U/modified/d_strtoul.U
73381      Branch: metaconfig/U/perl
73382            ! d_strtoull.U d_strtouq.U
73383 ____________________________________________________________________________
73384 [  8120] By: jhi                                   on 2000/12/15  02:49:42
73385         Log: From: Nicholas Clark <nick@ccl4.org> 
73386              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
73387              Date: Thu, 14 Dec 2000 18:38:57 +0000
73388              Message-ID: <20001214183857.B97909@plum.flirble.org>
73389      Branch: perl
73390            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73391            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
73392            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
73393            ! vos/config.ga.def vos/config.ga.h win32/config.bc
73394            ! win32/config.gc win32/config.vc
73395 ____________________________________________________________________________
73396 [  8119] By: jhi                                   on 2000/12/14  23:40:58
73397         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
73398              From: Nicholas Clark <nick@ccl4.org>
73399              Date: Wed, 13 Dec 2000 20:08:50 +0000
73400              Message-ID: <20001213200849.B71166@plum.flirble.org>
73401      Branch: perl
73402            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
73403            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
73404 ____________________________________________________________________________
73405 [  8118] By: jhi                                   on 2000/12/14  22:46:26
73406         Log: Integrate perlio:
73407              
73408              [  8117]
73409              Win32 tweaks to get Encode to build
73410              - temp hack to makedef.pl till PerlIO is properly "exported".
73411              - MSVC dislikes  
73412              static encpage_t foo[];
73413              so make 'em extern for now.
73414              
73415              [  8116]
73416              Document the new files
73417      Branch: perl
73418           !> MANIFEST ext/Encode/compile makedef.pl
73419 ____________________________________________________________________________
73420 [  8117] By: nick                                  on 2000/12/14  22:38:53
73421         Log: Win32 tweaks to get Encode to build
73422              - temp hack to makedef.pl till PerlIO is properly "exported".
73423              - MSVC dislikes  
73424              static encpage_t foo[];
73425              so make 'em extern for now.
73426      Branch: perlio
73427            ! ext/Encode/compile makedef.pl
73428 ____________________________________________________________________________
73429 [  8116] By: nick                                  on 2000/12/14  22:00:53
73430         Log: Document the new files
73431      Branch: perlio
73432            ! MANIFEST
73433 ____________________________________________________________________________
73434 [  8115] By: jhi                                   on 2000/12/14  21:58:01
73435         Log: MANIFEST new files of #8114.
73436      Branch: perl
73437            ! MANIFEST
73438 ____________________________________________________________________________
73439 [  8114] By: jhi                                   on 2000/12/14  21:50:49
73440         Log: Integrate perlio:
73441              
73442              [  8106]
73443              "Cold" build correction to Encode's Makefile.PL
73444              
73445              [  8105]
73446              "Compiled" encodings.
73447              Correct replacement character in EBCDIC .enc files
73448              Add 0x7F to ASCII repertoire.
73449              
73450              [  8103]
73451              Beginings of compiled encodings - checked in as a snapshot of thoughts
73452              so far and so it does not get lost.
73453      Branch: perl
73454           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
73455           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
73456           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
73457           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
73458           !> ext/Encode/Makefile.PL
73459 ____________________________________________________________________________
73460 [  8113] By: jhi                                   on 2000/12/14  21:48:49
73461         Log: The documentation part of the
73462              
73463              Subject: [ID 20001214.002] Net::Ping patch
73464              From: Jonathan Stowe <gellyfish@gellyfish.com>
73465              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
73466              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
73467              since the #7529 had already addressed the same problem.
73468      Branch: perl
73469            ! lib/Net/Ping.pm
73470 ____________________________________________________________________________
73471 [  8112] By: jhi                                   on 2000/12/14  21:42:57
73472         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
73473              From: Dominic Dunlop <domo@computer.org>
73474              Date: Tue, 12 Dec 2000 10:47:10 +0100
73475              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
73476              
73477              Document how elusive subroutines can be.
73478      Branch: perl
73479            ! pod/perlfunc.pod
73480 ____________________________________________________________________________
73481 [  8111] By: jhi                                   on 2000/12/14  21:38:05
73482         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
73483              From: Dominic Dunlop <domo@computer.org>
73484              Date: Thu, 14 Dec 2000 10:13:51 +0100
73485              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
73486      Branch: perl
73487            ! ext/POSIX/POSIX.pod
73488 ____________________________________________________________________________
73489 [  8110] By: jhi                                   on 2000/12/14  21:36:32
73490         Log: Subject: [patch] perlfaq7
73491              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
73492              Date: Thu, 14 Dec 2000 15:31:07 +0100
73493              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
73494      Branch: perl
73495            ! pod/perlfaq7.pod
73496 ____________________________________________________________________________
73497 [  8109] By: jhi                                   on 2000/12/14  21:29:20
73498         Log: Subject: [8104] Encode
73499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73500              Date: Thu, 14 Dec 2000 14:49:34 +0100
73501              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
73502              
73503              Type casting for nervous compilers.
73504      Branch: perl
73505            ! ext/Encode/Encode.xs
73506 ____________________________________________________________________________
73507 [  8108] By: jhi                                   on 2000/12/14  21:26:17
73508         Log: Subject: [8104] DB_File
73509              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73510              Date: Thu, 14 Dec 2000 14:49:35 +0100
73511              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
73512              
73513              Type definition incorrect for DB 2.7.7.  Not known when it
73514              changed, so only changed it for a known revision.
73515      Branch: perl
73516            ! ext/DB_File/DB_File.xs
73517 ____________________________________________________________________________
73518 [  8107] By: jhi                                   on 2000/12/14  21:23:41
73519         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
73520              From: Peter Prymmer <pvhp@forte.com>
73521              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
73522              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
73523              
73524              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
73525      Branch: perl
73526            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
73527            ! ext/Encode/Encode/posix-bc.enc
73528 ____________________________________________________________________________
73529 [  8106] By: nick                                  on 2000/12/14  20:36:13
73530         Log: "Cold" build correction to Encode's Makefile.PL
73531      Branch: perlio
73532            ! ext/Encode/Makefile.PL
73533 ____________________________________________________________________________
73534 [  8105] By: nick                                  on 2000/12/14  20:09:37
73535         Log: "Compiled" encodings.
73536              Correct replacement character in EBCDIC .enc files
73537              Add 0x7F to ASCII repertoire.
73538      Branch: perlio
73539            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
73540            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
73541            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
73542            ! ext/Encode/Makefile.PL ext/Encode/compile
73543            ! ext/Encode/encengine.c ext/Encode/encode.h
73544 ____________________________________________________________________________
73545 [  8104] By: nick                                  on 2000/12/14  00:38:20
73546         Log: Integrate mainline
73547      Branch: perlio
73548           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
73549           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
73550           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
73551           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
73552           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
73553           !> t/lib/db-hash.t t/lib/db-recno.t
73554 ____________________________________________________________________________
73555 [  8103] By: nick                                  on 2000/12/13  23:16:13
73556         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
73557              so far and so it does not get lost.
73558      Branch: perlio
73559            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
73560 ____________________________________________________________________________
73561 [  8102] By: jhi                                   on 2000/12/13  17:14:22
73562         Log: Update Changes.
73563      Branch: perl
73564            ! Changes patchlevel.h
73565 ____________________________________________________________________________
73566 [  8101] By: jhi                                   on 2000/12/13  16:53:41
73567         Log: Move the proto of start_glob() to a better place; regen api files.
73568      Branch: perl
73569            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
73570 ____________________________________________________________________________
73571 [  8100] By: jhi                                   on 2000/12/13  16:47:11
73572         Log: Metaconfig change for #8099.
73573      Branch: metaconfig
73574            ! U/modified/Head.U
73575 ____________________________________________________________________________
73576 [  8099] By: jhi                                   on 2000/12/13  16:46:48
73577         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
73578              From: Andy Dougherty <doughera@lafayette.edu>
73579              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
73580              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
73581      Branch: perl
73582            ! Configure
73583 ____________________________________________________________________________
73584 [  8098] By: jhi                                   on 2000/12/13  16:39:02
73585         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
73586              From: rspier@pobox.com (Robert Spier)
73587              Date: Tue, 12 Dec 2000 21:12:39 -0500
73588              Message-ID: <14902.56087.678086.725773@rls.cx>
73589              
73590              fastgetcwd is defined using a glob alias on a $^O dependent basis -
73591              and there was no default assignment or perl subroutine.
73592      Branch: perl
73593            ! lib/Cwd.pm
73594 ____________________________________________________________________________
73595 [  8097] By: jhi                                   on 2000/12/13  16:16:01
73596         Log: Subject: [PATCH] move startglob out of pp_hot.c
73597              From: Nicholas Clark <nick@ccl4.org>
73598              Date: Mon, 11 Dec 2000 23:16:39 +0000
73599              Message-ID: <20001211231638.A55550@plum.flirble.org>
73600      Branch: perl
73601            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
73602 ____________________________________________________________________________
73603 [  8096] By: jhi                                   on 2000/12/13  15:26:23
73604         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
73605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
73606              Date: Wed, 13 Dec 2000 14:01:37 +0100
73607              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
73608              
73609              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
73610              in turn requires libpthread in libswanted.
73611      Branch: perl
73612            ! hints/hpux.sh
73613 ____________________________________________________________________________
73614 [  8095] By: jhi                                   on 2000/12/12  19:51:05
73615         Log: The integration wars continue.
73616      Branch: perl
73617           !> sv.c
73618 ____________________________________________________________________________
73619 [  8094] By: jhi                                   on 2000/12/12  19:48:26
73620         Log: Subject: [PATCH perl@8070] DB_File-1.74  
73621              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
73622              Date: Mon, 11 Dec 2000 23:07:17 -0000
73623              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
73624      Branch: perl
73625            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
73626            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
73627            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
73628            ! t/lib/db-recno.t
73629 ____________________________________________________________________________
73630 [  8093] By: nick                                  on 2000/12/12  19:42:13
73631         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
73632      Branch: perlio
73633            ! sv.c
73634           !> lib/File/DosGlob.pm
73635 ____________________________________________________________________________
73636 [  8092] By: jhi                                   on 2000/12/12  19:28:11
73637         Log: Integrate perlio:
73638              
73639              [  8091]
73640              Fix for Tk, and upgrading shared SVs.
73641      Branch: perl
73642           !> sv.c
73643 ____________________________________________________________________________
73644 [  8091] By: nick                                  on 2000/12/12  18:49:45
73645         Log: Fix for Tk, and upgrading shared SVs.
73646      Branch: perlio
73647            ! sv.c
73648 ____________________________________________________________________________
73649 [  8090] By: jhi                                   on 2000/12/12  16:48:59
73650         Log: Subject: [PATCH] Re: Breadperl & Tk
73651              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73652              Date: Tue, 12 Dec 2000 14:48:27 GMT
73653              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
73654      Branch: perl
73655            ! sv.c
73656 ____________________________________________________________________________
73657 [  8089] By: jhi                                   on 2000/12/12  03:37:19
73658         Log: Subject: DosGlob.pm diff for bash style brace expansion.
73659              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
73660              Date: Fri, 8 Dec 2000 10:45:30 -0600
73661              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
73662      Branch: perl
73663            ! lib/File/DosGlob.pm
73664 ____________________________________________________________________________
73665 [  8088] By: nick                                  on 2000/12/11  23:59:59
73666         Log: Integrate mainline
73667      Branch: perlio
73668           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
73669           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
73670           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
73671           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
73672           !> t/op/local.t t/pragma/warn/toke toke.c
73673 ____________________________________________________________________________
73674 [  8087] By: jhi                                   on 2000/12/11  23:20:23
73675         Log: Integrate perlio:
73676              
73677              [  8085]
73678              Finish 1st pass of "encoding" layer e.g. :
73679              open($fh,"<encoding(iso8859-7)",$greek) || die;
73680              
73681              [  8082]
73682              Restore mmap function (broken by tweaks to shared buffer
73683              layer for encode(xxxx)).
73684              
73685              [  8076]
73686              Not merge worthy...
73687              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
73688              syntax is modelled on attributes.
73689              Untested fix for io/utf8 on Win32 etc.
73690              Very clumsy start to the encode layer.
73691      Branch: perl
73692           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
73693 ____________________________________________________________________________
73694 [  8086] By: jhi                                   on 2000/12/11  22:50:59
73695         Log: Tune further the OS detection of CGI.
73696      Branch: perl
73697            ! lib/CGI.pm
73698 ____________________________________________________________________________
73699 [  8085] By: nick                                  on 2000/12/11  22:50:46
73700         Log: Finish 1st pass of "encoding" layer e.g. :
73701              open($fh,"<encoding(iso8859-7)",$greek) || die;
73702      Branch: perlio
73703            ! ext/Encode/Encode.xs perlio.c perliol.h
73704 ____________________________________________________________________________
73705 [  8084] By: jhi                                   on 2000/12/11  22:32:06
73706         Log: Revert the -f ambiguousity patch, seems to cause
73707              too much hassle (the interpret -Q as a function
73708              where Q is not a known filetest part is left in).
73709      Branch: perl
73710            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
73711            ! toke.c
73712 ____________________________________________________________________________
73713 [  8083] By: jhi                                   on 2000/12/11  22:27:23
73714         Log: (accidentally empty check-in)
73715      Branch: perl
73716            ! lib/File/DosGlob.pm
73717 ____________________________________________________________________________
73718 [  8082] By: nick                                  on 2000/12/11  19:09:51
73719         Log: Restore mmap function (broken by tweaks to shared buffer
73720              layer for encode(xxxx)).
73721      Branch: perlio
73722            ! perlio.c
73723 ____________________________________________________________________________
73724 [  8081] By: jhi                                   on 2000/12/11  18:29:13
73725         Log: Subject: Re: The long awaited feature ...
73726              From: Simon Cozens <simon@cozens.net>
73727              Date: Mon, 11 Dec 2000 15:54:24 +0000
73728              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
73729              
73730              More io/utf8 tests.
73731      Branch: perl
73732            ! t/io/utf8.t
73733 ____________________________________________________________________________
73734 [  8080] By: jhi                                   on 2000/12/11  18:19:36
73735         Log: Subject: PATCH MakeMaker manpage clarification
73736              From: andreas.koenig@anima.de (Andreas J. Koenig)
73737              Date: 10 Dec 2000 20:46:13 +0100
73738              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
73739      Branch: perl
73740            ! lib/ExtUtils/MakeMaker.pm
73741 ____________________________________________________________________________
73742 [  8079] By: jhi                                   on 2000/12/11  15:35:07
73743         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
73744              From: Simon Cozens <simon@cozens.net>
73745              Date: Sun, 10 Dec 2000 19:06:19 +0000
73746              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
73747      Branch: perl
73748            ! ext/B/B/Deparse.pm t/lib/b.t
73749 ____________________________________________________________________________
73750 [  8078] By: jhi                                   on 2000/12/11  15:09:11
73751         Log: Subject: [PATCH] docs on NaN
73752              From: Nicholas Clark <nick@ccl4.org>
73753              Date: Mon, 11 Dec 2000 01:48:38 +0000
73754              Message-ID: <20001211014838.B99205@plum.flirble.org>
73755      Branch: perl
73756            ! pod/perlop.pod
73757 ____________________________________________________________________________
73758 [  8077] By: jhi                                   on 2000/12/11  15:02:21
73759         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
73760              From: Simon Cozens <simon@cozens.net>
73761              Date: Mon, 11 Dec 2000 01:21:45 +0000
73762              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
73763      Branch: perl
73764            ! pp.c pp_hot.c scope.c t/op/local.t
73765 ____________________________________________________________________________
73766 [  8076] By: nick                                  on 2000/12/10  20:43:32
73767         Log: Not merge worthy...
73768              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
73769              syntax is modelled on attributes.
73770              Untested fix for io/utf8 on Win32 etc.
73771              Very clumsy start to the encode layer.
73772      Branch: perlio
73773            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
73774 ____________________________________________________________________________
73775 [  8075] By: jhi                                   on 2000/12/10  18:39:33
73776         Log: Darwin is not Windows.
73777      Branch: perl
73778            ! lib/CGI.pm
73779 ____________________________________________________________________________
73780 [  8074] By: jhi                                   on 2000/12/10  18:31:27
73781         Log: Subject: Ambiguous -%c() resolved as a file test
73782              From: "Paul Marquess" <Paul.Marquess@openwave.com>
73783              Date: Sun, 10 Dec 2000 15:35:07 -0000
73784              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
73785      Branch: perl
73786            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
73787 ____________________________________________________________________________
73788 [  8073] By: jhi                                   on 2000/12/10  18:16:29
73789         Log: Subject: PATCH installperl misinformed 
73790              From: andreas.koenig@anima.de (Andreas J. Koenig)
73791              Date: 10 Dec 2000 13:01:32 +0100 
73792              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
73793      Branch: perl
73794            ! installperl
73795 ____________________________________________________________________________
73796 [  8072] By: jhi                                   on 2000/12/10  18:07:55
73797         Log: The walkoptree confusion rages; walkoptree() seems to be coming
73798              from B.xs, while walkoptree_slow() comes from B.pm.
73799      Branch: perl
73800            ! ext/B/B.pm
73801 ____________________________________________________________________________
73802 [  8071] By: nick                                  on 2000/12/10  11:45:47
73803         Log: Integrate mainline
73804      Branch: perlio
73805           +> t/base/commonsense.t
73806           !> (integrate 37 files)
73807 ____________________________________________________________________________
73808 [  8070] By: jhi                                   on 2000/12/10  04:46:21
73809         Log: Update Changes.
73810      Branch: perl
73811            ! Changes patchlevel.h
73812 ____________________________________________________________________________
73813 [  8069] By: jhi                                   on 2000/12/10  04:39:19
73814         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
73815              From: andreas.koenig@anima.de (Andreas J. Koenig)
73816              Date: 09 Dec 2000 17:14:25 +0100
73817              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
73818      Branch: perl
73819            + t/base/commonsense.t
73820            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
73821 ____________________________________________________________________________
73822 [  8068] By: jhi                                   on 2000/12/10  04:17:36
73823         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
73824              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73825              Date: Sat, 9 Dec 2000 16:47:22 -0000
73826              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
73827      Branch: perl
73828            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
73829            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
73830            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
73831            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
73832            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
73833            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
73834            ! t/lib/sdbm.t
73835 ____________________________________________________________________________
73836 [  8067] By: jhi                                   on 2000/12/10  03:52:02
73837         Log: Test case for #8066.
73838      Branch: perl
73839            ! t/op/misc.t
73840 ____________________________________________________________________________
73841 [  8066] By: jhi                                   on 2000/12/10  03:50:30
73842         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
73843              From: Simon Cozens <simon@cozens.net>
73844              Date: Sun, 10 Dec 2000 00:55:37 +0000
73845              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
73846      Branch: perl
73847            ! pp_sys.c
73848 ____________________________________________________________________________
73849 [  8065] By: jhi                                   on 2000/12/10  03:44:52
73850         Log: Test case for #8064.
73851      Branch: perl
73852            ! t/comp/proto.t
73853 ____________________________________________________________________________
73854 [  8064] By: jhi                                   on 2000/12/10  03:42:32
73855         Log: Subject: Re: prototype of substr
73856              From: Simon Cozens <simon@cozens.net>
73857              Date: Sun, 10 Dec 2000 00:13:33 +0000
73858              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
73859              
73860              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
73861              In other words, make the returned prototypes for any function
73862              stop prepending the ';' optionality marker after the first one.
73863              If they start getting optional, all the rest are optional.
73864      Branch: perl
73865            ! pp.c
73866 ____________________________________________________________________________
73867 [  8063] By: jhi                                   on 2000/12/10  03:39:42
73868         Log: Subject: [PATCH] perlguts.pod
73869              From: Simon Cozens <simon@cozens.net>
73870              Date: Sun, 10 Dec 2000 00:06:47 +0000
73871              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
73872              
73873              Documentation of the different types of ops,
73874              plus the functions in dump.c
73875      Branch: perl
73876            ! pod/perlguts.pod
73877 ____________________________________________________________________________
73878 [  8062] By: jhi                                   on 2000/12/10  03:30:04
73879         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
73880              From: Nicholas Clark <nick@talking.bollo.cx>
73881              Date: Sat, 09 Dec 2000 18:57:25 +0000
73882              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
73883              
73884              Be more robust in weird hostname setups.
73885      Branch: perl
73886            ! t/lib/net-hostent.t
73887 ____________________________________________________________________________
73888 [  8061] By: jhi                                   on 2000/12/10  03:28:21
73889         Log: Pacify fussy compiler. 
73890      Branch: perl
73891            ! pp_sys.c
73892 ____________________________________________________________________________
73893 [  8060] By: jhi                                   on 2000/12/10  02:52:46
73894         Log: Integrate perlio:
73895              
73896              [  8059]
73897              read/sysread/recv should now be utf8 aware.
73898              Basic test for utf8 read.
73899      Branch: perl
73900           !> pp_sys.c t/io/utf8.t
73901 ____________________________________________________________________________
73902 [  8059] By: nick                                  on 2000/12/09  23:40:14
73903         Log: read/sysread/recv should now be utf8 aware.
73904              Basic test for utf8 read.
73905      Branch: perlio
73906            ! pp_sys.c t/io/utf8.t
73907 ____________________________________________________________________________
73908 [  8058] By: jhi                                   on 2000/12/09  21:56:02
73909         Log: Integrate perlio:
73910              
73911              [  8055]
73912              Make write() (i.e. formats) utf8-aware by calling do_print() rather
73913              than raw PerlIO_write() - does not seem to break any tests.
73914              
73915              [  8054]
73916              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73917              (sysread, recv and write i.e. formats still to do...)
73918              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73919              open($fh,">:utf8","name")
73920              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73921              so no extra overhead is involved.
73922              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73923              to a non-utf8 stream.
73924              Add initial io/utf8.t
73925              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73926              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73927              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73928              
73929              [  8053]
73930              Did not get that has_utf8/this_utf8 fix right last time, another spot
73931              was only testing this_utf8.
73932              
73933              [  8052]
73934              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73935              i.e. the output string has one, but don't mess with source assumption.
73936      Branch: perl
73937           +> t/io/utf8.t
73938           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
73939 ____________________________________________________________________________
73940 [  8057] By: jhi                                   on 2000/12/09  21:53:35
73941         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
73942              From: Inaba Hiroto <inaba@st.rim.or.jp>
73943              Date: Sun, 10 Dec 2000 05:53:21 +0900
73944              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
73945              
73946              Tests for #8056.
73947      Branch: perl
73948            ! t/op/each.t
73949 ____________________________________________________________________________
73950 [  8056] By: jhi                                   on 2000/12/09  21:51:16
73951         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
73952              From: Inaba Hiroto <inaba@st.rim.or.jp>
73953              Date: Sat, 09 Dec 2000 18:02:00 +0900
73954              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
73955              
73956              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
73957      Branch: perl
73958            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
73959 ____________________________________________________________________________
73960 [  8055] By: nick                                  on 2000/12/09  20:11:48
73961         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
73962              than raw PerlIO_write() - does not seem to break any tests.
73963      Branch: perlio
73964            ! pp_sys.c
73965 ____________________________________________________________________________
73966 [  8054] By: nick                                  on 2000/12/09  19:47:30
73967         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73968              (sysread, recv and write i.e. formats still to do...)
73969              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73970              open($fh,">:utf8","name")
73971              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73972              so no extra overhead is involved.
73973              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73974              to a non-utf8 stream.
73975              Add initial io/utf8.t
73976              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73977              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73978              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73979      Branch: perlio
73980            + t/io/utf8.t
73981            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
73982 ____________________________________________________________________________
73983 [  8053] By: nick                                  on 2000/12/09  19:26:37
73984         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
73985              was only testing this_utf8.
73986      Branch: perlio
73987            ! toke.c
73988 ____________________________________________________________________________
73989 [  8052] By: nick                                  on 2000/12/09  19:09:41
73990         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73991              i.e. the output string has one, but don't mess with source assumption.
73992      Branch: perlio
73993            ! toke.c
73994 ____________________________________________________________________________
73995 [  8051] By: jhi                                   on 2000/12/09  16:55:17
73996         Log: Integrate perlio:
73997              
73998              [  8049]
73999              UTF8 output prework.
74000              - Store $\ and $, as SVs so they can have SvUTF8 flag
74001              - use do_print() rather than raw PerlIO_write() to print them.
74002      Branch: perl
74003           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
74004           !> sv.c thrdvar.h util.c
74005 ____________________________________________________________________________
74006 [  8050] By: jhi                                   on 2000/12/09  16:48:07
74007         Log: Nits noticed by Peter Prymmer.
74008      Branch: perl
74009            ! lib/ExtUtils/MM_VMS.pm
74010 ____________________________________________________________________________
74011 [  8049] By: nick                                  on 2000/12/09  13:49:40
74012         Log: UTF8 output prework.
74013              - Store $\ and $, as SVs so they can have SvUTF8 flag
74014              - use do_print() rather than raw PerlIO_write() to print them.
74015      Branch: perlio
74016            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
74017            ! thrdvar.h util.c
74018 ____________________________________________________________________________
74019 [  8048] By: nick                                  on 2000/12/09  12:30:43
74020         Log: Integrate mainline.
74021      Branch: perlio
74022           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
74023           +> t/op/reverse.t
74024           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
74025           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
74026           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
74027           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
74028           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
74029           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
74030 ____________________________________________________________________________
74031 [  8047] By: jhi                                   on 2000/12/09  00:23:27
74032         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
74033              From: Michael G Schwern <schwern@pobox.com>
74034              Date: Fri, 8 Dec 2000 14:43:04 -0600
74035      Branch: perl
74036            ! lib/ExtUtils/MM_VMS.pm
74037 ____________________________________________________________________________
74038 [  8046] By: jhi                                   on 2000/12/08  23:10:27
74039         Log: A missed check-in.
74040      Branch: perl
74041            ! lib/ExtUtils/Manifest.pm
74042 ____________________________________________________________________________
74043 [  8045] By: jhi                                   on 2000/12/08  21:57:12
74044         Log: (null check-in)
74045      Branch: perl
74046            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
74047 ____________________________________________________________________________
74048 [  8044] By: jhi                                   on 2000/12/08  21:11:06
74049         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
74050              at the final draft stage.
74051      Branch: perl
74052            + ext/Encode/Encode/iso8859-16.enc
74053            ! MANIFEST
74054 ____________________________________________________________________________
74055 [  8043] By: jhi                                   on 2000/12/08  16:39:04
74056         Log: Update Changes.
74057      Branch: perl
74058            ! Changes patchlevel.h
74059 ____________________________________________________________________________
74060 [  8042] By: jhi                                   on 2000/12/08  16:33:39
74061         Log: Do not return the Unicode replacement character if UTF-8
74062              decoding goes awry, it should be up to the caller to decide.
74063      Branch: perl
74064            ! pod/perlapi.pod utf8.c
74065 ____________________________________________________________________________
74066 [  8041] By: jhi                                   on 2000/12/08  16:22:28
74067         Log: metaconfig maintenance.
74068      Branch: metaconfig
74069            ! U/modified/stdchar.U
74070      Branch: metaconfig/U/perl
74071            + testsyml.U
74072 ____________________________________________________________________________
74073 [  8040] By: jhi                                   on 2000/12/08  16:03:08
74074         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
74075              From: sthoenna@efn.org
74076              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
74077              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
74078      Branch: perl
74079            ! Changes lib/ExtUtils/MM_OS2.pm
74080 ____________________________________________________________________________
74081 [  8039] By: jhi                                   on 2000/12/08  15:57:11
74082         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
74083              From: Simon Cozens <simon@cozens.net>
74084              Date: Fri, 8 Dec 2000 13:33:31 +0000
74085              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
74086              
74087              (The pp_hot part needed a rewrite.)
74088      Branch: perl
74089            ! doop.c pp_hot.c utf8.c
74090 ____________________________________________________________________________
74091 [  8038] By: jhi                                   on 2000/12/08  15:25:08
74092         Log: Subject: djSP
74093              From: Michael Stevens <michael@etla.org>
74094              Date: Wed, 6 Dec 2000 23:24:01 +0000
74095              Message-ID: <20001206232400.A21381@firedrake.org>
74096              
74097              Plus a note from Nick Ing-Simmons.
74098      Branch: perl
74099            ! pp.h
74100 ____________________________________________________________________________
74101 [  8037] By: jhi                                   on 2000/12/08  15:18:35
74102         Log: Filetype is text.
74103      Branch: perl
74104            ! t/op/utf8decode.t
74105 ____________________________________________________________________________
74106 [  8036] By: jhi                                   on 2000/12/08  03:31:27
74107         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
74108              From: Andy Dougherty <doughera@lafayette.edu>
74109              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
74110              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
74111              
74112              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
74113              From: Andy Dougherty <doughera@lafayette.edu>
74114              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
74115              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
74116      Branch: perl
74117            + ext/POSIX/hints/svr4.pl
74118            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
74119 ____________________________________________________________________________
74120 [  8035] By: jhi                                   on 2000/12/08  03:26:01
74121         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
74122              From: Andy Dougherty <doughera@lafayette.edu>
74123              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
74124              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
74125      Branch: perl
74126            ! t/README t/base/term.t
74127 ____________________________________________________________________________
74128 [  8034] By: jhi                                   on 2000/12/08  03:21:59
74129         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
74130              From: mjd@plover.com  
74131              Date: 7 Dec 2000 21:04:20 -0000
74132              Message-ID: <20001207210420.22282.qmail@plover.com>
74133              
74134              Plus -z doc.
74135      Branch: perl
74136            ! pod/perlfunc.pod
74137 ____________________________________________________________________________
74138 [  8033] By: jhi                                   on 2000/12/08  03:19:03
74139         Log: Use the UTF8 macros a bit.  They can't be used with abandon
74140              everywhere because we do generate illegal UTF-8 in some situations.
74141              This is of course naughty.
74142      Branch: perl
74143            ! pod/perlapi.pod utf8.c utf8.h
74144 ____________________________________________________________________________
74145 [  8032] By: jhi                                   on 2000/12/08  03:00:09
74146         Log: Out of sync?
74147      Branch: perl
74148            ! t/pragma/warn/utf8
74149 ____________________________________________________________________________
74150 [  8031] By: jhi                                   on 2000/12/08  02:22:39
74151         Log: Cnt spl.
74152      Branch: perl
74153            ! MANIFEST
74154 ____________________________________________________________________________
74155 [  8030] By: jhi                                   on 2000/12/08  01:23:54
74156         Log: Add test for reverse().
74157      Branch: perl
74158            + t/op/reverse.t
74159            ! MANIFEST
74160 ____________________________________________________________________________
74161 [  8029] By: jhi                                   on 2000/12/08  01:21:47
74162         Log: Integrate perlio:
74163              
74164              [  8026]
74165              Various oddities p4 diff -se showed up
74166              Remove 'our' from warnings.pl
74167              
74168              [  8025]
74169              Change PerlIO_(get|set)pos to take SV *
74170              Should fix, OS/2, VMS, (sfio??)
74171      Branch: perl
74172           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
74173           !> perlio.c perlio.h perlsdio.h warnings.pl
74174 ____________________________________________________________________________
74175 [  8028] By: jhi                                   on 2000/12/08  01:19:08
74176         Log: Introduce macros for UTF8 decoding.
74177      Branch: perl
74178            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
74179 ____________________________________________________________________________
74180 [  8027] By: nick                                  on 2000/12/07  22:18:19
74181         Log: Integrate mainline
74182      Branch: perlio
74183           !> embed.pl pod/perlapi.pod utf8.c
74184 ____________________________________________________________________________
74185 [  8026] By: nick                                  on 2000/12/07  21:45:08
74186         Log: Various oddities p4 diff -se showed up
74187              Remove 'our' from warnings.pl
74188      Branch: perlio
74189            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
74190 ____________________________________________________________________________
74191 [  8025] By: nick                                  on 2000/12/07  21:43:32
74192         Log: Change PerlIO_(get|set)pos to take SV *
74193              Should fix, OS/2, VMS, (sfio??)
74194      Branch: perlio
74195            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
74196 ____________________________________________________________________________
74197 [  8024] By: jhi                                   on 2000/12/07  19:05:32
74198         Log: Document utf8_to_uv() better.
74199      Branch: perl
74200            ! pod/perlapi.pod utf8.c
74201 ____________________________________________________________________________
74202 [  8023] By: jhi                                   on 2000/12/07  18:23:47
74203         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
74204      Branch: perl
74205            ! embed.pl pod/perlapi.pod utf8.c
74206 ____________________________________________________________________________
74207 [  8022] By: jhi                                   on 2000/12/07  04:13:51
74208         Log: Integrate perlio:
74209              
74210              [  8021]
74211              Various attempts at MSVC debug - not sure what has
74212              changed but works now. 
74213              Seems atexit() _may_ work for DLLs built with MSVC so don't
74214              call cleanup that way.
74215              
74216              [  8019]
74217              Add useperlio to config.vc
74218              Turn off binmode in config_H.PL
74219              Regen all the config_H.xx
74220              Attempt to get debugging build with MSVC.
74221              
74222              [  8018]
74223              Test various dup/external program options on all platforms.
74224              
74225              [  8017]
74226              Fix harness to be less picky
74227      Branch: perl
74228           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
74229           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
74230           !> win32/makefile.mk
74231 ____________________________________________________________________________
74232 [  8021] By: nick                                  on 2000/12/07  00:28:14
74233         Log: Various attempts at MSVC debug - not sure what has
74234              changed but works now. 
74235              Seems atexit() _may_ work for DLLs built with MSVC so don't
74236              call cleanup that way.
74237      Branch: perlio
74238            ! perlio.c win32/makefile.mk
74239 ____________________________________________________________________________
74240 [  8020] By: nick                                  on 2000/12/06  19:57:20
74241         Log: Integrate mainline
74242      Branch: perlio
74243           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
74244           !> (integrate 75 files)
74245 ____________________________________________________________________________
74246 [  8019] By: nick                                  on 2000/12/06  19:28:21
74247         Log: Add useperlio to config.vc
74248              Turn off binmode in config_H.PL
74249              Regen all the config_H.xx
74250              Attempt to get debugging build with MSVC.
74251      Branch: perlio
74252            ! win32/config.vc win32/config_H.bc win32/config_H.gc
74253            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
74254 ____________________________________________________________________________
74255 [  8018] By: nick                                  on 2000/12/06  19:21:57
74256         Log: Test various dup/external program options on all platforms.
74257      Branch: perlio
74258            ! t/io/dup.t
74259 ____________________________________________________________________________
74260 [  8017] By: nick                                  on 2000/12/06  19:20:47
74261         Log: Fix harness to be less picky
74262      Branch: perlio
74263            ! lib/Test/Harness.pm
74264 ____________________________________________________________________________
74265 [  8016] By: jhi                                   on 2000/12/06  16:45:12
74266         Log: Update Changes.
74267      Branch: perl
74268            ! Changes patchlevel.h
74269 ____________________________________________________________________________
74270 [  8015] By: jhi                                   on 2000/12/06  16:41:03
74271         Log: Test \x{...} with ord().
74272      Branch: perl
74273            ! t/op/ord.t
74274 ____________________________________________________________________________
74275 [  8014] By: jhi                                   on 2000/12/06  16:20:33
74276         Log: Test tweak because of #8013.
74277      Branch: perl
74278            ! t/lib/b.t
74279 ____________________________________________________________________________
74280 [  8013] By: jhi                                   on 2000/12/06  16:09:09
74281         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
74282              From: Michael G Schwern <schwern@pobox.com>
74283              Date: Tue, 5 Dec 2000 21:23:28 -0500
74284              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
74285              
74286              Carp::Heavy parts not very applicable because of recent changes.
74287      Branch: perl
74288            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
74289            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
74290            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
74291            ! lib/Exporter.pm lib/Exporter/Heavy.pm
74292            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
74293            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
74294            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
74295            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
74296            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
74297            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
74298            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
74299            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
74300            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
74301            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
74302            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
74303            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
74304            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
74305            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
74306            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
74307            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
74308            ! warnings.pl
74309 ____________________________________________________________________________
74310 [  8012] By: jhi                                   on 2000/12/06  15:22:38
74311         Log: Subject: [PATCH] Re: New harness is failing things
74312              From: Nick Ing-Simmons <nik@tiuk.ti.com>
74313              Date: Wed, 6 Dec 2000 13:00:30 GMT
74314              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
74315      Branch: perl
74316            ! lib/Test/Harness.pm
74317 ____________________________________________________________________________
74318 [  8011] By: jhi                                   on 2000/12/06  15:12:08
74319         Log: Subject: installhtml changes
74320              From: Michael Stevens <michael@etla.org>
74321              Date: Wed, 6 Dec 2000 13:15:53 +0000
74322              Message-ID: <20001206131553.A27317@firedrake.org>
74323      Branch: perl
74324            ! installhtml
74325 ____________________________________________________________________________
74326 [  8010] By: jhi                                   on 2000/12/06  15:06:05
74327         Log: Subject: the dTHR hits
74328              From: Michael Stevens <michael@etla.org>
74329              Date: Wed, 6 Dec 2000 12:06:03 +0000
74330              Message-ID: <20001206120603.A24581@firedrake.org>
74331              
74332              More, errrm, less dTHRs.
74333      Branch: perl
74334            ! bytecode.pl ext/B/B/C.pm
74335 ____________________________________________________________________________
74336 [  8009] By: jhi                                   on 2000/12/06  15:04:25
74337         Log: Subject: MakeMaker mailing list gone?
74338              From: Michael G Schwern <schwern@pobox.com>
74339              Date: Tue, 5 Dec 2000 19:29:59 -0500
74340              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
74341              
74342              The MakeMaker mailing list is dead, perlbug is the right
74343              address to report bugs.
74344      Branch: perl
74345            ! lib/ExtUtils/MakeMaker.pm
74346 ____________________________________________________________________________
74347 [  8008] By: jhi                                   on 2000/12/06  15:00:32
74348         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
74349              From: Michael G Schwern <schwern@pobox.com>
74350              Date: Tue, 5 Dec 2000 19:21:21 -0500
74351              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
74352              
74353              Add a default MANIFEST skip that ignores things like
74354              version control files, editor temporary files, and the Makefile.
74355      Branch: perl
74356            + lib/ExtUtils/MANIFEST.SKIP
74357            ! MANIFEST lib/ExtUtils/Manifest.pm
74358 ____________________________________________________________________________
74359 [  8007] By: jhi                                   on 2000/12/06  14:57:20
74360         Log: In Amiga more manual hackery of the scripts seems to be needed,
74361              from Jan-Erik Karlsson.  Why Configure does not get this right
74362              is unknown, may be shell-induced.
74363      Branch: perl
74364            ! README.amiga
74365 ____________________________________________________________________________
74366 [  8006] By: jhi                                   on 2000/12/05  23:53:12
74367         Log: Add TOPm1s to peek at the second topmost stack item.
74368      Branch: perl
74369            ! pp.h
74370 ____________________________________________________________________________
74371 [  8005] By: jhi                                   on 2000/12/05  23:13:55
74372         Log: Avaunt, you foul UTF-8 tests.
74373      Branch: perl
74374            ! t/op/ver.t t/pragma/utf8.t
74375 ____________________________________________________________________________
74376 [  8004] By: jhi                                   on 2000/12/05  23:09:54
74377         Log: Continue utf8 dispersal. 
74378      Branch: perl
74379            + t/op/concat.t
74380            ! MANIFEST t/pragma/utf8.t
74381 ____________________________________________________________________________
74382 [  8003] By: nick                                  on 2000/12/05  23:02:39
74383         Log: Integrate mainline.
74384      Branch: perlio
74385           +> t/op/length.t t/op/utf8decode.t
74386           !> (integrate 69 files)
74387 ____________________________________________________________________________
74388 [  8002] By: jhi                                   on 2000/12/05  22:59:28
74389         Log: Integrate perlio:
74390              
74391              [  8001]
74392              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
74393              - calloc/free suffer from damage on TerminateThread()
74394              - use PerlMemShared (as originally planned) now fixed
74395              - avoid doing anything important on DLL "detach".
74396              
74397              [  8000]
74398              Fix gross PerlMemShared issue.
74399      Branch: perl
74400           !> iperlsys.h perl.c perlio.c win32/perllib.c
74401 ____________________________________________________________________________
74402 [  8001] By: nick                                  on 2000/12/05  22:07:52
74403         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
74404              - calloc/free suffer from damage on TerminateThread()
74405              - use PerlMemShared (as originally planned) now fixed
74406              - avoid doing anything important on DLL "detach".
74407      Branch: perlio
74408            ! perl.c perlio.c win32/perllib.c
74409 ____________________________________________________________________________
74410 [  8000] By: nick                                  on 2000/12/05  21:05:09
74411         Log: Fix gross PerlMemShared issue.
74412      Branch: perlio
74413            ! iperlsys.h
74414 ____________________________________________________________________________
74415 [  7999] By: jhi                                   on 2000/12/05  20:46:58
74416         Log: Test for Unicode (UTF-8) hash keys.
74417      Branch: perl
74418            ! t/op/each.t
74419 ____________________________________________________________________________
74420 [  7998] By: jhi                                   on 2000/12/05  20:30:35
74421         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
74422              is now always UTF-8), empty line cosmetics.
74423      Branch: perl
74424            ! t/pragma/utf8.t
74425 ____________________________________________________________________________
74426 [  7997] By: jhi                                   on 2000/12/05  20:15:40
74427         Log: Subject: Re: STRLEN - what?
74428              From: Andy Dougherty <doughera@lafayette.edu>
74429              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
74430              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
74431              
74432              Explain STRLEN.
74433      Branch: perl
74434            ! pod/perlguts.pod
74435 ____________________________________________________________________________
74436 [  7996] By: jhi                                   on 2000/12/05  20:13:34
74437         Log: Split off the UTF-8 decoder tests, make them to check also
74438              the error message.
74439      Branch: perl
74440            + t/op/utf8decode.t
74441            ! MANIFEST t/pragma/utf8.t utf8.c
74442 ____________________________________________________________________________
74443 [  7995] By: jhi                                   on 2000/12/05  16:39:47
74444         Log: Start migrating bits of pragma/utf8 to elsewhere
74445              (since the long term plan is to obsolete 'use utf8').
74446      Branch: perl
74447            + t/op/length.t
74448            ! MANIFEST t/pragma/utf8.t
74449 ____________________________________________________________________________
74450 [  7994] By: jhi                                   on 2000/12/05  16:30:21
74451         Log: Fix a manual edit typo from #7993, fix the message formatting
74452              for Unicode, add few our declarations.
74453      Branch: perl
74454            ! lib/Carp/Heavy.pm
74455 ____________________________________________________________________________
74456 [  7993] By: jhi                                   on 2000/12/05  16:09:15
74457         Log: Subject: Need help with warnings :-(
74458              From: "Ben Tilly" <ben_tilly@hotmail.com>
74459              Date: Tue, 05 Dec 2000 01:35:54 -0500
74460              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
74461              
74462              Subject: UPDATE: Carp/Heavy now passes all tests
74463              From: "Ben Tilly" <ben_tilly@hotmail.com>
74464              Date: Tue, 05 Dec 2000 07:59:41 -0500
74465              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
74466              
74467              The Brave New Carp.
74468      Branch: perl
74469            ! lib/Carp.pm lib/Carp/Heavy.pm
74470 ____________________________________________________________________________
74471 [  7992] By: jhi                                   on 2000/12/05  15:55:08
74472         Log: Subject: [PATCH perl@7979] cygwin port
74473              From: "Eric Fifer" <efifer@dircon.co.uk>
74474              Date: Tue, 5 Dec 2000 14:04:09 -0000
74475              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
74476      Branch: perl
74477            ! t/lib/net-hostent.t
74478 ____________________________________________________________________________
74479 [  7991] By: jhi                                   on 2000/12/05  15:52:34
74480         Log: Subject: Re: [PATCH] The largest hoax of all times?
74481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74482              Date: Tue, 5 Dec 2000 00:40:25 -0500
74483              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
74484              
74485              Subject: Re: [PATCH] The largest hoax of all times?
74486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74487              Date: Mon, 4 Dec 2000 23:55:53 -0500
74488              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
74489              
74490              Subject: Re: [PATCH] The largest hoax of all times?
74491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74492              Date: Tue, 5 Dec 2000 01:28:45 -0500
74493              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
74494              
74495              Fix the unpredictable order of DESTROYs.
74496      Branch: perl
74497            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
74498            ! sv.c sv.h t/op/ref.t
74499 ____________________________________________________________________________
74500 [  7990] By: jhi                                   on 2000/12/05  14:38:53
74501         Log: Subject: [PATCH] shrink pp_hot fractionally
74502              From: Nicholas Clark <nick@ccl4.org>
74503              Date: Tue, 5 Dec 2000 12:44:31 +0000
74504              Message-ID: <20001205124431.E74518@plum.flirble.org>
74505              
74506              Use report_evil_fh().
74507      Branch: perl
74508            ! opcode.pl opnames.h pp_hot.c util.c
74509 ____________________________________________________________________________
74510 [  7989] By: jhi                                   on 2000/12/05  14:21:27
74511         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
74512              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74513              Date: Mon, 04 Dec 2000 22:21:59 -0800
74514              Message-ID: <HmIL6gzkgepS092yn@efn.org>
74515              
74516              Harness shouldn't ignore responses like "ok 3\r\r\n".
74517      Branch: perl
74518            ! lib/Test/Harness.pm
74519 ____________________________________________________________________________
74520 [  7988] By: jhi                                   on 2000/12/05  13:51:28
74521         Log: Integrate the "skip" messages to explain().
74522      Branch: perl
74523            ! t/lib/syslfs.t t/op/lfs.t
74524 ____________________________________________________________________________
74525 [  7987] By: jhi                                   on 2000/12/05  12:34:54
74526         Log: The one that got away in #7984.
74527              
74528              Subject: Re: dTHR - what and why?
74529              From: Michael Stevens <michael@etla.org> 
74530              Date: Tue, 5 Dec 2000 11:15:52 +0000
74531              Message-ID: <20001205111552.A4647@firedrake.org>
74532      Branch: perl
74533            ! sv.h
74534 ____________________________________________________________________________
74535 [  7986] By: gsar                                  on 2000/12/05  09:14:44
74536         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
74537              due to the notorious GetFileType() bug in Windows 9x, which fstat()
74538              tickles)
74539      Branch: perl
74540            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
74541 ____________________________________________________________________________
74542 [  7985] By: jhi                                   on 2000/12/05  05:49:03
74543         Log: Integrate perlio:
74544              
74545              [  7983]
74546              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
74547      Branch: perl
74548           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
74549           !> win32/perlhost.h win32/perllib.c
74550 ____________________________________________________________________________
74551 [  7984] By: jhi                                   on 2000/12/05  05:48:16
74552         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
74553      Branch: perl
74554            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
74555            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
74556            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
74557            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
74558            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
74559            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
74560            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
74561            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
74562            ! win32/win32.c
74563 ____________________________________________________________________________
74564 [  7983] By: nick                                  on 2000/12/04  23:27:43
74565         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
74566      Branch: perlio
74567            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
74568            ! win32/perlhost.h win32/perllib.c
74569 ____________________________________________________________________________
74570 [  7982] By: jhi                                   on 2000/12/04  19:44:09
74571         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
74572              uncovered by #7980.
74573      Branch: perl
74574            ! op.c
74575 ____________________________________________________________________________
74576 [  7981] By: jhi                                   on 2000/12/04  19:42:07
74577         Log: Subject: [PATCH] Trivial dump.c feature
74578              From: Simon Cozens <simon@cozens.net>
74579              Date: Mon, 4 Dec 2000 18:08:38 +0000
74580              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
74581              
74582              Show whether a constant is UTF-8.
74583      Branch: perl
74584            ! dump.c
74585 ____________________________________________________________________________
74586 [  7980] By: jhi                                   on 2000/12/04  19:36:51
74587         Log: UTF-8 hash keys, patch from Inaba Hiroto.
74588      Branch: perl
74589            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
74590 ____________________________________________________________________________
74591 [  7979] By: jhi                                   on 2000/12/04  17:36:28
74592         Log: Update Changes.
74593      Branch: perl
74594            ! Changes patchlevel.h
74595 ____________________________________________________________________________
74596 [  7978] By: jhi                                   on 2000/12/04  16:42:17
74597         Log: Retract #7977, still too volatile (the euphemism of the day
74598              for unfinished and buggy :-)
74599      Branch: perl
74600            ! doop.c hv.c pp.c sv.h
74601 ____________________________________________________________________________
74602 [  7977] By: jhi                                   on 2000/12/04  16:25:15
74603         Log: (Retracted by #7978, too shaky yet.)
74604              
74605              Subject: Re: utf8 in hash keys, implementor missing
74606              From: Simon Cozens <simon@cozens.net>
74607              Date: Sat, 2 Dec 2000 19:49:35 +0000
74608              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
74609              
74610              The first step at UTF-8 hash keys.
74611      Branch: perl
74612            ! doop.c hv.c pp.c sv.h
74613 ____________________________________________________________________________
74614 [  7976] By: jhi                                   on 2000/12/04  16:13:53
74615         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
74616              From: sthoenna@efn.org
74617              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
74618              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
74619      Branch: perl
74620            ! os2/os2.c perlio.c
74621 ____________________________________________________________________________
74622 [  7975] By: jhi                                   on 2000/12/04  16:05:25
74623         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
74624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74625              Date: Thu, 30 Nov 2000 20:50:37 -0800
74626              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
74627      Branch: perl
74628            ! os2/os2.c
74629 ____________________________________________________________________________
74630 [  7974] By: jhi                                   on 2000/12/04  16:03:57
74631         Log: Subject: [PATCH] ++ 20% faster
74632              From: Nicholas Clark <nick@ccl4.org>
74633              Date: Mon, 4 Dec 2000 12:17:27 +0000
74634              Message-ID: <20001204121726.B52976@plum.flirble.org>
74635              
74636              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
74637      Branch: perl
74638            ! sv.c
74639 ____________________________________________________________________________
74640 [  7973] By: jhi                                   on 2000/12/04  16:00:48
74641         Log: 
74642              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
74643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74644              Date: Mon, 04 Dec 2000 12:30:45 +0100
74645              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
74646              
74647              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
74648              library (getprotobyname and getprotobynumber are outversioned by
74649              the same calls in libc, at least for xlc version 3.
74650      Branch: perl
74651            ! hints/aix.sh
74652 ____________________________________________________________________________
74653 [  7972] By: jhi                                   on 2000/12/04  02:58:31
74654         Log: Integrate perlio:
74655              
74656              [  7971]
74657              Quieten some noise in Win32 builds:
74658              - win32.h is included after <sys/socket.h>, so need to 
74659              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
74660              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
74661              
74662              [  7970]
74663              PERL_IMPLICIT_SYS compiles but does not work.
74664      Branch: perl
74665           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
74666           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
74667           !> win32/win32.h win32/win32iop.h win32/win32thread.h
74668 ____________________________________________________________________________
74669 [  7971] By: nick                                  on 2000/12/04  00:24:33
74670         Log: Quieten some noise in Win32 builds:
74671              - win32.h is included after <sys/socket.h>, so need to 
74672              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
74673              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
74674      Branch: perlio
74675            ! doio.c perl.h toke.c win32/win32.h
74676 ____________________________________________________________________________
74677 [  7970] By: nick                                  on 2000/12/03  22:57:46
74678         Log: PERL_IMPLICIT_SYS compiles but does not work.
74679      Branch: perlio
74680            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
74681            ! win32/perlhost.h win32/perllib.c win32/win32.h
74682            ! win32/win32iop.h win32/win32thread.h
74683 ____________________________________________________________________________
74684 [  7969] By: jhi                                   on 2000/12/03  22:12:58
74685         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
74686              used to swash_init(), makes regprop() dumps more informative
74687              (+utf8::IsAlpha, -utf8::IsDigit, for example).
74688      Branch: perl
74689            ! regcomp.c regexec.c
74690 ____________________________________________________________________________
74691 [  7968] By: jhi                                   on 2000/12/03  21:39:56
74692         Log: Implement ANYOFUTF8 regprop() dumping.
74693      Branch: perl
74694            ! regcomp.c
74695 ____________________________________________________________________________
74696 [  7967] By: jhi                                   on 2000/12/03  20:57:19
74697         Log: Make uv_to_utf8() to zero-terminate its output buffer,
74698              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
74699      Branch: perl
74700            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
74701 ____________________________________________________________________________
74702 [  7966] By: nick                                  on 2000/12/03  18:41:21
74703         Log: Integrate mainline (STDCHAR)
74704      Branch: perlio
74705           !> Configure t/pragma/utf8.t
74706 ____________________________________________________________________________
74707 [  7965] By: jhi                                   on 2000/12/03  17:58:20
74708         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
74709      Branch: perl
74710            ! t/pragma/utf8.t
74711 ____________________________________________________________________________
74712 [  7964] By: jhi                                   on 2000/12/03  17:35:56
74713         Log: Integrate perlio:
74714              
74715              [  7961]
74716              Make iperlsys.h vector stdio not PerlIO.
74717      Branch: perl
74718           !> iperlsys.h perlio.c
74719 ____________________________________________________________________________
74720 [  7963] By: jhi                                   on 2000/12/03  17:33:55
74721         Log: Metaconfig unit change for #7962.
74722      Branch: metaconfig
74723            ! U/modified/stdchar.U
74724 ____________________________________________________________________________
74725 [  7962] By: jhi                                   on 2000/12/03  17:33:27
74726         Log: Untangle the <stdio.h> #include nest for the stdchar test,
74727              from Andy Dougherty.
74728      Branch: perl
74729            ! Configure
74730 ____________________________________________________________________________
74731 [  7961] By: nick                                  on 2000/12/03  16:53:00
74732         Log: Make iperlsys.h vector stdio not PerlIO.
74733      Branch: perlio
74734            ! iperlsys.h perlio.c
74735 ____________________________________________________________________________
74736 [  7960] By: nick                                  on 2000/12/03  14:43:01
74737         Log: Integrate mainline
74738      Branch: perlio
74739           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
74740           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
74741 ____________________________________________________________________________
74742 [  7959] By: jhi                                   on 2000/12/03  08:16:36
74743         Log: Use DO_UTF8().
74744      Branch: perl
74745            ! op.c
74746 ____________________________________________________________________________
74747 [  7958] By: jhi                                   on 2000/12/02  18:33:05
74748         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74749              From: Mike Guy <mjtg@cam.ac.uk>         
74750              Date: Sat, 02 Dec 2000 17:27:13 +0000
74751              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
74752              
74753              An extraneous argument.
74754      Branch: perl
74755            ! toke.c
74756 ____________________________________________________________________________
74757 [  7957] By: jhi                                   on 2000/12/02  18:22:32
74758         Log: A missing hunk.
74759      Branch: perl
74760            ! t/lib/net-hostent.t
74761 ____________________________________________________________________________
74762 [  7956] By: jhi                                   on 2000/12/02  18:06:20
74763         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
74764              From: Nicholas Clark <nick@ccl4.org>
74765              Date: Sat, 2 Dec 2000 14:28:27 +0000
74766              Message-ID: <20001202142827.A12308@plum.flirble.org>
74767              
74768              Test robustness.
74769      Branch: perl
74770            ! t/lib/net-hostent.t
74771 ____________________________________________________________________________
74772 [  7955] By: jhi                                   on 2000/12/02  17:58:06
74773         Log: Metaconfig unit change for #7954.
74774      Branch: metaconfig
74775            ! U/modified/stdchar.U
74776 ____________________________________________________________________________
74777 [  7954] By: jhi                                   on 2000/12/02  17:54:32
74778         Log: An inconvenient hang would happen if the stdio _ptr wasn't
74779              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
74780              would be grepping stdin for all eternity for the _ptr.)
74781      Branch: perl
74782            ! Configure
74783 ____________________________________________________________________________
74784 [  7953] By: jhi                                   on 2000/12/02  00:07:15
74785         Log: Update Changes.
74786      Branch: perl
74787            ! Changes patchlevel.h
74788 ____________________________________________________________________________
74789 [  7952] By: jhi                                   on 2000/12/01  23:54:47
74790         Log: Subject: Re: long shell lines
74791              From: Andy Dougherty <doughera@lafayette.edu>
74792              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
74793              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
74794              
74795              Split overly long shell command lines.
74796      Branch: perl
74797            ! lib/ExtUtils/MM_Unix.pm
74798 ____________________________________________________________________________
74799 [  7951] By: jhi                                   on 2000/12/01  23:48:02
74800         Log: The metaconfig unit change for #7950.
74801      Branch: metaconfig
74802            + U/modified/stdchar.U
74803 ____________________________________________________________________________
74804 [  7950] By: jhi                                   on 2000/12/01  23:47:39
74805         Log: Try to find stdchar also from <stdio_impl.h>.
74806      Branch: perl
74807            ! Configure config_h.SH
74808 ____________________________________________________________________________
74809 [  7949] By: jhi                                   on 2000/12/01  23:46:45
74810         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74811              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
74812              Date: Fri, 1 Dec 2000 16:26:08 -0500
74813              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
74814              
74815              Reword the diagnostic message.
74816      Branch: perl
74817            ! pod/perldiag.pod
74818 ____________________________________________________________________________
74819 [  7948] By: nick                                  on 2000/12/01  22:49:43
74820         Log: Integrate mainline (for s/y/m as sub names stuff).
74821      Branch: perlio
74822           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
74823           !> t/pragma/warn/toke toke.c
74824 ____________________________________________________________________________
74825 [  7947] By: jhi                                   on 2000/12/01  20:55:41
74826         Log: Integrate perlio:
74827              
74828              [  7942]
74829              Fix 'mmap' lib/filehand.t (ungetc) test fail.
74830              Make 'unix' pass most tests
74831              - do unread by temporary push of layer ("pending") holding unread chars
74832              - fast_gets is now based on per-handle flag
74833              - relax one of io/pipe.t tests to allow print to fail and close to
74834              succeed so that it passes on unbuffered "unix" layer.
74835              Remaining fail is sporadic and a genuine race condition between
74836              parent/child in fork test.
74837      Branch: perl
74838           !> perlio.c perliol.h t/io/pipe.t
74839 ____________________________________________________________________________
74840 [  7946] By: jhi                                   on 2000/12/01  20:36:51
74841         Log: Upgrade to CPAN 1.59_51, from Andreas König.
74842      Branch: perl
74843            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74844 ____________________________________________________________________________
74845 [  7945] By: nick                                  on 2000/12/01  20:31:32
74846         Log: Integrate mainline
74847      Branch: perlio
74848           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
74849           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
74850           +> t/lib/net-hostent.t
74851           !> (integrate 35 files)
74852 ____________________________________________________________________________
74853 [  7944] By: jhi                                   on 2000/12/01  20:23:29
74854         Log: Some help for 20001130.011.  Now one gets warnings like
74855              "Ambiguous -f() resolved as a file test ..."
74856      Branch: perl
74857            ! pod/perldiag.pod t/pragma/warn/toke toke.c
74858 ____________________________________________________________________________
74859 [  7943] By: jhi                                   on 2000/12/01  19:44:44
74860         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
74861              that also breaks using them as methods. 
74862      Branch: perl
74863            ! pod/perldiag.pod t/op/misc.t toke.c
74864 ____________________________________________________________________________
74865 [  7942] By: nick                                  on 2000/12/01  17:56:46
74866         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
74867              Make 'unix' pass most tests
74868              - do unread by temporary push of layer ("pending") holding unread chars
74869              - fast_gets is now based on per-handle flag
74870              - relax one of io/pipe.t tests to allow print to fail and close to
74871              succeed so that it passes on unbuffered "unix" layer.
74872              Remaining fail is sporadic and a genuine race condition between
74873              parent/child in fork test.
74874      Branch: perlio
74875            ! perlio.c perliol.h t/io/pipe.t
74876 ____________________________________________________________________________
74877 [  7941] By: jhi                                   on 2000/12/01  15:28:58
74878         Log: (Retracted by #7943.)
74879              
74880              Reserve the short named string operator names.
74881      Branch: perl
74882            ! pod/perldiag.pod t/op/misc.t toke.c
74883 ____________________________________________________________________________
74884 [  7940] By: jhi                                   on 2000/12/01  06:45:53
74885         Log: Get the three different space character classes right under utf8.
74886      Branch: perl
74887            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
74888            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
74889            ! regexec.c t/op/pat.t utf8.c
74890 ____________________________________________________________________________
74891 [  7939] By: jhi                                   on 2000/12/01  03:26:26
74892         Log: Two more tests that make no sense in UTF-8 since the test
74893              data is not in UTF-8.
74894      Branch: perl
74895            ! t/op/regexp.t
74896 ____________________________________________________________________________
74897 [  7938] By: jhi                                   on 2000/12/01  03:20:39
74898         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
74899              should it be required inside regexen?
74900      Branch: perl
74901            ! regcomp.c t/op/regmesg.t
74902 ____________________________________________________________________________
74903 [  7937] By: jhi                                   on 2000/12/01  02:58:53
74904         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
74905              stored and restored, and thusly was trounced by the utf8 swash
74906              routines.
74907      Branch: perl
74908            ! regcomp.c
74909 ____________________________________________________________________________
74910 [  7936] By: jhi                                   on 2000/11/30  20:41:39
74911         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
74912              Why the different platforms behave so differently (core dump vs
74913              no core dump) on this bug is a but of a mystery, but if I had to
74914              guess I would mumble something like 'alignment'.
74915      Branch: perl
74916            ! sv.c
74917 ____________________________________________________________________________
74918 [  7935] By: jhi                                   on 2000/11/30  16:17:02
74919         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
74920              From: Robin Barker <rmb1@cise.npl.co.uk>
74921              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
74922              Date: Thu, 30 Nov 2000 14:27:12 GMT
74923      Branch: perl
74924            ! perlio.c toke.c
74925 ____________________________________________________________________________
74926 [  7934] By: jhi                                   on 2000/11/30  16:04:49
74927         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
74928      Branch: perl
74929            ! t/lib/net-hostent.t
74930 ____________________________________________________________________________
74931 [  7933] By: jhi                                   on 2000/11/30  06:07:26
74932         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
74933              From: Peter Prymmer <pvhp@forte.com>
74934              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
74935              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
74936              
74937              In VMS the localhost may be LOCALHOST.
74938      Branch: perl
74939            ! t/lib/net-hostent.t
74940 ____________________________________________________________________________
74941 [  7932] By: jhi                                   on 2000/11/30  01:11:11
74942         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
74943              From: Peter Prymmer <pvhp@forte.com>
74944              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
74945              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
74946              
74947              plus regen perlapi.pod.
74948      Branch: perl
74949            ! pod/perlapi.pod utf8.c
74950 ____________________________________________________________________________
74951 [  7931] By: jhi                                   on 2000/11/30  01:06:19
74952         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
74953              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74954              Date:     Wed, 29 Nov 2000 17:15:11 EST
74955              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
74956      Branch: perl
74957            ! t/lib/filter-util.pl t/lib/filter-util.t
74958 ____________________________________________________________________________
74959 [  7930] By: jhi                                   on 2000/11/29  18:51:55
74960         Log: Update Changes.
74961      Branch: perl
74962            ! Changes patchlevel.h
74963 ____________________________________________________________________________
74964 [  7929] By: jhi                                   on 2000/11/29  18:50:55
74965         Log: Update the va_copy() metaconfig unit.
74966      Branch: metaconfig/U/perl
74967            ! need_va_copy.U
74968 ____________________________________________________________________________
74969 [  7928] By: jhi                                   on 2000/11/29  17:50:43
74970         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
74971              From: Dominic Dunlop <domo@computer.org>
74972              Date: Tue, 28 Nov 2000 16:41:57 +0100
74973              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
74974              
74975              Patch to catch a core dump in the Configure va_copy test.
74976      Branch: perl
74977            ! Configure config_h.SH
74978 ____________________________________________________________________________
74979 [  7927] By: jhi                                   on 2000/11/29  17:31:59
74980         Log: Retract #7921, the patch shouldn't be needed.
74981      Branch: perl
74982            ! sv.c
74983 ____________________________________________________________________________
74984 [  7926] By: jhi                                   on 2000/11/29  17:01:41
74985         Log: Make the Class::Struct import() wiser.
74986      Branch: perl
74987            ! lib/Class/Struct.pm t/lib/class-struct.t
74988 ____________________________________________________________________________
74989 [  7925] By: jhi                                   on 2000/11/29  16:36:33
74990         Log: All the core library users of Class::Struct seem to be
74991              using "use Class::Struct 'struct';" instead of the bare
74992              "use Class::Struct;", which isn't documented in Class::Struct.
74993              This can't be right.
74994      Branch: perl
74995            ! lib/File/stat.pm
74996 ____________________________________________________________________________
74997 [  7924] By: jhi                                   on 2000/11/29  16:32:15
74998         Log: A test works better if it has the right 1..$n output.
74999      Branch: perl
75000            ! t/lib/class-struct.t
75001 ____________________________________________________________________________
75002 [  7923] By: jhi                                   on 2000/11/29  16:29:11
75003         Log: Forgot to MANIFEST the new Net::hostent test.
75004      Branch: perl
75005            ! MANIFEST
75006 ____________________________________________________________________________
75007 [  7922] By: jhi                                   on 2000/11/29  16:27:49
75008         Log: Integrate perlio:
75009              
75010              [  7906]
75011              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
75012      Branch: perl
75013           !> iperlsys.h perlio.c
75014 ____________________________________________________________________________
75015 [  7921] By: jhi                                   on 2000/11/29  16:27:10
75016         Log: (Retracted by #7927.)
75017              
75018              Subject: [PATCH] Is infinity a number?
75019              From: Simon Cozens <simon@cozens.net>
75020              Date: Wed, 29 Nov 2000 14:48:20 +0000
75021              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
75022      Branch: perl
75023            ! sv.c
75024 ____________________________________________________________________________
75025 [  7920] By: jhi                                   on 2000/11/29  16:23:02
75026         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
75027              From: rspier@pobox.com (Robert Spier)
75028              Date: Wed, 29 Nov 2000 02:17:49 -0500
75029              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
75030              
75031              Add a test for Net::hostent.
75032      Branch: perl
75033            + t/lib/net-hostent.t
75034 ____________________________________________________________________________
75035 [  7919] By: jhi                                   on 2000/11/29  16:21:31
75036         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
75037              add a test for Class::Struct.
75038      Branch: perl
75039            + t/lib/class-struct.t
75040            ! MANIFEST lib/Class/Struct.pm
75041 ____________________________________________________________________________
75042 [  7918] By: jhi                                   on 2000/11/29  15:48:40
75043         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
75044              From: rspier@pobox.com (Robert Spier)
75045              Date: Wed, 29 Nov 2000 02:25:39 -0500
75046              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
75047              
75048              More checking in case someone has broken their services or
75049              protocol databases.
75050      Branch: perl
75051            ! ext/Sys/Syslog/Syslog.pm
75052 ____________________________________________________________________________
75053 [  7917] By: jhi                                   on 2000/11/29  15:46:25
75054         Log: Subject: [PATCH] $^O  win32 -> MSWin32
75055              From: rspier@pobox.com (Robert Spier)
75056              Date: Wed, 29 Nov 2000 02:17:38 -0500
75057              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
75058              
75059              plus similar nits for vms, err, VMS, and UNICOS.
75060      Branch: perl
75061            ! t/lib/syslfs.t t/op/lfs.t
75062 ____________________________________________________________________________
75063 [  7916] By: jhi                                   on 2000/11/29  15:42:51
75064         Log: Subject: [PATCH] Tokeniser debugging
75065              From: Simon Cozens <simon@cozens.net>
75066              Date: Wed, 29 Nov 2000 14:15:45 +0000
75067              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
75068      Branch: perl
75069            ! perl.c perl.h pod/perlrun.pod toke.c
75070 ____________________________________________________________________________
75071 [  7915] By: jhi                                   on 2000/11/29  15:41:36
75072         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
75073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75074              Date: Wed, 29 Nov 2000 02:13:14 -0500
75075              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
75076              
75077              OUT keyword nits.
75078              
75079              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
75080              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75081              Date: Wed, 29 Nov 2000 03:09:04 -0500
75082              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
75083              
75084              OUT and IN_OUT documentation.
75085      Branch: perl
75086            ! lib/ExtUtils/xsubpp pod/perlxs.pod
75087 ____________________________________________________________________________
75088 [  7914] By: jhi                                   on 2000/11/29  03:35:01
75089         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
75090              From: John Tobey <jtobey@john-edwin-tobey.org>
75091              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
75092              Message-Id: <m140e1N-000FOoC@feynman.localnet>
75093              
75094              plus a performance speedup noticed by Sarathy.
75095      Branch: perl
75096            ! op.c
75097 ____________________________________________________________________________
75098 [  7913] By: jhi                                   on 2000/11/29  03:16:59
75099         Log: Use "1 while unlink" so that VMS gets clean, too.
75100      Branch: perl
75101            ! t/lib/filter-util.t
75102 ____________________________________________________________________________
75103 [  7912] By: jhi                                   on 2000/11/29  03:09:08
75104         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
75105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75106              Date: Tue, 28 Nov 2000 03:27:09 -0500
75107              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
75108      Branch: perl
75109            ! lib/ExtUtils/xsubpp
75110 ____________________________________________________________________________
75111 [  7911] By: jhi                                   on 2000/11/29  03:06:30
75112         Log: This should have been part of #7872: no need to scan UTF-8
75113              until eternity.
75114      Branch: perl
75115            ! utf8.c
75116 ____________________________________________________________________________
75117 [  7910] By: jhi                                   on 2000/11/29  02:50:04
75118         Log: One more perltie.pod nit from Casey R. Tweten.
75119      Branch: perl
75120            ! pod/perltie.pod
75121 ____________________________________________________________________________
75122 [  7909] By: jhi                                   on 2000/11/29  02:44:23
75123         Log: Document the known sprintf test failures, exact standard
75124              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
75125      Branch: perl
75126            ! pod/perldelta.pod t/op/sprintf.t
75127 ____________________________________________________________________________
75128 [  7908] By: jhi                                   on 2000/11/29  02:36:23
75129         Log: Add the Encoding table format documentation.
75130      Branch: perl
75131            + ext/Encode/Encode/EncodeFormat.pod
75132            ! MANIFEST
75133 ____________________________________________________________________________
75134 [  7907] By: jhi                                   on 2000/11/29  02:07:24
75135         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
75136              From: "Casey R. Tweten" <crt@kiski.net>
75137              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
75138              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
75139              
75140              Subject: Re: [PATCH] Updating perltie.pod for arrays
75141              From: "Casey R. Tweten" <crt@kiski.net>
75142              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
75143              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
75144      Branch: perl
75145            ! pod/perltie.pod
75146 ____________________________________________________________________________
75147 [  7906] By: nick                                  on 2000/11/28  22:40:59
75148         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
75149      Branch: perlio
75150            ! iperlsys.h perlio.c
75151 ____________________________________________________________________________
75152 [  7905] By: nick                                  on 2000/11/28  22:04:34
75153         Log: Integrate mainline
75154      Branch: perlio
75155           !> (integrate 39 files)
75156 ____________________________________________________________________________
75157 [  7904] By: jhi                                   on 2000/11/28  16:44:43
75158         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
75159              From: Nicholas Clark <nick@babyhippo.co.uk>
75160              Date: Tue, 28 Nov 2000 11:16:57 +0000
75161              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
75162      Branch: perl
75163            ! pod/perlipc.pod
75164 ____________________________________________________________________________
75165 [  7903] By: jhi                                   on 2000/11/28  16:40:31
75166         Log: Subject: [PATCH] Updating perltie.pod for arrays
75167              From: "Casey R. Tweten" <crt@kiski.net>
75168              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
75169              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
75170      Branch: perl
75171            ! pod/perltie.pod
75172 ____________________________________________________________________________
75173 [  7902] By: jhi                                   on 2000/11/28  16:39:37
75174         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
75175              From: Robin Barker <rmb1@cise.npl.co.uk>
75176              Date: Mon, 27 Nov 2000 17:56:44 GMT
75177              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
75178      Branch: perl
75179            ! pod/perlfunc.pod t/op/split.t
75180 ____________________________________________________________________________
75181 [  7901] By: jhi                                   on 2000/11/28  16:28:04
75182         Log: setmode() is a DOSish-only thing.
75183      Branch: perl
75184            ! perlio.c
75185 ____________________________________________________________________________
75186 [  7900] By: jhi                                   on 2000/11/28  16:21:46
75187         Log: Subject: [PATCH] perlcc.PL cleanups
75188              From: Simon Cozens <simon@cozens.net>
75189              Date: Tue, 28 Nov 2000 12:44:35 +0000
75190              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
75191      Branch: perl
75192            ! utils/perlcc.PL
75193 ____________________________________________________________________________
75194 [  7899] By: gsar                                  on 2000/11/28  06:32:55
75195         Log: reintegrate files missed by change#7895
75196      Branch: maint-5.6/perl
75197           +> ext/ByteLoader/bytecode.h utils/Makefile
75198            - utils/perlbc.PL
75199 ____________________________________________________________________________
75200 [  7897] By: gsar                                  on 2000/11/27  18:22:47
75201         Log: can't integrate these two files, for some reason
75202      Branch: maint-5.6/perl
75203            - ext/ByteLoader/bytecode.h utils/Makefile
75204 ____________________________________________________________________________
75205 [  7895] By: gsar                                  on 2000/11/27  18:11:21
75206         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
75207              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
75208              6757..6890,6892..6901 from mainline
75209              
75210              Bytecompiler patches from Benjamin Stuhl.
75211              
75212              More bytecompiler.
75213              
75214              Subject: [PATCH blead] B:: missing dependency
75215              
75216              Subject: [PATCH: 6757] configure.com updates and syslog build
75217              
75218              Long double Gconvert fixes from Yitzchak Scott-Thoennes
75219              and Spider Boardman.
75220              
75221              Subject: [PATCH blead] nextchar() abuse misses an optimisation
75222              
75223              Long double fixes from Spider Boardman.
75224              
75225              Make the selection of NVff et al stricter.
75226              
75227              cSVOPo_*v things index into the current PL_curpad
75228              under ithreads, which is different from the curpad
75229              used by the XSUB.  (In other words, the code as-is
75230              before this patch wouldn't work under ithreads.)
75231              
75232              Be portable.
75233              
75234              VMS MMS (make) wants null action.
75235              
75236              Mac and other portability updates from Chris Nandor.
75237              
75238              Storable support, v-version fixes.
75239              Subject: CPAN.pm beta for testing available
75240              
75241              Portability fix from Hugo van der Sanden.
75242              
75243              Bad makefile.
75244              
75245              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
75246              
75247              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
75248              
75249              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
75250              
75251              Replace #6705 with a minimal doc patch.
75252              Subject: [PATCH 5.6.0] replace change #6705
75253              
75254              Drop the separate perlbc, perlcc -b should be enough.
75255              
75256              installperl couldn't tell whether it had run tests or not.
75257              Subject: [PATCH] Re: installperl and t/TEST
75258              
75259              Add silencer flags to installperl.
75260              Subject: [PATCH] Making installperl silent.
75261              
75262              Make "make install" by default silent.  A new "install-verbose"
75263              target is verbose.
75264              
75265              More liberal parsing of version numbers.
75266              Subject: Re: CPAN.pm beta for testing available
75267              
75268              Create directories in silence.
75269              Subject: [PATCH] Another silencer for MakeMaker
75270              
75271              DOS patches and portability/porting notes, from Tim Jenness.
75272              
75273              Make installman to recognize the silence flag -S.
75274              
75275              Actually do something with the silencer option.
75276              
75277              Continue silencing.
75278              
75279              Show the doc file, not the temp file.
75280              
75281              Regen perltoc.
75282              
75283              Subject: [PATCH] More silencing of installman.
75284              
75285              Better wording for the vec lvalue diagnostic.
75286              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
75287              
75288              Subject: [PATCH: 6805] several more tweaks to configure.com
75289              
75290              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
75291              
75292              Missing parts of 
75293              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
75294              
75295              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
75296              (applied slightly modified)
75297              
75298              installperl --verbose and --silent.
75299              Subject: Re: [PATCH] More silencing of installman.
75300              
75301              Add install-silent target.
75302              
75303              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
75304              the problem reported in
75305              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
75306              
75307              Tweak the sfio/useperlio logic, hopefully as wished in
75308              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
75309              
75310              One forgotten file from #6816.
75311              
75312              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
75313              
75314              Remove duplicately applied patch shards.
75315              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
75316              
75317              Support preserving extremely big/small angles.
75318              
75319              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
75320              
75321              Subject: [PATCH] installation not quite silent yet.
75322              
75323              Update the test count.
75324              
75325              Use UVxf, PTR2UV, NVff.
75326              
75327              Document PTR2XX and INT2PTR.
75328              
75329              no-install target a la make -n.
75330              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
75331              
75332              grep -e isn't portable.
75333              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
75334              
75335              Can't get the test to reliably work thanks to the
75336              inaccurateness of floating point.  "Resolves" bug ids
75337              20000826.003, 20000826.009, 20000826.010,
75338              
75339              Subject: installman buglet
75340              
75341              DJGPP update from Laszlo Molnar.
75342              
75343              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
75344              
75345              Passing -R in ldflags makes now it to appear in the default
75346              for lddlflags, just like with -L.
75347              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
75348              
75349              Test nit.
75350              
75351              Use the actual thread type, not the pointer-to-struct.
75352              
75353              Provice virtual $Config{ccflags_nolargefiles} etc. 
75354              
75355              display_format used as a class method without arguments was broken,
75356              reported in
75357              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
75358              
75359              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
75360              
75361              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
75362              
75363              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
75364              
75365              opmini.o may be left around if a build is interrupted.
75366              
75367              Typo in #6858.
75368              
75369              Fix for ID 20000828.001, long doubles were not formatted
75370              correctly (showed up in $], which stopped installing perl).
75371              
75372              An attempt to fix the problem reported in
75373              Subject: Building perl@6856 using gcc/AIX 4.3.3 
75374              I can't test this properly since the gcc installation I have
75375              access to seems to be botched (gcc is calling the AIX cpp,
75376              a losing proposition...)
75377              
75378              Add -ld to archname on long tr...double platforms.
75379              
75380              Subject: hv.h Doc Patch
75381              
75382              Potential cruft.
75383              
75384              Subject: [PATCH bleedperl@6856] warnings fixes
75385              
75386              -S is the silent flag, -s is the strip flag.
75387              Subject: [PATCH] Re: [PATCH] make no-install          
75388              
75389              Take out the SUIDMAIL thing, that will not be
75390              a problem in 5.7.*.
75391              
75392              Subject: [PATCH bleedperl@6866] spellings
75393              
75394              Subject: [PATCH] Re: files not cleaned even by veryclean
75395              
75396              Use minimal @INC in tests, most of the time just '../lib',
75397              so that we simply can't pick up stuff from other Perls than
75398              the one we are testing.  Pointed out by
75399              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
75400              
75401              Update to Getopt::Long 2.24, from Johan Vromans.
75402              
75403              Fix for thinko in #6848.
75404              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
75405              
75406              Patches all over for people and the files they (hopefully) care about.
75407              
75408              Subject: Net::protoent does not export 'getproto'
75409              
75410              Missed a change in #6869.
75411              
75412              Subject: [PATCH] Warnings in B::Deparse
75413              
75414              Subject: [PATCH] Glob dumping
75415              
75416              Disable one of the tests for now.
75417              
75418              Disabling the one test is a bit tricky.
75419              
75420              Don't forget to tidy up.
75421              
75422              The #6881 removed one dump line.
75423              
75424              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
75425              
75426              Under usethreads the dumped variable is IN_PAD.
75427              Subject: Re: [PATCH] Glob dumping
75428              
75429              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
75430              
75431              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
75432              
75433              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
75434              
75435              Regen Configure for #6894.
75436              
75437              Subject: [PATCH: 6889] updates to perlebcdic.pod
75438              
75439              Undo namespace pollution of #6878.
75440              Subject: Re: Net::protoent does not export 'getproto'
75441              
75442              Admit that we are leaking scalars.
75443              
75444              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
75445      Branch: maint-5.6/perl
75446           !> (integrate 271 files)
75447 ____________________________________________________________________________
75448 [  7894] By: gsar                                  on 2000/11/27  16:00:34
75449         Log: a couple of nits
75450      Branch: maint-5.6/perl
75451            ! MANIFEST pp_sys.c
75452 ____________________________________________________________________________
75453 [  7893] By: gsar                                  on 2000/11/27  15:10:56
75454         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
75455              6740..6745,6747..6757,6760
75456              
75457              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
75458              
75459              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
75460              
75461              Doc nits spotted by Richard Soderberg.
75462              
75463              move WNOHANG definition to where other such things are
75464              
75465              Make $Config{byteorder} more magical so that it is
75466              dynamically computed: nice for 'fat binaries'.
75467              Subject: [PATCH]: default byteorder
75468              
75469              Subject: [PATCH] Cwd.pm now uses strict
75470              
75471              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
75472              
75473              Get -DLEAKTEST to compile (not necessarily to work, mind)
75474              Subject: [ID 20000724.006] -DLEAKTEST problem
75475              
75476              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
75477              
75478              Add perlebcdic from Peter Prymmer, regen toc.
75479              
75480              Don't propose using modules built for 5.005 if no binary
75481              compatibility with 5.005 is attempted.
75482              
75483              Do not use prototyping here.
75484              Subject: [ID 20000817.016] [PATCH] Peek.xs
75485              
75486              Document what the backtick returns if the command fails.
75487              
75488              Add byteorder to the myconfig output.
75489              
75490              Introduce NVef, NVff, and NVgf, use the middle one.
75491              (helps for lib/peek + Linux + long doubles)  Reported in
75492              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
75493              Use NVs in POSIX math, not doubles.
75494              Subject: [ID 20000817.014] POSIX & modfl
75495              
75496              Subject: [PATCH 5.6.0+] newSVrv() memory leak
75497              
75498              The byteorder code in #6671 was wrong.
75499              
75500              Fix the lib/complex failure of
75501              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
75502              Linux long double accuracy issue: something that
75503              when printed with %g looks like "2" but int() of it is 1.
75504              
75505              Propagate new Configure vars.
75506              
75507              Unbuffer the output.
75508              
75509              Subject: [PATCH] perltrap.pod spring cleaning
75510              
75511              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
75512              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
75513              
75514              Tiny Getopt::Long patch from Johan Vromans.
75515              
75516              Document code point which makes if (defined %stash::) to work
75517              (noted by Spider Boardman).
75518              
75519              Subject: [PATCH perl@6698] cygwin port
75520              
75521              Document the NDBM_File and ODBM_File as SDBM_File
75522              was documented in #6417.
75523              
75524              The new tests were missing from #6415.
75525              
75526              Add [[:blank:]] as suggested in
75527              Subject: [ID 20000716.024] [=cc=] / [:blank:]
75528              (the [=cc=] has already been taken care of by #6439
75529              so the whole bug report can be closed)
75530              and make [[:space:]] to be equivalent to isspace(3)
75531              (as opposed to \s, which is isSPACE()).  The difference
75532              is that now [[:space:]] matches the mythical vertical tab,
75533              while \s doesn't.
75534              
75535              Don't eat leading os from index entries.
75536              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
75537              
75538              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
75539              
75540              Typo in pp_complement().
75541              Subject: [PATCH perl-current] Deparse
75542              
75543              Add warnif(), check warnings further up the stack,
75544              all the warnings functions now can take an optional object reference.
75545              Subject: [PATCH bleedperl@6691] warnings pragma update
75546              
75547              Fix a core dump in lib/selfloader under -DDEBUGGING.
75548              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
75549              
75550              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
75551              
75552              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
75553              
75554              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
75555              Put back the long double avoidance code to POSIX.xs
75556              because VMS seems to need it still.
75557              
75558              Introduce a 'veryclean' target that is like 'distclean'
75559              but also removes *~ and *.orig.
75560              
75561              Subject: [ID 20000817.023] endianness description in perlfunc.pod
75562              
75563              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
75564              
75565              Let's try #6717 again.
75566              
75567              UTF8 concat fixes.
75568              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
75569              
75570              pp_open() could pass an uninitialized filename down to do_open9().
75571              
75572              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
75573              
75574              Update to CGI 2.72, from Lincoln Stein.
75575              
75576              Subject: [PATCH] Silence MakeMaker (Was: installman)
75577              
75578              Use temporary directory instead of current directory.
75579              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
75580              
75581              Document odd vs even subreleases and -Dusedevel.
75582              
75583              The veryclean target needs to clobber.
75584              
75585              Use File::Spec->tmpdir().
75586              
75587              Document the number of exponent digits.
75588              
75589              Mention perlebcdic and perlposix-bc.
75590              
75591              s/this one/the 5.6.0 release/
75592              
75593              The #6724 is here.
75594              
75595              The correct cleaning order is an art.
75596              
75597              small tweaks for change#6705: avoid C++ style comments in C code;
75598              use Perl's malloc API rather than the low level system one
75599              
75600              Array context keeps slithering in.
75601              
75602              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
75603              
75604              Subject: [PATCH] os2.c fix for use64bitint
75605              
75606              Update to Pod::LaTeX 0.53.
75607              Subject: [PATCH] lib/Pod/LaTeX.pm updates
75608              
75609              Document the endianness of Alpha more precisely.
75610              
75611              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
75612              
75613              Rename the macro argument because some preprocessors
75614              can't tell the difference and expand arguments also inside
75615              double quoted strings.
75616              
75617              free TLS slot properly on Windows
75618              
75619              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
75620              
75621              Unicos/mk requires elaborate paranoia.
75622              
75623              Tweak the floating point output routine preferences.
75624              
75625              Also under djgpp the timestamps are funky.
75626              
75627              Apply some PodParser 1.18 patches; the Pod/Find.pm
75628              patches cannot be applied since #6712 conflicts.
75629              
75630              Use PodParser 1.18 new test.
75631              
75632              A pod nit.
75633              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
75634              
75635              Be verydeepclean.
75636      Branch: maint-5.6/perl
75637           +> pod/perlebcdic.pod
75638           !> (integrate 106 files)
75639 ____________________________________________________________________________
75640 [  7892] By: jhi                                   on 2000/11/27  15:02:32
75641         Log: Update Changes.
75642      Branch: perl
75643            ! Changes patchlevel.h
75644 ____________________________________________________________________________
75645 [  7891] By: jhi                                   on 2000/11/27  14:57:23
75646         Log: Subject: Re: perlfaq style changes
75647              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75648              Date: Sat, 25 Nov 2000 23:32:26 -0800
75649              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
75650              
75651              plus a note from Ronald Kimball.
75652      Branch: perl
75653            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
75654 ____________________________________________________________________________
75655 [  7890] By: jhi                                   on 2000/11/27  14:53:14
75656         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
75657              From: Benjamin Holzman <bah@ecnvantage.com>
75658              Date: Sun, 26 Nov 2000 16:27:33 -0500
75659              Message-ID: <20001126162733.J25040@ecnvantage.com>
75660      Branch: perl
75661            ! gv.c
75662 ____________________________________________________________________________
75663 [  7889] By: jhi                                   on 2000/11/27  14:43:11
75664         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
75665              From: lvirden@cas.org
75666              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
75667              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
75668      Branch: perl
75669            ! README.amiga
75670 ____________________________________________________________________________
75671 [  7888] By: jhi                                   on 2000/11/27  14:32:34
75672         Log: Restore also the locale test to no-sprintf-taint state.
75673              Fixes the bug 20001127.003.
75674      Branch: perl
75675            ! sv.c t/pragma/locale.t
75676 ____________________________________________________________________________
75677 [  7887] By: gsar                                  on 2000/11/27  14:13:05
75678         Log: integrate changes#6613..6616,6620..6665 from mainline
75679              
75680              VMS configure.com update continues.
75681              
75682              Subject: Test fails / warnings with perl-current #6612
75683              
75684              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
75685              
75686              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75687              
75688              For now remove the mail code.
75689              
75690              Subject: Re: [PATCH] @+, @- readonly
75691              
75692              Subject: warning: storage class after type is obsolescent
75693              
75694              Subject: sfio2000
75695              
75696              Subject: Re: File::Temp problems on VMS in bleedperl
75697              
75698              README.os2 update.
75699              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
75700              
75701              Make the user to give up his firstborn, err, to knowingly
75702              verify installing an unstable developer release.  Also bump
75703              the release to 5.7.0, but leave a patch tag in the local
75704              patches saying that this is not yet the real thing.
75705              
75706              Update (kinda) to Test 1.14, from Joshua Pritikin.
75707              
75708              make ok etc also for win32.
75709              
75710              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
75711              
75712              Don't blow limited stacks, a lower number is enough to
75713              tickle the lookbehind limit.
75714              
75715              Use -Dusedevel; regen Configure and the respective Porting stuff.
75716              
75717              Subject: [PATCH] debugger exit code should reflect user exit code
75718              
75719              Subject: [PATCH perl@6620] cygwin port
75720              
75721              Missed a file from #6638.
75722              
75723              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)
75724              
75725              magic callbacks all need to have same type signature
75726              
75727              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
75728              
75729              Fix a dependency problem.
75730              Subject: [PATCH: 6640] VMS Makefile.SH update
75731              
75732              The numeric locale was reset to "C" by s?printf and never restored.
75733              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
75734              No test since adding the failing example to locale.t
75735              does not fail -- probably because the locale settings are so
75736              thoroughly tweaked by that time.  Running the example standalone
75737              does fail, though.  UPDATE: test case added at change #7540.
75738              
75739              Subject: [ID 20000324.040] minor fix to perlhpux.pod
75740              
75741              Update to CPAN 1.57.
75742              
75743              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
75744              
75745              Change the perlbug address to perl.org since it's more forgiving.
75746              
75747              Change the regx compilation error markers to use = instead of <
75748              since pod makes using the latter quite messy.  Reported in
75749              ID 20000814.006 by Abigail and in
75750              Subject: Unknown escape E<> ?
75751              
75752              Update to perldebtut 1.9, from Richard Foley.
75753              
75754              check that the number pseudo children doesn't exceed
75755              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
75756              the WaitForMultipleObjects() limit that would cause wait()
75757              to crash)
75758              wait() and waitpid() could potentially be rewritten to use
75759              more than one thread to do the waiting to eliminate this
75760              limitation
75761              
75762              change#6328 could make close(SOCKET) return false on windows
75763              when it shouldn't
75764              
75765              pod nit seen in passing
75766              
75767              on windows, the return values from wait() and waitpid() don't
75768              match those of pseudo-pids
75769              
75770              waitpid() now handles externally spawned pids correctly;
75771              fixes for backtick/wait/waitpid failures on Windows 9x
75772              these changes make the pid returned by process functions on
75773              Windows 9x always positive by clearing the high bit (which
75774              is always set on Win9x); pseudo-process PIDs are likewise
75775              always negative now on Win9x (just as on NT/2000)
75776              
75777              trailing new %ENV entries weren't being pushed into the real
75778              environment of subprocesses on Windows
75779              
75780              Tweak the regex compilation errors once more.
75781              
75782              avoid warnings from dense compiler
75783              
75784              add "ok" targets from change#6632 in makefile.mk
75785      Branch: maint-5.6/perl
75786            - lib/Pod/PlainText.pm vms/configure.com
75787           !> (integrate 66 files)
75788 ____________________________________________________________________________
75789 [  7886] By: jhi                                   on 2000/11/27  13:54:18
75790         Log: __FUNCTION__ isn't portable and trying to emulate it leads
75791              into practically spelling out the name of the function.
75792              Takes care of the bug 20001127.001.
75793      Branch: perl
75794            ! perlio.c
75795 ____________________________________________________________________________
75796 [  7885] By: gsar                                  on 2000/11/27  13:53:18
75797         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
75798              6610..6611 from mainline
75799              
75800              Make regular expression parse error messages easier to understand.
75801              Subject: Re: enhanced(?) regex error messages
75802              
75803              Tiny tidying on report_evil_fh().
75804              
75805              Subject: Re: enhanced(?) regex error messages 
75806              plus Capitalize the error messages, plus perldiag them.
75807              
75808              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
75809              
75810              Document here-doc better.
75811              
75812              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75813              
75814              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
75815              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
75816              (either perlbug or p5p ate the original), plus regen
75817              perlapi and perltoc. 
75818              
75819              Regen global.sym.
75820              
75821              Double check that we have a dirhandle.
75822              
75823              Subject: Re: enhanced(?) regex error messages
75824              (plus two small patches sent privately)
75825              (this still seems to leave few test failures)
75826              
75827              warn is a macro, avoid using at a variable to avoid warnings
75828              in some configurations; readdir.t is too conservative in
75829              estimating number of *.t's
75830              
75831              Get back into sync with Jeffrey on the enhanced regex warnings.
75832              
75833              Subject: [PATCH 5.6.0] cygwin port
75834              
75835              Zero entries were skipped, fix from Adrian Goalby
75836              <argoalby@yahoo.co.uk>
75837              
75838              Subject: Remove dead entry in perldiag
75839              
75840              Amend the description of Perl6.
75841              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
75842              
75843              detypo
75844              
75845              It's the 2ndO'ROSSC.
75846              
75847              Revert the sv.c part of #6559, a better fix is needed.
75848              
75849              Iterating perl6 description.
75850              
75851              Update to Term::ANSIColor 1.03, from Russ Allbery.
75852              
75853              Update to Getopt::Long 2.23_05, from Johan Vromans.
75854              
75855              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
75856              
75857              Update to Pod::Parser 1.17, from Brad Appleton.
75858              
75859              Update to CPAN 1.56, from Andreas König.
75860              
75861              Update to CGI 2.70, from Lincoln Stein.
75862              
75863              Put back the std @INC thing.
75864              
75865              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
75866              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
75867              
75868              Document the IO::Select timeout.
75869              
75870              sleep(1) does not necessarily return 1.
75871              Subject: [PATCH bleadperl] op/lex_assign.t  
75872              
75873              Subject: debugger "d" command doesnt check line number
75874              
75875              B::Deparse didn't do sub attributes.
75876              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75877              
75878              Preprocessing and postprocessing for File::Find.
75879              Subject: Patch to Find::File.pm to allow alphabetical results
75880              
75881              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
75882              
75883              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
75884              
75885              Subject: Re: [ID 20000730.003] utf8::length() bad
75886              
75887              Subject: Getting perlio and threads to compile
75888              (the Solaris version changes in Configure skipped)
75889              
75890              Tests for #6589.
75891              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75892              
75893              Add Perl debugging tutorial, regen toc. 
75894              Subject: perldebtut.pod
75895              
75896              Add a few missing files, update MANIFEST.
75897              
75898              Rewrite of vms/subconfigure.com as configure.com,
75899              from Peter Prymmer and the vmsperl crew.
75900              
75901              Should have deleted this in #6603.
75902              
75903              Fix the test for 5005threads.
75904              
75905              Fix-n-skip the tests under 5005threads.
75906              
75907              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
75908              
75909              Upgrade to CGI 2.71, from Lincoln Stein.
75910      Branch: maint-5.6/perl
75911           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
75912           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
75913           +> t/op/regmesg.t t/pod/find.t vms/configure.com
75914            - vms/subconfigure.com
75915            ! lib/lib.pm
75916           !> (integrate 115 files)
75917 ____________________________________________________________________________
75918 [  7884] By: jhi                                   on 2000/11/27  13:44:33
75919         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
75920              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75921              Date:     Mon, 27 Nov 2000 08:23:54 EST
75922              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
75923      Branch: perl
75924            ! vms/descrip_mms.template vms/test.com
75925 ____________________________________________________________________________
75926 [  7883] By: gsar                                  on 2000/11/27  11:50:46
75927         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
75928              6511..6513,6515..6523,6525..6536
75929              
75930              The swallow_bom() saga continues.  The #23 of require.t
75931              (UTF16-LE) still fails (silently, no output) but the #22
75932              (UTF16-BE) seems to be working now.  The root of the
75933              failure may be in sv_gets(): is it UTF-16LE-aware,
75934              especially when it comes to line endings? 
75935              
75936              Document the problem with -P in HP-UX and its workaround.
75937              
75938              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
75939              (aka ID 20000730.002)
75940              
75941              Subject: fix and question re: waitpid() under win32
75942              
75943              Make the safety catch for buggy gccs work with triple version
75944              numbers like 2.95.2.  Reported in
75945              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
75946              
75947              In Digital UNIX warn if gcc explicitly chosen because even
75948              2.95.2 is known to cause problems.
75949              
75950              Make chr() for values >127 to create utf8 when under utf8.
75951              
75952              various syntax errors and such (not fixed: comp/require.t#22 coredump
75953              on Windows)
75954              
75955              Stash away the largefiles flags and libswanted.
75956              
75957              BOM patching from Simon Cozens.
75958              
75959              If gccosandvers is equal to osname, clear gccosandvers.
75960              
75961              Make p4desc to skip non-mainperl branches by default.
75962              
75963              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
75964              
75965              The test from this
75966              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
75967              
75968              In new BSDs changes to argv[] do not show up in ps(1) output,
75969              instead one must use setproctitle().  This was already addressed
75970              by change #6457, but the below has a new variant for FreeBSD 4.0
75971              or later, and the matter is also documented more.
75972              
75973              FreeBSD 3.* updates from
75974              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
75975              
75976              regen_headers, regen perltoc.
75977              
75978              Document in one place the memory abstractions used in Perl core.
75979              
75980              memcpy has n o in it, as pinted ut by Sarathy.
75981              
75982              Remove the extraneous "main::" prefix from all the
75983              "opened only for", "on closed", and "never opened" warnings.
75984              
75985              The name of a filehandle does not have <these>.
75986              
75987              The tr utf8 patching continues.
75988              
75989              The new setproctitle() feature is available only in 
75990              bleeding edge FreeBSD.  From Paul Saab.
75991              
75992              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
75993              
75994              Dump UVs as UVs in Data::Dumper.
75995              
75996              detypo #6494
75997              
75998              Document the IVdf UVuf UVof UVxf.
75999              
76000              require.t needs binmode() to work on windows
76001              
76002              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
76003              that are hopefully soon put into use.
76004              
76005              Allow "no Module;" even if there is no 'unimport'.
76006              
76007              Better skip message for the test; one of the two problems in
76008              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
76009              
76010              The subtest 4 may fail also on VOBS, as pointed out
76011              by Nick Ing-Simmons in November 1999, bug id 19991124.003
76012              (but the failure in that bug report isn't the subtest 4).
76013              
76014              Be more informative on what is skipped and why,
76015              also repeat the list at the end.
76016              
76017              Add a URL for FSF.
76018              
76019              Subject: [PATCH] sv.h documentation - SvLEN
76020              
76021              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
76022              
76023              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
76024              
76025              Subject: [PATCH] bad cppsymbols on os2 + Configure question
76026              
76027              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
76028              
76029              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
76030              mention the idea of @( and @)
76031              
76032              This is 6512.  Really.
76033              
76034              Subject: [ID 19990721.004] Documentation bug in perlfunc
76035              
76036              Subject: Minor tweak to perlvar.pod
76037              
76038              In the warnings call filehandles consistently so;
76039              add "unopened" warning for stat().
76040              
76041              After the #6519 a warning about stat() is just that,
76042              not about a filetest, which now have their own warning.
76043              
76044              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
76045              
76046              Subject: Re: Array vs. List context
76047              
76048              Subject: New perlcc, take 2
76049              
76050              Weed buglets pointed out by
76051              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
76052              
76053              gcc versions might have (parentheses) in them.
76054              
76055              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
76056              
76057              Essential prototype changes were missing from #6527.
76058              Also make report_evil_fh() more bomb-proof.
76059              
76060              Zap lib/Sys directory when cleaning up.
76061              
76062              Change the Policy policy: now -Dprefix= with an existing
76063              Policy.sh and prefix == siteprefix == vendorprefix, then all
76064              of them follow along the new prefix.
76065              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
76066              
76067              Continue fixing the io warnings.  This also
76068              sort of fixes bug ID 20000802.003: the core dump
76069              is no more.  Whether the current behaviour is correct
76070              (giving a warning: "Not a format reference"), is another matter.
76071              
76072              Have symbols for the IoTYPEs.
76073              
76074              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
76075              
76076              Document a bit that UDP is not what you might think.
76077              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
76078              tr memory corruption fix from Simon Cozens.
76079              
76080              Plug the security hole described in the Aug 05 2000 bugtraq message
76081              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
76082              The security hole exists only in suidperls, which isn't
76083              installed or even built by default.
76084      Branch: maint-5.6/perl
76085           !> (integrate 71 files)
76086 ____________________________________________________________________________
76087 [  7882] By: gsar                                  on 2000/11/27  10:25:36
76088         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
76089              from mainline
76090              
76091              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
76092              to be fatal errors (instead of by default ignoring them, and
76093              ignoring with a bug: even though -w gave an error, the opening [
76094              was left in)  Reported in:
76095              
76096              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
76097              
76098              Subject: [PATCH] split /^/
76099              
76100              MacOS nits from Matthias Neeracher.
76101              
76102              More split() doc and test patches from Mike Guy.
76103              
76104              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
76105              from Graham Barr in the module list.
76106              
76107              docfix from Peter Scott <Peter@PSDT.com>.
76108              
76109              File::Temp patches for VMS and OS/2 from Tim Jenness.
76110              
76111              open() wariness in perlbug.
76112              
76113              Subject: [PATCH] minor doc change - perlguts
76114              
76115              Subject: Minor doc patch: handy.h
76116              
76117              Be wary of close()s, too.
76118              
76119              Further File::Temp patches from Yitzchak Scott-Thoennes
76120              and Craig A. Berry.
76121              
76122              Subject: [PATCH] fixes bug 20000508.004
76123              
76124              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
76125              
76126              Allow "no AutoLoader;", based on change #6444,
76127              suggested by Graham Barr.
76128              
76129              Use setproctitle() if available to modify $0.
76130              
76131              Warn if the version of the operating system used to compile gcc
76132              differs from the current version of the operating system.
76133              Also display the gcc compilation os and version in myconfig.
76134              Inspiration from
76135              
76136              Tiny fixes for #6460.
76137              
76138              The problem described in this
76139              Subject: [ID 20000322.018] named chars aren't magical enough
76140              has been fixed in perl 5.6.0 but just in case added a test
76141              to keep it away.  (The report from Joseph Hall.)
76142              
76143              Tune the comments and hopefully stop a memory leak.
76144              
76145              Subject: UTF8 concat
76146              (with a memory leak fixed, plus a few casts added)
76147              This also seems to help for
76148              Subject: [ID 20000716.015] join UTF8 weirdness
76149              
76150              Do not upgrade SVs into utf8 just because they participate
76151              in eq or cmp.  Reported and fix suggested in
76152              Subject: [ID 20000720.009] sv_eq UTF8 bug
76153              
76154              Fix the HALF_UPGRADE() macro introduced in #6263.
76155              
76156              Find green threads before native threads.
76157              Subject: Re: Patch to jpl/JNI/Makefile.PL
76158      Branch: maint-5.6/perl
76159           !> (integrate 30 files)
76160 ____________________________________________________________________________
76161 [  7881] By: jhi                                   on 2000/11/27  05:48:41
76162         Log: It seems that *both* the unused submatch loop cleanup
76163              codes are needed.
76164      Branch: perl
76165            ! regexec.c
76166 ____________________________________________________________________________
76167 [  7880] By: jhi                                   on 2000/11/27  04:50:07
76168         Log: Clean .exists deeper.
76169      Branch: perl
76170            ! Makefile.SH
76171 ____________________________________________________________________________
76172 [  7879] By: jhi                                   on 2000/11/27  02:31:35
76173         Log: The code in regcppop() (see #7878) contains the correct lower
76174              limit for the unused submatch 'cleanup' loop so that under
76175              "use utf8" the following code wouldn't dump core:
76176              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
76177              the cleanup loop in regtry() stomped beyond allocated area
76178              in the startp[] array.  Therefore, copied the correct lower
76179              loop limit (*PL_reglastparen) to regtry().  Note: something
76180              may still not be quite right: why was the _higher_ loop limit
76181              (prog->nparens) different in the utf8 case?
76182              
76183              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
76184              without core dumps, there were about 17 of them before
76185              the patch (with us since Perl 5.7.0).  Two failures, still:
76186              496 and 505 (though these may not be severe).
76187              
76188              Patch #7881 is also needed since both the cleanup loops
76189              seem to be needed.
76190              
76191              Also, the t/op/pat#44 seems to core dump under utf8.
76192              Plus a couple of failures.  UGH-8.
76193      Branch: perl
76194            ! regexec.c
76195 ____________________________________________________________________________
76196 [  7878] By: jhi                                   on 2000/11/27  02:21:17
76197         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
76198              the code in regcppop() seems to be redundant for the test suite --
76199              but it contains a germ of truth, and it needed for the build
76200              process itself: see #7879 and #7881.
76201      Branch: perl
76202            ! regexec.c
76203 ____________________________________________________________________________
76204 [  7877] By: jhi                                   on 2000/11/27  01:53:09
76205         Log: Comment on comment.
76206      Branch: perl
76207            ! regexec.c
76208 ____________________________________________________________________________
76209 [  7876] By: jhi                                   on 2000/11/27  00:49:59
76210         Log: Adjust the docs to agree with #7875.
76211      Branch: perl
76212            ! pod/perllocale.pod
76213 ____________________________________________________________________________
76214 [  7875] By: jhi                                   on 2000/11/27  00:49:27
76215         Log: Retract #7863.  It makes more sense not to taint formatted output,
76216              not even by sprintf().
76217      Branch: perl
76218            ! sv.c
76219 ____________________________________________________________________________
76220 [  7874] By: jhi                                   on 2000/11/26  23:36:02
76221         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
76222              Not really fixed (should really dump the UTF-8 charclass),
76223              but stopped displaying the garbage.
76224              
76225              Also add a note on the (missing) Unicode PSXSPC and BLANK.
76226      Branch: perl
76227            ! regcomp.c
76228 ____________________________________________________________________________
76229 [  7873] By: jhi                                   on 2000/11/26  21:31:13
76230         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
76231      Branch: perl
76232            ! regexec.c
76233 ____________________________________________________________________________
76234 [  7872] By: jhi                                   on 2000/11/26  21:06:04
76235         Log: No need to scan till infinity, 13 is enough.
76236      Branch: perl
76237            ! handy.h utf8.c
76238 ____________________________________________________________________________
76239 [  7871] By: jhi                                   on 2000/11/26  20:20:32
76240         Log: Test line numbers are different with utf8.
76241      Branch: perl
76242            ! t/op/re_tests
76243 ____________________________________________________________________________
76244 [  7870] By: jhi                                   on 2000/11/26  20:10:12
76245         Log: Message nit.
76246      Branch: perl
76247            ! regcomp.c
76248 ____________________________________________________________________________
76249 [  7869] By: jhi                                   on 2000/11/26  19:01:05
76250         Log: Make utf8_length() and utf8_distance() (the latter of which
76251              is unused at the moment) to be less forgiving about bad UTF-8.
76252      Branch: perl
76253            ! embed.h embed.pl objXSUB.h proto.h utf8.c
76254 ____________________________________________________________________________
76255 [  7868] By: jhi                                   on 2000/11/26  18:45:56
76256         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
76257              From: Benjamin Holzman <bah@ecnvantage.com>
76258              Date: Sat, 25 Nov 2000 20:40:20 -0500       
76259              Message-ID: <20001125204020.A25040@ecnvantage.com>              
76260              
76261              Debian allows installing /usr/bin/locale without installing
76262              any locales, an error message will ensue.
76263      Branch: perl
76264            ! t/pragma/locale.t
76265 ____________________________________________________________________________
76266 [  7867] By: jhi                                   on 2000/11/26  18:31:12
76267         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
76268              From: Benjamin Holzman <bah@ecnvantage.com>
76269              Date: Sun, 26 Nov 2000 02:42:34 -0500
76270              Message-ID: <20001126024234.G25040@ecnvantage.com>
76271              
76272              Patch for the bug 20000212.002.
76273      Branch: perl
76274            ! sv.c t/op/array.t
76275 ____________________________________________________________________________
76276 [  7866] By: jhi                                   on 2000/11/26  18:28:09
76277         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
76278              From: Tim Jenness <t.jenness@jach.hawaii.edu>
76279              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
76280              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
76281              
76282              File::Temp 0.11.
76283      Branch: perl
76284            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
76285 ____________________________________________________________________________
76286 [  7865] By: jhi                                   on 2000/11/26  18:24:22
76287         Log: The metaconfig unit change for #7864.
76288      Branch: metaconfig/U/perl
76289            ! need_va_copy.U
76290 ____________________________________________________________________________
76291 [  7864] By: jhi                                   on 2000/11/26  18:23:41
76292         Log: Make the va_copy() test not to be so talkative.
76293      Branch: perl
76294            ! Configure config_h.SH
76295 ____________________________________________________________________________
76296 [  7863] By: jhi                                   on 2000/11/26  18:11:02
76297         Log: Fix locale inconsistencies unearthed by Hugo's work.
76298              Now the floating point sprintf really does taint the result
76299              string as perllocale promises (has promised for a long time)
76300              if "use locale" is in the lexical scope.
76301      Branch: perl
76302            ! sv.c t/pragma/locale.t
76303 ____________________________________________________________________________
76304 [  7862] By: jhi                                   on 2000/11/26  00:35:15
76305         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
76306              From: Nicholas Clark <nick@ccl4.org>
76307              Date: Sun, 26 Nov 2000 00:07:50 +0000
76308              Message-ID: <20001126000750.A22446@plum.flirble.org>
76309              
76310              Infinit.
76311      Branch: perl
76312            ! sv.c
76313 ____________________________________________________________________________
76314 [  7861] By: jhi                                   on 2000/11/26  00:01:26
76315         Log: Integrate perlio:
76316              
76317              [  7860]
76318              Correct relative path from new ext\Filter\Util\Call location
76319              back to miniperl.
76320              
76321              [  7857]
76322              All tests pass on Win32/gcc/USE_PERLIO.
76323              - when crlf layer is pushed make unix-level binary.
76324              - remove :crlf injection in pp_backtick in pp_sys.c
76325              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
76326              
76327              [  7853]
76328              Re-arrange crlf vs binary for platforms that care.
76329              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
76330              Lip-service to making stdio layer work on such platforms (untested).
76331              Now fails 3 tests rather than one, checkin to see if I can debug 
76332              the issue under linux. (Do not merge.)
76333      Branch: perl
76334           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
76335 ____________________________________________________________________________
76336 [  7860] By: nick                                  on 2000/11/25  22:04:17
76337         Log: Correct relative path from new ext\Filter\Util\Call location
76338              back to miniperl.
76339      Branch: perlio
76340            ! win32/makefile.mk
76341 ____________________________________________________________________________
76342 [  7859] By: nick                                  on 2000/11/25  21:26:54
76343         Log: Integrate mainline.
76344      Branch: perlio
76345           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
76346           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
76347           +> t/lib/filter-util.t
76348            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76349            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76350            - t/lib/filt-util.t
76351           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
76352           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
76353           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
76354           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
76355           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
76356           !> win32/makefile.mk
76357 ____________________________________________________________________________
76358 [  7858] By: gsar                                  on 2000/11/25  20:52:17
76359         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
76360              parent's memory; fix it by keeping track of the actual pad
76361              offset rather than a raw pointer (this change is probably also
76362              relevant to non-ithreads case to avoid fallout from reallocs of
76363              the pad array, but is currently only enabled for the ithreads
76364              case in the interests of minimal disruption to existing "well
76365              tested" code)
76366      Branch: perl
76367            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
76368            ! proto.h scope.c scope.h sv.c t/op/fork.t
76369 ____________________________________________________________________________
76370 [  7857] By: nick                                  on 2000/11/25  20:01:28
76371         Log: All tests pass on Win32/gcc/USE_PERLIO.
76372              - when crlf layer is pushed make unix-level binary.
76373              - remove :crlf injection in pp_backtick in pp_sys.c
76374              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
76375      Branch: perlio
76376            ! doio.c perlio.c pp_sys.c win32/makefile.mk
76377 ____________________________________________________________________________
76378 [  7856] By: jhi                                   on 2000/11/25  18:38:30
76379         Log: Update the metaconfig units for #7855.
76380      Branch: metaconfig/U/perl
76381            ! useperlio.U usesocks.U
76382 ____________________________________________________________________________
76383 [  7855] By: jhi                                   on 2000/11/25  18:37:54
76384         Log: Undo the SOCKS workarounds, instead start using PerlIO
76385              if SOCKS is selected.
76386              
76387              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
76388              From: Jens Hamisch <jens@Strawberry.COM>
76389              Date: Fri, 24 Nov 2000 18:31:30 +0100
76390              Message-ID: <20001124183130.E28337@Strawberry.COM>
76391              
76392              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
76393              From: Jens Hamisch <jens@Strawberry.COM>
76394              Date: Fri, 24 Nov 2000 19:11:51 +0100
76395              Message-ID: <20001124191151.A28753@Strawberry.COM>
76396      Branch: perl
76397            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
76398            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
76399 ____________________________________________________________________________
76400 [  7854] By: jhi                                   on 2000/11/25  17:39:08
76401         Log: Undo #7848.  Some of the code seems to use walkoptree(),
76402              some walkoptree_slow().  An unfinished renaming?
76403              Now the sub is walkoptree() (which is @EXPORT_OK),
76404              the walkoptree_slow() is a typeglob alias to walkoptree.
76405              This makes the tests to pass, at least.
76406      Branch: perl
76407            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
76408 ____________________________________________________________________________
76409 [  7853] By: nick                                  on 2000/11/24  22:24:33
76410         Log: Re-arrange crlf vs binary for platforms that care.
76411              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
76412              Lip-service to making stdio layer work on such platforms (untested).
76413              Now fails 3 tests rather than one, checkin to see if I can debug 
76414              the issue under linux. (Do not merge.)
76415      Branch: perlio
76416            ! doio.c perlio.c perliol.h
76417 ____________________________________________________________________________
76418 [  7852] By: jhi                                   on 2000/11/24  18:57:39
76419         Log: AUTHORS edits.
76420      Branch: perl
76421            ! AUTHORS
76422 ____________________________________________________________________________
76423 [  7851] By: jhi                                   on 2000/11/24  17:34:56
76424         Log: Add Jan-Erik Karlsson.
76425      Branch: perl
76426            ! AUTHORS
76427 ____________________________________________________________________________
76428 [  7850] By: jhi                                   on 2000/11/24  17:27:56
76429         Log: Configure should find stdchar on its own.
76430      Branch: perl
76431            ! hints/solaris_2.sh
76432 ____________________________________________________________________________
76433 [  7849] By: jhi                                   on 2000/11/24  17:24:55
76434         Log: Subject: PATCH over 7848: Filter test flawed
76435              From: andreas.koenig@anima.de (Andreas J. Koenig)
76436              Date: 24 Nov 2000 10:28:29 +0100
76437              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
76438      Branch: perl
76439            ! t/lib/filter-util.t
76440 ____________________________________________________________________________
76441 [  7848] By: jhi                                   on 2000/11/24  17:22:15
76442         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
76443              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
76444              Date: Fri, 24 Nov 2000 16:12:58 +0000
76445              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
76446      Branch: perl
76447            ! ext/B/B.pm
76448 ____________________________________________________________________________
76449 [  7847] By: jhi                                   on 2000/11/24  03:07:01
76450         Log: Integrate perlio:
76451              
76452              [  7844]
76453              Win32/perlio Now just fails one io/argv.t test - lack 
76454              of default :crlf on standard streams.
76455              
76456              [  7843]
76457              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
76458              peek fail is showing a real problem (multiple crlf layers
76459              are getting pushed.)
76460              
76461              [  7842]
76462              Implement PerlIO_binmode()
76463              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
76464              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
76465              make binmode in t/lib/io_tell.t unconditional so that works.
76466              Checkin just so Win32 machine can see these changes.
76467              
76468              [  7836]
76469              Implement crlf layer - not ready for merge.
76470      Branch: perl
76471           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
76472           !> win32/makefile.mk
76473 ____________________________________________________________________________
76474 [  7846] By: gsar                                  on 2000/11/24  00:55:57
76475         Log: integrate changes#6415..6418,6420..6438 from mainline
76476              
76477              Fix the bitvector ops for utf8 (tricky since past 7 bits
76478              the utf8 'characters' can be more than one octet).
76479              
76480              MPE/ix updates for perl 5.6.0 from Mark Bixby.
76481              
76482              Subject: SDBM_File documentation
76483              
76484              Detypo.
76485              
76486              Decutandpasto.
76487              
76488              Send all installperl messages to STDERR and be -w clean.
76489              
76490              Out-of-date note removed.
76491              
76492              Protect against "wild next"s, that is, callbacks doing "next"
76493              instead of "return".
76494              
76495              Use STDOUT consistently.
76496              
76497              The output might have been produced in the wrong order.
76498              
76499              A missing 'break' after the [[:space:]] switch case.
76500              
76501              Add tests for
76502              [ID 19991110.003] another matching finding by pcre author
76503              which has already been fixed by some patch, as verified in
76504              
76505              Documentation to explain the behaviour of map().
76506              
76507              Add an optimization for map-maps-a-list-element-to-more-list-elements
76508              case, but add also notes explaining the relationship of this
76509              patch and the earlier notes by Sarathy.
76510              
76511              Subject: [ID 20000716.023] syslog test fails without sockets
76512              
76513              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
76514              Test cases for #6431.
76515              
76516              File::Spec::VMS fixup for tmpdir from Craig Berry.
76517              
76518              Make the "uninit variable" warning to say "concat or string"
76519              or "join or string" when in concat or join .
76520              
76521              Get UTF16 BOMs working.  Patch from
76522              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
76523              
76524              Subject: [PATCH] Make large file tests deal with SIGXFSZ
76525              
76526              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
76527              
76528              Subject: [PATCH] av.c apidoc
76529      Branch: maint-5.6/perl
76530           !> (integrate 43 files)
76531 ____________________________________________________________________________
76532 [  7845] By: gsar                                  on 2000/11/24  00:20:45
76533         Log: integrate changes#6406..6414 from mainline
76534              
76535              Merge perlhacktut into perlhack, update perlguts.
76536              
76537              Fix AutoSplit to use File::Spec the right way in VMS,
76538              from Peter Prymmer.
76539              
76540              The bug report
76541              [ID 19991110.002] minimal matching discrepancy found by pcre author
76542              seems to have been fixed (though differently from what was suggested
76543              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
76544              
76545              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
76546              not in pod, from Peter Prymmer
76547              
76548              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
76549              From: Hugo <hv@crypt.compulink.co.uk>
76550              Date: Fri, 14 Jul 2000 23:05:20 +0100
76551              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
76552              
76553              Didn't anymore apply, but that point still could use another fix.
76554              
76555              lib/b test fixes from Peter Prymmer.
76556              
76557              More docs for sv functions.
76558              
76559              perlvms.pod whitespace cleanup to keep pod utils happy.
76560              
76561              another VMS build tweak from Peter Prymmer
76562      Branch: maint-5.6/perl
76563           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
76564           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
76565           !> vms/descrip_mms.template vms/perlvms.pod
76566 ____________________________________________________________________________
76567 [  7844] By: nick                                  on 2000/11/23  23:42:45
76568         Log: Win32/perlio Now just fails one io/argv.t test - lack 
76569              of default :crlf on standard streams.
76570      Branch: perlio
76571            ! doio.c perlio.c
76572 ____________________________________________________________________________
76573 [  7843] By: nick                                  on 2000/11/23  23:04:05
76574         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
76575              peek fail is showing a real problem (multiple crlf layers
76576              are getting pushed.)
76577      Branch: perlio
76578            ! doio.c perlio.c win32/makefile.mk
76579 ____________________________________________________________________________
76580 [  7842] By: nick                                  on 2000/11/23  19:46:23
76581         Log: Implement PerlIO_binmode()
76582              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
76583              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
76584              make binmode in t/lib/io_tell.t unconditional so that works.
76585              Checkin just so Win32 machine can see these changes.
76586      Branch: perlio
76587            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
76588 ____________________________________________________________________________
76589 [  7841] By: jhi                                   on 2000/11/23  19:30:00
76590         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
76591      Branch: perl
76592            ! README.amiga
76593 ____________________________________________________________________________
76594 [  7840] By: jhi                                   on 2000/11/23  17:18:02
76595         Log: SOCKS wrestling continues, patches from Jens Hamisch.
76596      Branch: perl
76597            ! doio.c embed.h embed.pl perlsdio.h proto.h
76598 ____________________________________________________________________________
76599 [  7839] By: jhi                                   on 2000/11/23  16:54:14
76600         Log: Push Filter::Util::Call one level deeper.
76601      Branch: perl
76602            + t/lib/filter-util.t
76603           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
76604           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
76605            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76606            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76607            - t/lib/filt-util.t
76608            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
76609            ! win32/Makefile win32/makefile.mk
76610 ____________________________________________________________________________
76611 [  7838] By: jhi                                   on 2000/11/23  16:52:40
76612         Log: Reach back one higher up when searching for PERL_SRC.
76613      Branch: perl
76614            ! lib/ExtUtils/MM_Unix.pm
76615 ____________________________________________________________________________
76616 [  7837] By: jhi                                   on 2000/11/23  16:05:41
76617         Log: Subject: Re: perl@7826
76618              Date: Thu, 23 Nov 2000 02:20:25 -0600
76619              From: "Craig A. Berry" <craigberry@mac.com>
76620              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
76621              
76622              Make VMS to like Filter::Util::Call. 
76623      Branch: perl
76624            ! configure.com ext/Filter/Util/Makefile.PL
76625 ____________________________________________________________________________
76626 [  7836] By: nick                                  on 2000/11/23  16:04:08
76627         Log: Implement crlf layer - not ready for merge.
76628      Branch: perlio
76629            ! perlio.c win32/makefile.mk
76630 ____________________________________________________________________________
76631 [  7835] By: jhi                                   on 2000/11/23  15:56:52
76632         Log: STDCHAR is different in Sparc v9 vs x86.
76633      Branch: perl
76634            ! hints/solaris_2.sh
76635 ____________________________________________________________________________
76636 [  7834] By: jhi                                   on 2000/11/23  15:50:47
76637         Log: The type needs to be visible to protos.
76638      Branch: perl
76639            ! perl.h
76640 ____________________________________________________________________________
76641 [  7833] By: jhi                                   on 2000/11/23  15:40:46
76642         Log: Finish unfinished SOCKS workaround changes.
76643      Branch: perl
76644            ! doio.c
76645 ____________________________________________________________________________
76646 [  7832] By: jhi                                   on 2000/11/23  15:33:30
76647         Log: Integrate perlio:
76648              
76649              [  7831]
76650              Correct makefile.mk dependancies for ext/Filter/Util
76651              Build ext/Encode
76652              Run dmake regen_config_h
76653      Branch: perl
76654           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
76655           !> win32/makefile.mk
76656 ____________________________________________________________________________
76657 [  7831] By: nick                                  on 2000/11/23  10:31:07
76658         Log: Correct makefile.mk dependancies for ext/Filter/Util
76659              Build ext/Encode
76660              Run dmake regen_config_h
76661      Branch: perlio
76662            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
76663            ! win32/makefile.mk
76664 ____________________________________________________________________________
76665 [  7830] By: nick                                  on 2000/11/23  08:05:07
76666         Log: Integrate mainline
76667      Branch: perlio
76668           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76669           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
76670           +> t/lib/filt-util.pl t/lib/filt-util.t
76671           !> (integrate 41 files)
76672 ____________________________________________________________________________
76673 [  7829] By: gsar                                  on 2000/11/23  03:07:11
76674         Log: build the Filter extension on windows
76675      Branch: perl
76676            ! win32/Makefile win32/makefile.mk
76677 ____________________________________________________________________________
76678 [  7828] By: gsar                                  on 2000/11/23  02:46:35
76679         Log: regenerate win32/config* and fix some inconsistencies in the
76680              makefiles; always export Perl_deb() because it is needed
76681              by ext/re/* (whether perl itself is built with -DDEBUGGING
76682              or not)
76683      Branch: perl
76684            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
76685            ! win32/config_H.vc win32/makefile.mk
76686 ____________________________________________________________________________
76687 [  7827] By: gsar                                  on 2000/11/23  02:18:38
76688         Log: get sources building on windows+MSVC again (untested with other
76689              compilers)
76690      Branch: perl
76691            ! win32/include/sys/socket.h win32/perllib.c
76692 ____________________________________________________________________________
76693 [  7826] By: jhi                                   on 2000/11/23  01:18:26
76694         Log: Update Changes.
76695      Branch: perl
76696            ! Changes patchlevel.h
76697 ____________________________________________________________________________
76698 [  7825] By: jhi                                   on 2000/11/23  00:20:41
76699         Log: Subject: Re: av.c patch (having slight problems)
76700              From: "Ben Tilly" <ben_tilly@hotmail.com>
76701              Date: Tue, 21 Nov 2000 23:29:31 -0500
76702              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
76703              
76704              unshift() speedup.
76705      Branch: perl
76706            ! av.c
76707 ____________________________________________________________________________
76708 [  7824] By: jhi                                   on 2000/11/22  23:59:15
76709         Log: Fixes for signedness warnings noticed by VMSperlers.
76710      Branch: perl
76711            ! ext/Storable/Storable.xs regcomp.c sv.c
76712 ____________________________________________________________________________
76713 [  7823] By: jhi                                   on 2000/11/22  23:19:31
76714         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
76715              From: Peter Prymmer <pvhp@forte.com>
76716              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
76717              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
76718      Branch: perl
76719            ! t/pragma/warn/pp_hot
76720 ____________________________________________________________________________
76721 [  7822] By: jhi                                   on 2000/11/22  22:52:20
76722         Log: Be clean.
76723      Branch: perl
76724            ! Makefile.SH
76725 ____________________________________________________________________________
76726 [  7821] By: jhi                                   on 2000/11/22  22:46:39
76727         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
76728              by Damian Conway, as suggested by Paul Marquess.
76729      Branch: perl
76730            + lib/Filter/Simple.pm
76731 ____________________________________________________________________________
76732 [  7820] By: jhi                                   on 2000/11/22  22:45:51
76733         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
76734      Branch: perl
76735            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76736            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76737            + t/lib/filt-util.t
76738            ! MANIFEST
76739 ____________________________________________________________________________
76740 [  7819] By: jhi                                   on 2000/11/22  22:03:27
76741         Log: Integrate perlio:
76742              
76743              [  7802]
76744              Win32 PerlIO intermediate state now working as expected.
76745              - In current state we are still using C runtime in text/binary
76746              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76747              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76748              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76749              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76750              for CRLF translation happening in C runtime. All other tests pass.
76751              Added note to README.win32 to point out the snags of doing a perl build
76752              with Norton AntiVirus turned on.
76753              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76754              which file a fail comes from.
76755              Updated "canned" config.h to match the one generated.
76756      Branch: perl
76757           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76758           !> win32/makefile.mk
76759 ____________________________________________________________________________
76760 [  7818] By: jhi                                   on 2000/11/22  21:56:02
76761         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
76762      Branch: perl
76763            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
76764            ! t/lib/io_sock.t
76765 ____________________________________________________________________________
76766 [  7817] By: jhi                                   on 2000/11/22  21:39:49
76767         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
76768              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76769              Date: Wed, 22 Nov 2000 16:08:12 -0500
76770              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
76771      Branch: perl
76772            ! lib/ExtUtils/Liblist.pm
76773 ____________________________________________________________________________
76774 [  7816] By: jhi                                   on 2000/11/22  21:38:25
76775         Log: Go ahead and #include <unistd.h> in perl.h.
76776      Branch: perl
76777            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
76778            ! util.c
76779 ____________________________________________________________________________
76780 [  7815] By: jhi                                   on 2000/11/22  21:22:52
76781         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
76782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76783              Date: Mon, 20 Nov 2000 18:30:52 -0500
76784              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
76785      Branch: perl
76786            ! pod/perlre.pod regcomp.c t/op/re_tests
76787 ____________________________________________________________________________
76788 [  7814] By: jhi                                   on 2000/11/22  21:21:46
76789         Log: Subject: [PATCH 5.7.0] Liblist finally works
76790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76791              Date: Tue, 21 Nov 2000 22:02:17 -0500
76792              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
76793      Branch: perl
76794            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
76795            ! lib/ExtUtils/MakeMaker.pm
76796 ____________________________________________________________________________
76797 [  7813] By: jhi                                   on 2000/11/22  21:20:23
76798         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
76799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76800              Date: Wed, 22 Nov 2000 17:53:15 +0100
76801              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
76802              
76803              AIX dynaloader and perlio patch.
76804      Branch: perl
76805            ! ext/DynaLoader/dl_aix.xs
76806 ____________________________________________________________________________
76807 [  7812] By: jhi                                   on 2000/11/22  21:17:52
76808         Log: (Accidentally empty patch.)
76809      Branch: perl
76810            ! av.c
76811 ____________________________________________________________________________
76812 [  7811] By: jhi                                   on 2000/11/22  21:16:31
76813         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
76814              From: Peter Prymmer <pvhp@forte.com>
76815              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
76816              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
76817      Branch: perl
76818            ! vms/test.com
76819 ____________________________________________________________________________
76820 [  7810] By: jhi                                   on 2000/11/22  21:15:36
76821         Log: Subject: Re: perl@7777 
76822              From: "John P. Linderman" <jpl@research.att.com>
76823              Date: Wed, 22 Nov 2000 13:11:11 -0500
76824              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
76825              
76826              Detypoing.
76827      Branch: perl
76828            ! lib/CPAN.pm
76829 ____________________________________________________________________________
76830 [  7809] By: jhi                                   on 2000/11/22  21:14:19
76831         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
76832              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76833              Date:     Wed, 22 Nov 2000 13:51:37 EST
76834              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
76835      Branch: perl
76836            ! perlsdio.h
76837 ____________________________________________________________________________
76838 [  7808] By: jhi                                   on 2000/11/22  21:13:27
76839         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
76840              From: Casey Tweten <crt@kiski.net>
76841              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
76842              Message-Id: <200011201653.LAA10194@home.kiski.net>
76843      Branch: perl
76844            ! t/lib/io_udp.t
76845 ____________________________________________________________________________
76846 [  7807] By: jhi                                   on 2000/11/22  21:12:35
76847         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
76848              From: Casey Tweten <crt@kiski.net>
76849              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
76850              Message-Id: <200011201636.LAA07227@home.kiski.net>
76851      Branch: perl
76852            ! t/lib/io_sock.t
76853 ____________________________________________________________________________
76854 [  7806] By: jhi                                   on 2000/11/22  21:10:59
76855         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
76856              From: "Casey R. Tweten" <crt@kiski.net>
76857              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
76858              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
76859      Branch: perl
76860            ! utils/h2xs.PL
76861 ____________________________________________________________________________
76862 [  7805] By: nick                                  on 2000/11/22  21:05:06
76863         Log: Integrate mainline
76864      Branch: perlio
76865           !> Changes Porting/genlog ext/DB_File/DB_File.xs
76866           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
76867           !> utils/perlbug.PL
76868 ____________________________________________________________________________
76869 [  7804] By: jhi                                   on 2000/11/22  21:01:12
76870         Log: Subject: [PATCH] Test.pm POD peculiarity
76871              From: "Casey R. Tweten" <crt@kiski.net>
76872              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
76873              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
76874      Branch: perl
76875            ! lib/Test.pm
76876 ____________________________________________________________________________
76877 [  7803] By: jhi                                   on 2000/11/22  20:59:59
76878         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
76879              From: "Philip Newton" <pnewton@gmx.de>
76880              Date: Wed, 22 Nov 2000 14:25:53 +0100
76881              Message-Id: <3A1BD771.25462.1939FAD@localhost>
76882              
76883              Be case-understanding also on 's', and use the -oi of sendmail
76884              not to terminate the transmission on a lone '.'.
76885      Branch: perl
76886            ! utils/perlbug.PL
76887 ____________________________________________________________________________
76888 [  7802] By: nick                                  on 2000/11/22  20:51:42
76889         Log: Win32 PerlIO intermediate state now working as expected.
76890              - In current state we are still using C runtime in text/binary
76891              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76892              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76893              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76894              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76895              for CRLF translation happening in C runtime. All other tests pass.
76896              
76897              Added note to README.win32 to point out the snags of doing a perl build
76898              with Norton AntiVirus turned on.
76899              
76900              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76901              which file a fail comes from.
76902              
76903              Updated "canned" config.h to match the one generated.
76904      Branch: perlio
76905            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76906            ! win32/makefile.mk
76907 ____________________________________________________________________________
76908 [  7801] By: jhi                                   on 2000/11/22  06:50:20
76909         Log: Nickety nits.
76910      Branch: perl
76911            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
76912 ____________________________________________________________________________
76913 [  7800] By: jhi                                   on 2000/11/22  01:29:55
76914         Log: Changes had accidentally gone too silent on non-main branches.
76915      Branch: perl
76916            ! Changes Porting/genlog patchlevel.h
76917 ____________________________________________________________________________
76918 [  7799] By: gsar                                  on 2000/11/22  01:02:56
76919         Log: some lib_pm.PL changes snuck in via change#7772
76920      Branch: maint-5.6/perl
76921            ! Makefile.SH
76922 ____________________________________________________________________________
76923 [  7798] By: nick                                  on 2000/11/21  21:59:40
76924         Log: Integrate mainline
76925      Branch: perlio
76926           !> (integrate 28 files)
76927 ____________________________________________________________________________
76928 [  7797] By: jhi                                   on 2000/11/21  21:01:45
76929         Log: Integrate perlio:
76930              
76931              [  7796]
76932              Win32 builds and runs (mostly) with USE_PERLIO.
76933              PERLIO=perlio passes all tests. 
76934              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76935              
76936              [  7790]
76937              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76938              
76939              [  7788]
76940              Make extra buffer layer work (dummy crlf layer)
76941      Branch: perl
76942           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
76943 ____________________________________________________________________________
76944 [  7796] By: nick                                  on 2000/11/21  20:36:22
76945         Log: Win32 builds and runs (mostly) with USE_PERLIO.
76946              PERLIO=perlio passes all tests. 
76947              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76948      Branch: perlio
76949            ! perlio.c win32/perllib.c win32/win32.c
76950 ____________________________________________________________________________
76951 [  7795] By: jhi                                   on 2000/11/21  19:03:44
76952         Log: Update Changes.
76953      Branch: perl
76954            ! Changes patchlevel.h
76955 ____________________________________________________________________________
76956 [  7794] By: jhi                                   on 2000/11/21  18:56:34
76957         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
76958              From: "Craig A. Berry" <craigberry@mac.com>
76959              Date: Mon, 20 Nov 2000 20:27:06 -0600
76960              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
76961              
76962              A cut-and-pasto.
76963      Branch: perl
76964            ! perlio.h
76965 ____________________________________________________________________________
76966 [  7793] By: jhi                                   on 2000/11/21  18:54:41
76967         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
76968              From: Dominic Dunlop <domo@computer.org> 
76969              Date: Mon, 20 Nov 2000 18:55:29 +0100
76970              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
76971              
76972              va_copy() and the need of it.
76973              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
76974      Branch: metaconfig/U/perl
76975            + need_va_copy.U
76976      Branch: perl
76977            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76978            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
76979            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
76980            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76981            ! win32/config.bc win32/config.gc win32/config.vc
76982 ____________________________________________________________________________
76983 [  7792] By: jhi                                   on 2000/11/21  17:04:10
76984         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
76985      Branch: perl
76986           !> scope.h
76987 ____________________________________________________________________________
76988 [  7791] By: jhi                                   on 2000/11/21  17:01:16
76989         Log: Export the SOCKS workaround symbols only if necessary.
76990      Branch: perl
76991            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
76992 ____________________________________________________________________________
76993 [  7790] By: nick                                  on 2000/11/20  23:57:11
76994         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76995      Branch: perlio
76996            ! scope.h
76997 ____________________________________________________________________________
76998 [  7789] By: nick                                  on 2000/11/20  23:38:33
76999         Log: Integrate mainline
77000      Branch: perlio
77001           +> lib/File/Spec/Epoc.pm
77002           !> (integrate 34 files)
77003 ____________________________________________________________________________
77004 [  7788] By: nick                                  on 2000/11/20  23:20:18
77005         Log: Make extra buffer layer work (dummy crlf layer)
77006      Branch: perlio
77007            ! doio.c perlio.c perlio.h
77008 ____________________________________________________________________________
77009 [  7787] By: jhi                                   on 2000/11/20  22:44:04
77010         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
77011              From: Peter Prymmer <pvhp@forte.com>
77012              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
77013              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
77014      Branch: perl
77015            ! t/pragma/locale.t
77016 ____________________________________________________________________________
77017 [  7786] By: jhi                                   on 2000/11/20  22:29:10
77018         Log: Subject: DOC PATCH 5.6.0 perlreftut
77019              From: mjd@plover.com
77020              Date: 20 Nov 2000 19:45:06 -0000
77021              Message-ID: <20001120194506.9505.qmail@plover.com>
77022      Branch: perl
77023            ! pod/perlreftut.pod
77024 ____________________________________________________________________________
77025 [  7785] By: jhi                                   on 2000/11/20  22:27:44
77026         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
77027              From: David Dyck <dcd@tc.fluke.com>
77028              Date: Mon, 20 Nov 2000 11:43:40 -0800
77029              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
77030      Branch: perl
77031            ! lib/Cwd.pm
77032 ____________________________________________________________________________
77033 [  7784] By: jhi                                   on 2000/11/20  22:23:21
77034         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
77035              Date: Mon, 20 Nov 2000 17:06:10 -0500
77036              To: Mailing list Perl5 <perl5-porters@perl.org>
77037              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
77038      Branch: perl
77039            ! pp_ctl.c t/op/pat.t
77040 ____________________________________________________________________________
77041 [  7783] By: jhi                                   on 2000/11/20  22:11:18
77042         Log: Subject: [PATCH] doop.c - UTF8 tr///               
77043              From: Simon Cozens <simon@cozens.net>
77044              Date: Sat, 18 Nov 2000 18:49:30 +0000
77045              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
77046              
77047              Subject: Re: [PATCH] doop.c - UTF8 tr///           
77048              From: Simon Cozens <simon@cozens.net>
77049              Date: Mon, 20 Nov 2000 20:45:22 +0000
77050              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
77051              
77052              Make tr on UTF-8 better but still not correct.
77053      Branch: perl
77054            ! doop.c
77055 ____________________________________________________________________________
77056 [  7782] By: jhi                                   on 2000/11/20  22:02:16
77057         Log: Remove the shared object before attempting to create
77058              (by linking) a new one.  E.g. in AIX not removing
77059              becomes quite painful if one tries to do more than one
77060              build in the same tree (an interrupted build, for example),
77061              since the AIX' shared dynaloader seemingly keeps the shared
77062              objects open and therefore 'busy' for quite a while, even when
77063              nobody is using the objects, leading into link failures.
77064      Branch: perl
77065            ! lib/ExtUtils/MM_Unix.pm
77066 ____________________________________________________________________________
77067 [  7781] By: gsar                                  on 2000/11/20  19:02:55
77068         Log: type mismatch due to faulty integration
77069      Branch: maint-5.6/perl
77070            ! toke.c win32/Makefile
77071 ____________________________________________________________________________
77072 [  7780] By: gsar                                  on 2000/11/20  17:31:55
77073         Log: integrate changes#6392,6394..6399,6401..6404
77074              
77075              The {multiplier} of a fixed substring was overlooked which
77076              caused a wrong initial search offset for that substring.
77077              
77078              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
77079              From: Hugo <hv@crypt.compulink.co.uk>
77080              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
77081              Date: Thu, 13 Jul 2000 19:27:13 +0100
77082              
77083              Fix the BOM bug: not a byteorder bug, a signedness bug.
77084              
77085              Replace change #6337 with a better one.
77086              
77087              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
77088              From: Hugo <hv@crypt.compulink.co.uk>
77089              Date: Fri, 14 Jul 2000 04:16:20 +0100
77090              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
77091              
77092              MakeMaker should not remove editor backups (*~) on `make clean`
77093              by default (completes change#6383)
77094              
77095              move new variables to the end of the interpreter structure (for
77096              bincompat in code that doesn't #include XSUB.h)
77097              
77098              rename totally bletcherous SvLOCK() thingy (doesn't do what the
77099              name suggests anyway)
77100              
77101              various cleanups (typos, misformatted code, and small bugs)
77102              
77103              typecasts needed for change#6394
77104              
77105              typos in change#6399, regen headers
77106              
77107              inconsistent types needs casts
77108              
77109              PERL_OBJECT build tweaks
77110      Branch: maint-5.6/perl
77111           !> MANIFEST doop.c embed.h embed.pl embedvar.h
77112           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
77113           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
77114           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
77115           !> toke.c util.c
77116 ____________________________________________________________________________
77117 [  7779] By: gsar                                  on 2000/11/20  17:06:29
77118         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
77119              
77120              Cosmetics and perldelta.
77121              
77122              Fix nits noticed by Boston.pm.
77123              
77124              Do the cc sanity check both before the hints and
77125              after the cc selction.
77126              
77127              get sprintf.t to adjust properly for 3-digit exponents
77128              
77129              don't clobber *.orig files on *clean targets
77130              
77131              fix bugs in processing %v-*d and similar format specs (from
77132              Avi Finkel <avi@finkel.org>)
77133              
77134              sprintf test tweaks (from Dominic Dunlop)
77135              
77136              new selfloader.t in change#6183 doesn't close DATA handles,
77137              and thus fails to clean up tmp files on dosish platforms
77138              
77139              typos (spotted by Peter Prymmer)
77140              
77141              typo fix from Craig Berry
77142      Branch: maint-5.6/perl
77143           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
77144           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
77145           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
77146           !> x2p/Makefile.SH
77147 ____________________________________________________________________________
77148 [  7778] By: gsar                                  on 2000/11/20  16:46:51
77149         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
77150              
77151              Subject: Re: format bug report  [Patch]
77152              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77153              Date: Wed, 05 Jul 2000 13:12:52 +0200
77154              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
77155              
77156              Subject: Re: format bug report  [Patch]
77157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77158              Date: Wed, 05 Jul 2000 14:10:01 +0200
77159              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
77160              
77161              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
77162              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77163              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
77164              Date: Fri, 07 Jul 2000 17:57:16 +0100
77165              
77166              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
77167              To: perl5-porters@perl.org
77168              From: Karsten Sperling <spiff@phreax.net>
77169              Date: Mon, 10 Jul 2000 15:12:52 +0200
77170              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
77171              
77172              README.posix-bc podified from Thomas Dorner.
77173              
77174              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
77175              From: Dominic Dunlop <domo@computer.org>
77176              Date: Tue, 11 Jul 2000 12:27:33 +0200
77177              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
77178              
77179              Typo in #6341.
77180              
77181              Fix for
77182              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
77183              From: Roderick Schertler <roderick@argon.org>
77184              Date: Tue, 11 Jul 2000 13:55:05 -0400
77185              Message-Id: <200007111755.NAA05077@jones.argon.org>
77186              
77187              Minor cleanups on the booklist.
77188              
77189              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
77190              regen perltoc.
77191              
77192              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
77193      Branch: maint-5.6/perl
77194           +> pod/perlbook.pod
77195           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
77196           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
77197           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
77198 ____________________________________________________________________________
77199 [  7777] By: jhi                                   on 2000/11/20  16:08:49
77200         Log: Update Changes.
77201      Branch: perl
77202            ! Changes patchlevel.h
77203 ____________________________________________________________________________
77204 [  7776] By: jhi                                   on 2000/11/20  15:27:56
77205         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
77206              This may be overly harsh but until proven otherwise, we think this
77207              way, or until we have a simple test for Configure (having to start
77208              up servers is does not count as simple) to check for the problems.
77209      Branch: perl
77210            ! perl.h
77211 ____________________________________________________________________________
77212 [  7775] By: jhi                                   on 2000/11/20  15:22:17
77213         Log: Solaris hints tweaks.
77214      Branch: perl
77215            ! hints/solaris_2.sh
77216 ____________________________________________________________________________
77217 [  7774] By: jhi                                   on 2000/11/20  15:01:20
77218         Log: Add a workaround to SOCKS 64-bit problems.
77219      Branch: perl
77220            ! doio.c embed.h embed.pl perlsdio.h proto.h
77221 ____________________________________________________________________________
77222 [  7773] By: jhi                                   on 2000/11/20  14:51:47
77223         Log: sysseek() instead of seek().
77224      Branch: perl
77225            ! t/lib/syslfs.t
77226 ____________________________________________________________________________
77227 [  7772] By: gsar                                  on 2000/11/20  13:06:23
77228         Log: integrate changes#6315..6319,6321..6331,6333..6338
77229              
77230              Integrate with Sarathy, preliminary fix for unicos
77231              alignment problems in [ID 20000612.002] Perl problem on Cray system.
77232              
77233              some debugger output does not go to the socket when RemotePort is set
77234              
77235              winsock cleanup never done on Windows (leads to handle leaks)
77236              
77237              fix UNC path handling on Windows under ithreads, and chdir()
77238              return value when given a non-existent directory
77239              
77240              Autogenerate pod/Makefile and pod/buildtoc.
77241              buildtoc also checks whether the existin pods are
77242              mentioned in MANIFEST and perl.pod, and vice versa.
77243              (None of the thusly found discrepancies fixed yet.)
77244              roffitall also needs to be autogenerated similarly but it
77245              seems so badly out of date that I didn't touch it yet.
77246              
77247              Config is being used.
77248              
77249              Add =head1 NAMEs so that buildtoc is happy.
77250              (The CGI::Util nit reported to Lincoln.)
77251              
77252              Fix complaints of buildtoc.
77253              
77254              Fix the alignment problem in Crays ([ID 20000612.002]).
77255              
77256              Remove perlbook, update perlfaq book listing,
77257              rearrange perl.pod, regenerate perltoc.
77258              
77259              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
77260              was cast to an unsigned (32-bit) integer with wild abandon.
77261              
77262              winsock options weren't being set in all threads under ithreads
77263              (caused send()s from second and subsequent threads to fail)
77264              
77265              accept() leaks memory on windows due to incorrect ordering of
77266              closesocket() and fclose() calls
77267              
77268              Reorder perl.pod once more.
77269              
77270              More POSIX.pod tweaks.
77271              
77272              Sprinkle ldlibpath.
77273              
77274              Precedence goof, fix based on
77275              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
77276              From: Hugo <hv@crypt.compulink.co.uk>
77277              Date: Tue, 11 Jul 2000 12:52:38 +0100
77278              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
77279              
77280              Subject: PATCH perlguts.pod: Document D and d magic types
77281              From: mjd@plover.com
77282              Date: 5 Jul 2000 18:01:51 -0000
77283              Message-ID: <20000705180151.29413.qmail@plover.com>
77284              
77285              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
77286              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
77287              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
77288              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
77289              
77290              Subject: [PATCH cfgperl] $& segfaults if you trick it
77291              From: simon@brecon.co.uk (Simon Cozens)
77292              Date: 7 Jul 2000 11:26:09 GMT
77293              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
77294              
77295              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
77296              From: Hugo <hv@crypt.compulink.co.uk>
77297              Date: Tue, 11 Jul 2000 12:44:50 +0100
77298              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
77299              
77300              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
77301              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77302              Date: Tue, 11 Jul 2000 13:50:51 +0100
77303              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
77304      Branch: maint-5.6/perl
77305           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
77306           +> pod/buildtoc.PL
77307            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
77308           !> (integrate 26 files)
77309 ____________________________________________________________________________
77310 [  7771] By: gsar                                  on 2000/11/20  12:31:42
77311         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
77312              6310,6311,6314
77313              
77314              Subject: [PATCH bleedperl] File::Spec 0.82 beta
77315              From: Barrie Slaymaker <barries@jester.slaysys.com>
77316              Date: Wed, 28 Jun 2000 11:35:29 -0400
77317              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
77318              
77319              tweak perlembed for multiplicity/usethreads sanity; correct notes
77320              about Windows
77321              
77322              localize %INC in a Safe compartment so that use/require work
77323              (many other magic globals probably need similar treatment)
77324              
77325              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
77326              when @_ is modified, causing coredumps
77327              
77328              slurp mode fix in change#4736 still not quite right
77329              
77330              Point to perlipc for more SysV IPC examples.
77331              
77332              Elaborate POSIX.pod.  Still needs work.
77333              
77334              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
77335              
77336              fix large memory leak that has been around for ever, masked by
77337              -DPURIFY (most of the arenas were never freed!)
77338              
77339              fix memory leak on Windows (PL_sys_intern contents were never
77340              freed)
77341              
77342              PERL_OBJECT build tweak
77343              
77344              adjust change#6299
77345              
77346              remove rel2abs prototypes (from Barrie Slaymaker)
77347              
77348              missing perldiag entry for unpack("w",...) diagnostic (from
77349              Andreas Koenig)
77350              
77351              better diagnostic on Frob->stuff() when Frob:: doesn't exist
77352              (from Richard Soderberg <rs@oregonnet.com>)
77353              
77354              Win32 patches for cfgperl from Sarathy.
77355              
77356              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
77357              
77358              More POSIX.pod embellishment.
77359              
77360              tyop in change#6306
77361      Branch: maint-5.6/perl
77362           !> (integrate 44 files)
77363 ____________________________________________________________________________
77364 [  7770] By: gsar                                  on 2000/11/20  11:51:00
77365         Log: integrate changes#6268..6282 from cfgperl branch
77366              
77367              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
77368              From: Dominic Dunlop <domo@computer.org>
77369              Date: Thu, 29 Jun 2000 12:32:39 +0200
77370              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
77371              
77372              Regen headers for #6261 (and update embed.pl for this) and #6267,
77373              silence few compiler warnings.
77374              
77375              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
77376              From: Nicholas Clark <nick@talking.bollo.cx>
77377              Date: Fri, 23 Jun 2000 16:21:15 +0100
77378              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
77379              
77380              Subject: PATCH pod/perltie.pod
77381              From: Ian Phillipps <Ian.Phillipps@iname.com>
77382              Date: Fri, 16 Jun 2000 00:17:19 +0100
77383              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
77384              (only the first hunk, the second hunk had already been done
77385              by some other patch)
77386              
77387              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
77388              From: Tom Phoenix <rootbeer@redcat.com>
77389              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
77390              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
77391              
77392              Subject: [PATCH] xsub attributes
77393              From: Doug MacEachern <dougm@covalent.net>
77394              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
77395              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
77396              
77397              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
77398              From: Andy Dougherty <doughera@lafayette.edu>
77399              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
77400              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
77401              
77402              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
77403              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77404              Date: Tue, 13 Jun 2000 02:43:48 -0500
77405              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
77406              
77407              Subject: [PATCH] Re: eval documentation: context
77408              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77409              Date: Mon, 12 Jun 2000 15:07:29 +0100
77410              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
77411              
77412              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
77413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77414              Date: Mon, 12 Jun 2000 14:55:59 +0100
77415              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
77416              
77417              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
77418              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
77419              Date: Fri, 09 Jun 2000 12:39:27 -0400
77420              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
77421              (plus update the version "number" of Text::Wrap)
77422              
77423              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
77424              From: Tim Ayers <tayers@bridge.com>
77425              Date: Thu, 08 Jun 2000 08:11:06 +0200
77426              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
77427              [resent by Richard Foley, Message-Id probably wrong]
77428              
77429              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
77430              From: rspier@pobox.com (Robert Spier)
77431              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
77432              Message-ID: <14654.31913.845602.610277@rls.cx>
77433              
77434              Subject: [PATCH 5.6.0] utils/h2xs.PL
77435              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77436              Date: Wed, 7 Jun 2000 04:02:04 -0500
77437              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
77438              
77439              Subject: [PATCH 5.6.0]ITHREADs for VMS
77440              From: Dan Sugalski <dan@sidhe.org>
77441              Date: Tue, 06 Jun 2000 11:59:50 -0400
77442              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
77443      Branch: maint-5.6/perl
77444           !> (integrate 31 files)
77445 ____________________________________________________________________________
77446 [  7769] By: gsar                                  on 2000/11/20  11:29:06
77447         Log: integrate changes#6261..6266 from cfgperl
77448              
77449              Subject: Re: [PATCH cfgperl] BOMs away!
77450              From: simon@brecon.co.uk (Simon Cozens)
77451              Date: 17 Jun 2000 11:49:57 GMT
77452              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
77453              
77454              Subject: 5.6.0 Patch for EPOC
77455              From: Olaf Flebbe <o.flebbe@gmx.de>
77456              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
77457              Message-ID: <23449.960929969@www11.gmx.net>
77458              
77459              tr fixes from Simon Cozens
77460              
77461              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
77462              From: Marty Lucich <marty@netcom.com>
77463              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
77464              Message-Id: <200006282116.OAA11148@netcom.com>
77465              ccdlflags update (the BSD/OS 4.1 part had already been taken
77466              care of by #6141).
77467              
77468              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
77469              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77470              Date: Wed, 28 Jun 2000 17:50:12 -0700
77471              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
77472              
77473              Subject: [PATCH 5.6.0] cygwin port
77474              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
77475              From: "Fifer, Eric" <EFifer@sanwaint.com>
77476              Date: Thu, 29 Jun 2000 12:58:29 +0100
77477      Branch: maint-5.6/perl
77478           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
77479           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
77480           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
77481           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
77482 ____________________________________________________________________________
77483 [  7768] By: gsar                                  on 2000/11/20  11:13:44
77484         Log: integrate changes#6252..6256,6259..6260
77485              
77486              Paranoia tweak on #6249.
77487              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
77488              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
77489              Date: Sun, 25 Jun 2000 23:43:12 -0400
77490              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
77491              
77492              Subject: tr///, help wanted.
77493              From: simon@brecon.co.uk (Simon Cozens)
77494              Date: 28 Jun 2000 11:29:04 GMT
77495              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
77496              
77497              small thinko tweaks
77498              
77499              tweaks from Simon Conzes to further fix tr/// under utf8
77500              
77501              perlnewmod was missing from MANIFEST.
77502              
77503              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
77504              From: simon@brecon.co.uk (Simon Cozens)
77505              Date: 17 Jun 2000 11:56:44 GMT
77506              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
77507              pack U0, pack C0
77508      Branch: maint-5.6/perl
77509           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
77510           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
77511           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
77512           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
77513 ____________________________________________________________________________
77514 [  7767] By: gsar                                  on 2000/11/20  10:51:38
77515         Log: integrate change#6250 from cfgperl
77516              
77517              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
77518              From: Doug MacEachern <dougm@covalent.net>
77519              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
77520              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
77521      Branch: maint-5.6/perl
77522           +> t/op/my_stash.t
77523           !> MANIFEST embed.pl global.sym proto.h toke.c
77524 ____________________________________________________________________________
77525 [  7766] By: gsar                                  on 2000/11/20  10:48:34
77526         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
77527              
77528              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
77529              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
77530              Date: Mon, 26 Jun 2000 18:40:14 +0100
77531              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
77532              
77533              Subject: [PATCH] bytes<->utf8 fixes
77534              From: simon@brecon.co.uk (Simon Cozens)
77535              Date: 26 Jun 2000 04:55:45 GMT
77536              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
77537              
77538              Subject: [PATCH] is_utf8_string
77539              From: simon@brecon.co.uk (Simon Cozens)
77540              Date: 26 Jun 2000 02:25:59 GMT
77541              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
77542              
77543              Subject: [PATCH] avoid mg_ptr in '*' magic
77544              From: Doug MacEachern <dougm@covalent.net>
77545              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
77546              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
77547              
77548              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
77549              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
77550              Date: Sat, 24 Jun 2000 13:06:20 +0100
77551              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
77552              
77553              Allow for standalone testing.
77554              
77555              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
77556              From: Mark-Jason Dominus <mjd@plover.com>
77557              Date: Tue, 27 Jun 2000 22:36:42 -0400
77558              Message-ID: <20000628023642.12166.qmail@plover.com>
77559              
77560              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
77561              From: Frank Tobin <ftobin@uiuc.edu>
77562              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
77563              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
77564      Branch: maint-5.6/perl
77565           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
77566           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
77567           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
77568           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
77569           !> utf8.c utils/h2xs.PL
77570 ____________________________________________________________________________
77571 [  7765] By: gsar                                  on 2000/11/20  10:29:13
77572         Log: integrate change#6239 from cfgperl
77573              
77574              Configure maintenance.  Sever some dependency cycles,
77575              separate gccversion from the cc unit,
77576              address [ID 20000623.006] Configure script patch for using gcc on AIX
77577              (but solve it a little bit differently),
77578              unduplex some accidentally duplicated units,
77579              suggest using gcc if no cc available
77580              (p5p thread: "Solaris configure: counterproposal", 1999-09)
77581      Branch: maint-5.6/perl
77582           !> Configure Todo-5.6 config_h.SH
77583 ____________________________________________________________________________
77584 [  7764] By: gsar                                  on 2000/11/20  10:25:55
77585         Log: integrate changes#6233..6238 from cfgperl
77586              
77587              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
77588              From: Mark-Jason Dominus <mjd@plover.com>
77589              Date: Fri, 16 Jun 2000 20:53:04 -0400
77590              Message-ID: <20000617005304.8008.qmail@plover.com>
77591              
77592              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
77593              because when run as services (Win32ese for daemons)
77594              no environment variables are set and tmpdir ends up as /tmp,
77595              which is ambiguous.
77596              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
77597              From: matt@sergeant.org
77598              Date: 16 Jun 2000 16:30:43 -0000
77599              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
77600              
77601              The thread begun by
77602              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
77603              From: Kevin.Ruscoe@ubsw.com
77604              Date: Fri, 16 Jun 2000 16:38:51 +0100
77605              Message-Id: <H000019b03c300d6@MHS>
77606              
77607              Tweak embed.pl, regen headers.
77608              
77609              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
77610              From: Dan Sugalski <dan@sidhe.org>
77611              Date: Fri, 23 Jun 2000 17:00:00 -0400
77612              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
77613      Branch: maint-5.6/perl
77614           !> (integrate 27 files)
77615 ____________________________________________________________________________
77616 [  7763] By: gsar                                  on 2000/11/20  10:08:08
77617         Log: s/perl56delta/perldelta/g
77618      Branch: maint-5.6/perl
77619            ! pod/Makefile
77620 ____________________________________________________________________________
77621 [  7762] By: gsar                                  on 2000/11/20  10:04:00
77622         Log: integrate changes#6225,6229,6231,6232 from cfgperl
77623              
77624              Add source code filenames to apidoc.
77625              From: simon@brecon.co.uk (Simon Cozens)
77626              Subject: [PATCH embed.pl] Source X-ref
77627              Date: 22 Jun 2000 02:18:49 GMT
77628              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
77629              
77630              Subject: README.hpux version 0.6.1
77631              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
77632              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
77633              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
77634              
77635              Subject: [PATCH 5.6.0] cygwin port
77636              From: "Fifer, Eric" <EFifer@sanwaint.com>
77637              Date: Tue, 20 Jun 2000 14:30:58 +0100
77638              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
77639              
77640              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
77641              From: simon@brecon.co.uk (Simon Cozens)
77642              Date: 19 Jun 2000 15:18:27 GMT
77643              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
77644              
77645              plus update pod/Makefile and regenerate perltoc
77646      Branch: maint-5.6/perl
77647           +> pod/perlutil.pod
77648           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
77649           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
77650 ____________________________________________________________________________
77651 [  7761] By: jhi                                   on 2000/11/20  04:09:55
77652         Log: Miraculous typo.
77653      Branch: perl
77654            ! t/op/pat.t
77655 ____________________________________________________________________________
77656 [  7760] By: jhi                                   on 2000/11/20  04:06:08
77657         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
77658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77659              Date: Sun, 19 Nov 2000 22:30:26 -0500
77660              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
77661      Branch: perl
77662            ! regexec.c scope.h t/op/pat.t
77663 ____________________________________________________________________________
77664 [  7759] By: jhi                                   on 2000/11/20  02:05:22
77665         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
77666      Branch: perl
77667            ! perl.h
77668 ____________________________________________________________________________
77669 [  7758] By: jhi                                   on 2000/11/20  01:58:11
77670         Log: Subject: [perl 7711: EPOC] updates
77671              From: Olaf Flebbe <o.flebbe@gmx.de>
77672              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
77673              Message-ID: <25575.974658810@www23.gmx.net>               
77674      Branch: perl
77675            + lib/File/Spec/Epoc.pm
77676            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
77677            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
77678            ! lib/File/Spec.pm perl.c sv.c
77679 ____________________________________________________________________________
77680 [  7757] By: jhi                                   on 2000/11/20  01:53:11
77681         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
77682      Branch: perl
77683            ! MANIFEST
77684 ____________________________________________________________________________
77685 [  7756] By: jhi                                   on 2000/11/20  01:47:22
77686         Log: Integrate perlio:
77687              
77688              [  7755]
77689              Add dummy crlf layer (just as buffer)
77690              Correct 1st bug - one layer of indirection.
77691              
77692              [  7754]
77693              Work-round to Perl_deb_nocontext is no longer required
77694              
77695              [  7753]
77696              diff -se shows these as different
77697              
77698              [  7752]
77699              Configure GCC/Win32 build -Duseperlio
77700              Fix a couple of gross issues
77701              - double-include of ../deb.o in re.dll
77702              - win32sck.c needs PerlIO and FILE 
77703              
77704              [  7751]
77705              Special case :crlf and :raw in dummy PerlIO_apply_layers
77706              
77707              [  7750]
77708              Missing aTHX_
77709      Branch: perl
77710            - ext/re/hints/MSWin32.pl
77711           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
77712           !> win32/config.gc win32/config_H.gc win32/win32sck.c
77713 ____________________________________________________________________________
77714 [  7755] By: nick                                  on 2000/11/19  20:57:17
77715         Log: Add dummy crlf layer (just as buffer)
77716              Correct 1st bug - one layer of indirection.
77717      Branch: perlio
77718            ! perlio.c perlio.h perliol.h
77719 ____________________________________________________________________________
77720 [  7754] By: nick                                  on 2000/11/19  20:56:12
77721         Log: Work-round to Perl_deb_nocontext is no longer required
77722      Branch: perlio
77723            - ext/re/hints/MSWin32.pl
77724 ____________________________________________________________________________
77725 [  7753] By: nick                                  on 2000/11/19  20:01:16
77726         Log: diff -se shows these as different
77727      Branch: perlio
77728            ! global.sym pod/perlapi.pod
77729 ____________________________________________________________________________
77730 [  7752] By: nick                                  on 2000/11/19  18:57:30
77731         Log: Configure GCC/Win32 build -Duseperlio
77732              Fix a couple of gross issues
77733              - double-include of ../deb.o in re.dll
77734              - win32sck.c needs PerlIO and FILE 
77735      Branch: perlio
77736            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
77737            ! win32/win32sck.c
77738 ____________________________________________________________________________
77739 [  7751] By: nick                                  on 2000/11/19  17:05:36
77740         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
77741      Branch: perlio
77742            ! perlio.c
77743 ____________________________________________________________________________
77744 [  7750] By: nick                                  on 2000/11/19  16:57:14
77745         Log: Missing aTHX_
77746      Branch: perlio
77747            ! sv.c
77748 ____________________________________________________________________________
77749 [  7749] By: jhi                                   on 2000/11/19  16:28:40
77750         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
77751              From: "Peter J. Farley III" <pjfarley@banet.net>
77752              Date: Sun, 19 Nov 2000 01:42:58 -0500
77753              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
77754      Branch: perl
77755            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
77756 ____________________________________________________________________________
77757 [  7748] By: jhi                                   on 2000/11/19  16:08:10
77758         Log: Subject: podlators 1.05 available        
77759              From: Russ Allbery <rra@stanford.edu>   
77760              Date: 18 Nov 2000 22:04:28 -0800
77761              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
77762      Branch: perl
77763            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
77764 ____________________________________________________________________________
77765 [  7747] By: nick                                  on 2000/11/19  11:19:39
77766         Log: Integrate mainline
77767      Branch: perlio
77768           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
77769           !> util.c
77770 ____________________________________________________________________________
77771 [  7746] By: jhi                                   on 2000/11/19  06:42:22
77772         Log: Make hex scanning warn on "\x{x}" and "\xx".
77773              "\x" and and hex("x") are still valid.
77774      Branch: perl
77775            ! util.c
77776 ____________________________________________________________________________
77777 [  7745] By: nick                                  on 2000/11/18  22:52:28
77778         Log: Integrate mainline
77779      Branch: perlio
77780           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
77781           !> perl.h perlio.c proto.h regcomp.c regcomp.h
77782 ____________________________________________________________________________
77783 [  7744] By: jhi                                   on 2000/11/18  22:50:28
77784         Log: Introduce Perl_utf8_length().  Use it.
77785      Branch: perl
77786            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
77787 ____________________________________________________________________________
77788 [  7743] By: jhi                                   on 2000/11/18  22:38:51
77789         Log: Compiler denit.
77790      Branch: perl
77791            ! perlio.c
77792 ____________________________________________________________________________
77793 [  7742] By: jhi                                   on 2000/11/18  20:33:05
77794         Log: Integrate perlio:
77795              
77796              [  7740]
77797              Lexical use open ... support:
77798              add ->cop_io to COP structure in cop.h.
77799              Make mg.c and gv.c associate it with ${^OPEN}.
77800              Make lib/open.pm set it.
77801              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77802              manner similar to ->cop_warnings.
77803              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77804              call new PerlIO_apply_layers().
77805              Declare latter in perlio.h and define in perlio.c
77806      Branch: perl
77807           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77808           !> perlio.h pp_ctl.c pp_sys.c sv.c
77809 ____________________________________________________________________________
77810 [  7741] By: jhi                                   on 2000/11/18  20:31:27
77811         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
77812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77813              Date: Fri, 17 Nov 2000 20:35:11 -0500
77814              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
77815              
77816              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
77817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77818              Date: Fri, 17 Nov 2000 21:03:47 -0500
77819              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
77820              
77821              Plus a little bit of tweaking in pregcomp().
77822      Branch: perl
77823            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
77824 ____________________________________________________________________________
77825 [  7740] By: nick                                  on 2000/11/18  20:17:22
77826         Log: Lexical use open ... support:
77827              add ->cop_io to COP structure in cop.h.
77828              Make mg.c and gv.c associate it with ${^OPEN}.
77829              Make lib/open.pm set it.
77830              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77831              manner similar to ->cop_warnings.
77832              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77833              call new PerlIO_apply_layers().
77834              Declare latter in perlio.h and define in perlio.c
77835      Branch: perlio
77836            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77837            ! perlio.h pp_ctl.c pp_sys.c sv.c
77838 ____________________________________________________________________________
77839 [  7739] By: jhi                                   on 2000/11/18  19:54:00
77840         Log: Integrate perlio:
77841              
77842              [  7736]
77843              Basic tweaks to do_open() type parsing to allow layer/discipline
77844              part to be isolated.
77845              
77846              [  7727]
77847              Experiment on use of attributes.pm interface.
77848              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77849              SVt_PVRV if not already something better (else vivify of say magic gets
77850              core dump).
77851      Branch: perl
77852           !> doio.c perlio.c pp.c
77853 ____________________________________________________________________________
77854 [  7738] By: jhi                                   on 2000/11/18  17:16:13
77855         Log: Subject: [PATCH 5.7.0] etags broken again
77856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77857              Date: Sat, 18 Nov 2000 02:41:36 -0500
77858              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
77859      Branch: perl
77860            ! emacs/ptags
77861 ____________________________________________________________________________
77862 [  7737] By: jhi                                   on 2000/11/18  17:12:18
77863         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
77864      Branch: perl
77865            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77866 ____________________________________________________________________________
77867 [  7736] By: nick                                  on 2000/11/18  14:06:20
77868         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
77869              part to be isolated.
77870      Branch: perlio
77871            ! doio.c perlio.c
77872 ____________________________________________________________________________
77873 [  7735] By: nick                                  on 2000/11/18  11:03:32
77874         Log: Integrate mainline
77875      Branch: perlio
77876           !> Changes README.amiga README.win32 patchlevel.h
77877           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
77878 ____________________________________________________________________________
77879 [  7734] By: jhi                                   on 2000/11/18  01:18:56
77880         Log: Update Changes.
77881      Branch: perl
77882            ! Changes patchlevel.h
77883 ____________________________________________________________________________
77884 [  7733] By: jhi                                   on 2000/11/18  00:32:54
77885         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
77886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77887              Date: Fri, 17 Nov 2000 17:28:02 -0500
77888              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
77889      Branch: perl
77890            ! regcomp.c regexec.c t/op/re_tests
77891 ____________________________________________________________________________
77892 [  7732] By: jhi                                   on 2000/11/18  00:28:56
77893         Log: Sparc 64-bit pack() fix from Jens Hamisch.
77894      Branch: perl
77895            ! pp.c
77896 ____________________________________________________________________________
77897 [  7731] By: jhi                                   on 2000/11/18  00:18:39
77898         Log: Explain in more detail the {} syntax ambiguousity.
77899              
77900              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
77901              From: Nicholas Clark <nick@ccl4.org>
77902              Date: Fri, 17 Nov 2000 22:10:28 +0000
77903              Message-ID: <20001117221028.A88930@plum.flirble.org>
77904      Branch: perl
77905            ! pod/perlfunc.pod
77906 ____________________________________________________________________________
77907 [  7730] By: jhi                                   on 2000/11/18  00:12:18
77908         Log: Subject: Fix for README.amiga (20000323.033)
77909              From: "Stephen P. Potter" <spp@spotter.yi.org>
77910              Date: Fri, 17 Nov 2000 12:25:51 -0500
77911              Message-Id: <200011171725.MAA05768@spotter.yi.org>
77912      Branch: perl
77913            ! README.amiga
77914 ____________________________________________________________________________
77915 [  7729] By: jhi                                   on 2000/11/18  00:08:34
77916         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
77917              From: "A. C. Yardley" <yardley@tanet.net>
77918              Date: Mon, 3 Apr 2000 11:35:33 -0700
77919              Message-ID: <3483.000403@tanet.net>
77920      Branch: perl
77921            ! README.win32
77922 ____________________________________________________________________________
77923 [  7728] By: nick                                  on 2000/11/17  21:59:47
77924         Log: Integrate mainline
77925      Branch: perlio
77926           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
77927           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
77928           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
77929           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
77930 ____________________________________________________________________________
77931 [  7727] By: nick                                  on 2000/11/17  21:56:31
77932         Log: Experiment on use of attributes.pm interface.
77933              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77934              SVt_PVRV if not already something better (else vivify of say magic gets
77935              core dump).
77936      Branch: perlio
77937            ! perlio.c pp.c
77938 ____________________________________________________________________________
77939 [  7726] By: jhi                                   on 2000/11/17  14:15:49
77940         Log: Subject: Fix for 20000815.006
77941              From: "Stephen P. Potter" <spp@spotter.yi.org>
77942              Date: Fri, 17 Nov 2000 08:57:45 -0500
77943              Message-Id: <200011171357.IAA05122@spotter.yi.org>
77944              
77945              It's really 20000518.006.
77946      Branch: perl
77947            ! pod/perlmodlib.PL
77948 ____________________________________________________________________________
77949 [  7725] By: jhi                                   on 2000/11/17  14:12:31
77950         Log: Subject: Fix for 20000409.001
77951              From: "Stephen P. Potter" <spp@spotter.yi.org>
77952              Date: Fri, 17 Nov 2000 08:55:45 -0500
77953              Message-Id: <200011171355.IAA05104@spotter.yi.org>
77954      Branch: perl
77955            ! pod/perlfaq9.pod
77956 ____________________________________________________________________________
77957 [  7724] By: jhi                                   on 2000/11/17  14:08:58
77958         Log: Undo #7627 now that we have =head3.
77959      Branch: perl
77960            ! pod/perlhack.pod
77961 ____________________________________________________________________________
77962 [  7723] By: jhi                                   on 2000/11/17  14:04:09
77963         Log: As surmised the #7719 wasn't a good move.
77964      Branch: perl
77965            ! hints/solaris_2.sh
77966 ____________________________________________________________________________
77967 [  7722] By: jhi                                   on 2000/11/17  13:59:04
77968         Log: Also the 64bitall hints can be either here or there.
77969      Branch: perl
77970            ! hints/solaris_2.sh
77971 ____________________________________________________________________________
77972 [  7721] By: jhi                                   on 2000/11/17  02:26:23
77973         Log: Test tweak for the open pragma.
77974      Branch: perl
77975            ! t/lib/b.t
77976 ____________________________________________________________________________
77977 [  7720] By: jhi                                   on 2000/11/17  00:23:22
77978         Log: The long double hints can be here or there.
77979      Branch: perl
77980            ! hints/solaris_2.sh
77981 ____________________________________________________________________________
77982 [  7719] By: jhi                                   on 2000/11/17  00:14:06
77983         Log: For Solaris use64bitall the stdchar needs a little bit of help.
77984      Branch: perl
77985            ! hints/solaris_2.sh
77986 ____________________________________________________________________________
77987 [  7718] By: jhi                                   on 2000/11/16  23:27:34
77988         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
77989              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
77990              Date: Wed, 15 Nov 2000 08:56:32 +0100
77991              Message-ID: <3A1241B0.64477E00@alcatel.at>
77992      Branch: perl
77993            ! lib/Carp/Heavy.pm
77994 ____________________________________________________________________________
77995 [  7717] By: jhi                                   on 2000/11/16  23:23:29
77996         Log: Subject: [PATCH] Re: 20001101.003 PDL
77997              From: Nicholas Clark <nick@ccl4.org>
77998              Date: Thu, 16 Nov 2000 16:48:25 +0000
77999              Message-ID: <20001116164825.B93487@plum.flirble.org>
78000      Branch: perl
78001            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
78002 ____________________________________________________________________________
78003 [  7716] By: jhi                                   on 2000/11/16  23:21:31
78004         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
78005              From: "Casey R. Tweten" <crt@kiski.net>
78006              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
78007              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
78008      Branch: perl
78009            ! lib/Pod/Checker.pm pod/perlpod.pod
78010 ____________________________________________________________________________
78011 [  7715] By: jhi                                   on 2000/11/16  23:19:40
78012         Log: Avoid an infinite loop in VMS when utils scripts are run
78013              with no arguments, from Charles Lane.
78014      Branch: perl
78015            ! configure.com
78016 ____________________________________________________________________________
78017 [  7714] By: jhi                                   on 2000/11/16  23:17:08
78018         Log: Subject: perllocale.pod changes
78019              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78020              Date: Mon, 13 Nov 2000 10:09:22 +0300
78021              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
78022      Branch: perl
78023            ! pod/perllocale.pod
78024 ____________________________________________________________________________
78025 [  7713] By: jhi                                   on 2000/11/16  23:14:06
78026         Log: Integrate perlio:
78027              
78028              [  7711]
78029              Minor tweaks:
78030              consistent way of getting 'rb', 'wb' etc. for binary opens
78031              move *perlio::layers to *open::layers
78032              a #define to show layers available
78033              DOSISH popen/PerlIO had export/import sense inverted.
78034      Branch: perl
78035           !> doio.c perlio.c perlio.h util.c
78036 ____________________________________________________________________________
78037 [  7712] By: nick                                  on 2000/11/16  21:10:58
78038         Log: Integrate mainline
78039      Branch: perlio
78040           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
78041           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
78042           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
78043           !> vos/config.ga.def vos/config.ga.h win32/config.bc
78044           !> win32/config.gc win32/config.vc
78045 ____________________________________________________________________________
78046 [  7711] By: nick                                  on 2000/11/16  19:56:41
78047         Log: Minor tweaks:
78048              consistent way of getting 'rb', 'wb' etc. for binary opens
78049              move *perlio::layers to *open::layers
78050              a #define to show layers available
78051              DOSISH popen/PerlIO had export/import sense inverted.
78052      Branch: perlio
78053            ! doio.c perlio.c perlio.h util.c
78054 ____________________________________________________________________________
78055 [  7710] By: jhi                                   on 2000/11/16  15:46:05
78056         Log: Add HAS_SBRK_PROTO.
78057      Branch: metaconfig/U/perl
78058            + d_sbrkproto.U
78059      Branch: perl
78060            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78061            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
78062            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
78063            ! vos/config.ga.def vos/config.ga.h win32/config.bc
78064            ! win32/config.gc win32/config.vc
78065 ____________________________________________________________________________
78066 [  7709] By: nick                                  on 2000/11/16  07:31:49
78067         Log: Integrate mainline
78068      Branch: perlio
78069           !> (integrate 35 files)
78070 ____________________________________________________________________________
78071 [  7708] By: jhi                                   on 2000/11/16  05:33:03
78072         Log: These files are text, not binary.
78073      Branch: perl
78074            ! ext/Encode/Encode/iso8859-10.enc
78075            ! ext/Encode/Encode/iso8859-13.enc
78076            ! ext/Encode/Encode/iso8859-14.enc
78077            ! ext/Encode/Encode/iso8859-15.enc
78078 ____________________________________________________________________________
78079 [  7707] By: jhi                                   on 2000/11/16  01:53:37
78080         Log: Update Changes.
78081      Branch: perl
78082            ! Changes patchlevel.h
78083 ____________________________________________________________________________
78084 [  7706] By: jhi                                   on 2000/11/16  01:35:59
78085         Log: More #undefing of stdio.
78086      Branch: perl
78087            ! fakesdio.h nostdio.h
78088 ____________________________________________________________________________
78089 [  7705] By: jhi                                   on 2000/11/16  01:34:18
78090         Log: Add fwalk() probe to the configuration files and regen perltoc.
78091      Branch: perl
78092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78093            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
78094            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
78095            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
78096            ! win32/config.bc win32/config.gc win32/config.vc
78097 ____________________________________________________________________________
78098 [  7704] By: jhi                                   on 2000/11/16  01:33:07
78099         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
78100              an optional third argument to Inlibc?)
78101      Branch: metaconfig/U/perl
78102            + d__fwalk.U
78103 ____________________________________________________________________________
78104 [  7703] By: jhi                                   on 2000/11/16  01:09:22
78105         Log: The type of the hash_cb() size argument is tricky.
78106      Branch: perl
78107            ! ext/DB_File/DB_File.xs
78108 ____________________________________________________________________________
78109 [  7702] By: jhi                                   on 2000/11/15  23:01:16
78110         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
78111      Branch: perl
78112            ! nostdio.h
78113 ____________________________________________________________________________
78114 [  7701] By: jhi                                   on 2000/11/15  22:52:32
78115         Log: Detypo.
78116      Branch: perl
78117            ! t/lib/bigfltpm.t
78118 ____________________________________________________________________________
78119 [  7700] By: jhi                                   on 2000/11/15  22:51:56
78120         Log: UINT64_C() work continues.
78121      Branch: perl
78122            ! handy.h perl.h utf8.h
78123 ____________________________________________________________________________
78124 [  7699] By: jhi                                   on 2000/11/15  14:13:04
78125         Log: SOCKS has its own USE_THREADS, based on
78126              
78127              Subject: [ID 20001114.002] et. al. bugfix followup
78128              From: Jens Hamisch <jens@Strawberry.COM> 
78129              Date: Wed, 15 Nov 2000 14:23:11 +0100
78130              Message-ID: <20001115142311.A21164@Strawberry.COM>
78131      Branch: perl
78132            ! perl.h
78133 ____________________________________________________________________________
78134 [  7698] By: jhi                                   on 2000/11/15  03:50:56
78135         Log: Add few missing #undefs and sort them.
78136      Branch: perl
78137            ! fakesdio.h
78138 ____________________________________________________________________________
78139 [  7697] By: jhi                                   on 2000/11/15  03:39:14
78140         Log: Linenumber fix.
78141      Branch: perl
78142            ! t/pragma/warn/utf8
78143 ____________________________________________________________________________
78144 [  7696] By: jhi                                   on 2000/11/15  02:55:26
78145         Log: EBCDIC tweaks.
78146              
78147              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
78148              From: Peter Prymmer <pvhp@forte.com>
78149              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
78150              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
78151      Branch: perl
78152            ! t/op/regmesg.t t/pragma/warn/utf8
78153 ____________________________________________________________________________
78154 [  7695] By: jhi                                   on 2000/11/15  02:53:58
78155         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
78156              From: Peter Prymmer <pvhp@forte.com>
78157              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
78158              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
78159      Branch: perl
78160            ! utf8.c
78161 ____________________________________________________________________________
78162 [  7694] By: jhi                                   on 2000/11/15  02:50:55
78163         Log: Subject: [PATCH: perl@7674] updates to README.os390
78164              From: Prymmer/Kahn <pvhp@best.com>
78165              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
78166              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
78167      Branch: perl
78168            ! README.os390
78169 ____________________________________________________________________________
78170 [  7693] By: jhi                                   on 2000/11/15  02:48:37
78171         Log: Quit utf8_to_uv() instantly if curlen == 0.
78172      Branch: perl
78173            ! utf8.c
78174 ____________________________________________________________________________
78175 [  7692] By: jhi                                   on 2000/11/15  02:24:29
78176         Log: Use u_int32_t for the size of hash_cb(), not size_t.
78177              
78178              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
78179              From: Jens Hamisch <jens@Strawberry.COM>     
78180              Date: Tue, 14 Nov 2000 19:03:55 +0100
78181              Message-Id: <20001114190355.A20559@Strawberry.COM>
78182      Branch: perl
78183            ! ext/DB_File/DB_File.xs
78184 ____________________________________________________________________________
78185 [  7691] By: jhi                                   on 2000/11/15  02:20:12
78186         Log: Use UINT64_C().
78187              
78188              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
78189              From: Jens Hamisch <jens@Strawberry.COM>
78190              Date: Tue, 14 Nov 2000 19:16:23 +0100
78191              Message-Id: <20001114191623.G20559@Strawberry.COM>
78192      Branch: perl
78193            ! utf8.c utf8.h
78194 ____________________________________________________________________________
78195 [  7690] By: jhi                                   on 2000/11/15  02:17:06
78196         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
78197              (a macro to define signed and unsigned integer constants).
78198      Branch: perl
78199            ! handy.h
78200 ____________________________________________________________________________
78201 [  7689] By: jhi                                   on 2000/11/15  01:56:51
78202         Log: Regen Configure.
78203      Branch: perl
78204            ! Configure
78205 ____________________________________________________________________________
78206 [  7688] By: jhi                                   on 2000/11/15  01:56:32
78207         Log: Make the unit know about SOCKS.
78208      Branch: metaconfig
78209            ! U/protos/socksizetype.U
78210 ____________________________________________________________________________
78211 [  7687] By: jhi                                   on 2000/11/15  01:54:47
78212         Log: Remove unused dependencies.
78213      Branch: metaconfig
78214            ! U/compline/d_getpagsz.U
78215 ____________________________________________________________________________
78216 [  7686] By: nick                                  on 2000/11/14  21:25:13
78217         Log: Integrate mainline.
78218      Branch: perlio
78219           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
78220           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
78221           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
78222           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
78223           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
78224           !> win32/config.bc win32/config.gc win32/config.vc
78225           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
78226 ____________________________________________________________________________
78227 [  7685] By: jhi                                   on 2000/11/14  17:54:56
78228         Log: Integrate perlio:
78229              
78230              [  7684]
78231              PerlIO #include and #ifdef re-work.
78232      Branch: perl
78233           +> fakesdio.h perliol.h
78234           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
78235           !> perlsdio.h perlsfio.h pod/perlfunc.pod
78236 ____________________________________________________________________________
78237 [  7684] By: nick                                  on 2000/11/14  17:43:04
78238         Log: PerlIO #include and #ifdef re-work.
78239      Branch: perlio
78240            + fakesdio.h perliol.h
78241            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
78242            ! perlsdio.h perlsfio.h
78243 ____________________________________________________________________________
78244 [  7683] By: jhi                                   on 2000/11/14  15:42:40
78245         Log: Hoist the duplicated socket/netdb include logic to perl.h;
78246              undef SETERRNO in case SOCKS has defined it.  Based on:
78247              
78248              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
78249              From: Jens Hamisch <jens@Strawberry.COM> 
78250              Date: Tue, 14 Nov 2000 11:34:40 +0100
78251              Message-Id: <20001114113440.A20005@Strawberry.COM>
78252      Branch: perl
78253            ! doio.c perl.h pp_sys.c
78254 ____________________________________________________________________________
78255 [  7682] By: jhi                                   on 2000/11/14  14:07:28
78256         Log: Subject: some additions for makefiles for win32 (for perl@7674)
78257              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78258              Date: Tue, 14 Nov 2000 09:31:13 +0300
78259              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
78260      Branch: perl
78261            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
78262            ! win32/makefile.mk
78263 ____________________________________________________________________________
78264 [  7681] By: jhi                                   on 2000/11/14  14:01:41
78265         Log: Subject: tiny typo in perl5db.pl
78266              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78267              Date: Tue, 14 Nov 2000 09:29:28 +0300
78268              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
78269      Branch: perl
78270            ! lib/perl5db.pl
78271 ____________________________________________________________________________
78272 [  7680] By: jhi                                   on 2000/11/14  04:13:50
78273         Log: Redo #7679 with LFs instead of CRLFs.
78274      Branch: perl
78275            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
78276            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
78277            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
78278 ____________________________________________________________________________
78279 [  7679] By: jhi                                   on 2000/11/14  01:21:09
78280         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
78281              From: Benjamin Stuhl <tiriath@yahoo.com> 
78282              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
78283              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
78284      Branch: perl
78285            + win32/bin/mdelete.bat
78286            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
78287            ! makedef.pl perlio.c win32/Makefile win32/config.gc
78288            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
78289 ____________________________________________________________________________
78290 [  7678] By: jhi                                   on 2000/11/14  01:19:20
78291         Log: Fix the re extension building for Win32.
78292              
78293              Subject: [PATCH perl@7638] Get PerlIO building on Win32
78294              From: Benjamin Stuhl <tiriath@yahoo.com> 
78295              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
78296              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
78297      Branch: perl
78298            + ext/re/hints/MSWin32.pl
78299            ! MANIFEST
78300 ____________________________________________________________________________
78301 [  7677] By: jhi                                   on 2000/11/14  01:13:54
78302         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
78303              From: sthoenna@efn.org
78304              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
78305              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
78306      Branch: perl
78307            ! doop.c pp.c toke.c utf8.c utf8.h
78308 ____________________________________________________________________________
78309 [  7676] By: jhi                                   on 2000/11/13  20:23:15
78310         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
78311              From: Nicholas Clark <nick@ccl4.org>
78312              Date: Mon, 13 Nov 2000 18:55:04 +0000
78313              Message-ID: <20001113185504.J29183@plum.flirble.org>
78314      Branch: perl
78315            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
78316 ____________________________________________________________________________
78317 [  7675] By: nick                                  on 2000/11/13  20:21:57
78318         Log: Integrate mainline ...
78319      Branch: perlio
78320           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
78321           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
78322           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
78323           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
78324 ____________________________________________________________________________
78325 [  7674] By: jhi                                   on 2000/11/13  15:07:56
78326         Log: Update Changes.
78327      Branch: perl
78328            ! Changes patchlevel.h
78329 ____________________________________________________________________________
78330 [  7673] By: jhi                                   on 2000/11/13  14:42:42
78331         Log: Remove the new two tests of lib/io_xs for now, they seem to
78332              fail under perlio on some platforms.
78333      Branch: perl
78334            ! t/lib/io_xs.t
78335 ____________________________________________________________________________
78336 [  7672] By: jhi                                   on 2000/11/13  13:57:53
78337         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
78338      Branch: perl
78339            ! perlio.c
78340 ____________________________________________________________________________
78341 [  7671] By: jhi                                   on 2000/11/13  05:30:48
78342         Log: Placate nervous compilers that see longer than ints switch()ing.
78343      Branch: perl
78344            ! utf8.c
78345 ____________________________________________________________________________
78346 [  7670] By: jhi                                   on 2000/11/13  05:14:21
78347         Log: fputs() does return EOF on error but here we don't care.
78348      Branch: perl
78349            ! perlio.c
78350 ____________________________________________________________________________
78351 [  7669] By: jhi                                   on 2000/11/13  05:02:45
78352         Log: Declare reg_data like reg_substr_data.
78353      Branch: perl
78354            ! regexp.h
78355 ____________________________________________________________________________
78356 [  7668] By: jhi                                   on 2000/11/13  04:54:34
78357         Log: Typos in #7667.
78358      Branch: perl
78359            ! perl.h
78360 ____________________________________________________________________________
78361 [  7667] By: jhi                                   on 2000/11/13  04:49:49
78362         Log: Cleanup messy #ifdef.
78363      Branch: perl
78364            ! perl.h
78365 ____________________________________________________________________________
78366 [  7666] By: jhi                                   on 2000/11/13  04:17:34
78367         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
78368              From: Nicholas Clark <nick@talking.bollo.cx>
78369              Date: Sun, 12 Nov 2000 21:14:11 +0000
78370              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
78371              
78372              Note: only one breakage of the two reported is fixed by this patch.
78373      Branch: perl
78374            ! perlio.c
78375 ____________________________________________________________________________
78376 [  7665] By: jhi                                   on 2000/11/13  04:05:07
78377         Log: Tweak the definition of the bit complement on UTF-8 data:
78378              if none of the characters in the string are > 0xff,
78379              the result is a complemented byte string, not a (UTF-8)
78380              char string.  Based on the summary in
78381              
78382              Subject: Re: [ID 20000918.005] ~ on wide chars
78383              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
78384              Date: Fri, 10 Nov 2000 09:47:15 -0800
78385              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
78386              
78387              This should give us the maximum backward (pre-char string)
78388              compatibility and utf8 compatibility.  The other alternative
78389              would be to limit the bit complement to be always byte only,
78390              taking the least significant byte of the chars.
78391      Branch: perl
78392            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
78393 ____________________________________________________________________________
78394 [  7664] By: jhi                                   on 2000/11/13  00:23:44
78395         Log: Couple of tests from #7660 salvaged.
78396      Branch: perl
78397            - t/op/tell.t
78398            ! MANIFEST t/io/tell.t
78399 ____________________________________________________________________________
78400 [  7663] By: jhi                                   on 2000/11/13  00:02:48
78401         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
78402              From: Nicholas Clark <nick@talking.bollo.cx>
78403              Date: Sun, 12 Nov 2000 21:23:43 +0000
78404              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
78405      Branch: perl
78406            ! perlsfio.h
78407 ____________________________________________________________________________
78408 [  7662] By: jhi                                   on 2000/11/13  00:01:39
78409         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
78410              From: Nicholas Clark <nick@talking.bollo.cx>
78411              Date: Sun, 12 Nov 2000 21:30:04 +0000
78412              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
78413      Branch: perl
78414            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
78415 ____________________________________________________________________________
78416 [  7661] By: jhi                                   on 2000/11/12  23:57:29
78417         Log: Document tell() on special streams.
78418      Branch: perl
78419            ! pod/perlfunc.pod
78420 ____________________________________________________________________________
78421 [  7660] By: jhi                                   on 2000/11/12  23:54:22
78422         Log: (Subsumed by #7664)
78423      Branch: perl
78424            + t/op/tell.t
78425            ! MANIFEST
78426 ____________________________________________________________________________
78427 [  7659] By: jhi                                   on 2000/11/12  22:55:25
78428         Log: Many subdocumented return values of the IO extension now documented.
78429              ungetc and write still left subdocumented.
78430              
78431              Subject: [PATCH] (was Re: IO::Handle::ungetc)
78432              From: Nicholas Clark <nick@talking.bollo.cx>
78433              Date: Sun, 12 Nov 2000 21:35:53 +0000
78434              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
78435      Branch: perl
78436            ! ext/IO/lib/IO/Handle.pm
78437 ____________________________________________________________________________
78438 [  7658] By: jhi                                   on 2000/11/12  21:37:06
78439         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
78440              From: Nicholas Clark <nick@talking.bollo.cx>
78441              Date: Sun, 12 Nov 2000 20:03:22 +0000
78442              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
78443      Branch: perl
78444            ! pod/perlfunc.pod
78445 ____________________________________________________________________________
78446 [  7657] By: jhi                                   on 2000/11/12  20:34:55
78447         Log: Integrate perlio:
78448              
78449              [  7656]
78450              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
78451      Branch: perl
78452           !> perlio.c
78453 ____________________________________________________________________________
78454 [  7656] By: nick                                  on 2000/11/12  19:25:06
78455         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
78456      Branch: perlio
78457            ! perlio.c
78458 ____________________________________________________________________________
78459 [  7655] By: nick                                  on 2000/11/12  19:09:41
78460         Log: Integrate mainline
78461      Branch: perlio
78462           +> README.solaris ext/Encode/Encode/cp1006.enc
78463           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
78464           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
78465           +> ext/Encode/Encode/iso8859-13.enc
78466           +> ext/Encode/Encode/iso8859-14.enc
78467           +> ext/Encode/Encode/iso8859-15.enc
78468           !> (integrate 34 files)
78469 ____________________________________________________________________________
78470 [  7654] By: jhi                                   on 2000/11/12  19:00:22
78471         Log: Add a metaconfig unit for fsync.
78472      Branch: metaconfig/U/perl
78473            + d_fsync.U
78474 ____________________________________________________________________________
78475 [  7653] By: jhi                                   on 2000/11/12  19:00:01
78476         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
78477      Branch: perl
78478            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78479            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
78480            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78481            ! vos/config.ga.h win32/config.bc win32/config.gc
78482            ! win32/config.vc
78483 ____________________________________________________________________________
78484 [  7652] By: jhi                                   on 2000/11/11  21:12:01
78485         Log: Copy the s// information of README.hpux also to the perlrun.
78486      Branch: perl
78487            ! README.hpux pod/perlrun.pod
78488 ____________________________________________________________________________
78489 [  7651] By: jhi                                   on 2000/11/11  21:03:13
78490         Log: More README.solaris updates from Andy Dougherty.
78491      Branch: perl
78492            ! README.solaris
78493 ____________________________________________________________________________
78494 [  7650] By: jhi                                   on 2000/11/11  18:38:57
78495         Log: More descriptive error for unknown perlio layers.
78496              
78497              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
78498              From: Dominic Dunlop <domo@computer.org> 
78499              Date: Sat, 11 Nov 2000 18:20:32 +0100             
78500              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
78501      Branch: perl
78502            ! perlio.c pod/perldiag.pod
78503 ____________________________________________________________________________
78504 [  7649] By: jhi                                   on 2000/11/11  18:37:52
78505         Log: MachTen doesn't really do mmap() and munmap().
78506              
78507              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
78508              From: Dominic Dunlop <domo@computer.org> 
78509              Date: Sat, 11 Nov 2000 18:20:32 +0100             
78510              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
78511      Branch: perl
78512            ! hints/machten.sh
78513 ____________________________________________________________________________
78514 [  7648] By: jhi                                   on 2000/11/11  18:36:46
78515         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
78516              From: rspier@pobox.com (Robert Spier)
78517              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
78518              Message-ID: <14861.32839.491271.985797@rls.cx>
78519      Branch: perl
78520            ! Porting/Contract pod/perltoot.pod
78521 ____________________________________________________________________________
78522 [  7647] By: jhi                                   on 2000/11/11  18:35:30
78523         Log: Simplify the getpagesize() unit by dropping the
78524              pagesize probe since it's nowadays slightly more
78525              complicated because of sysconf(). (Note: if some
78526              platform really needs the -lPW for getpagesize,
78527              I just broke it.)
78528              
78529              TODO: a new pagesize unit.
78530      Branch: metaconfig
78531            ! U/compline/d_getpagsz.U
78532 ____________________________________________________________________________
78533 [  7646] By: jhi                                   on 2000/11/11  18:33:23
78534         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
78535      Branch: perl
78536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78537            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
78538            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78539            ! vos/config.ga.h win32/config.bc win32/config.gc
78540            ! win32/config.vc
78541 ____________________________________________________________________________
78542 [  7645] By: jhi                                   on 2000/11/11  16:45:15
78543         Log: Use sysconf() or getpagesize() to find out the pagesize.
78544      Branch: perl
78545            ! perlio.c
78546 ____________________________________________________________________________
78547 [  7644] By: jhi                                   on 2000/11/11  15:46:08
78548         Log: Integrate perlio:
78549              
78550              [  7641]
78551              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
78552              Also call "Buf" layer directly when unread'ing non-read chars.
78553      Branch: perl
78554           !> perlio.c
78555 ____________________________________________________________________________
78556 [  7643] By: jhi                                   on 2000/11/11  15:33:36
78557         Log: Subject: Re: [PATCH] README.solaris
78558              From: Lupe Christoph <lupe@lupe-christoph.de>
78559              Date: Sat, 11 Nov 2000 14:08:10 +0100
78560              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
78561      Branch: perl
78562            ! README.solaris
78563 ____________________________________________________________________________
78564 [  7642] By: jhi                                   on 2000/11/11  15:22:12
78565         Log: Subject: [PATCH perl@7638] cygwin port
78566              From: "Eric Fifer" <egf7@columbia.edu>            
78567              Date: Fri, 10 Nov 2000 19:30:30 -0000
78568              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
78569      Branch: perl
78570            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
78571 ____________________________________________________________________________
78572 [  7641] By: nick                                  on 2000/11/11  14:50:36
78573         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
78574              Also call "Buf" layer directly when unread'ing non-read chars.
78575      Branch: perlio
78576            ! perlio.c
78577 ____________________________________________________________________________
78578 [  7640] By: jhi                                   on 2000/11/11  02:05:02
78579         Log: Add more encoding tables.
78580      Branch: perl
78581            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
78582            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
78583            + ext/Encode/Encode/iso8859-10.enc
78584            + ext/Encode/Encode/iso8859-13.enc
78585            + ext/Encode/Encode/iso8859-14.enc
78586            + ext/Encode/Encode/iso8859-15.enc
78587            ! MANIFEST
78588 ____________________________________________________________________________
78589 [  7639] By: jhi                                   on 2000/11/10  18:49:25
78590         Log: Subject: [PATCH] README.solaris
78591              From: Andy Dougherty <doughera@lafayette.edu>
78592              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
78593              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
78594      Branch: perl
78595            + README.solaris
78596            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
78597            ! pod/perl.pod pod/perltoc.pod
78598 ____________________________________________________________________________
78599 [  7638] By: jhi                                   on 2000/11/10  15:04:15
78600         Log: Update Changes.
78601      Branch: perl
78602            ! Changes patchlevel.h
78603 ____________________________________________________________________________
78604 [  7637] By: jhi                                   on 2000/11/10  14:14:28
78605         Log: Explain better why certain regex tests are skipped.
78606              
78607              Subject: Re: tests skipped: unknown reason
78608              From: Lupe Christoph <lupe@lupe-christoph.de>
78609              Date: Fri, 10 Nov 2000 09:08:56 +0100
78610              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
78611      Branch: perl
78612            ! t/op/regexp.t
78613 ____________________________________________________________________________
78614 [  7636] By: nick                                  on 2000/11/10  13:40:00
78615         Log: Integrate mainline.
78616      Branch: perlio
78617           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
78618           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
78619           !> win32/bin/search.pl
78620 ____________________________________________________________________________
78621 [  7635] By: nick                                  on 2000/11/10  13:25:52
78622         Log: Re-instate stdio large file support via perlio.
78623      Branch: perl
78624            ! perlio.c
78625 ____________________________________________________________________________
78626 [  7634] By: jhi                                   on 2000/11/10  04:49:55
78627         Log: Amdahl UTS hints updates.
78628              
78629              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
78630              From: hom00@utsglobal.com (Harold O Morris)
78631              Date: Thu, 9 Nov 2000 20:02 PST
78632              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
78633      Branch: perl
78634            ! hints/uts.sh
78635 ____________________________________________________________________________
78636 [  7633] By: jhi                                   on 2000/11/09  23:33:28
78637         Log: Subject: [PATCH] IO::Seekable pod
78638              From: Nicholas Clark <nick@talking.bollo.cx>
78639              Date: Thu, 9 Nov 2000 20:29:45 +0000
78640              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
78641      Branch: perl
78642            ! ext/IO/lib/IO/Handle.pm
78643 ____________________________________________________________________________
78644 [  7632] By: jhi                                   on 2000/11/09  21:55:41
78645         Log: Various doc oddball characters.
78646              
78647              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
78648              From: Michael Somos <somos@grail.cba.csuohio.edu>
78649              Date: Mon, 6 Nov 2000 17:44:20 -0500
78650              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
78651      Branch: perl
78652            ! emacs/cperl-mode.el lib/unicode/syllables.txt
78653            ! win32/bin/search.pl
78654 ____________________________________________________________________________
78655 [  7631] By: jhi                                   on 2000/11/09  21:12:29
78656         Log: Subject: Re: bash -c exit and linux hints 
78657              From: "John P. Linderman" <jpl@research.att.com>
78658              Date: Thu, 02 Nov 2000 09:37:25 -0500
78659              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
78660      Branch: perl
78661            ! hints/linux.sh
78662 ____________________________________________________________________________
78663 [  7630] By: nick                                  on 2000/11/09  20:34:11
78664         Log: Integrate mainline.
78665      Branch: perlio
78666           !> (integrate 91 files)
78667 ____________________________________________________________________________
78668 [  7629] By: jhi                                   on 2000/11/09  19:46:31
78669         Log: Missing dTHXs.
78670              
78671              Subject: RE: perl@7595 builds not on cygwin
78672              From: "Eric Fifer" <egf7@columbia.edu>
78673              Date: Thu, 9 Nov 2000 19:26:50 -0000
78674              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
78675      Branch: perl
78676            ! ext/Devel/Peek/Peek.xs
78677 ____________________________________________________________________________
78678 [  7628] By: jhi                                   on 2000/11/09  14:48:27
78679         Log: Disable only the tests 99 and 166 for UTF-8 locales.
78680      Branch: perl
78681            ! t/pragma/locale.t
78682 ____________________________________________________________________________
78683 [  7627] By: jhi                                   on 2000/11/09  14:40:27
78684         Log: There's no =head3.
78685      Branch: perl
78686            ! pod/perlhack.pod
78687 ____________________________________________________________________________
78688 [  7626] By: jhi                                   on 2000/11/09  13:54:26
78689         Log: The generated boot_* headers are wrong.  Pickier compiler,
78690              such as KAI C++ will refuse to compile the resulting perlmain.
78691              
78692              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
78693              From: Harri Pasanen <harri.pasanen@trema.com>
78694              Date: Thu, 09 Nov 2000 14:23:28 +0100
78695              Message-Id: <3A0AA550.26D548A3@trema.com>
78696      Branch: perl
78697            ! minimod.pl
78698 ____________________________________________________________________________
78699 [  7625] By: jhi                                   on 2000/11/09  13:50:44
78700         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
78701              From: Prymmer/Kahn <pvhp@best.com>
78702              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
78703              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
78704              
78705              All except the "cow orker" change.
78706      Branch: perl
78707            ! Porting/pumpkin.pod
78708 ____________________________________________________________________________
78709 [  7624] By: jhi                                   on 2000/11/09  13:45:33
78710         Log: Fix for
78711              
78712              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
78713              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
78714              Date: Thu, 09 Nov 2000 11:05:52 +0100
78715              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
78716      Branch: perl
78717            ! pod/perldiag.pod t/pragma/warn/pp_sys
78718 ____________________________________________________________________________
78719 [  7623] By: jhi                                   on 2000/11/09  13:37:16
78720         Log: Typo in an ifndef.
78721              
78722              Subject: Re: [PATCH 5.7.0] better messages from malloc()
78723              From: Joe Smith <jms@inwap.com>         
78724              Date: Thu, 09 Nov 2000 01:33:14 -0800
78725              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
78726      Branch: perl
78727            ! malloc.c
78728 ____________________________________________________________________________
78729 [  7622] By: jhi                                   on 2000/11/09  13:31:18
78730         Log: Remove unused extra arguments.
78731      Branch: metaconfig/U/perl
78732            ! perlxv.U
78733      Branch: perl
78734            ! Configure config_h.SH
78735 ____________________________________________________________________________
78736 [  7621] By: jhi                                   on 2000/11/09  13:16:36
78737         Log: More VMS moves on environment handling, from Charles Lane.
78738      Branch: perl
78739            ! t/pragma/locale.t
78740 ____________________________________________________________________________
78741 [  7620] By: jhi                                   on 2000/11/09  04:42:38
78742         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78743              From: David Dyck <dcd@tc.fluke.com>
78744              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
78745              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
78746      Branch: perl
78747            ! pp_sys.c
78748 ____________________________________________________________________________
78749 [  7619] By: jhi                                   on 2000/11/09  04:36:21
78750         Log: Forgot from #7618.
78751      Branch: perl
78752            ! lib/File/stat.pm
78753 ____________________________________________________________________________
78754 [  7618] By: jhi                                   on 2000/11/09  04:28:44
78755         Log: Make deleting for %ENV work for (newer versions of) VMS,
78756              from Craig A. Berry.
78757      Branch: perl
78758            ! vms/vms.c
78759 ____________________________________________________________________________
78760 [  7617] By: jhi                                   on 2000/11/09  04:25:05
78761         Log: Subject: [PATCH] Class::Struct at compile time
78762              From: "Casey R. Tweten" <crt@kiski.net>
78763              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
78764              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
78765      Branch: perl
78766            ! lib/Class/Struct.pm
78767 ____________________________________________________________________________
78768 [  7616] By: jhi                                   on 2000/11/09  04:15:17
78769         Log: Subject: [ID 20001108.013] spelling
78770              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
78771              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
78772              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
78773      Branch: perl
78774            ! lib/ftp.pl
78775 ____________________________________________________________________________
78776 [  7615] By: jhi                                   on 2000/11/09  04:12:42
78777         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
78778              From: Peter Prymmer <pvhp@forte.com>
78779              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
78780              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
78781      Branch: perl
78782            ! configure.com
78783 ____________________________________________________________________________
78784 [  7614] By: jhi                                   on 2000/11/08  22:42:55
78785         Log: A missing aTHX_.
78786      Branch: perl
78787            ! ext/IPC/SysV/SysV.xs
78788 ____________________________________________________________________________
78789 [  7613] By: jhi                                   on 2000/11/08  19:30:21
78790         Log: Update Changes.
78791      Branch: perl
78792            ! Changes patchlevel.h
78793 ____________________________________________________________________________
78794 [  7612] By: jhi                                   on 2000/11/08  18:35:25
78795         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78796              From: David Dyck <dcd@tc.fluke.com>
78797              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
78798              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
78799      Branch: perl
78800            ! pp_sys.c
78801 ____________________________________________________________________________
78802 [  7611] By: jhi                                   on 2000/11/08  18:30:26
78803         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
78804              From: Dominic Dunlop <domo@computer.org>
78805              Date: Tue, 7 Nov 2000 12:05:25 +0100
78806              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
78807      Branch: perl
78808            ! malloc.c
78809 ____________________________________________________________________________
78810 [  7610] By: jhi                                   on 2000/11/08  18:25:14
78811         Log: Do not test UTF-8 locales since that the tests would require
78812              polymorphic regexen.
78813      Branch: perl
78814            ! t/pragma/locale.t
78815 ____________________________________________________________________________
78816 [  7609] By: jhi                                   on 2000/11/08  17:12:51
78817         Log: Locale buglets.
78818              
78819              Subject: RE: Locales support (setlocale) fixes
78820              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78821              Date: Wed, 8 Nov 2000 20:01:39 +0300
78822              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
78823      Branch: perl
78824            ! t/pragma/locale.t util.c
78825 ____________________________________________________________________________
78826 [  7608] By: jhi                                   on 2000/11/08  17:00:16
78827         Log: Deleting $ENV{PATH} in VMS is not recommendable.
78828      Branch: perl
78829            ! t/pragma/locale.t
78830 ____________________________________________________________________________
78831 [  7607] By: jhi                                   on 2000/11/08  16:58:26
78832         Log: Subject: PATCH std stdio for (Free)BSD
78833              From: Nicholas Clark <nick@ccl4.org>
78834              Date: Wed, 8 Nov 2000 15:36:29 +0000
78835              Message-ID: <20001108153629.D98736@plum.flirble.org>
78836      Branch: metaconfig
78837            ! U/compline/d_stdstdio.U
78838      Branch: perl
78839            ! Configure config_h.SH
78840 ____________________________________________________________________________
78841 [  7606] By: jhi                                   on 2000/11/08  16:43:31
78842         Log: Forgot to bump the line numbers in #7601.
78843      Branch: perl
78844            ! t/pragma/warn/pp_sys
78845 ____________________________________________________________________________
78846 [  7605] By: jhi                                   on 2000/11/08  16:39:12
78847         Log: More careful detection of how well NVs and UVs mix.
78848              
78849              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))
78850              From: Nicholas Clark <nick@ccl4.org>
78851              Date: Wed, 8 Nov 2000 15:14:12 +0000
78852              Message-ID: <20001108151412.B98736@plum.flirble.org>
78853              
78854              Added some SIGFPE paranoia.
78855      Branch: metaconfig/U/perl
78856            ! perlxv.U
78857      Branch: perl
78858            ! Configure config_h.SH
78859 ____________________________________________________________________________
78860 [  7604] By: jhi                                   on 2000/11/08  14:39:10
78861         Log: Subject: [patch perl@7595] VMS configure.com tweak
78862              From: "Craig A. Berry" <craigberry@mac.com>
78863              Date: Wed, 8 Nov 2000 00:24:12 -0600
78864              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
78865      Branch: perl
78866            ! configure.com
78867 ____________________________________________________________________________
78868 [  7603] By: jhi                                   on 2000/11/08  14:27:11
78869         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
78870              From: Robin Barker <rmb1@cise.npl.co.uk>
78871              Date: Wed, 8 Nov 2000 11:11:39 GMT
78872              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
78873      Branch: perl
78874            ! perlio.c
78875 ____________________________________________________________________________
78876 [  7602] By: jhi                                   on 2000/11/08  14:25:03
78877         Log: Fix for the tie-refhash string table leaks.
78878              
78879              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
78880              Date: Wed, 8 Nov 2000 13:03:04 GMT
78881              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
78882      Branch: perl
78883            ! t/lib/tie-refhash.t
78884 ____________________________________________________________________________
78885 [  7601] By: jhi                                   on 2000/11/08  14:21:08
78886         Log: Try to avoid flockless and emulationless places.
78887      Branch: perl
78888            ! t/pragma/warn/pp_sys
78889 ____________________________________________________________________________
78890 [  7600] By: jhi                                   on 2000/11/08  02:28:54
78891         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
78892              
78893              Subject: [PATCH] prototyped functions that should be overrideable
78894              From: "Casey R. Tweten" <crt@kiski.net>
78895              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
78896              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
78897      Branch: perl
78898            ! toke.c
78899 ____________________________________________________________________________
78900 [  7599] By: jhi                                   on 2000/11/08  01:12:05
78901         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
78902              
78903              Subject: [PATCH] perlbug.PL
78904              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78905              Date: Mon, 6 Nov 2000 21:39:01 -0500
78906              Message-ID: <20001106213901.B20955@O2.chapin.edu>
78907      Branch: perl
78908            ! utils/perlbug.PL
78909 ____________________________________________________________________________
78910 [  7598] By: jhi                                   on 2000/11/07  23:42:00
78911         Log: Bad thinko in #7581 (I used the test program with the expanded
78912              values as-is).
78913      Branch: metaconfig
78914            ! U/compline/d_stdstdio.U
78915      Branch: perl
78916            ! Configure
78917 ____________________________________________________________________________
78918 [  7597] By: jhi                                   on 2000/11/07  21:43:29
78919         Log: Subject: [PATCH perl@7573] cygwin port
78920              From: "Fifer, Eric" <EFifer@sanwaint.com>
78921              Date: Tue, 7 Nov 2000 18:08:51 -0000 
78922              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
78923              
78924              Synchronize with Cygwin 1.1.5.
78925      Branch: perl
78926            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
78927            ! pod/perlport.pod unixish.h util.c
78928 ____________________________________________________________________________
78929 [  7596] By: jhi                                   on 2000/11/07  21:39:25
78930         Log: perlhack updates from H.Merijn Brand.
78931      Branch: perl
78932            ! pod/perlhack.pod
78933 ____________________________________________________________________________
78934 [  7595] By: jhi                                   on 2000/11/07  20:21:41
78935         Log: Update Changes.
78936      Branch: perl
78937            ! Changes patchlevel.h
78938 ____________________________________________________________________________
78939 [  7594] By: jhi                                   on 2000/11/07  19:18:58
78940         Log: Be more robust in Dynaloader.pm.
78941      Branch: perl
78942            ! ext/DynaLoader/DynaLoader_pm.PL
78943 ____________________________________________________________________________
78944 [  7593] By: jhi                                   on 2000/11/07  16:49:31
78945         Log: AUTHORS update.
78946      Branch: perl
78947            ! AUTHORS
78948 ____________________________________________________________________________
78949 [  7592] By: gsar                                  on 2000/11/07  16:39:51
78950         Log: normalize relative paths in virtualized current directory on windows,
78951              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
78952              returns)
78953      Branch: perl
78954            ! win32/vdir.h
78955 ____________________________________________________________________________
78956 [  7591] By: jhi                                   on 2000/11/07  16:04:26
78957         Log: Too profiler-happy: with optimization the #7590 actually makes
78958              the test to run 0.5% _slower_.  Requires much more instrumentation.
78959              Retract #7590.
78960      Branch: perl
78961            ! regcomp.c regcomp.h
78962 ____________________________________________________________________________
78963 [  7590] By: jhi                                   on 2000/11/07  15:51:13
78964         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
78965              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
78966              by using memset() and testing bytewise (as opposed to bitwise).
78967      Branch: perl
78968            ! regcomp.c regcomp.h
78969 ____________________________________________________________________________
78970 [  7589] By: jhi                                   on 2000/11/07  12:56:39
78971         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
78972              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78973              Date: Mon, 06 Nov 2000 23:45:30 -0500
78974              Message-Id: <0011079735.AA973576259@univpress.com>
78975      Branch: perl
78976            ! configure.com t/lib/st-lock.t
78977 ____________________________________________________________________________
78978 [  7588] By: jhi                                   on 2000/11/07  01:03:28
78979         Log: Tweak #7587.
78980      Branch: perl
78981            ! pod/perldiag.pod
78982 ____________________________________________________________________________
78983 [  7587] By: jhi                                   on 2000/11/07  01:00:27
78984         Log: A doc addition for bug id 20001105.019, beware \p.
78985      Branch: perl
78986            ! pod/perldiag.pod
78987 ____________________________________________________________________________
78988 [  7586] By: jhi                                   on 2000/11/07  00:32:22
78989         Log: Fake support of holey files in win/dosish platforms.
78990              
78991              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
78992              From: kipp@shonanblue.ne.jp
78993              Date: Mon, 6 Nov 2000 13:30:55 -0800
78994              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
78995      Branch: perl
78996            ! ext/SDBM_File/sdbm/sdbm.c
78997 ____________________________________________________________________________
78998 [  7585] By: jhi                                   on 2000/11/07  00:12:54
78999         Log: Subject: Pod updates
79000              From: "Stephen P. Potter" <spp@spotter.yi.org>
79001              Date: Mon, 06 Nov 2000 18:56:43 -0500
79002              Message-Id: <200011062357.SAA18173@spotter.yi.org>
79003      Branch: perl
79004            ! README.dos README.os2 README.win32 pod/buildtoc.PL
79005            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
79006            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
79007            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
79008            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
79009            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
79010            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
79011            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
79012            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
79013            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
79014            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
79015            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
79016            ! pod/perltootc.pod pod/perlunicode.pod
79017 ____________________________________________________________________________
79018 [  7584] By: jhi                                   on 2000/11/07  00:04:17
79019         Log: Varargs don't always work too well if one puts an unsigned
79020              char on the stack and pop an unsigned quad off the stack.
79021              
79022              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
79023              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
79024              Date: Mon, 06 Nov 2000 15:19:05 -0800
79025              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
79026      Branch: perl
79027            ! utf8.c
79028 ____________________________________________________________________________
79029 [  7583] By: jhi                                   on 2000/11/06  23:58:48
79030         Log: %ENV note tweaks from Dan Sugalski.
79031      Branch: perl
79032            ! pod/perlport.pod vms/perlvms.pod
79033 ____________________________________________________________________________
79034 [  7582] By: jhi                                   on 2000/11/06  23:05:49
79035         Log: glibc5 detection by __GNU_LIBRARY__.
79036      Branch: perl
79037            ! toke.c
79038 ____________________________________________________________________________
79039 [  7581] By: jhi                                   on 2000/11/06  22:51:29
79040         Log: Make the stdio test program of 7427 less noisy while being 
79041              compiled so that Digital UNIX wouldn't get both
79042              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
79043              undefined.  This makes perlio happy.
79044      Branch: metaconfig
79045            ! U/compline/d_stdstdio.U
79046      Branch: perl
79047            ! Configure config_h.SH
79048 ____________________________________________________________________________
79049 [  7580] By: jhi                                   on 2000/11/06  22:41:41
79050         Log: Document %ENV = () portability issues.
79051      Branch: perl
79052            ! pod/perlport.pod vms/perlvms.pod
79053 ____________________________________________________________________________
79054 [  7579] By: jhi                                   on 2000/11/06  21:29:24
79055         Log: VOS updates from Paul Green.
79056      Branch: perl
79057            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
79058 ____________________________________________________________________________
79059 [  7578] By: jhi                                   on 2000/11/06  21:00:40
79060         Log: Sanitize the environment further.
79061      Branch: perl
79062            ! t/pragma/locale.t
79063 ____________________________________________________________________________
79064 [  7577] By: jhi                                   on 2000/11/06  20:53:51
79065         Log: Re-introduce 7552 lost in integration.
79066      Branch: perl
79067            ! perlio.c
79068 ____________________________________________________________________________
79069 [  7576] By: jhi                                   on 2000/11/06  20:33:46
79070         Log: Admit that the test leaks scalars.
79071      Branch: perl
79072            ! t/comp/proto.t
79073 ____________________________________________________________________________
79074 [  7575] By: jhi                                   on 2000/11/06  20:17:08
79075         Log: Integrate perlio:
79076              
79077              [  7574]
79078              Remove debug. Try (Mmap_t) on madvise() call.
79079      Branch: perl
79080           !> perlio.c
79081 ____________________________________________________________________________
79082 [  7574] By: nick                                  on 2000/11/06  20:07:28
79083         Log: Remove debug. Try (Mmap_t) on madvise() call.
79084      Branch: perlio
79085            ! perlio.c
79086 ____________________________________________________________________________
79087 [  7573] By: jhi                                   on 2000/11/06  13:56:05
79088         Log: Update Changes.
79089      Branch: perl
79090            ! Changes patchlevel.h
79091 ____________________________________________________________________________
79092 [  7572] By: jhi                                   on 2000/11/06  13:48:41
79093         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
79094              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79095              Date: Mon, 06 Nov 2000 10:11:42 +0100
79096              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
79097      Branch: perl
79098            ! pod/perlhack.pod
79099 ____________________________________________________________________________
79100 [  7571] By: jhi                                   on 2000/11/06  01:45:51
79101         Log: AUTHORS updates.
79102      Branch: perl
79103            ! AUTHORS
79104 ____________________________________________________________________________
79105 [  7570] By: jhi                                   on 2000/11/06  00:18:00
79106         Log: Fix for
79107              
79108              Subject: [ID 20000728.005] perl -P broken
79109              From: David Dyck <dcd@tc.fluke.com>
79110              Date: Fri, 28 Jul 2000 17:19:16 -0700
79111              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
79112              
79113              (hopefully).  The fix is also not complete, it seems to break
79114              BOM swallowing for libc5 systems, but until someone figures
79115              out a way to do this without ftell(), this will do.
79116      Branch: perl
79117            ! toke.c
79118 ____________________________________________________________________________
79119 [  7569] By: jhi                                   on 2000/11/06  00:05:30
79120         Log: Document that the evaled syntax errors cause scalar leaks.
79121      Branch: perl
79122            ! t/comp/proto.t
79123 ____________________________________________________________________________
79124 [  7568] By: jhi                                   on 2000/11/05  23:14:47
79125         Log: opmini.o can linger from Configures past.
79126      Branch: perl
79127            ! Makefile.SH
79128 ____________________________________________________________________________
79129 [  7567] By: jhi                                   on 2000/11/05  21:28:39
79130         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
79131              first argument correctly.
79132      Branch: perl
79133            ! perlio.c
79134 ____________________________________________________________________________
79135 [  7566] By: jhi                                   on 2000/11/05  21:15:56
79136         Log: Integrate perlio:
79137              
79138              [  7564]
79139              Added a mmap layer as a "subclass" of perlio.
79140              PERLIO=mmap ./perl harness passes
79141      Branch: perl
79142           !> perlio.c
79143 ____________________________________________________________________________
79144 [  7565] By: jhi                                   on 2000/11/05  21:15:13
79145         Log: Use -dM for gcc (the suggested patch did it only for Linux,
79146              but I think it can be generalized).
79147              
79148              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
79149              From: Pixel <pixel@mandrakesoft.com>
79150              Date: 05 Nov 2000 21:49:34 +0100 
79151              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
79152      Branch: perl
79153            ! ext/Errno/Errno_pm.PL
79154 ____________________________________________________________________________
79155 [  7564] By: nick                                  on 2000/11/05  21:09:18
79156         Log: Added a mmap layer as a "subclass" of perlio.
79157              PERLIO=mmap ./perl harness passes
79158      Branch: perlio
79159            ! perlio.c
79160 ____________________________________________________________________________
79161 [  7563] By: jhi                                   on 2000/11/05  19:48:55
79162         Log: Add a note for future generations about bug id 20000229.006.
79163      Branch: perl
79164            ! malloc.c
79165 ____________________________________________________________________________
79166 [  7562] By: jhi                                   on 2000/11/05  19:38:24
79167         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
79168      Branch: perl
79169            ! pp_ctl.c t/op/pos.t
79170 ____________________________________________________________________________
79171 [  7561] By: jhi                                   on 2000/11/05  18:21:46
79172         Log: Add =pod to be tidy.
79173      Branch: perl
79174            ! lib/Math/Complex.pm
79175 ____________________________________________________________________________
79176 [  7560] By: jhi                                   on 2000/11/05  17:38:46
79177         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
79178      Branch: perl
79179            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
79180            ! ext/Storable/Storable.xs t/lib/st-recurse.t
79181 ____________________________________________________________________________
79182 [  7559] By: jhi                                   on 2000/11/05  17:32:59
79183         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
79184              From: "Peter J. Farley III" <pjfarley@banet.net>
79185              Date: Sun, 05 Nov 2000 11:55:59 -0500
79186              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
79187      Branch: perl
79188            ! t/lib/syslog.t
79189 ____________________________________________________________________________
79190 [  7558] By: jhi                                   on 2000/11/05  17:29:19
79191         Log: Integrate perlio:
79192              
79193              [  7555]
79194              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
79195              open RDWR so does not fail. (pragma/warnings 303 again...)
79196              
79197              [  7554]
79198              Fix case where ungetc(f,EOF) was allowed.
79199              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
79200              so we can see similarities.
79201              Use types more carefully and a STDCHAR array in hope that this will
79202              fix Jarkko's 64bit machine.
79203      Branch: perl
79204           !> perlio.c
79205 ____________________________________________________________________________
79206 [  7557] By: jhi                                   on 2000/11/05  17:22:01
79207         Log: A fix of sorts for 20000329.026, a better error message
79208              for a missing "use charnames" when using the \N{...}. 
79209      Branch: perl
79210            ! pod/perldiag.pod toke.c
79211 ____________________________________________________________________________
79212 [  7556] By: jhi                                   on 2000/11/05  16:33:50
79213         Log: Test tweak: show also the failed locales.
79214              
79215              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
79216              From: Lupe Christoph <lupe@lupe-christoph.de>         
79217              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
79218              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
79219      Branch: perl
79220            ! t/pragma/locale.t
79221 ____________________________________________________________________________
79222 [  7555] By: nick                                  on 2000/11/05  11:09:34
79223         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
79224              open RDWR so does not fail. (pragma/warnings 303 again...)
79225      Branch: perlio
79226            ! perlio.c
79227 ____________________________________________________________________________
79228 [  7554] By: nick                                  on 2000/11/05  10:10:13
79229         Log: Fix case where ungetc(f,EOF) was allowed.
79230              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
79231              so we can see similarities.
79232              Use types more carefully and a STDCHAR array in hope that this will
79233              fix Jarkko's 64bit machine.
79234      Branch: perlio
79235            ! perlio.c
79236 ____________________________________________________________________________
79237 [  7553] By: jhi                                   on 2000/11/05  01:12:16
79238         Log: Fix for
79239              
79240              Subject: [ID 20001004.007] taint propogation is inconsistent
79241              From: pimlott@idiomtech.com (Andrew Pimlott) 
79242              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
79243              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
79244              
79245              The culprit was sv_setsv() which was rather blindly
79246              propagating taint, which lead to behaviour where if
79247              a tainted anon hash value was seen all the hash values
79248              from then on at that level became tainted, or at any
79249              upper levels in the case of nested anon hashes.
79250      Branch: perl
79251            ! sv.c t/op/taint.t
79252 ____________________________________________________________________________
79253 [  7552] By: jhi                                   on 2000/11/04  23:44:18
79254         Log: Some cpps don't like splitting conditionals across several lines.
79255      Branch: perl
79256            ! perlio.c
79257 ____________________________________________________________________________
79258 [  7551] By: nick                                  on 2000/11/04  23:40:44
79259         Log: Integrate mainline
79260      Branch: perlio
79261           !> pp_hot.c t/op/taint.t
79262 ____________________________________________________________________________
79263 [  7550] By: nick                                  on 2000/11/04  23:39:05
79264         Log: Integrate mainline again
79265      Branch: perlio
79266           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
79267           !> t/lib/b.t t/op/misc.t util.c
79268 ____________________________________________________________________________
79269 [  7549] By: jhi                                   on 2000/11/04  23:14:01
79270         Log: Fix for
79271              
79272              Subject: [ID 20001004.006] undef is never tainted
79273              From: pimlott@idiomtech.com (Andrew Pimlott)
79274              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
79275              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
79276              
79277              An undef read from a slurped file was not tainted.
79278      Branch: perl
79279            ! pp_hot.c t/op/taint.t
79280 ____________________________________________________________________________
79281 [  7548] By: jhi                                   on 2000/11/04  22:56:21
79282         Log: Test tweak ($Config{useperlio} is by default undef) .
79283      Branch: perl
79284            ! t/lib/b.t
79285 ____________________________________________________________________________
79286 [  7547] By: jhi                                   on 2000/11/04  22:43:56
79287         Log: Integrate perlio:
79288              
79289              [  7539]
79290              PerlIO infrastructure complete.
79291              
79292              [  7538]
79293              Type tweaks + less contorted allocation scheme
79294              
79295              [  7537]
79296              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
79297              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
79298              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
79299              sensible) which lead to some interesting fails.
79300              
79301              [  7535]
79302              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
79303              - Works on Linux with
79304              perlio + unix
79305              stdio
79306              - Works on Solaris with
79307              perlio + unix
79308              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
79309              - Fails (hangs in openpid) if you try and stack
79310              perlio + stdio - Linux stdio's read() logic is hanging.
79311              
79312              [  7492]
79313              Change files which are mysteriously different to mainline to be
79314              copies of mainline.
79315              
79316              [  7491]
79317              Perlio fixes discovered on big-endian & very traditional Solaris:
79318              - typo in endian code in putc.
79319              - Don't allow read of write-only files and vice-versa
79320              - and off-by-one in flush-all loop.
79321              Remove debug calls as they were using GCC specific features.
79322              
79323              [  7484]
79324              PerlIO passes all tests.
79325              
79326              [  7482]
79327              Include <unistd.h> to get correct lseek() prototype etc.
79328              (I thought perl.h did that) - down to two fails
79329              - comp/require.t (last test)
79330              - lib/io_xs.t - possibly import/export of FILE * ?
79331              
79332              [  7480]
79333              Fixed two bugs:
79334              - error code not being set on close (of broken pipe)
79335              - append mode was truncating.
79336              At least one seek/tell bug remains.
79337              
79338              [  7479]
79339              Prototype (stdio-like) PerlIO passing basic tests. Checked in
79340              in case of accidents. Still several worrying fails, no line disciplines yet.
79341      Branch: perl
79342           +> lib/perlio.pm
79343           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
79344           !> pod/perlapi.pod t/lib/b.t
79345 ____________________________________________________________________________
79346 [  7546] By: jhi                                   on 2000/11/04  22:40:59
79347         Log: Configure would use a bad $myuname from an old config.sh.
79348              
79349              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
79350              From: Andy Dougherty <doughera@lafayette.edu>
79351              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
79352              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
79353      Branch: metaconfig
79354            ! U/modified/Oldconfig.U
79355      Branch: perl
79356            ! Configure config_h.SH
79357 ____________________________________________________________________________
79358 [  7545] By: jhi                                   on 2000/11/04  22:36:54
79359         Log: Subject: Locales support (setlocale) fixes
79360              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
79361              Date: Sat, 4 Nov 2000 10:15:48 +0300 
79362              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
79363              
79364              Modified quite a bit to be more portable.
79365      Branch: perl
79366            ! embed.h embed.pl perl.h proto.h util.c
79367 ____________________________________________________________________________
79368 [  7544] By: jhi                                   on 2000/11/04  22:32:47
79369         Log: Dying is too strict here, better just skip.
79370      Branch: perl
79371            ! t/op/misc.t
79372 ____________________________________________________________________________
79373 [  7543] By: nick                                  on 2000/11/04  21:55:13
79374         Log: Merge mainline
79375      Branch: perlio
79376           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
79377           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
79378           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
79379           !> (integrate 64 files)
79380 ____________________________________________________________________________
79381 [  7542] By: jhi                                   on 2000/11/04  21:09:28
79382         Log: More Changes tweakery.
79383      Branch: perl
79384            ! Changes Porting/genlog
79385 ____________________________________________________________________________
79386 [  7541] By: jhi                                   on 2000/11/04  20:58:18
79387         Log: Changes fixups.
79388      Branch: perl
79389            ! Changes
79390 ____________________________________________________________________________
79391 [  7540] By: jhi                                   on 2000/11/04  20:42:38
79392         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
79393              create a "fast path" for locale name probing using "locale -a"
79394              if available, squash finally hopefully the s?printf resetting
79395              the numeric locale (since, IIUC perllocale, it never shouldn't). 
79396      Branch: perl
79397            ! sv.c t/op/misc.t t/pragma/locale.t
79398 ____________________________________________________________________________
79399 [  7539] By: nick                                  on 2000/11/04  19:56:10
79400         Log: PerlIO infrastructure complete.
79401      Branch: perlio
79402            + lib/perlio.pm
79403            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
79404 ____________________________________________________________________________
79405 [  7538] By: nick                                  on 2000/11/04  14:31:32
79406         Log: Type tweaks + less contorted allocation scheme
79407      Branch: perlio
79408            ! perlio.c
79409 ____________________________________________________________________________
79410 [  7537] By: nick                                  on 2000/11/04  12:40:42
79411         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
79412              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
79413              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
79414              sensible) which lead to some interesting fails.
79415      Branch: perlio
79416            ! perlio.c
79417 ____________________________________________________________________________
79418 [  7536] By: jhi                                   on 2000/11/04  00:20:02
79419         Log: Add FCNTL_CAN_LOCK.
79420              
79421              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
79422              From: Andy Dougherty <doughera@lafayette.edu>
79423              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
79424              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
79425              
79426              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
79427              From: Andy Dougherty <doughera@lafayette.edu>
79428              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
79429              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
79430      Branch: metaconfig/U/perl
79431            + d_fcntl_can_lock.U
79432            ! startperl.U
79433      Branch: perl
79434            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79435            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
79436            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79437            ! vos/config.ga.h win32/config.bc win32/config.gc
79438            ! win32/config.vc
79439 ____________________________________________________________________________
79440 [  7535] By: nick                                  on 2000/11/03  22:19:10
79441         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
79442              - Works on Linux with
79443              perlio + unix
79444              stdio
79445              - Works on Solaris with
79446              perlio + unix
79447              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
79448              - Fails (hangs in openpid) if you try and stack
79449              perlio + stdio - Linux stdio's read() logic is hanging.
79450      Branch: perlio
79451            ! iperlsys.h perlio.c
79452 ____________________________________________________________________________
79453 [  7534] By: jhi                                   on 2000/11/03  15:16:02
79454         Log: Subject: Re: README.aix
79455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79456              Date: Fri, 03 Nov 2000 16:03:15 +0100
79457              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
79458      Branch: perl
79459            ! README.aix
79460 ____________________________________________________________________________
79461 [  7533] By: jhi                                   on 2000/11/03  03:59:02
79462         Log: Subject: [PATCH 5.7.0] better messages from malloc()
79463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79464              Date: Wed, 1 Nov 2000 23:39:56 -0500
79465              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
79466      Branch: perl
79467            ! malloc.c pod/perldiag.pod
79468 ____________________________________________________________________________
79469 [  7532] By: jhi                                   on 2000/11/03  00:11:56
79470         Log: The #7521 touched things it shouldn't have.
79471      Branch: perl
79472            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
79473 ____________________________________________________________________________
79474 [  7531] By: jhi                                   on 2000/11/02  22:32:33
79475         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
79476              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79477              Date:     Thu, 2 Nov 2000 16:58:36 EST
79478              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
79479      Branch: perl
79480            ! vms/gen_shrfls.pl
79481 ____________________________________________________________________________
79482 [  7530] By: jhi                                   on 2000/11/02  22:08:49
79483         Log: Fix the problem discussed in
79484              
79485              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
79486              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
79487              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
79488              
79489              originally from Linc Madison.  Also Andreas König's comments
79490              taken into account.  Some other problems with Tie::SubstrHash
79491              fixed: didn't croak when the table exceeded the requested number
79492              of entries (as documented) but instead when the number of entries
79493              exceeded the size of the table, a croak() had an unnecessary \n,
79494              didn't have a CLEAR method, documented that there is no exists().
79495              Didn't fix to be strict-proof because the module uses &foo; and
79496              dynamic scope.  Added a test script exercizing both first tamely 
79497              the basic functionality, and then the failure cases reported by
79498              Linc Madison.
79499      Branch: perl
79500            + t/lib/tie-substrhash.t
79501            ! MANIFEST lib/Tie/SubstrHash.pm
79502 ____________________________________________________________________________
79503 [  7529] By: jhi                                   on 2000/11/02  17:58:08
79504         Log: recv() can fail and return undef.
79505              
79506              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
79507              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
79508              Date: Thu, 2 Nov 2000 20:12:20 +0300
79509              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
79510      Branch: perl
79511            ! lib/Net/Ping.pm
79512 ____________________________________________________________________________
79513 [  7528] By: jhi                                   on 2000/11/02  17:49:09
79514         Log: Detpyo.
79515      Branch: perl
79516            ! pod/perlop.pod
79517 ____________________________________________________________________________
79518 [  7527] By: jhi                                   on 2000/11/02  15:48:37
79519         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
79520              fix a autovivification bug in Tie::RefHash, add tests for both.
79521              
79522              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
79523              From: Edward Avis <epa98@doc.ic.ac.uk>
79524              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
79525              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
79526      Branch: perl
79527            + t/lib/tie-refhash.t
79528            ! MANIFEST lib/Tie/RefHash.pm
79529 ____________________________________________________________________________
79530 [  7526] By: jhi                                   on 2000/11/02  13:56:26
79531         Log: Test::Harness revealed buglets in the new DynaLoader.
79532              
79533              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
79534              From: andreas.koenig@anima.de (Andreas J. Koenig)
79535              Date: 02 Nov 2000 11:26:48 +0100 
79536              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
79537      Branch: perl
79538            ! ext/DynaLoader/DynaLoader_pm.PL
79539 ____________________________________________________________________________
79540 [  7525] By: jhi                                   on 2000/11/01  23:52:08
79541         Log: The entry for #7503 was missing.
79542      Branch: perl
79543            ! Changes
79544 ____________________________________________________________________________
79545 [  7524] By: jhi                                   on 2000/11/01  23:40:52
79546         Log: Update Changes.
79547      Branch: perl
79548            ! Changes patchlevel.h
79549 ____________________________________________________________________________
79550 [  7523] By: jhi                                   on 2000/11/01  22:57:09
79551         Log: More tweaking on the #7522 theme.
79552      Branch: perl
79553            ! ext/DynaLoader/DynaLoader_pm.PL
79554 ____________________________________________________________________________
79555 [  7522] By: jhi                                   on 2000/11/01  22:06:15
79556         Log: Expand %Config variables and %ENV variables only if
79557              so requested during build time using the
79558              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
79559              Not expanding makes relocating distributions easier.
79560      Branch: perl
79561            ! ext/DynaLoader/DynaLoader_pm.PL
79562 ____________________________________________________________________________
79563 [  7521] By: jhi                                   on 2000/11/01  20:56:34
79564         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
79565              and setgid() because they were just changing $< and $( which means
79566              only changing the real uid/gid, as opposed to changing both
79567              real and effective ids.  (The alternative way could have been
79568              in POSIX.pm to change $> and $), too, but making a direct call
79569              to the C API feels cleaner.)  Fixes the bug
79570              
79571              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
79572              From: "Garry T. Williams" <garry@zvolve.com>
79573              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
79574              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
79575      Branch: perl
79576            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
79577            ! ext/POSIX/typemap pod/perlvar.pod
79578 ____________________________________________________________________________
79579 [  7520] By: jhi                                   on 2000/11/01  20:08:33
79580         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
79581              From: "Garry T. Williams" <garry@zvolve.com>
79582              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
79583              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
79584      Branch: perl
79585            ! pod/perlsec.pod
79586 ____________________________________________________________________________
79587 [  7519] By: jhi                                   on 2000/11/01  20:01:22
79588         Log: Locale warning explanation tweak.
79589      Branch: perl
79590            ! pod/perldiag.pod
79591 ____________________________________________________________________________
79592 [  7518] By: jhi                                   on 2000/11/01  18:57:13
79593         Log: C.pm part of
79594              
79595              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
79596              From: Jarkko Hietaniemi <jhi@iki.fi>
79597              Date: Tue, 10 Oct 2000 08:22:28 -0500
79598              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
79599      Branch: perl
79600            ! ext/B/B/C.pm
79601 ____________________________________________________________________________
79602 [  7517] By: jhi                                   on 2000/11/01  18:41:59
79603         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
79604              From: Martien Verbruggen <mgjv@comdyn.com.au>
79605              Date: Fri, 6 Oct 2000 14:09:10 +1100
79606              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
79607      Branch: perl
79608            ! pod/perlop.pod
79609 ____________________________________________________________________________
79610 [  7516] By: jhi                                   on 2000/11/01  18:34:55
79611         Log: Generalize the Camel wording.
79612              
79613              Subject: Re: perlfaq style changes
79614              From: John Borwick <jhborwic@unity.ncsu.edu>
79615              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
79616              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
79617      Branch: perl
79618            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
79619 ____________________________________________________________________________
79620 [  7515] By: jhi                                   on 2000/11/01  16:52:31
79621         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
79622              From: pimlott@idiomtech.com (Andrew Pimlott)
79623              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
79624              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
79625      Branch: perl
79626            ! pod/perlsec.pod
79627 ____________________________________________________________________________
79628 [  7514] By: jhi                                   on 2000/11/01  15:03:40
79629         Log: More AIX lore.
79630      Branch: perl
79631            ! ext/re/hints/aix.pl
79632 ____________________________________________________________________________
79633 [  7513] By: jhi                                   on 2000/11/01  14:48:30
79634         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
79635              From: root <root@chronos.fi.muni.cz>
79636              Date: Wed, 1 Nov 2000 12:31:32 +0100
79637              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
79638      Branch: perl
79639            ! lib/Net/Ping.pm
79640 ____________________________________________________________________________
79641 [  7512] By: jhi                                   on 2000/11/01  14:46:47
79642         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
79643              From: Martin Husemann <martin@duskware.de>
79644              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
79645              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
79646      Branch: perl
79647            ! regcomp.c
79648 ____________________________________________________________________________
79649 [  7511] By: jhi                                   on 2000/11/01  14:39:50
79650         Log: AUTHORS updates.
79651      Branch: perl
79652            ! AUTHORS
79653 ____________________________________________________________________________
79654 [  7510] By: jhi                                   on 2000/11/01  14:29:50
79655         Log: Subject: [PATCH] startperl to respect versiononly
79656              From: Robin Barker <rmb1@cise.npl.co.uk> 
79657              Date: Tue, 31 Oct 2000 16:29:36 GMT
79658              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
79659      Branch: metaconfig/U/perl
79660            ! startperl.U
79661      Branch: perl
79662            ! Configure config_h.SH
79663 ____________________________________________________________________________
79664 [  7509] By: jhi                                   on 2000/11/01  14:19:53
79665         Log: printf UVs the correct way, noticed by Robin Barker.
79666      Branch: perl
79667            ! utf8.c
79668 ____________________________________________________________________________
79669 [  7508] By: jhi                                   on 2000/11/01  14:10:03
79670         Log: Do not cleanup *% because the % has special meanings in some
79671              shell environments.
79672      Branch: perl
79673            ! ext/Storable/Makefile.PL
79674 ____________________________________________________________________________
79675 [  7507] By: jhi                                   on 2000/11/01  14:06:00
79676         Log: The NonStop-UX libraries have a novel way to say NaN.
79677      Branch: perl
79678            ! t/lib/bigfltpm.t
79679 ____________________________________________________________________________
79680 [  7506] By: jhi                                   on 2000/11/01  14:03:35
79681         Log: The osname has been lowercased by now, from Tom Bates.
79682      Branch: metaconfig
79683            ! U/modified/Oldconfig.U
79684      Branch: perl
79685            ! Configure config_h.SH
79686 ____________________________________________________________________________
79687 [  7505] By: jhi                                   on 2000/10/31  19:18:39
79688         Log: The compiler is either gcc or cc, from Tom Bates.
79689      Branch: perl
79690            ! hints/nonstopux.sh
79691 ____________________________________________________________________________
79692 [  7504] By: jhi                                   on 2000/10/31  14:53:42
79693         Log: Update Changes.
79694      Branch: perl
79695            ! Changes patchlevel.h
79696 ____________________________________________________________________________
79697 [  7503] By: jhi                                   on 2000/10/31  14:30:50
79698         Log: Whitespace style tweak.  Was originally going to see to
79699              
79700              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
79701              From: Joe Smith <jms@inwap.com>
79702              Date: Mon, 30 Oct 2000 18:47:57 -0800
79703              Message-Id: <39FE32DD.24AAC4D@inwap.com>
79704              
79705              but that had already been taken care of.
79706      Branch: metaconfig
79707            ! U/compline/d_stdstdio.U
79708      Branch: perl
79709            ! Configure config_h.SH
79710 ____________________________________________________________________________
79711 [  7502] By: jhi                                   on 2000/10/31  14:25:02
79712         Log: AUTHORS tweaks.
79713      Branch: perl
79714            ! AUTHORS
79715 ____________________________________________________________________________
79716 [  7501] By: jhi                                   on 2000/10/31  14:23:59
79717         Log: Subject: perlfaq style changes
79718              From: John Borwick <jhborwic@unity.ncsu.edu>
79719              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
79720              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
79721      Branch: perl
79722            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
79723            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
79724            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
79725            ! pod/perlfaq9.pod
79726 ____________________________________________________________________________
79727 [  7500] By: jhi                                   on 2000/10/31  14:22:15
79728         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
79729              
79730              Subject: Re: [ID 20000918.005] ~ on wide chars
79731              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79732              Date: Mon, 30 Oct 2000 21:09:55 -0800
79733              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
79734              
79735              (The ord() part of the patch skipped.)
79736      Branch: perl
79737            ! doop.c
79738 ____________________________________________________________________________
79739 [  7499] By: jhi                                   on 2000/10/31  14:20:08
79740         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
79741              From: Jens Hamisch <jens@Strawberry.COM>
79742              Date: Mon, 30 Oct 2000 15:17:07 +0100
79743              Message-Id: <20001030151707.A9597@Strawberry.COM>
79744      Branch: perl
79745            ! av.c
79746 ____________________________________________________________________________
79747 [  7498] By: jhi                                   on 2000/10/31  14:16:29
79748         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
79749              From: Peter Prymmer <pvhp@forte.com>
79750              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
79751              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
79752      Branch: perl
79753            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
79754            + ext/Encode/Encode/posix-bc.enc
79755            ! MANIFEST t/lib/encode.t
79756 ____________________________________________________________________________
79757 [  7497] By: jhi                                   on 2000/10/31  14:13:22
79758         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
79759              From: Peter Prymmer <pvhp@forte.com>
79760              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
79761              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
79762      Branch: perl
79763            ! t/lib/cgi-html.t
79764 ____________________________________________________________________________
79765 [  7496] By: jhi                                   on 2000/10/31  14:12:05
79766         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
79767              From: Peter Prymmer <pvhp@forte.com>
79768              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
79769              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
79770      Branch: perl
79771            ! t/lib/cgi-function.t
79772 ____________________________________________________________________________
79773 [  7495] By: jhi                                   on 2000/10/31  14:11:08
79774         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
79775              From: Peter Prymmer <pvhp@forte.com>
79776              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
79777              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
79778      Branch: perl
79779            + ext/re/hints/aix.pl
79780            ! MANIFEST ext/re/Makefile.PL
79781 ____________________________________________________________________________
79782 [  7494] By: jhi                                   on 2000/10/31  14:08:32
79783         Log: Use Errno magic.
79784              
79785              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
79786              From: Casey Tweten <perl@ctweten.amsite.com>
79787              Date: Mon, 30 Oct 2000 15:51:17 -0500
79788              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
79789      Branch: perl
79790            ! lib/File/Temp.pm
79791 ____________________________________________________________________________
79792 [  7493] By: jhi                                   on 2000/10/31  14:05:07
79793         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
79794              
79795              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
79796              From: Nicholas Clark <nick@ccl4.org>
79797              Date: Mon, 30 Oct 2000 17:38:45 +0000
79798              Message-ID: <20001030173845.O60355@plum.flirble.org>
79799      Branch: perl
79800            ! Makefile.SH utils/perlbug.PL
79801 ____________________________________________________________________________
79802 [  7492] By: nick                                  on 2000/10/30  19:37:23
79803         Log: Change files which are mysteriously different to mainline to be
79804              copies of mainline.
79805      Branch: perlio
79806            ! objXSUB.h perlapi.c pod/perlapi.pod
79807 ____________________________________________________________________________
79808 [  7491] By: nick                                  on 2000/10/30  18:05:54
79809         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
79810              - typo in endian code in putc.
79811              - Don't allow read of write-only files and vice-versa
79812              - and off-by-one in flush-all loop.
79813              Remove debug calls as they were using GCC specific features.
79814      Branch: perlio
79815            ! perlio.c
79816 ____________________________________________________________________________
79817 [  7490] By: nick                                  on 2000/10/29  21:45:45
79818         Log: Integrate mainline to perlio
79819      Branch: perlio
79820           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
79821           !> toke.c
79822 ____________________________________________________________________________
79823 [  7489] By: jhi                                   on 2000/10/29  21:11:08
79824         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
79825              From: andreas.koenig@anima.de (Andreas J. Koenig)
79826              Date: 29 Oct 2000 22:05:59 +0100
79827              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
79828      Branch: perl
79829            ! lib/ExtUtils/Manifest.pm
79830 ____________________________________________________________________________
79831 [  7488] By: jhi                                   on 2000/10/29  21:07:47
79832         Log: Tests for #7487.
79833              
79834              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79835              From: andreas.koenig@anima.de (Andreas J. Koenig)
79836              Date: 29 Oct 2000 19:37:09 +0100
79837              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
79838      Branch: perl
79839            ! t/comp/proto.t
79840 ____________________________________________________________________________
79841 [  7487] By: jhi                                   on 2000/10/29  21:06:27
79842         Log: constsub spillage.
79843              
79844              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79845              From: John Tobey <jtobey@john-edwin-tobey.org>
79846              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
79847              Message-Id: <m13pvSr-000FObC@feynman.localnet>
79848      Branch: perl
79849            ! op.c
79850 ____________________________________________________________________________
79851 [  7486] By: nick                                  on 2000/10/29  21:05:04
79852         Log: Integrate mainline to perlio branch
79853      Branch: perlio
79854           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
79855           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
79856           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
79857           +> vos/install_perl.cm
79858            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
79859            - vos/config.h vos/config_h.SH_orig
79860           !> (integrate 141 files)
79861 ____________________________________________________________________________
79862 [  7485] By: jhi                                   on 2000/10/29  21:00:47
79863         Log: Make \x{...} consistently produce UTF-8.
79864              
79865              Subject: Re: \x{...} is confused 
79866              From: Simon Cozens <simon@cozens.net>
79867              Date: Sun, 29 Oct 2000 19:36:48 +0000
79868              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
79869      Branch: perl
79870            ! t/pragma/utf8.t toke.c
79871 ____________________________________________________________________________
79872 [  7484] By: nick                                  on 2000/10/29  20:05:29
79873         Log: PerlIO passes all tests.
79874      Branch: perlio
79875            ! perlio.c
79876 ____________________________________________________________________________
79877 [  7483] By: jhi                                   on 2000/10/29  18:06:55
79878         Log: Update Changes.
79879      Branch: perl
79880            ! Changes patchlevel.h
79881 ____________________________________________________________________________
79882 [  7482] By: nick                                  on 2000/10/29  17:43:28
79883         Log: Include <unistd.h> to get correct lseek() prototype etc.
79884              (I thought perl.h did that) - down to two fails
79885              - comp/require.t (last test)
79886              - lib/io_xs.t - possibly import/export of FILE * ?
79887      Branch: perlio
79888            ! perlio.c
79889 ____________________________________________________________________________
79890 [  7481] By: jhi                                   on 2000/10/29  17:02:37
79891         Log: UTF-8 decoder tweak.
79892      Branch: perl
79893            ! utf8.c
79894 ____________________________________________________________________________
79895 [  7480] By: nick                                  on 2000/10/29  16:26:11
79896         Log: Fixed two bugs:
79897              - error code not being set on close (of broken pipe)
79898              - append mode was truncating.
79899              At least one seek/tell bug remains.
79900      Branch: perlio
79901            ! perlio.c
79902 ____________________________________________________________________________
79903 [  7479] By: nick                                  on 2000/10/29  11:18:16
79904         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
79905              in case of accidents. Still several worrying fails, no line disciplines yet.
79906      Branch: perlio
79907            ! iperlsys.h perlio.c
79908 ____________________________________________________________________________
79909 [  7478] By: jhi                                   on 2000/10/29  02:04:01
79910         Log: Add also emailless people.
79911      Branch: perl
79912            ! AUTHORS
79913 ____________________________________________________________________________
79914 [  7477] By: jhi                                   on 2000/10/29  01:36:00
79915         Log: The #7476 needs a MANIFEST change, too.
79916      Branch: perl
79917            ! MANIFEST
79918 ____________________________________________________________________________
79919 [  7476] By: jhi                                   on 2000/10/29  01:35:21
79920         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
79921      Branch: perl
79922            - MAINTAIN
79923            ! AUTHORS Changes
79924 ____________________________________________________________________________
79925 [  7475] By: jhi                                   on 2000/10/28  23:57:25
79926         Log: De-quoted-unreadable to ISO Latin 1.
79927              (There's one ISO-2022-JP name in Changes5.004.)
79928      Branch: perl
79929            ! Changes Changes5.6
79930 ____________________________________________________________________________
79931 [  7474] By: jhi                                   on 2000/10/28  19:13:06
79932         Log: Subject: [ID 20001027.007] uniq array in perlfaq
79933              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
79934              Date: Fri, 27 Oct 2000 19:28:30 +0200
79935              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
79936      Branch: perl
79937            ! pod/perlfaq4.pod
79938 ____________________________________________________________________________
79939 [  7473] By: jhi                                   on 2000/10/28  18:02:05
79940         Log: Locking null mutexes is not recommendable.
79941              
79942              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
79943              From: Hugo <hv@crypt.compulink.co.uk>
79944              Date: Sat, 28 Oct 2000 18:41:12 +0100
79945              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
79946      Branch: perl
79947            ! op.c
79948 ____________________________________________________________________________
79949 [  7472] By: jhi                                   on 2000/10/28  17:52:58
79950         Log: Better create a true mailing list for the repository keepers.
79951      Branch: perl
79952            ! Porting/repository.pod
79953 ____________________________________________________________________________
79954 [  7471] By: jhi                                   on 2000/10/28  17:28:24
79955         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
79956              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
79957      Branch: perl
79958            + Porting/repository.pod
79959            ! MANIFEST
79960 ____________________________________________________________________________
79961 [  7470] By: jhi                                   on 2000/10/28  17:20:54
79962         Log: Subject: DOC PATCH 5.6.0
79963              From: mjd@plover.com
79964              Date: 27 Oct 2000 17:32:44 -0000
79965              Message-ID: <20001027173244.23754.qmail@plover.com>
79966      Branch: perl
79967            ! pod/perlfunc.pod
79968 ____________________________________________________________________________
79969 [  7469] By: jhi                                   on 2000/10/28  17:16:45
79970         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
79971              From: "Peter J. Farley III" <pjfarley@banet.net>
79972              Date: Fri, 27 Oct 2000 20:32:56 -0400
79973              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
79974      Branch: perl
79975            ! README.dos
79976 ____________________________________________________________________________
79977 [  7468] By: jhi                                   on 2000/10/28  17:07:18
79978         Log: Make target reordering to avoid pointless re-makes.
79979              
79980              Subject: Re: Total re-make of 'make okfile' after 7451 ?
79981              From: Nicholas Clark <nick@ccl4.org>
79982              Date: Sat, 28 Oct 2000 00:31:02 +0100
79983              Message-ID: <20001028003101.A54517@plum.flirble.org>
79984      Branch: perl
79985            ! Makefile.SH
79986 ____________________________________________________________________________
79987 [  7467] By: jhi                                   on 2000/10/28  17:05:31
79988         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
79989              From: lvirden@cas.org
79990              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
79991              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
79992      Branch: perl
79993            ! README.os2
79994 ____________________________________________________________________________
79995 [  7466] By: jhi                                   on 2000/10/28  16:09:16
79996         Log: Upgrade to CPAN 1.58_55.
79997              
79998              Subject: CPAN.pm status
79999              From: andreas.koenig@anima.de (Andreas J. Koenig) 
80000              Date: 28 Oct 2000 08:18:00 +0200 
80001              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
80002      Branch: perl
80003            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
80004 ____________________________________________________________________________
80005 [  7465] By: jhi                                   on 2000/10/28  16:02:47
80006         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
80007      Branch: perl
80008            ! embed.h embed.pl perl.h proto.h toke.c
80009 ____________________________________________________________________________
80010 [  7464] By: nick                                  on 2000/10/28  10:43:44
80011         Log: Fix for sv_2iv() on "shared" value from keys %hash.
80012      Branch: perl
80013            ! sv.c
80014 ____________________________________________________________________________
80015 [  7463] By: jhi                                   on 2000/10/27  16:18:29
80016         Log: Update Changes.
80017      Branch: perl
80018            ! Changes patchlevel.h
80019 ____________________________________________________________________________
80020 [  7462] By: jhi                                   on 2000/10/27  16:17:44
80021         Log: Too enthusiastic editing in #7460.
80022      Branch: metaconfig
80023            ! U/modified/Oldsym.U
80024      Branch: perl
80025            ! Configure config_h.SH
80026 ____________________________________________________________________________
80027 [  7461] By: jhi                                   on 2000/10/27  15:37:38
80028         Log: Retract #7459, the script needs more work.
80029      Branch: perl
80030            - mkreef
80031            ! MANIFEST
80032 ____________________________________________________________________________
80033 [  7460] By: jhi                                   on 2000/10/27  15:23:14
80034         Log: Use $sort, $uniq (and $tr) consistently as wondered
80035              by Nicholas Clark.
80036      Branch: metaconfig
80037            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
80038            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
80039            ! U/modified/libc.U
80040      Branch: perl
80041            ! Configure config_h.SH
80042 ____________________________________________________________________________
80043 [  7459] By: jhi                                   on 2000/10/27  15:02:07
80044         Log: (Retracted by #7461)
80045              
80046              Add a shell script for creating/removing symbolic link farms,
80047              useful for keeping the source code read-only and doing the
80048              builds somewhere else.
80049      Branch: perl
80050            + mkreef
80051            ! MANIFEST
80052 ____________________________________________________________________________
80053 [  7458] By: jhi                                   on 2000/10/27  14:42:20
80054         Log: Do away with the fix_pl.
80055      Branch: perl
80056            - fix_pl
80057            ! MANIFEST Makefile.SH
80058 ____________________________________________________________________________
80059 [  7457] By: jhi                                   on 2000/10/27  12:43:13
80060         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
80061              From: Jens Hamisch <jens@Strawberry.COM>
80062              Date: Fri, 27 Oct 2000 14:38:21 +0200
80063              Message-Id: <20001027143821.B3366@Strawberry.COM>
80064      Branch: perl
80065            ! perl.h
80066 ____________________________________________________________________________
80067 [  7456] By: jhi                                   on 2000/10/27  12:33:42
80068         Log: Subject: [PATCH] todo
80069              From: Nicholas Clark <nick@ccl4.org>
80070              Date: Thu, 26 Oct 2000 22:32:29 +0100
80071              Message-ID: <20001026223229.A44540@plum.flirble.org>
80072      Branch: perl
80073            ! pod/perltodo.pod
80074 ____________________________________________________________________________
80075 [  7455] By: jhi                                   on 2000/10/27  12:02:21
80076         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
80077              From: John Tobey <jtobey@john-edwin-tobey.org>
80078              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
80079              Message-Id: <m13ozHF-000FObC@feynman.localnet>
80080      Branch: perl
80081            ! op.c t/pragma/sub_lval.t
80082 ____________________________________________________________________________
80083 [  7454] By: jhi                                   on 2000/10/27  11:59:42
80084         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
80085              From: sthoenna@efn.org
80086              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
80087              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
80088      Branch: perl
80089            ! pp.c t/op/assignwarn.t
80090 ____________________________________________________________________________
80091 [  7453] By: jhi                                   on 2000/10/27  00:15:08
80092         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
80093      Branch: perl
80094            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
80095            ! ext/Storable/Storable.xs t/lib/st-lock.t
80096 ____________________________________________________________________________
80097 [  7452] By: jhi                                   on 2000/10/26  13:05:52
80098         Log: Undo #7451, this seems to be a deficiency in Perforce,
80099              there is no per-file line-terminator type, only per-client.
80100      Branch: perl
80101            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
80102            ! win32/makefile.mk
80103 ____________________________________________________________________________
80104 [  7451] By: jhi                                   on 2000/10/26  04:56:03
80105         Log: Experimenting in DOS arcana.
80106      Branch: perl
80107            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
80108            ! win32/makefile.mk
80109 ____________________________________________________________________________
80110 [  7450] By: jhi                                   on 2000/10/26  04:50:52
80111         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
80112              From: "Peter J. Farley III" <pjfarley@banet.net>            
80113              Date: Wed, 25 Oct 2000 23:10:18 -0400
80114              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
80115      Branch: perl
80116            ! t/io/open.t
80117 ____________________________________________________________________________
80118 [  7449] By: jhi                                   on 2000/10/26  04:49:16
80119         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
80120              From: Hugo <hv@crypt.compulink.co.uk>
80121              Date: Thu, 26 Oct 2000 01:55:17 +0100
80122              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
80123              
80124              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
80125      Branch: perl
80126            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
80127 ____________________________________________________________________________
80128 [  7448] By: jhi                                   on 2000/10/26  04:38:36
80129         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
80130              From: Peter Prymmer <pvhp@forte.com>
80131              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
80132              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
80133      Branch: perl
80134            ! configure.com
80135 ____________________________________________________________________________
80136 [  7447] By: jhi                                   on 2000/10/25  23:20:02
80137         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
80138              in platforms that strictly require all the symbols being present
80139              at link time.
80140      Branch: perl
80141            ! handy.h
80142 ____________________________________________________________________________
80143 [  7446] By: jhi                                   on 2000/10/25  21:55:57
80144         Log: Update Changes.
80145      Branch: perl
80146            ! Changes patchlevel.h
80147 ____________________________________________________________________________
80148 [  7445] By: jhi                                   on 2000/10/25  21:27:08
80149         Log: Integrate with vmsperl #7430 by Charles Bailey:
80150              
80151              Cleanup from prior patch (Charles Lane?):
80152              - improve handling of MFDs in Basename and Path
80153              - default to no xsubpp line # munging when building debug images
80154      Branch: perl
80155           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
80156 ____________________________________________________________________________
80157 [  7444] By: jhi                                   on 2000/10/25  21:03:50
80158         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
80159              From: John Peacock <JPeacock@UnivPress.com>
80160              Date: Thu, 18 May 2000 11:55:27 -0400
80161              Message-ID: <3924126F.A58BE57A@UnivPress.com>
80162      Branch: perl
80163            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
80164            ! t/op/write.t
80165 ____________________________________________________________________________
80166 [  7443] By: jhi                                   on 2000/10/25  20:43:10
80167         Log: Temporary stopgap for the self-tying issue: for now only
80168              array and hash self-ties are verboten.  The real fix, of
80169              course, would be to comprehensively test (and implement?)
80170              and debug (and document) self-ties.
80171      Branch: perl
80172            ! pod/perldiag.pod pp_sys.c t/op/tie.t
80173 ____________________________________________________________________________
80174 [  7442] By: jhi                                   on 2000/10/25  20:14:30
80175         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
80176              From: Dan Sugalski <dan@sidhe.org>
80177              Date: Wed, 25 Oct 2000 13:36:35 -0400
80178              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
80179              
80180              plus regen global.sym.
80181      Branch: perl
80182            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
80183            ! thrdvar.h util.c
80184 ____________________________________________________________________________
80185 [  7441] By: jhi                                   on 2000/10/25  20:12:20
80186         Log: buildtoc target tweaks.
80187      Branch: perl
80188            ! pod/Makefile.SH
80189 ____________________________________________________________________________
80190 [  7440] By: jhi                                   on 2000/10/25  20:03:53
80191         Log: A new version of making the syslog test more robust.
80192              (Replaces #7421.)
80193              
80194              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
80195              From: "Kurt D. Starsinic" <kstar@chapin.edu>
80196              Date: Wed, 25 Oct 2000 12:13:54 -0400
80197              Message-ID: <20001025121354.B2264@O2.chapin.edu>
80198      Branch: perl
80199            ! t/lib/syslog.t
80200 ____________________________________________________________________________
80201 [  7439] By: jhi                                   on 2000/10/25  20:00:48
80202         Log: Continue the internal UTF-8 API tweaking.
80203              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
80204              used much more than the simpler API, now called utf8_to_uv_simple().
80205              Still not quite happy with API, too much partial duplication
80206              of functionality.
80207      Branch: perl
80208            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
80209            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
80210            ! regcomp.c regexec.c sv.c toke.c utf8.c
80211 ____________________________________________________________________________
80212 [  7438] By: jhi                                   on 2000/10/25  18:52:30
80213         Log: Allow poking holes at the UTF-8 decoding strictness.
80214      Branch: perl
80215            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
80216            ! utf8.h
80217 ____________________________________________________________________________
80218 [  7437] By: jhi                                   on 2000/10/25  13:53:05
80219         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
80220              UTF8LEN() and UTF8SKIP(). 
80221      Branch: perl
80222            ! pp.c utf8.c utf8.h
80223 ____________________________________________________________________________
80224 [  7436] By: jhi                                   on 2000/10/25  13:51:37
80225         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
80226              From: Nicholas Clark <nick@ccl4.org>
80227              Date: Wed, 25 Oct 2000 14:44:05 +0100
80228              Message-ID: <20001025144404.D27253@plum.flirble.org>
80229      Branch: perl
80230            ! pod/perlrun.pod
80231 ____________________________________________________________________________
80232 [  7435] By: jhi                                   on 2000/10/25  13:49:32
80233         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
80234              From: Mike Guy <mjtg@cam.ac.uk>
80235              Date: Tue, 24 Oct 2000 14:59:40 +0100
80236              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
80237      Branch: perl
80238            ! scope.c
80239 ____________________________________________________________________________
80240 [  7434] By: jhi                                   on 2000/10/25  13:48:41
80241         Log: AIX is picky about its symbol exports.  Solution for now
80242              is to include the deb.o explicitly to the re extension build.
80243              
80244              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
80245              From: Peter Prymmer <pvhp@forte.com>
80246              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
80247              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
80248      Branch: perl
80249            ! ext/re/Makefile.PL hints/aix.sh
80250 ____________________________________________________________________________
80251 [  7433] By: jhi                                   on 2000/10/25  13:46:49
80252         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
80253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80254              Date: Wed, 25 Oct 2000 12:02:20 +0200
80255              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
80256      Branch: perl
80257            ! perlsdio.h
80258 ____________________________________________________________________________
80259 [  7432] By: jhi                                   on 2000/10/25  13:44:28
80260         Log: Subject: Minor update to find2perl, for portability
80261              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
80262              Date: Wed, 25 Oct 2000 12:05:47 +0100
80263              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
80264      Branch: perl
80265            ! x2p/find2perl.PL
80266 ____________________________________________________________________________
80267 [  7431] By: jhi                                   on 2000/10/25  13:40:39
80268         Log: Add targets to Makefile.SH, most importantly
80269              'regen_all' which also remembers to update vms/perly*.
80270      Branch: perl
80271            ! Makefile.SH
80272 ____________________________________________________________________________
80273 [  7430] By: bailey                                on 2000/10/25  03:13:53
80274         Log: Cleanup from prior patch (Charles Lane?):
80275              - improve handling of MFDs in Basename and Path
80276              - default to no xsubpp line # munging when building debug images
80277      Branch: vmsperl
80278            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
80279 ____________________________________________________________________________
80280 [  7429] By: jhi                                   on 2000/10/24  20:03:40
80281         Log: Podify README.epoc and README.vos.
80282      Branch: perl
80283            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
80284            ! pod/perlport.pod pod/perltoc.pod
80285 ____________________________________________________________________________
80286 [  7428] By: jhi                                   on 2000/10/24  19:10:33
80287         Log: Stratus VOS updates from Paul Green.
80288      Branch: perl
80289            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
80290            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
80291            - vos/config.def vos/config.h vos/config_h.SH_orig
80292            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
80293            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
80294 ____________________________________________________________________________
80295 [  7427] By: jhi                                   on 2000/10/24  18:59:48
80296         Log: Check if stdio supports tweaking lval and cnt simultaneously.
80297              
80298              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
80299              From: Nicholas Clark <nick@ccl4.org>
80300              Date: Mon, 23 Oct 2000 15:39:32 +0100
80301              Message-ID: <20001023153932.A10786@plum.flirble.org>
80302      Branch: metaconfig
80303            ! U/compline/d_stdstdio.U
80304      Branch: perl
80305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80306            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
80307            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
80308            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
80309            ! vos/config.h vos/config_h.SH_orig win32/config.bc
80310            ! win32/config.gc win32/config.vc
80311 ____________________________________________________________________________
80312 [  7426] By: jhi                                   on 2000/10/24  17:57:44
80313         Log: Missed the header file changes from #7425.
80314      Branch: perl
80315            ! embed.h embed.pl objXSUB.h proto.h
80316 ____________________________________________________________________________
80317 [  7425] By: jhi                                   on 2000/10/24  17:55:17
80318         Log: Fix the bug reported in
80319              
80320              From: andreas.koenig@anima.de (Andreas J. Koenig)
80321              Subject: Encode bug?
80322              Date: 24 Oct 2000 14:01:26 +0200 
80323              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
80324              
80325              Also make is_utf8_char() stricter.
80326      Branch: perl
80327            ! ext/Encode/Encode.xs utf8.c
80328 ____________________________________________________________________________
80329 [  7424] By: jhi                                   on 2000/10/24  15:15:39
80330         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
80331              From: Peter Scott <Peter@PSDT.com>
80332              Date: Mon, 23 Oct 2000 19:46:01 -0700
80333              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
80334      Branch: perl
80335            ! pod/perlfaq5.pod
80336 ____________________________________________________________________________
80337 [  7423] By: jhi                                   on 2000/10/24  14:25:30
80338         Log: Test tweak to avoid pulling in the whole Config.
80339      Branch: perl
80340            ! t/lib/st-lock.t
80341 ____________________________________________________________________________
80342 [  7422] By: jhi                                   on 2000/10/24  14:03:16
80343         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
80344      Branch: perl
80345            ! pp.c
80346 ____________________________________________________________________________
80347 [  7421] By: jhi                                   on 2000/10/24  13:32:09
80348         Log: (Replaced by #7440.)
80349              
80350              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
80351              From: "Kurt D. Starsinic" <kstar@chapin.edu>
80352              Date: Mon, 23 Oct 2000 16:40:54 -0400
80353              Message-ID: <20001023164054.B14491@O2.chapin.edu>
80354      Branch: perl
80355            ! t/lib/syslog.t
80356 ____________________________________________________________________________
80357 [  7420] By: jhi                                   on 2000/10/24  13:30:53
80358         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
80359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80360              Date: Mon, 23 Oct 2000 17:29:03 -0400
80361              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
80362      Branch: perl
80363            ! lib/ExtUtils/MM_Unix.pm
80364 ____________________________________________________________________________
80365 [  7419] By: jhi                                   on 2000/10/24  13:29:57
80366         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
80367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80368              Date: Mon, 23 Oct 2000 19:01:32 -0400
80369              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
80370      Branch: perl
80371            ! utils/h2xs.PL
80372 ____________________________________________________________________________
80373 [  7418] By: jhi                                   on 2000/10/24  13:26:04
80374         Log: Replace #7409 with
80375              
80376              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
80377              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
80378              Date: Mon, 23 Oct 2000 20:08:56 +0200
80379              Message-ID: <20001023200855.A14850@nice.ram.loc>
80380      Branch: perl
80381            ! ext/Storable/Storable.pm t/lib/st-lock.t
80382 ____________________________________________________________________________
80383 [  7417] By: jhi                                   on 2000/10/24  13:17:52
80384         Log: Run vms/vms_yfix.pl, should have done that after changing
80385              perly.c in #7382.
80386      Branch: perl
80387            ! vms/perly_c.vms vms/perly_h.vms
80388 ____________________________________________________________________________
80389 [  7416] By: jhi                                   on 2000/10/24  02:55:33
80390         Log: Make the UTF-8 decoding stricter and more verbose when
80391              malformation happens.  This involved adding an argument
80392              to utf8_to_uv_chk(), which involved changing its prototype,
80393              and prefer STRLEN over I32 for the UTF-8 length, which as
80394              a domino effect necessitated changing the prototypes of
80395              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
80396              The stricter UTF-8 decoding checking uses Markus Kuhn's
80397              UTF-8 Decode Stress Tester from
80398              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
80399      Branch: perl
80400            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
80401            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
80402            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
80403            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
80404 ____________________________________________________________________________
80405 [  7415] By: jhi                                   on 2000/10/23  14:06:06
80406         Log: Update Changes.
80407      Branch: perl
80408            ! Changes patchlevel.h
80409 ____________________________________________________________________________
80410 [  7414] By: jhi                                   on 2000/10/23  12:39:52
80411         Log: Undo the basename() part of #7412 since the lib/basename
80412              tests would need upgrading too.
80413      Branch: perl
80414            ! lib/File/Basename.pm
80415 ____________________________________________________________________________
80416 [  7413] By: jhi                                   on 2000/10/23  12:19:27
80417         Log: Document PERL_INSTALL_ROOT of #7210.
80418      Branch: perl
80419            ! lib/ExtUtils/Install.pm
80420 ____________________________________________________________________________
80421 [  7412] By: jhi                                   on 2000/10/23  12:16:47
80422         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
80423      Branch: perl
80424            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
80425            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
80426 ____________________________________________________________________________
80427 [  7411] By: jhi                                   on 2000/10/23  12:07:41
80428         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
80429              From: Prymmer/Kahn <pvhp@best.com>
80430              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
80431              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
80432      Branch: perl
80433            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
80434 ____________________________________________________________________________
80435 [  7410] By: jhi                                   on 2000/10/23  04:10:11
80436         Log: The change #7187 was not so good on VMS.
80437              
80438              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
80439              From: "Craig A. Berry" <craig.berry@psinetcs.com>
80440              Date: Sun, 22 Oct 2000 23:03:08 -0500
80441              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
80442      Branch: perl
80443            ! utils/perldoc.PL
80444 ____________________________________________________________________________
80445 [  7409] By: jhi                                   on 2000/10/23  03:57:36
80446         Log: Avoid Storable locking on DJGPP for now.
80447              
80448              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
80449              From: "Peter J. Farley III" <pjfarley@banet.net>
80450              Date: Sun, 22 Oct 2000 20:00:00 -0400
80451              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
80452      Branch: perl
80453            ! ext/Storable/Storable.pm t/lib/st-lock.t
80454 ____________________________________________________________________________
80455 [  7408] By: jhi                                   on 2000/10/23  03:50:24
80456         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
80457              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
80458              Date: Sun, 22 Oct 2000 21:12:22 -0400
80459              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
80460      Branch: perl
80461            ! lib/vars.pm
80462 ____________________________________________________________________________
80463 [  7407] By: jhi                                   on 2000/10/23  03:43:12
80464         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
80465              From: Hugo <hv@crypt.compulink.co.uk>
80466              Date: Mon, 23 Oct 2000 00:47:22 +0100
80467              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
80468      Branch: perl
80469            ! regexec.c t/op/pat.t
80470 ____________________________________________________________________________
80471 [  7406] By: jhi                                   on 2000/10/23  03:40:29
80472         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
80473      Branch: perl
80474            ! lib/ExtUtils/MakeMaker.pm
80475 ____________________________________________________________________________
80476 [  7405] By: jhi                                   on 2000/10/22  21:32:00
80477         Log: Doc patch.
80478              
80479              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
80480              From: rspier@pobox.com (Robert Spier)
80481              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
80482              Message-ID: <14835.16112.13457.447971@rls.cx>
80483      Branch: perl
80484            ! lib/strict.pm
80485 ____________________________________________________________________________
80486 [  7404] By: jhi                                   on 2000/10/22  21:30:51
80487         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
80488              From: rspier@pobox.com (Robert Spier)
80489              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
80490              Message-ID: <14835.17223.72448.705566@rls.cx>
80491      Branch: perl
80492            ! lib/ExtUtils/MakeMaker.pm
80493 ____________________________________________________________________________
80494 [  7403] By: jhi                                   on 2000/10/22  21:24:11
80495         Log: Subject: [PATCH bleadperl] ripples from constsub patch
80496              From: John Tobey <jtobey@john-edwin-tobey.org>
80497              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
80498              Message-Id: <m13nSOB-000FObC@feynman.localnet>
80499      Branch: perl
80500            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
80501 ____________________________________________________________________________
80502 [  7402] By: jhi                                   on 2000/10/22  20:59:35
80503         Log: Support s?printf parameter reordering.
80504      Branch: perl
80505            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
80506 ____________________________________________________________________________
80507 [  7401] By: jhi                                   on 2000/10/22  19:19:14
80508         Log: Expand %Config variables only if explicitly so requested
80509              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
80510              
80511              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
80512              From: Gurusamy Sarathy <gsar@ActiveState.com>
80513              Date: Sun, 22 Oct 2000 11:47:32 -0700
80514              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
80515      Branch: perl
80516            ! Makefile.SH lib/lib_pm.PL
80517 ____________________________________________________________________________
80518 [  7400] By: jhi                                   on 2000/10/22  18:24:10
80519         Log: Move the #7390 test from warn/op to comp/redef.
80520              
80521              Subject: Re: Creating const subs for constants.
80522              From: John Tobey <jtobey@john-edwin-tobey.org>
80523              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
80524              Message-Id: <m13nG72-000FObC@feynman.localnet>               
80525      Branch: perl
80526            ! t/comp/redef.t t/pragma/warn/op
80527 ____________________________________________________________________________
80528 [  7399] By: jhi                                   on 2000/10/22  17:49:59
80529         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
80530              From: Nicholas Clark <nick@ccl4.org>
80531              Date: Sat, 21 Oct 2000 22:23:19 +0100
80532              Message-ID: <20001021222319.B45586@plum.flirble.org>
80533      Branch: perl
80534            ! ext/DynaLoader/DynaLoader_pm.PL
80535 ____________________________________________________________________________
80536 [  7398] By: jhi                                   on 2000/10/22  17:47:35
80537         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
80538              From: Hugo <hv@crypt.compulink.co.uk>
80539              Date: Sat, 21 Oct 2000 18:19:59 +0100
80540              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
80541      Branch: perl
80542            ! ext/B/B.pm ext/B/B/C.pm
80543 ____________________________________________________________________________
80544 [  7397] By: jhi                                   on 2000/10/22  17:35:18
80545         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
80546              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
80547              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
80548              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
80549      Branch: perl
80550            ! hints/openbsd.sh
80551 ____________________________________________________________________________
80552 [  7396] By: jhi                                   on 2000/10/22  17:19:46
80553         Log: Subject: installman go-faster stripes
80554              From: Nicholas Clark <nick@talking.bollo.cx>
80555              Date: Sat, 21 Oct 2000 17:24:53 +0100
80556              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
80557              
80558              Subject: Re: installman go-faster stripes
80559              From: Russ Allbery <rra@stanford.edu>
80560              Date: 21 Oct 2000 11:04:13 -0700
80561              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
80562      Branch: perl
80563            ! installman pod/pod2man.PL
80564 ____________________________________________________________________________
80565 [  7395] By: jhi                                   on 2000/10/22  17:17:35
80566         Log: Hints tweak from Anton Berezin.
80567      Branch: perl
80568            ! hints/freebsd.sh
80569 ____________________________________________________________________________
80570 [  7394] By: jhi                                   on 2000/10/22  04:50:04
80571         Log: Tweak the Is* definitions of Unicode character classes
80572              to better match the official categorizations; embrace
80573              the official categorizations; add the combining marks
80574              as alpha (and -numeric); fix DCinital (a typo and edito)
80575              to be DCmedial.
80576      Branch: perl
80577            + lib/unicode/Is/DCmedial.pl
80578            - lib/unicode/Is/DCinital.pl
80579            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80580            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
80581            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
80582            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80583 ____________________________________________________________________________
80584 [  7393] By: jhi                                   on 2000/10/21  18:06:05
80585         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
80586              From: Daniel Chetlin <daniel@chetlin.com>
80587              Date: Sat, 21 Oct 2000 02:57:03 -0700
80588              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
80589      Branch: perl
80590            + t/lib/tie-splice.t
80591            ! MANIFEST lib/Tie/Array.pm
80592 ____________________________________________________________________________
80593 [  7392] By: gsar                                  on 2000/10/21  18:05:15
80594         Log: resync utfperl branch with mainline
80595      Branch: utfperl
80596           !> (integrate 1760 files)
80597 ____________________________________________________________________________
80598 [  7391] By: jhi                                   on 2000/10/21  14:37:49
80599         Log: Testcases for a #7383,#7385 related bug.
80600              
80601              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
80602              From: Nicholas Clark <nick@ccl4.org>
80603              Date: Sat, 21 Oct 2000 15:04:51 +0100
80604              Message-ID: <20001021150451.A51566@plum.flirble.org>
80605      Branch: perl
80606            ! t/pragma/utf8.t
80607 ____________________________________________________________________________
80608 [  7390] By: jhi                                   on 2000/10/21  14:35:57
80609         Log: Add a testcase for #7389.
80610      Branch: perl
80611            ! t/pragma/warn/op
80612 ____________________________________________________________________________
80613 [  7389] By: jhi                                   on 2000/10/21  14:26:45
80614         Log: Subject: Re: Creating const subs for constants.
80615              From: John Tobey <jtobey@john-edwin-tobey.org>
80616              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
80617              Message-Id: <m13mo0N-000FObC@feynman.localnet>
80618      Branch: perl
80619            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
80620            ! proto.h sv.c
80621 ____________________________________________________________________________
80622 [  7388] By: nick                                  on 2000/10/21  11:44:23
80623         Log: Populate perlio branch
80624      Branch: perlio
80625           +> (branch 1760 files)
80626 ____________________________________________________________________________
80627 [  7387] By: nick                                  on 2000/10/21  10:52:05
80628         Log: Get branch back as replica of mainline via :
80629              p4 integrate -b utfperl
80630              p4 resolve -at ./...
80631      Branch: utfperl
80632           +> (branch 269 files)
80633            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
80634            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
80635            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
80636            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
80637            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
80638            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
80639            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
80640            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
80641            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
80642            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
80643            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
80644            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
80645            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
80646            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
80647            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
80648            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
80649            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
80650            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
80651            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
80652            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
80653            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
80654            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
80655            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
80656            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
80657            - lib/unicode/UCD300.html lib/unicode/Unicode.300
80658            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
80659            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
80660            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
80661            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
80662           !> (integrate 965 files)
80663 ____________________________________________________________________________
80664 [  7386] By: jhi                                   on 2000/10/21  01:31:12
80665         Log: Update Changes.
80666      Branch: perl
80667            ! Changes patchlevel.h
80668 ____________________________________________________________________________
80669 [  7385] By: jhi                                   on 2000/10/21  01:28:42
80670         Log: The #7383 was right only in the context of the original bug report,
80671              not in more general case.
80672      Branch: perl
80673            ! pp_hot.c
80674 ____________________________________________________________________________
80675 [  7384] By: jhi                                   on 2000/10/21  01:08:23
80676         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
80677      Branch: perl
80678            ! ext/IO/lib/IO/Select.pm
80679 ____________________________________________________________________________
80680 [  7383] By: jhi                                   on 2000/10/21  00:44:18
80681         Log: Fix for ID 20001020.006, concatenating an unset submatch
80682              with utf8 resulted in "Modification of a read-only value".
80683      Branch: perl
80684            ! pp_hot.c t/pragma/utf8.t
80685 ____________________________________________________________________________
80686 [  7382] By: jhi                                   on 2000/10/20  20:44:31
80687         Log: Make scan_num() reëntrant, as suggested in
80688              
80689              Subject: [PATCH perl@7229] Rentrant parser and yylex()
80690              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
80691              Date: Fri, 20 Oct 2000 14:17:27 +0100
80692              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
80693      Branch: perl
80694            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
80695            ! toke.c
80696 ____________________________________________________________________________
80697 [  7381] By: jhi                                   on 2000/10/20  20:07:29
80698         Log: Reëntrancy fix.
80699              
80700              Subject: [PATCH perl@7229] Rentrant parser and yylex()
80701              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
80702              Date: Fri, 20 Oct 2000 14:17:27 +0100
80703              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
80704      Branch: perl
80705            ! embed.h embed.pl perl.h proto.h toke.c
80706 ____________________________________________________________________________
80707 [  7380] By: jhi                                   on 2000/10/20  19:15:54
80708         Log: Don't write double values through long double pointers,
80709              based on a part of
80710              
80711              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
80712              From: Jens Hamisch <jens@Strawberry.COM>
80713              Date: Tue, 17 Oct 2000 08:39:36 +0200
80714              Message-Id: <20001017083936.A11104@Strawberry.COM>
80715      Branch: perl
80716            ! perl.h pp.c
80717 ____________________________________________________________________________
80718 [  7379] By: jhi                                   on 2000/10/20  18:43:37
80719         Log: Portability tweak on #7377.
80720              
80721              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
80722              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80723              Date:     Fri, 20 Oct 2000 13:13:41 EDT
80724              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
80725      Branch: perl
80726            ! t/lib/dprof.t
80727 ____________________________________________________________________________
80728 [  7378] By: jhi                                   on 2000/10/20  12:57:19
80729         Log: SOCKS function redefinitions need prototypes, too, otherwise
80730              for example 32 bit versus 64 bit differences cause a lot of
80731              problems.  Part of
80732              
80733              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
80734              From: Jens Hamisch <jens@Strawberry.COM>
80735              Date: Tue, 17 Oct 2000 08:39:36 +0200
80736              Message-Id: <20001017083936.A11104@Strawberry.COM>
80737      Branch: perl
80738            ! doio.c pp_sys.c
80739 ____________________________________________________________________________
80740 [  7377] By: jhi                                   on 2000/10/20  12:37:12
80741         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
80742              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80743              Date:     Fri, 20 Oct 2000 08:26:04 EDT
80744              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
80745      Branch: perl
80746            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
80747 ____________________________________________________________________________
80748 [  7376] By: jhi                                   on 2000/10/20  12:35:31
80749         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
80750              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80751              Date:     Fri, 20 Oct 2000 07:48:15 EDT
80752              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
80753      Branch: perl
80754            ! configure.com vms/gen_shrfls.pl
80755 ____________________________________________________________________________
80756 [  7375] By: bailey                                on 2000/10/20  04:44:37
80757         Log: SYN SYN
80758      Branch: vmsperl
80759           +> (branch 134 files)
80760            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
80761            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
80762            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
80763            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
80764            - eg/cgi/frameset.cgi eg/cgi/index.html
80765            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
80766            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
80767            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
80768            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
80769            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
80770            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
80771            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
80772            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
80773            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
80774            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
80775            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
80776            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
80777            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
80778            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
80779            - lib/unicode/Props.txt lib/unicode/UCD300.html
80780            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
80781            - utils/perlbc.PL vms/subconfigure.com
80782           !> (integrate 785 files)
80783 ____________________________________________________________________________
80784 [  7374] By: jhi                                   on 2000/10/20  00:59:48
80785         Log: In the latest compiler builds cccdlflags must not become -fpic,
80786              from Wilfredo Sánchez.
80787      Branch: perl
80788            ! hints/darwin.sh
80789 ____________________________________________________________________________
80790 [  7373] By: jhi                                   on 2000/10/20  00:56:35
80791         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
80792              From: Tony Cook <tony@develop-help.com>
80793              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
80794              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
80795      Branch: perl
80796            ! pod/perlop.pod
80797 ____________________________________________________________________________
80798 [  7372] By: jhi                                   on 2000/10/19  19:34:40
80799         Log: Typo noted by Mark Lutz.
80800      Branch: perl
80801            ! t/op/64bitint.t
80802 ____________________________________________________________________________
80803 [  7371] By: jhi                                   on 2000/10/19  19:33:13
80804         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
80805      Branch: metaconfig
80806            ! U/modified/Cppsym.U U/modified/Oldconfig.U
80807      Branch: metaconfig/U/perl
80808            ! End.U dlsrc.U libperl.U
80809      Branch: perl
80810            + hints/nonstopux.sh
80811            ! Configure MANIFEST config_h.SH
80812 ____________________________________________________________________________
80813 [  7370] By: jhi                                   on 2000/10/19  17:18:08
80814         Log: Subject: PATCH do_print has 2 PerlIO_error()s
80815              From: nick@ccl4.org
80816              Date: Thu, 19 Oct 2000 18:09:20 +0100
80817              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
80818      Branch: perl
80819            ! doio.c
80820 ____________________________________________________________________________
80821 [  7369] By: jhi                                   on 2000/10/19  14:01:49
80822         Log: Update Changes.
80823      Branch: perl
80824            ! Changes patchlevel.h
80825 ____________________________________________________________________________
80826 [  7368] By: jhi                                   on 2000/10/19  13:04:29
80827         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
80828              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80829              Date: Wed, 18 Oct 2000 13:12:01 +0200
80830              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
80831      Branch: perl
80832            ! hints/aix.sh
80833 ____________________________________________________________________________
80834 [  7367] By: jhi                                   on 2000/10/19  02:22:40
80835         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
80836              of a 'pmshort' anywhere in the B, so the offending line was simply
80837              removed.
80838      Branch: perl
80839            ! ext/B/B/Debug.pm
80840 ____________________________________________________________________________
80841 [  7366] By: jhi                                   on 2000/10/19  02:12:37
80842         Log: Add the test case for the bug id 20000730.004 which seems
80843              to have been fixed by now.
80844      Branch: perl
80845            ! t/pragma/utf8.t
80846 ____________________________________________________________________________
80847 [  7365] By: jhi                                   on 2000/10/18  23:36:24
80848         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
80849              From: Hugo <hv@crypt.compulink.co.uk>
80850              Date: Wed, 18 Oct 2000 23:25:58 +0100
80851              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
80852      Branch: perl
80853            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
80854 ____________________________________________________________________________
80855 [  7364] By: jhi                                   on 2000/10/18  21:12:53
80856         Log: (retracted)
80857      Branch: perl
80858            ! pp.c
80859 ____________________________________________________________________________
80860 [  7363] By: jhi                                   on 2000/10/18  20:55:38
80861         Log: Missing change from #7362.
80862      Branch: perl
80863            ! win32/perlhost.h
80864 ____________________________________________________________________________
80865 [  7362] By: jhi                                   on 2000/10/18  20:52:01
80866         Log: Borland C fstat() never saw the fd as writable.
80867              
80868              Subject: fix for Borland's weak "stat" (perl@7211)
80869              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
80870              Date: Mon, 16 Oct 2000 09:55:03 +0400
80871              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
80872      Branch: perl
80873            ! win32/win32.c
80874 ____________________________________________________________________________
80875 [  7361] By: jhi                                   on 2000/10/18  17:43:50
80876         Log: Regen toc.
80877      Branch: perl
80878            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
80879 ____________________________________________________________________________
80880 [  7360] By: jhi                                   on 2000/10/18  17:07:44
80881         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80882              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
80883              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
80884              Date: Mon, 16 Oct 2000 15:19:49 +0200
80885      Branch: perl
80886            + README.aix
80887            ! MANIFEST
80888 ____________________________________________________________________________
80889 [  7359] By: jhi                                   on 2000/10/18  17:04:49
80890         Log: Subject: Pod patch for Devel::Peek
80891              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80892              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
80893              Date: Mon, 16 Oct 2000 12:26:34 +0200
80894      Branch: perl
80895            ! ext/Devel/Peek/Peek.pm
80896 ____________________________________________________________________________
80897 [  7358] By: jhi                                   on 2000/10/18  17:03:15
80898         Log: Make Cwd more bulletproof in chrooted environments.
80899              
80900              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
80901              From: "Eric E. Coe" <Eric.Coe@oracle.com>
80902              Date: Wed, 18 Oct 2000 04:03:54 -0400
80903              Message-Id: <39ED596A.70E599FE@oracle.com>
80904      Branch: perl
80905            ! lib/Cwd.pm
80906 ____________________________________________________________________________
80907 [  7357] By: jhi                                   on 2000/10/18  16:37:26
80908         Log: Disable the UTF8 downgrade croakage for now to avoid
80909              too many not okay messages.
80910      Branch: perl
80911            ! doio.c
80912 ____________________________________________________________________________
80913 [  7356] By: jhi                                   on 2000/10/17  23:29:41
80914         Log: Show the failed remote port, instead of the failing line number.
80915              
80916              Subject: [PATCH 5.6.1 Debugger] More diagnostics
80917              From: David Sparks <daves@ActiveState.com>
80918              Date: Tue, 17 Oct 2000 15:00:24 -0700
80919              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
80920      Branch: perl
80921            ! lib/perl5db.pl
80922 ____________________________________________________________________________
80923 [  7355] By: jhi                                   on 2000/10/17  14:11:31
80924         Log: On output try to downgrade to bytes, croak if impossible,
80925              from Simon Cozens.  This means that outputting >255 UTF8
80926              is impossible.  Consider this as a strong incentive to get
80927              the I/O disciplines implemented.
80928      Branch: perl
80929            ! doio.c pod/perldiag.pod sv.c
80930 ____________________________________________________________________________
80931 [  7354] By: jhi                                   on 2000/10/17  13:42:23
80932         Log: Clarify documentation on 'use bytes'.
80933              
80934              Subject: Re: What does 'use bytes' "mean" ?
80935              From: Simon Cozens <simon@cozens.net>
80936              Date: Mon, 18 Sep 2000 18:24:25 +0100
80937              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
80938      Branch: perl
80939            ! lib/bytes.pm
80940 ____________________________________________________________________________
80941 [  7353] By: jhi                                   on 2000/10/17  13:28:12
80942         Log: Workaround for a sfio bug where the stream error indicator
80943              is not cleared as documented.
80944              
80945              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80946              From: Nicholas Clark <nick@ccl4.org>
80947              Date: Mon, 16 Oct 2000 18:28:23 +0100
80948              Message-ID: <20001016182823.J19700@plum.flirble.org>
80949      Branch: perl
80950            ! doio.c
80951 ____________________________________________________________________________
80952 [  7352] By: jhi                                   on 2000/10/17  13:06:19
80953         Log: More IoTYPE sprinkling.
80954      Branch: perl
80955            ! doio.c pp_hot.c
80956 ____________________________________________________________________________
80957 [  7351] By: jhi                                   on 2000/10/16  22:47:07
80958         Log: Detect early whether the std streams have gone bad.
80959              
80960              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80961              Date: Mon, 16 Oct 2000 23:28:42 +0100
80962              From: Nicholas Clark <nick@ccl4.org>
80963              Message-ID: <20001016232842.A37942@plum.flirble.org>
80964      Branch: perl
80965            ! t/op/misc.t
80966 ____________________________________________________________________________
80967 [  7350] By: jhi                                   on 2000/10/16  22:45:16
80968         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
80969              From: "Peter J. Farley III" <pjfarley@banet.net>
80970              Date: Mon, 16 Oct 2000 18:15:59 -0400
80971              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
80972      Branch: perl
80973            ! djgpp/djgpp.c dosish.h t/io/open.t
80974 ____________________________________________________________________________
80975 [  7349] By: jhi                                   on 2000/10/16  22:36:45
80976         Log: perldelta tweak.
80977      Branch: perl
80978            ! pod/perldelta.pod
80979 ____________________________________________________________________________
80980 [  7348] By: jhi                                   on 2000/10/16  15:17:53
80981         Log: Update Changes.
80982      Branch: perl
80983            ! Changes patchlevel.h
80984 ____________________________________________________________________________
80985 [  7347] By: jhi                                   on 2000/10/16  13:55:27
80986         Log: Add the capability to include/exclude branches.
80987      Branch: perl
80988            ! Porting/genlog
80989 ____________________________________________________________________________
80990 [  7346] By: jhi                                   on 2000/10/16  13:18:04
80991         Log: Add Charles Lane.
80992      Branch: perl
80993            ! AUTHORS Changes
80994 ____________________________________________________________________________
80995 [  7345] By: jhi                                   on 2000/10/16  13:13:21
80996         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
80997      Branch: perl
80998            ! pod/perldelta.pod
80999 ____________________________________________________________________________
81000 [  7344] By: gsar                                  on 2000/10/16  09:30:21
81001         Log: integrate change#6220 from cfgperl
81002              
81003              Win32 patches from Benjamin Stuhl.
81004      Branch: maint-5.6/perl
81005           !> makedef.pl win32/win32.h
81006 ____________________________________________________________________________
81007 [  7343] By: gsar                                  on 2000/10/16  08:32:19
81008         Log: integrate changes#6221,6222 from cfgperl
81009              
81010              Remove tr///CU (the feature is to be obsoleted by better interfaces).
81011              From: simon@brecon.co.uk (Simon Cozens)
81012              Subject: [PATCH] Eliminate tr///[CU][CU]
81013              Date: 23 Jun 2000 11:05:40 GMT
81014              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
81015              
81016              doc typo fix
81017              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
81018              From: Ian Phillipps <Ian.Phillipps@iname.com>
81019              Date: Fri, 23 Jun 2000 10:40:58 +0100
81020              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
81021      Branch: maint-5.6/perl
81022           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
81023 ____________________________________________________________________________
81024 [  7342] By: gsar                                  on 2000/10/16  08:28:08
81025         Log: integrate change#6217 from cfgperl (in part)
81026              
81027              Rename the fdpid locking and integrate with Sarathy.
81028      Branch: maint-5.6/perl
81029           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
81030           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
81031           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
81032           !> win32/win32.c
81033 ____________________________________________________________________________
81034 [  7341] By: gsar                                  on 2000/10/16  08:23:39
81035         Log: integrate changes#6214..6216 from mainline
81036              
81037              @_ can't have junk in it even in the non-USE_ITHREADS case because
81038              caller() wants to populate @DB::args with it (causes a coredump
81039              in Carp::confess())
81040              
81041              tweak comment about @DB::args
81042              
81043              be more optimal about clearing @_
81044      Branch: maint-5.6/perl
81045           !> av.h cop.h pp_ctl.c t/op/runlevel.t
81046 ____________________________________________________________________________
81047 [  7340] By: gsar                                  on 2000/10/16  08:20:37
81048         Log: integrate changes#6207..6210 from cfgperl
81049              
81050              Subject: [PATCH 5.6.0] Threadsafe patches
81051              From: Dan Sugalski <dan@sidhe.org>
81052              To: perl5-porters@perl.org
81053              Date: Mon, 08 May 2000 18:08:13 -0400
81054              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
81055              
81056              Regen headers for #6207.
81057              
81058              Lock PL_fdpid against race conditions, based on:
81059              Subject: [PATCH 5.6.0]subprocess fixup for threads
81060              From: Dan Sugalski <dan@sidhe.org>
81061              To: perl5-porters@perl.org
81062              Date: Tue, 11 Apr 2000 17:02:32 -0400
81063              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
81064              
81065              Mopup for #6207 and #6209.
81066      Branch: maint-5.6/perl
81067           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
81068           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
81069           !> win32/win32.c
81070 ____________________________________________________________________________
81071 [  7339] By: gsar                                  on 2000/10/16  08:14:34
81072         Log: integrate change#6203 from cfgperl
81073              
81074              perldiag should refer to perlos2.pod not README.os2
81075      Branch: maint-5.6/perl
81076           !> pod/perldiag.pod
81077 ____________________________________________________________________________
81078 [  7338] By: gsar                                  on 2000/10/16  08:11:42
81079         Log: integrate change#6201 from mainline
81080              
81081              Perl_eval_pv() leaks 4 bytes every time it is called because it
81082              does a PUSHMARK that's never ever POPMARKed; in general, only
81083              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
81084              Perl_eval_[sp]v() don't because they don't take any incoming
81085              arguments (this leak has been around since the original version
81086              of perl_eval_pv() in 5.003_97e)
81087      Branch: maint-5.6/perl
81088           !> perl.c
81089 ____________________________________________________________________________
81090 [  7337] By: gsar                                  on 2000/10/16  08:08:47
81091         Log: integrate changes#6197..6200 from cfgperl
81092              
81093              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
81094              From: John Borwick <jhborwic@unity.ncsu.edu>
81095              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
81096              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
81097              
81098              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
81099              From: Dan Sugalski <dan@sidhe.org>
81100              To: vmsperl@perl.org, perl5-porters@perl.org
81101              Date: Fri, 02 Jun 2000 16:00:41 -0400
81102              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
81103              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
81104              
81105              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
81106              From: Dan Sugalski <dan@sidhe.org>
81107              To: perl5-porters@perl.org, vmsperl@perl.org
81108              Date: Fri, 02 Jun 2000 17:30:51 -0400
81109              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
81110              
81111              Update to cperl-mode.el 4.31 from
81112              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
81113              Subject: A couple of notes
81114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81115              To: Mailing list Perl5 <perl5-porters@perl.org>
81116              Date: Sat, 3 Jun 2000 23:33:32 -0400
81117              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
81118      Branch: maint-5.6/perl
81119           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
81120           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
81121           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
81122           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
81123           !> vms/vmsish.h
81124 ____________________________________________________________________________
81125 [  7336] By: gsar                                  on 2000/10/16  08:03:46
81126         Log: integrate changes#6194,6195 from mainline
81127              
81128              fix small eval"" memory leaks under USE_ITHREADS
81129              
81130              fix yet another eval"" leak under USE_ITHREADS
81131      Branch: maint-5.6/perl
81132           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
81133           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
81134           !> vms/perly_c.vms
81135 ____________________________________________________________________________
81136 [  7335] By: gsar                                  on 2000/10/16  08:02:15
81137         Log: integrate changes#6190,6191 from mainline
81138              
81139              submit missing embed.pl change
81140              
81141              vec() loses numericalness (modified version of patch suggested
81142              by Robin Barker)
81143      Branch: maint-5.6/perl
81144           !> doop.c embed.pl t/op/vec.t
81145 ____________________________________________________________________________
81146 [  7334] By: gsar                                  on 2000/10/16  08:01:03
81147         Log: integrate change#6189 from mainline
81148              
81149              counting tr/// corrupts later operation (from M.J.T Guy)
81150      Branch: maint-5.6/perl
81151           !> doop.c t/op/tr.t
81152 ____________________________________________________________________________
81153 [  7333] By: gsar                                  on 2000/10/16  07:59:07
81154         Log: integrate changes#6183..6188 from mainline
81155              
81156              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
81157              <nick@ccl4.org>)
81158              
81159              tweak for change#6127
81160              
81161              remove incorrect documentation about implicit split to @_ in
81162              list context, which never really worked in perl 5 (from
81163              M.J.T. Guy)
81164              
81165              further qualify references to "alphanumeric" (from Wolfgang Laun
81166              <wolfgang.laun@alcatel.at>)
81167              
81168              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
81169              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
81170              
81171              h2xs tweaks
81172      Branch: maint-5.6/perl
81173           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
81174           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
81175           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
81176           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
81177           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
81178           !> pod/pod2latex.PL utils/h2xs.PL
81179 ____________________________________________________________________________
81180 [  7332] By: gsar                                  on 2000/10/16  07:53:52
81181         Log: integrate change#6179 from mainline
81182              
81183              buggy modulus on UVs introduced by change#3378 (resulted in
81184              4063328477 % 65535 amounting to 27406, instead of 27407)
81185      Branch: maint-5.6/perl
81186           !> pp.c t/op/arith.t
81187 ____________________________________________________________________________
81188 [  7331] By: gsar                                  on 2000/10/16  07:52:49
81189         Log: integrate changes#6176,6177,6178,6182 from cfgperl
81190              
81191              Single-quoted utf8 patch from Simon Cozens.
81192              
81193              Substitution utf8 patch from Simon Cozens.
81194              
81195              Be cleaner.
81196              
81197              Be Cleaner Part Deux.
81198      Branch: maint-5.6/perl
81199           !> Makefile.SH pp_hot.c toke.c
81200 ____________________________________________________________________________
81201 [  7330] By: gsar                                  on 2000/10/16  07:41:36
81202         Log: integrate change#6172 from mainline
81203              
81204              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
81205              (from Ilya Zakharevich)
81206      Branch: maint-5.6/perl
81207           !> regexec.c t/op/re_tests
81208 ____________________________________________________________________________
81209 [  7329] By: gsar                                  on 2000/10/16  07:40:25
81210         Log: integrate change#6171 from mainline
81211              
81212              scalar() doesn't force scalar context when used in void context
81213              (from Simon Cozens)
81214      Branch: maint-5.6/perl
81215           !> op.c t/op/wantarray.t
81216 ____________________________________________________________________________
81217 [  7328] By: gsar                                  on 2000/10/16  07:39:33
81218         Log: integrate change#6170 from mainline
81219              
81220              change#6142 needs tweaks to tests to work where there's no
81221              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
81222      Branch: maint-5.6/perl
81223           !> t/lib/filefind.t
81224 ____________________________________________________________________________
81225 [  7327] By: gsar                                  on 2000/10/16  07:35:34
81226         Log: integrate changes#6166..6168 from cfgperl
81227              
81228              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
81229              in case somebody wants to write an extension for more
81230              shadow database interfaces.
81231              
81232              tweak todo
81233              
81234              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
81235      Branch: maint-5.6/perl
81236           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81237           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
81238           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
81239           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
81240           !> win32/config.vc win32/config_H.bc win32/config_H.gc
81241           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
81242 ____________________________________________________________________________
81243 [  7326] By: gsar                                  on 2000/10/16  07:29:05
81244         Log: integrate changes#6157,6159..6161,6164 from cfgperl
81245              
81246              Regen Configure to jive with #6149.
81247              
81248              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
81249              
81250              Changes for the File::Temp 0.08 (change #6159) test suite
81251              to fit better into the Perl distribution test framework.
81252              
81253              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
81254              both from Simon Cozens.
81255              
81256              detypo
81257      Branch: maint-5.6/perl
81258           +> pod/perlmodlib.PL pod/perlnewmod.pod
81259           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
81260           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
81261           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
81262           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
81263 ____________________________________________________________________________
81264 [  7325] By: gsar                                  on 2000/10/16  07:25:13
81265         Log: integrate change#6158 from vmsperl
81266              
81267              Add fallback to tmpfile for use in cases where user's relying on
81268              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
81269              Lane's patch)
81270      Branch: maint-5.6/perl
81271           !> vms/vms.c vms/vmsish.h
81272 ____________________________________________________________________________
81273 [  7324] By: gsar                                  on 2000/10/16  07:20:50
81274         Log: integrate changes#6153..6155 from mainline
81275              
81276              prettier Test::Harness output on failed tests (from Nicholas Clark
81277              <nick@Bagpuss.uk.boo.com>)
81278              
81279              avoid type mismatch warning
81280              
81281              small bug in change#6144; remove random \xA0 character that snuck
81282              in via change#6145
81283      Branch: maint-5.6/perl
81284           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
81285           !> perl.c
81286 ____________________________________________________________________________
81287 [  7323] By: gsar                                  on 2000/10/16  07:18:47
81288         Log: integrate changes#6151,6152 from mainline
81289              
81290              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
81291              
81292              cosmetic fixups of RE debug output (from Ilya Zakharevich)
81293      Branch: maint-5.6/perl
81294           !> regexec.c
81295 ____________________________________________________________________________
81296 [  7322] By: gsar                                  on 2000/10/16  07:17:25
81297         Log: integrate changes#6146..6150 from mainline
81298              
81299              doc typo
81300              
81301              add a make entry to Config.pm so "perl -V:make" works on VMS
81302              (from Peter Prymmer)
81303              
81304              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
81305              
81306              OS/2 tweaks for usethreads build (from Rocco Caputo
81307              <troc@netrus.net>)
81308              
81309              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
81310      Branch: maint-5.6/perl
81311           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
81312           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
81313           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
81314           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
81315           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
81316           !> warnings.pl x2p/a2p.h
81317 ____________________________________________________________________________
81318 [  7321] By: gsar                                  on 2000/10/16  07:14:02
81319         Log: integrate changes#6143..6145 from mainline
81320              
81321              MacOS support, part 1 (from Matthias Neeracher
81322              <neeri@iis.ee.ethz.ch>)
81323              
81324              MacOS support, part 2: make AutoSplit use File::Spec instead
81325              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
81326              <neeri@iis.ee.ethz.ch>)
81327              
81328              make xsubpp skip embedded pod (from Matthias Neeracher
81329              <neeri@iis.ee.ethz.ch>)
81330      Branch: maint-5.6/perl
81331           +> ext/DynaLoader/dl_mac.xs
81332           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
81333           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
81334           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
81335           !> pp_ctl.c proto.h toke.c util.c util.h
81336 ____________________________________________________________________________
81337 [  7320] By: gsar                                  on 2000/10/16  07:12:13
81338         Log: integrate changes#6141,6142 from mainline
81339              
81340              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
81341              forwarded by Peter Seebach from the bsdi-users mailing list.
81342              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
81343              
81344              File::Find fails to chdir when chasing symlinks (from
81345              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
81346      Branch: maint-5.6/perl
81347           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
81348 ____________________________________________________________________________
81349 [  7319] By: gsar                                  on 2000/10/16  07:04:30
81350         Log: integrate change#6139 from mainline
81351              
81352              revise mktables.PL for bugs and newness in Unicode 3.0
81353              (from James Bence <jbence@amgen.com>)
81354      Branch: maint-5.6/perl
81355           +> (branch 30 files)
81356           !> (integrate 49 files)
81357 ____________________________________________________________________________
81358 [  7318] By: gsar                                  on 2000/10/16  07:01:01
81359         Log: integrate changes#6137,6138 from mainline
81360              
81361              fix bogus redeclaration warning for "our" variables in different
81362              scopes
81363              
81364              add note about the handling of negative indices to tied arrays
81365              (from Michael G Schwern <schwern@pobox.com>)
81366      Branch: maint-5.6/perl
81367           !> op.c pod/perltie.pod t/pragma/strict-vars
81368 ____________________________________________________________________________
81369 [  7317] By: gsar                                  on 2000/10/16  06:58:46
81370         Log: integrate changes#6127..6136 from mainline
81371              
81372              call_method(...,G_EVAL) can longjmp() out if the method probing
81373              failed (from Gisle Aas)
81374              
81375              new perlxstut example for passing/returning refs to arrays
81376              (from David Lowe <dlowe@pootpoot.com>)
81377              
81378              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
81379              
81380              fix places that mean C<"word" character> but say C<alphanumeric
81381              character>
81382              
81383              avoid warnings in POSIX.pm (from Barrie Slaymaker)
81384              
81385              warnings::enabled() doesn't fall back to looking at $^W if
81386              caller isn't using lexical warnings (from Paul Marquess)
81387              
81388              elide bogus test in change#6132
81389              
81390              make Test::Harness use wait.h/WCOREDUMP if available
81391              (from Ben Tilly <ben_tilly@hotmail.com>)
81392              
81393              enable Test::Harness to dynamically determine column width etc.
81394              (from Rob Napier <rnapier@employees.org>)
81395              
81396              random pod typos (from Peter Scott <Peter@PSDT.com>)
81397      Branch: maint-5.6/perl
81398           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
81399           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
81400           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
81401           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
81402 ____________________________________________________________________________
81403 [  7316] By: gsar                                  on 2000/10/16  06:53:23
81404         Log: integrate change#6126 from mainline
81405              
81406              change#2879 broke rvalue autovivification of magicals such as
81407              ${$num} (reworked variant of patch suggested by Simon Cozens)
81408      Branch: maint-5.6/perl
81409           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
81410           !> pp_hot.c proto.h t/op/gv.t
81411 ____________________________________________________________________________
81412 [  7315] By: gsar                                  on 2000/10/16  06:51:38
81413         Log: integrate changes#6123,6125 from mainline
81414              
81415              clarify gotcha with #line directives (from Rocco Caputo
81416              <troc@netrus.net>)
81417              
81418              enable propagating exception objects via Perl_croak() in XS code
81419              (from Gisle Aas)
81420      Branch: maint-5.6/perl
81421           !> pod/perldebug.pod pod/perlsyn.pod util.c
81422 ____________________________________________________________________________
81423 [  7314] By: gsar                                  on 2000/10/16  06:49:28
81424         Log: integrate change#6122 from mainline
81425              
81426              downgrade fatal error on C<"foo@nosucharray.com"> to optional
81427              warning (from Mark-Jason Dominus)
81428      Branch: maint-5.6/perl
81429           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
81430           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
81431           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
81432           !> toke.c
81433 ____________________________________________________________________________
81434 [  7313] By: gsar                                  on 2000/10/16  06:46:54
81435         Log: integrate changes#6112..6121 from vmsperl
81436              
81437              Check for existence of file before trying to delete
81438              
81439              Ugly workaround for version-specific RTL error
81440              
81441              Urk -- undo previous removal of vmsish 'exit' change
81442              
81443              Add bounds checking for several strings (Charles Lane)
81444              
81445              Miscellaneous cosmetic fixes (Charles Lane)
81446              
81447              Treat sockets as special in sys(read|write) (Charles Lane et al.)
81448              
81449              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
81450              Flatten case labels in switch statements uniformly (Charles Bailey)
81451              
81452              Quiet error messages in vmsish.t (Charles Lane)
81453              
81454              Add missing escape (Charles Lane)
81455              
81456              Allow eliminate_macros() and fixpath() to handle space-delimited
81457              lists (based on fixes by Craig Berry)
81458      Branch: maint-5.6/perl
81459           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
81460           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
81461           !> vms/vmsish.h
81462 ____________________________________________________________________________
81463 [  7312] By: gsar                                  on 2000/10/16  06:41:18
81464         Log: integrate changes#6107,6110 from cfgperl
81465              
81466              Tweak the todo list.
81467              
81468              todo tweak
81469      Branch: maint-5.6/perl
81470           !> Todo-5.6
81471 ____________________________________________________________________________
81472 [  7311] By: gsar                                  on 2000/10/16  06:38:38
81473         Log: integrate changes#6104,6108 from mainline
81474              
81475              PL_sys_intern was being initialized too late on windows
81476              
81477              reenable fake signal handling on Windows, bugs and all
81478      Branch: maint-5.6/perl
81479           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
81480           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
81481           !> win32/win32.c
81482 ____________________________________________________________________________
81483 [  7310] By: gsar                                  on 2000/10/16  06:36:03
81484         Log: integrate changes#6095,6097..6103 from cfgperl
81485              
81486              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
81487              might be useful in future.
81488              
81489              Add a note about possible compilation problems from Allen Smith.
81490              
81491              Add a note about other, yet unsupported, shadow password APIs.
81492              
81493              Tweaks for the cc bugs from Allen Smith.
81494              
81495              More compilation tweakery from Allen Smith.
81496              
81497              Hints and test tweaks for Unicos.
81498              
81499              The test suite tweak in #6101 wasn't quite right.
81500              
81501              Test tweaking for Unicos continues.
81502      Branch: maint-5.6/perl
81503           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81504           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
81505           !> t/lib/complex.t t/op/64bitint.t
81506 ____________________________________________________________________________
81507 [  7309] By: gsar                                  on 2000/10/16  06:29:41
81508         Log: integrate changes#6093,6094 from mainline
81509              
81510              fork() failure to create pseudo process sets errno=EAGAIN and returns
81511              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
81512              
81513              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
81514      Branch: maint-5.6/perl
81515           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
81516           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
81517 ____________________________________________________________________________
81518 [  7308] By: gsar                                  on 2000/10/16  06:27:29
81519         Log: integrate change#6092 from cfgperl
81520              
81521              Regen perltoc with the fixed buildtoc.
81522      Branch: maint-5.6/perl
81523           !> pod/perltoc.pod
81524 ____________________________________________________________________________
81525 [  7307] By: gsar                                  on 2000/10/16  06:26:40
81526         Log: integrate changes#6089,6090 from mainline
81527              
81528              buildtoc tweak to fix newline lossage
81529              
81530              concat doesn't preserve utf8-ness, and doesn't invalidate
81531              [NI]OK; added tests for both
81532      Branch: maint-5.6/perl
81533           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
81534 ____________________________________________________________________________
81535 [  7306] By: gsar                                  on 2000/10/16  06:24:05
81536         Log: integrate change#6088 from cfgperl
81537              
81538              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
81539              because we do not use those.  The HAS_GETSPNAM remains,
81540              though, because we still do use that.
81541      Branch: maint-5.6/perl
81542           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81543           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
81544           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
81545           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
81546           !> win32/config.vc win32/config_H.bc win32/config_H.gc
81547           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
81548 ____________________________________________________________________________
81549 [  7305] By: gsar                                  on 2000/10/16  06:15:52
81550         Log: integrate changes#6084,6085,6087 from mainline
81551              
81552              substr() does not preserve utf8-ness (from Stefan Eissing
81553              <Eissing@medicaldataservice.de>); added tests
81554              
81555              repeat operator (x) doesn't preserve utf8-ness
81556              
81557              reverse() and quotemeta() weren't preserving utf8-ness; add tests
81558      Branch: maint-5.6/perl
81559           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
81560 ____________________________________________________________________________
81561 [  7304] By: gsar                                  on 2000/10/16  06:13:10
81562         Log: integrate changes#6077..6083 from mainline
81563              
81564              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
81565              and Tom Phoenix)
81566              
81567              workaround for CRT bug in chdir() (from Charles Lane, via
81568              Peter Prymmer)
81569              
81570              remove outdated kludge in Carp (NULLs are permitted in diagnostics
81571              now)
81572              
81573              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
81574              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
81575              
81576              better default perlbug categories for ok reports (from Richard Foley)
81577              
81578              peek.t non-portable to ithreads
81579              
81580              note about undocumented caller() return value (from M.J.T. Guy);
81581              yet another peek.t tweak
81582      Branch: maint-5.6/perl
81583           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
81584           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
81585           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
81586           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
81587           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
81588           !> vms/vmsish.h
81589 ____________________________________________________________________________
81590 [  7303] By: gsar                                  on 2000/10/16  06:03:18
81591         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
81592              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
81593              
81594              &HUGE_VAL is not defined, it exists.
81595              
81596              Do not warn that an infinity does not look like a number.
81597              
81598              Rewrite the pwent/spent logic to be a little bit more clearer.
81599              
81600              Continue on the pwent/spent case.
81601              
81602              Correct Freudian slip.
81603              
81604              Use HUGE_VALL if applicable.
81605              
81606              pwent/spent #ifdef imbalance.
81607              
81608              Infinite problems.
81609              
81610              Call getspnam() only iff needd.
81611              
81612              Test both the scalar and list contexts.
81613              
81614              Use setxxent()/endxxent().
81615              
81616              Complex tweakery.
81617              
81618              Unicos hint tweak.
81619              
81620              Be more forgiving in POSIX about HUGE_VALL.
81621              
81622              Detypo.
81623              
81624              The search of infinity continues, this time simplified.
81625              
81626              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
81627              in natively 64-bit platforms where a long is a quad (no need
81628              for long longs).  Also added bias for IVs.
81629              
81630              Complex tweaks.
81631              
81632              Introduce t/lib/peek.t.
81633              
81634              Make the test more portable.
81635      Branch: maint-5.6/perl
81636           +> t/lib/peek.t
81637            ! pp_sys.c
81638           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
81639           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
81640           !> t/op/pwent.t toke.c util.c
81641 ____________________________________________________________________________
81642 [  7302] By: gsar                                  on 2000/10/16  05:03:37
81643         Log: integrate changes#6066..6071 from mainline
81644              
81645              s/END/CHECK/
81646              
81647              replace direct call to sighandler() with (*PL_sighandlerp)()
81648              
81649              note about values()
81650              
81651              File::Spec compatibility update (from Barrie Slaymaker
81652              <barries@slaysys.com>)
81653              
81654              remove misleading comment (from M.J.T. Guy)
81655              
81656              misformatted perllocal.pod (from Tim Jenness
81657              <t.jenness@jach.hawaii.edu>)
81658      Branch: maint-5.6/perl
81659           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
81660           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
81661           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
81662           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
81663 ____________________________________________________________________________
81664 [  7301] By: gsar                                  on 2000/10/16  05:00:08
81665         Log: integrate changes#6061..6063 from mainline
81666              
81667              change#5921 neglected to make eq honor "use bytes"
81668              
81669              additional tests for utf8.t
81670              
81671              tokeq() could read unallocated field in argument
81672      Branch: maint-5.6/perl
81673           !> sv.c t/pragma/utf8.t toke.c
81674 ____________________________________________________________________________
81675 [  7300] By: gsar                                  on 2000/10/16  04:56:54
81676         Log: integrate changes#6046,6048,6057,6058 from mainline
81677              
81678              libscheck has insufficient checks for n32 libs (from
81679              Albert Chin-A-Young <china@thewrittenword.com>)
81680              
81681              add note about how $( doesn't interpolate in REs (from
81682              Philip Newton <newton@ficus.frogspace.net>)
81683              
81684              fix broken parsing of /\x{ab}/
81685              
81686              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
81687              (spotted by Donald Kinzer <dkinzer@premia.com>)
81688      Branch: maint-5.6/perl
81689           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
81690           !> t/pragma/utf8.t
81691 ____________________________________________________________________________
81692 [  7299] By: gsar                                  on 2000/10/16  04:52:50
81693         Log: integrate change#6044 from mainline
81694              
81695              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
81696              such that underscores are only ignored in literal numbers,
81697              "\x{...}", and hex/oct argument
81698      Branch: maint-5.6/perl
81699           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
81700 ____________________________________________________________________________
81701 [  7298] By: gsar                                  on 2000/10/16  04:50:53
81702         Log: integrate changes#6027..6043 from mainline
81703              
81704              podlators-1.02 update (from Russ Allbery)
81705              
81706              Pod::Man generates groff-incompatible macro definition (from
81707              Tom Christiansen)
81708              
81709              add CGI.pm v2.66 (from Lincoln Stein)
81710              
81711              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
81712              for @- and @+ (from Johan Vromans)
81713              
81714              small nits in diagnostics.pm (from Robin Barker)
81715              
81716              whitespace adjustments
81717              
81718              missing files in MANIFEST
81719              
81720              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
81721              to compensate
81722              
81723              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
81724              
81725              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
81726      Branch: maint-5.6/perl
81727           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
81728           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
81729           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
81730           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
81731           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
81732           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
81733           !> t/lib/cgi-html.t t/lib/cgi-request.t
81734 ____________________________________________________________________________
81735 [  7297] By: gsar                                  on 2000/10/16  04:44:30
81736         Log: integrate change#6025 from mainline
81737              
81738              Is{Alnum,Alpha,Word} don't match titlecase
81739              TODO: IsSpace is defined recursively!
81740              (both spotted by Larry)
81741      Branch: maint-5.6/perl
81742           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
81743           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
81744 ____________________________________________________________________________
81745 [  7296] By: gsar                                  on 2000/10/16  04:39:30
81746         Log: integrate change#6023 from mainline
81747              
81748              debugger stomps on $. (from M.J.T. Guy)
81749      Branch: maint-5.6/perl
81750           !> lib/perl5db.pl
81751 ____________________________________________________________________________
81752 [  7295] By: gsar                                  on 2000/10/16  04:38:02
81753         Log: integrate change#6022 from mainline
81754              
81755              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
81756      Branch: maint-5.6/perl
81757           !> sv.c
81758 ____________________________________________________________________________
81759 [  7294] By: gsar                                  on 2000/10/16  04:37:05
81760         Log: integrate changes#6018..6021 from mainline
81761              
81762              make lib/syslog.t portable to systems that don't have _PATH_LOG,
81763              make _PATH_LOG() return "" if unavailable
81764              
81765              windows portability tweaks
81766              
81767              test tweak
81768              
81769              remove Win2K issue in pod (fixed by change#6020)
81770      Branch: maint-5.6/perl
81771           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
81772           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
81773           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
81774 ____________________________________________________________________________
81775 [  7293] By: gsar                                  on 2000/10/16  04:20:00
81776         Log: integrate changes#6013..6015 from mainline
81777              
81778              tweak change#5945 to display correct switch name in diagnostic
81779              
81780              glob() loading File::Glob behind the scenes may cause syntax errors
81781              
81782              tweak test for portability
81783      Branch: maint-5.6/perl
81784           !> op.c perl.c pod/perldiag.pod t/lib/b.t
81785 ____________________________________________________________________________
81786 [  7292] By: gsar                                  on 2000/10/16  04:18:11
81787         Log: integrate changes#6005..6010 from mainline, cfgperl
81788              
81789              perldoc might fail via "use blib" (from Hugo van der Sanden)
81790              
81791              Regen Configure.
81792              
81793              note about compile failures and END blocks (from M.J.T. Guy)
81794              
81795              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
81796              
81797              (change#6009 integrated earlier in change#7255)
81798              
81799              clarify note about shadow password support (from
81800              gellyfish@gellyfish.com)
81801      Branch: maint-5.6/perl
81802           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81803           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
81804           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
81805 ____________________________________________________________________________
81806 [  7291] By: gsar                                  on 2000/10/16  04:12:03
81807         Log: integrate changes#6002,6003 from mainline
81808              
81809              destructive sv_setsv() can lose UV-ness from source, causing
81810              numeric promotions/comparisons to fail to do the right thing
81811              
81812              allow REG_EXPAND_SZ keys in Windows registry (from
81813              John Clayton <John.Clayton@barclayscapital.com>)
81814      Branch: maint-5.6/perl
81815           !> sv.c win32/win32.c
81816 ____________________________________________________________________________
81817 [  7290] By: gsar                                  on 2000/10/16  04:10:19
81818         Log: integrate change#6001 from mainline
81819              
81820              support additional library locations via $Config{otherlibdirs}
81821              (from Andy Dougherty)
81822      Branch: maint-5.6/perl
81823           !> Configure INSTALL Porting/Glossary Porting/config.sh
81824           !> Porting/config_H config_h.SH epoc/config.sh perl.c
81825           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
81826           !> win32/config.bc win32/config.gc win32/config.vc
81827 ____________________________________________________________________________
81828 [  7289] By: gsar                                  on 2000/10/16  04:08:28
81829         Log: integrate change#5999 from mainline
81830              
81831              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
81832      Branch: maint-5.6/perl
81833           !> t/pragma/warn/toke toke.c
81834 ____________________________________________________________________________
81835 [  7288] By: gsar                                  on 2000/10/16  04:07:01
81836         Log: integrate changes#5997,5998 from cfgperl
81837              
81838              Preserve $!.
81839              
81840              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
81841      Branch: maint-5.6/perl
81842           !> lib/Math/Complex.pm
81843 ____________________________________________________________________________
81844 [  7287] By: gsar                                  on 2000/10/16  04:04:37
81845         Log: integrate change#5995 from mainline
81846              
81847              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
81848      Branch: maint-5.6/perl
81849           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
81850 ____________________________________________________________________________
81851 [  7286] By: gsar                                  on 2000/10/16  04:03:21
81852         Log: integrate change#5994 from mainline
81853              
81854              fix for missed accounting for null byte in pack("Z",...) (from
81855              M.J.T. Guy)
81856      Branch: maint-5.6/perl
81857           !> pp.c t/op/pack.t
81858 ____________________________________________________________________________
81859 [  7285] By: gsar                                  on 2000/10/16  04:02:11
81860         Log: integrate changes#5989..5993 from mainline
81861              
81862              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
81863              itself and no other (from Tom Hughes)
81864              
81865              use $ENV{LIB} to search for libs under Visual C compiler
81866              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
81867              
81868              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
81869              
81870              pod nit (from Simon Cozens)
81871              
81872              various minor tweaks seen on p5p
81873      Branch: maint-5.6/perl
81874           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
81875           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
81876           !> t/op/array.t toke.c
81877 ____________________________________________________________________________
81878 [  7284] By: gsar                                  on 2000/10/16  03:59:00
81879         Log: integrate changes#5978..5988 from mainline
81880              
81881              sync version numbers in File::Spec with the ones on CPAN
81882              (from Barrie Slaymaker)
81883              
81884              under useithreads, constant pad entries could inadvertantly be
81885              shared across threads (from Eric Blood <eblood@xmission.com>);
81886              added Eric's test case to testsuite
81887              
81888              allow Configure -S to run non-interactively (spotted by Greg Hudson
81889              <ghudson@mit.edu>)
81890              
81891              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
81892              prototype mismatch with CORE::glob(); update pod and tests to
81893              suit (File::Glob::glob() is still available for backward
81894              compatibility, but should be considered deprecated)
81895              
81896              avoid error in IO::Socket::INET when given an unknown service name
81897              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
81898              
81899              numeric conversion of non-number in change#3378 tramples on
81900              OOK offset, causing segfaults
81901              
81902              attributes::reftype() doesn't work on tied argument
81903              
81904              forked child may not exit correctly if it failed to open
81905              /dev/console (from Graham Barr)
81906              
81907              add regular expressions tutorial and quick-start guide (from
81908              Mark Kvale <kvale@phy.ucsf.edu>)
81909              
81910              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
81911              
81912              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
81913              <paul@miraclefish.com>)
81914      Branch: maint-5.6/perl
81915           +> pod/perlrequick.pod pod/perlretut.pod
81916           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
81917           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
81918           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
81919           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
81920           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81921           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81922           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
81923           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
81924 ____________________________________________________________________________
81925 [  7283] By: gsar                                  on 2000/10/16  03:52:14
81926         Log: integrate change#5977 from mainline
81927              
81928              autoquote barewords followed by newline and arrow properly
81929              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
81930      Branch: maint-5.6/perl
81931           !> t/pragma/warn/toke toke.c
81932 ____________________________________________________________________________
81933 [  7282] By: gsar                                  on 2000/10/16  03:50:48
81934         Log: integrate change#5976 from mainline
81935              
81936              DB_File v1.73 update (from Paul Marquess)
81937      Branch: maint-5.6/perl
81938           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
81939           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
81940 ____________________________________________________________________________
81941 [  7281] By: gsar                                  on 2000/10/16  03:49:14
81942         Log: integrate change#5975 from mainline
81943              
81944              allow sort() reentrancy (variant of patch suggested by
81945              Hugo van der Sanden)
81946      Branch: maint-5.6/perl
81947           !> pp_ctl.c t/op/sort.t
81948 ____________________________________________________________________________
81949 [  7280] By: gsar                                  on 2000/10/16  03:48:22
81950         Log: integrate change#5974 from mainline
81951              
81952              change#4197 somehow missed initializing PL_errors, meaning
81953              syntax error queueing wasn't working outside eval"" at all;
81954              also fixed eval"" to localize PL_error_count, so that compile-time
81955              eval's don't clobber the error state of the outer context
81956      Branch: maint-5.6/perl
81957           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
81958           !> t/pragma/warn/toke
81959 ____________________________________________________________________________
81960 [  7279] By: gsar                                  on 2000/10/16  03:46:21
81961         Log: integrate change#5973 from mainline
81962              
81963              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
81964      Branch: maint-5.6/perl
81965           !> regcomp.c regexec.c t/op/re_tests
81966 ____________________________________________________________________________
81967 [  7278] By: gsar                                  on 2000/10/16  03:44:54
81968         Log: integrate change#5971 from cfgperl
81969              
81970              Unicos tweaks from Mark P. Lutz.
81971      Branch: maint-5.6/perl
81972           !> hints/unicos.sh lib/Math/Complex.pm
81973 ____________________________________________________________________________
81974 [  7277] By: gsar                                  on 2000/10/16  03:42:59
81975         Log: integrate changes#5966..5970 from mainline
81976              
81977              add testsuite for B backends, fix bug in B::Deparse (from
81978              Simon Cozens <simon@brecon.co.uk>)
81979              
81980              improved docs on the warn_uninit diagnostic (from David Glasser
81981              and Simon Cozens)
81982              
81983              tolerate spaces in group names in test on solaris (from David Boyce
81984              <dsb@boyski.com>)
81985              
81986              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
81987              
81988              Data::Dumper fumbles negative numbers on 32-bit platforms where
81989              IV is >32bits
81990      Branch: maint-5.6/perl
81991           +> t/lib/b.t t/lib/syslog.t
81992           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
81993           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
81994           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
81995 ____________________________________________________________________________
81996 [  7276] By: gsar                                  on 2000/10/16  03:39:30
81997         Log: integrate change#5965 from mainline
81998              
81999              avoid "will not stay shared" warnings for our variables (from
82000              Robin Barker)
82001      Branch: maint-5.6/perl
82002           !> op.c t/pragma/warn/op
82003 ____________________________________________________________________________
82004 [  7275] By: gsar                                  on 2000/10/16  03:38:18
82005         Log: integrate change#5964 from mainline
82006              
82007              reformat to 72 columns (again)
82008      Branch: maint-5.6/perl
82009           !> pod/perldiag.pod
82010 ____________________________________________________________________________
82011 [  7274] By: gsar                                  on 2000/10/16  03:36:58
82012         Log: integrate change#5963 from mainline
82013              
82014              patch from Larry to make (\&) prototype work; added tests for
82015              the same
82016      Branch: maint-5.6/perl
82017           !> op.c t/comp/proto.t
82018 ____________________________________________________________________________
82019 [  7273] By: gsar                                  on 2000/10/16  03:35:51
82020         Log: integrate changes#5956..5962 from mainline
82021              
82022              better diagnostics on failed tests (from Ilya Zakharevich)
82023              
82024              pod nits (from A. C. Yardley <yardley@tanet.net>)
82025              
82026              change#3569 deleted some essential code, revert; avoid use of
82027              atexit() to make DynaLoader work properly on AIX under mod_perl
82028              (from Jens-Uwe Mager <jum@helios.de>)
82029              
82030              doubled words in pods (from Simon Cozens
82031              <simon.p.cozens@jp.pwcglobal.com>)
82032              
82033              better INSTALL notes on Solaris issues (from Dominic Dunlop)
82034              
82035              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
82036              
82037              updated README.hpux (from Jeff Okamoto)
82038      Branch: maint-5.6/perl
82039           !> INSTALL README.hpux emacs/cperl-mode.el
82040           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
82041           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
82042           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
82043           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
82044           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
82045           !> t/op/lex_assign.t
82046 ____________________________________________________________________________
82047 [  7272] By: gsar                                  on 2000/10/16  03:31:22
82048         Log: integrate change#5955 from mainline
82049              
82050              longstanding bug exposed by change#3307: sort arguments weren't
82051              compiled with the right wantarray context (ensuing runtime lookup
82052              via block_gimme() was getting the incidental context of the
82053              sort() itself)
82054      Branch: maint-5.6/perl
82055           !> op.c t/op/sort.t
82056 ____________________________________________________________________________
82057 [  7271] By: gsar                                  on 2000/10/16  03:29:11
82058         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
82059              branch
82060              
82061              Flatten the cpp jungle doing the nosuid checking.
82062              
82063              Do not assume sign propagation. (from M.J.T. Guy)
82064              
82065              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
82066              
82067              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
82068              Now pp_ncmp() returns undef is either operand is a NaN.
82069              
82070              On second thoughts frexp() does have two arguments.
82071              
82072              Document that tr() is not tr(1).
82073              
82074              Be more robust on "extreme" (large absolute value)
82075              arguments.  Originally reported by Daniel Connelly
82076              as a problem with asinh() on large negative arguments,
82077              asinh() used to bail out because an argument to log()
82078              ended up being zero.  Ilya Zakharevich proposed using
82079              Taylor's series in such cases, which for such large
82080              arguments is a very good approximation.
82081              
82082              Undo "use integer" addition from 64bitint as it seems
82083              to break most of the subtests in Digital UNIX;
82084              Unicos needs to find another way.
82085      Branch: maint-5.6/perl
82086           !> (integrate 29 files)
82087 ____________________________________________________________________________
82088 [  7270] By: gsar                                  on 2000/10/16  03:09:44
82089         Log: integrate changes#5948,5949,5950 from mainline
82090              
82091              typo in vars.pm that leads to cryptic message (from Piotr
82092              Piatkowski <kompas@kompas.usr.onet.pl>)
82093              
82094              make perldoc use the pod2man from the same version (from
82095              M.J.T. Guy)
82096              
82097              reformat perldiag to avoid long lines
82098      Branch: maint-5.6/perl
82099           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
82100 ____________________________________________________________________________
82101 [  7269] By: gsar                                  on 2000/10/16  03:05:54
82102         Log: integrate change#5947 from mainline
82103              
82104              use &dl_error rather than &dl_load_file as the guard for calling
82105              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
82106              statically built perl)
82107      Branch: maint-5.6/perl
82108           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
82109 ____________________________________________________________________________
82110 [  7268] By: gsar                                  on 2000/10/16  03:04:48
82111         Log: integrate change#5945 from mainline
82112              
82113              make module name mandatory after -M switch; reorder perldiag
82114              alphabetically (from Mark-Jason Dominus)
82115      Branch: maint-5.6/perl
82116           !> perl.c pod/perldiag.pod
82117 ____________________________________________________________________________
82118 [  7267] By: gsar                                  on 2000/10/16  03:03:01
82119         Log: integrate change#5939 from mainline
82120              
82121              more pod nits (from Larry Virden)
82122      Branch: maint-5.6/perl
82123           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
82124           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
82125           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
82126 ____________________________________________________________________________
82127 [  7266] By: gsar                                  on 2000/10/16  03:01:39
82128         Log: integrate change#5938 from mainline
82129              
82130              Consolidated B::Deparse fixes (from Stephen McCamant)
82131      Branch: maint-5.6/perl
82132           !> ext/B/B/Deparse.pm
82133 ____________________________________________________________________________
82134 [  7265] By: gsar                                  on 2000/10/16  03:00:43
82135         Log: integrate change#5936 from mainline
82136              
82137              additional tests for change#7263 (from Paul Marquess)
82138      Branch: maint-5.6/perl
82139           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
82140           !> t/pragma/warn/5nolint t/pragma/warn/6default
82141 ____________________________________________________________________________
82142 [  7264] By: gsar                                  on 2000/10/16  02:58:34
82143         Log: integrate change#5934 from mainline
82144              
82145              propagate lexical warnings from surrounding scope correctly
82146              within string eval() (from Paul Marquess)
82147      Branch: maint-5.6/perl
82148           !> pp_ctl.c t/pragma/warn/pp_ctl
82149 ____________________________________________________________________________
82150 [  7263] By: gsar                                  on 2000/10/16  02:56:53
82151         Log: integrate change#5932 from mainline
82152              
82153              add rsignal(), whichsig() and do_join() to public API list
82154              (mod_perl uses them to good advantage)
82155      Branch: maint-5.6/perl
82156           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
82157 ____________________________________________________________________________
82158 [  7262] By: gsar                                  on 2000/10/16  02:55:53
82159         Log: integrate change#5931 from mainline
82160              
82161              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
82162      Branch: maint-5.6/perl
82163           !> pp_hot.c regexec.c t/op/pat.t
82164 ____________________________________________________________________________
82165 [  7261] By: gsar                                  on 2000/10/16  02:55:01
82166         Log: integrate change#5930 from mainline
82167              
82168              small os390 tweaks (from Peter Prymmer)
82169      Branch: maint-5.6/perl
82170           !> config_h.SH makedepend.SH
82171 ____________________________________________________________________________
82172 [  7260] By: gsar                                  on 2000/10/16  02:54:10
82173         Log: integrate change#5929 from mainline
82174              
82175              pod nits
82176      Branch: maint-5.6/perl
82177           !> pod/perlguts.pod
82178 ____________________________________________________________________________
82179 [  7259] By: gsar                                  on 2000/10/16  02:52:55
82180         Log: integrate change#5927 from mainline
82181              
82182              arrange for next() to resume at the unstack op rather than the
82183              loop conditional, so that scope cleanup happens correctly
82184              (from Stephen McCamant)
82185      Branch: maint-5.6/perl
82186           !> op.c pp_ctl.c t/op/misc.t
82187 ____________________________________________________________________________
82188 [  7258] By: gsar                                  on 2000/10/16  02:51:38
82189         Log: integrate change#5926 from mainline
82190              
82191              on windows, reserve 16M of stack rather than 128M (allows more
82192              threads to run concurrently)
82193      Branch: maint-5.6/perl
82194           !> win32/Makefile win32/makefile.mk
82195 ____________________________________________________________________________
82196 [  7257] By: gsar                                  on 2000/10/16  02:50:37
82197         Log: integrate change#5925 from mainline
82198              
82199              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
82200      Branch: maint-5.6/perl
82201           !> toke.c
82202 ____________________________________________________________________________
82203 [  7256] By: gsar                                  on 2000/10/16  02:49:36
82204         Log: integrate change#5924 from mainline
82205              
82206              avoid using uninitialized memory in require version check
82207      Branch: maint-5.6/perl
82208           !> pp_ctl.c universal.c
82209 ____________________________________________________________________________
82210 [  7255] By: gsar                                  on 2000/10/16  02:48:03
82211         Log: integrate changes#5923,5928,6009 from mainline
82212              
82213              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
82214      Branch: maint-5.6/perl
82215           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
82216 ____________________________________________________________________________
82217 [  7254] By: gsar                                  on 2000/10/16  02:44:46
82218         Log: integrate change#5922 from mainline
82219              
82220              commentary about IoTYPE() (from Nathan Torkington)
82221      Branch: maint-5.6/perl
82222           !> sv.h
82223 ____________________________________________________________________________
82224 [  7253] By: gsar                                  on 2000/10/16  02:43:49
82225         Log: integrate change#5921 from mainline
82226              
82227              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
82228      Branch: maint-5.6/perl
82229           !> sv.c t/lib/charnames.t t/pragma/utf8.t
82230 ____________________________________________________________________________
82231 [  7252] By: gsar                                  on 2000/10/16  02:42:31
82232         Log: integrate change#5920 from mainline
82233              
82234              Larry's fix for buggy propagation of utf8-ness in join(); add test
82235      Branch: maint-5.6/perl
82236           !> doop.c t/op/ver.t
82237 ____________________________________________________________________________
82238 [  7251] By: gsar                                  on 2000/10/16  02:41:14
82239         Log: integrate changes#5915..5919 from mainline
82240              
82241              various (pod tweaks &c)
82242      Branch: maint-5.6/perl
82243           !> (integrate 33 files)
82244 ____________________________________________________________________________
82245 [  7250] By: gsar                                  on 2000/10/16  02:38:16
82246         Log: integrate change#5914 from mainline
82247              
82248              caller() wasn't returning the right number of elements for
82249              eval {...}
82250      Branch: maint-5.6/perl
82251           !> pp_ctl.c t/pragma/warn/9enabled
82252 ____________________________________________________________________________
82253 [  7249] By: gsar                                  on 2000/10/16  02:37:02
82254         Log: integrate change#5913 from mainline
82255              
82256              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
82257              (from Mark-Jason Dominus)
82258      Branch: maint-5.6/perl
82259           !> pod/perlfunc.pod
82260 ____________________________________________________________________________
82261 [  7248] By: gsar                                  on 2000/10/16  02:35:58
82262         Log: integrate change#5912 from mainline
82263              
82264              fix totally broken caching in UNIVERSAL::isa() (from
82265              Nick Ing-Simmons)
82266      Branch: maint-5.6/perl
82267           !> t/op/universal.t universal.c
82268 ____________________________________________________________________________
82269 [  7247] By: gsar                                  on 2000/10/16  02:34:27
82270         Log: integrate changes#5910,5911 from mainline
82271              
82272              typo in pod
82273              
82274              add linebreak properties from unicode/LineBrk.txt (from
82275              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
82276      Branch: maint-5.6/perl
82277           +> (branch 29 files)
82278           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
82279 ____________________________________________________________________________
82280 [  7246] By: gsar                                  on 2000/10/16  02:33:29
82281         Log: integrate change#5909 from mainline
82282              
82283              mode argument to do_binmode() should be file mode, not boolean
82284      Branch: maint-5.6/perl
82285           !> pp_sys.c
82286 ____________________________________________________________________________
82287 [  7245] By: gsar                                  on 2000/10/16  02:31:04
82288         Log: integrate change#5908 from mainline
82289              
82290              introduce illegal symbols into null package so that
82291              gv_fetchpv(...,TRUE) always returns a valid GV even when the
82292              symbol is trapped by strictures (avoids coredumps)
82293      Branch: maint-5.6/perl
82294           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
82295           !> t/pragma/strict-vars
82296 ____________________________________________________________________________
82297 [  7244] By: jhi                                   on 2000/10/16  02:29:54
82298         Log: Subject: $Carp::ExportLevel confusion in Exporter
82299              From: "Ben Tilly" <ben_tilly@hotmail.com>
82300              Date: Sat, 14 Oct 2000 16:44:34 EDT
82301              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
82302      Branch: perl
82303            ! lib/Exporter/Heavy.pm
82304 ____________________________________________________________________________
82305 [  7243] By: jhi                                   on 2000/10/16  02:28:33
82306         Log: Subject: [PATCH perlguts.pod] Document offset hack
82307              From: Simon Cozens <simon@cozens.net>
82308              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
82309              Date: Sat, 14 Oct 2000 19:32:25 +0100
82310      Branch: perl
82311            ! pod/perlguts.pod
82312 ____________________________________________________________________________
82313 [  7242] By: gsar                                  on 2000/10/16  02:26:51
82314         Log: integrate changes#5905,5906,5907,6064 from mainline
82315              
82316              printf/sprintf didn't get quad types right under use64bitint
82317      Branch: maint-5.6/perl
82318           !> pp_sys.c sv.c t/op/64bitint.t
82319 ____________________________________________________________________________
82320 [  7241] By: jhi                                   on 2000/10/16  02:22:44
82321         Log: Subject: small pod patch
82322              From: Dan Boorstein <dan_boo@bellsouth.net>
82323              Date: Sat, 14 Oct 2000 14:29:24 -0400
82324              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
82325      Branch: perl
82326            ! pod/perlfaq7.pod pod/perlmod.pod
82327 ____________________________________________________________________________
82328 [  7240] By: jhi                                   on 2000/10/16  02:13:46
82329         Log: -w cleanup.
82330              
82331              Subject: Re: Problems with bleadperl 
82332              From: "Stephen P. Potter" <spp@ds.net>
82333              Date: Fri, 13 Oct 2000 13:32:49 -0400
82334              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
82335      Branch: perl
82336            ! t/pragma/overload.t
82337 ____________________________________________________________________________
82338 [  7239] By: jhi                                   on 2000/10/16  01:41:18
82339         Log: One more ~utf8 tweak.
82340      Branch: perl
82341            ! t/op/bop.t
82342 ____________________________________________________________________________
82343 [  7238] By: jhi                                   on 2000/10/16  01:34:14
82344         Log: Tweak the test of #7235.
82345      Branch: perl
82346            ! t/op/bop.t
82347 ____________________________________________________________________________
82348 [  7237] By: jhi                                   on 2000/10/16  01:25:04
82349         Log: Fix a couple of compiler-noted nits in #7235.
82350      Branch: perl
82351            ! pp.c
82352 ____________________________________________________________________________
82353 [  7236] By: jhi                                   on 2000/10/16  01:22:46
82354         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
82355      Branch: perl
82356            ! pp.c pp_hot.c
82357 ____________________________________________________________________________
82358 [  7235] By: jhi                                   on 2000/10/15  16:24:44
82359         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
82360              
82361              From: Simon Cozens <simon@cozens.net>
82362              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
82363              Date: Sat, 14 Oct 2000 20:52:13 +0100
82364              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
82365      Branch: perl
82366            ! pp.c t/op/bop.t utf8.h
82367 ____________________________________________________________________________
82368 [  7234] By: jhi                                   on 2000/10/15  15:19:29
82369         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
82370              The problem was that rx->minlen was in chars while pp_split()
82371              thought it would be in bytes. 
82372      Branch: perl
82373            ! pp.c t/pragma/utf8.t
82374 ____________________________________________________________________________
82375 [  7233] By: jhi                                   on 2000/10/14  20:24:24
82376         Log: Document FNCASE=y as discussed in the bug 20000902.009.
82377      Branch: perl
82378            ! README.dos
82379 ____________________________________________________________________________
82380 [  7232] By: jhi                                   on 2000/10/14  18:52:21
82381         Log: Add test for bug id 20000427.003 (which seems to have
82382              been fixed) (also duplicate as 20000427.004, though
82383              with a higher severity).  Move one utf8 from op/append
82384              to pragma/utf8, tag the tests with bug ids.
82385      Branch: perl
82386            ! t/op/append.t t/pragma/utf8.t
82387 ____________________________________________________________________________
82388 [  7231] By: jhi                                   on 2000/10/14  17:28:37
82389         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
82390      Branch: perl
82391            ! t/pragma/utf8.t
82392 ____________________________________________________________________________
82393 [  7230] By: jhi                                   on 2000/10/14  14:24:50
82394         Log: Needs to be conditional on SunOS 4.
82395              
82396              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
82397              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82398              Date: Sat, 14 Oct 2000 13:37:49 +0100
82399              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
82400      Branch: metaconfig/U/perl
82401            ! End.U
82402      Branch: perl
82403            ! Configure myconfig.SH pod/perldelta.pod
82404 ____________________________________________________________________________
82405 [  7229] By: jhi                                   on 2000/10/14  00:49:22
82406         Log: Update Changes.
82407      Branch: perl
82408            ! Changes patchlevel.h
82409 ____________________________________________________________________________
82410 [  7228] By: jhi                                   on 2000/10/14  00:46:10
82411         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
82412              From: Peter Prymmer <pvhp@forte.com>
82413              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
82414              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
82415      Branch: perl
82416            ! lib/utf8.pm
82417 ____________________________________________________________________________
82418 [  7227] By: jhi                                   on 2000/10/13  23:20:30
82419         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
82420      Branch: perl
82421            ! t/op/tie.t
82422 ____________________________________________________________________________
82423 [  7226] By: jhi                                   on 2000/10/13  22:14:32
82424         Log: Tweak #7225.
82425              
82426              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
82427              From: Peter Prymmer <pvhp@forte.com>
82428              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
82429              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
82430      Branch: perl
82431            ! t/op/sprintf.t
82432 ____________________________________________________________________________
82433 [  7225] By: jhi                                   on 2000/10/13  22:11:31
82434         Log: op/sprintf.t patch for OS/390 (and any other host with limited
82435              floating-point exponent length)
82436              
82437              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
82438              From: Dominic Dunlop <domo@computer.org>
82439              Date: Fri, 13 Oct 2000 19:17:57 +0200
82440              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
82441      Branch: perl
82442            ! t/op/sprintf.t
82443 ____________________________________________________________________________
82444 [  7224] By: jhi                                   on 2000/10/13  18:40:48
82445         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
82446      Branch: perl
82447            ! toke.c
82448 ____________________________________________________________________________
82449 [  7223] By: jhi                                   on 2000/10/13  18:37:13
82450         Log: Thinko in #7222.
82451      Branch: perl
82452            ! utf8.c
82453 ____________________________________________________________________________
82454 [  7222] By: jhi                                   on 2000/10/13  18:05:23
82455         Log: Use UTF8SKIP(), from Simon Cozens.
82456      Branch: perl
82457            ! utf8.c
82458 ____________________________________________________________________________
82459 [  7221] By: jhi                                   on 2000/10/13  15:43:19
82460         Log: (accidentally empty check-in)
82461      Branch: perl
82462            ! utf8.c
82463 ____________________________________________________________________________
82464 [  7220] By: jhi                                   on 2000/10/13  15:23:51
82465         Log: Add (optimistically) Storable to static extensions.
82466      Branch: perl
82467            ! hints/uwin.sh hints/vmesa.sh
82468 ____________________________________________________________________________
82469 [  7219] By: jhi                                   on 2000/10/13  15:20:05
82470         Log: Amdahl UTS doesn't seem to do dynaloading.
82471      Branch: perl
82472            ! hints/uts.sh
82473 ____________________________________________________________________________
82474 [  7218] By: jhi                                   on 2000/10/13  15:15:20
82475         Log: Slight tweak of the code to appease Amdahl UTS cc.
82476      Branch: perl
82477            ! pp.c
82478 ____________________________________________________________________________
82479 [  7217] By: jhi                                   on 2000/10/13  14:50:42
82480         Log: In Amdahl UTS "struct sv" is defined by a system header,
82481              <ksync.h>.
82482      Branch: perl
82483            ! perl.h sv.h
82484 ____________________________________________________________________________
82485 [  7216] By: jhi                                   on 2000/10/13  11:58:25
82486         Log: Ilya implemented the memory profiling API.
82487      Branch: perl
82488            ! Todo
82489 ____________________________________________________________________________
82490 [  7215] By: jhi                                   on 2000/10/13  02:56:38
82491         Log: Subject: [PATCH 5.7.0] Perl API for mstats
82492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82493              Date: Thu, 12 Oct 2000 22:52:40 -0400
82494              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
82495      Branch: perl
82496            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
82497 ____________________________________________________________________________
82498 [  7214] By: jhi                                   on 2000/10/13  02:55:38
82499         Log: Subject: [PATCH 5.7.0] IVs in mtats
82500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82501              Date: Thu, 12 Oct 2000 22:51:04 -0400
82502              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
82503      Branch: perl
82504            ! malloc.c perl.h
82505 ____________________________________________________________________________
82506 [  7213] By: jhi                                   on 2000/10/13  02:31:47
82507         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
82508      Branch: perl
82509            ! pod/perldiag.pod pp_sys.c
82510 ____________________________________________________________________________
82511 [  7212] By: jhi                                   on 2000/10/13  01:27:38
82512         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
82513              From: Peter Prymmer <pvhp@forte.com>
82514              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
82515              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
82516      Branch: perl
82517            ! t/op/oct.t
82518 ____________________________________________________________________________
82519 [  7211] By: jhi                                   on 2000/10/13  00:35:09
82520         Log: Update Changes.
82521      Branch: perl
82522            ! Changes patchlevel.h
82523 ____________________________________________________________________________
82524 [  7210] By: jhi                                   on 2000/10/12  23:59:40
82525         Log: The Install.pm third of
82526              
82527              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
82528              From: Bill Campbell <bill@celestial.com>
82529              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
82530              Date: Thu, 5 Oct 2000 18:04:51 -0700
82531      Branch: perl
82532            ! lib/ExtUtils/Install.pm
82533 ____________________________________________________________________________
82534 [  7209] By: jhi                                   on 2000/10/12  23:58:43
82535         Log: Two thirds of
82536              
82537              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
82538              Date: Thu, 5 Oct 2000 18:04:51 -0700
82539              From: Bill Campbell <bill@celestial.com>
82540              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
82541              
82542              The Install.pm changes will be submitted separately because
82543              they need some work and discussion still.
82544      Branch: perl
82545            ! lib/getopts.pl lib/termcap.pl
82546 ____________________________________________________________________________
82547 [  7208] By: jhi                                   on 2000/10/12  23:41:19
82548         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
82549              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82550              Date:     Thu, 12 Oct 2000 07:30:02 EDT
82551              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
82552      Branch: perl
82553            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
82554            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
82555 ____________________________________________________________________________
82556 [  7207] By: jhi                                   on 2000/10/12  23:39:01
82557         Log: An updated EBCDIC tr patch.
82558              
82559              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
82560              From: Peter Prymmer <pvhp@forte.com>
82561              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
82562              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
82563      Branch: perl
82564            ! t/op/tr.t
82565 ____________________________________________________________________________
82566 [  7206] By: jhi                                   on 2000/10/12  23:34:55
82567         Log: Upgrade to CPAN 1.58, from Andreas König.
82568      Branch: perl
82569            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82570 ____________________________________________________________________________
82571 [  7205] By: jhi                                   on 2000/10/12  23:29:08
82572         Log: Introduce the man[24-8] variables, from Andy Dougherty.
82573      Branch: metaconfig/U/perl
82574            + mandirs.U mandirstyle.U
82575      Branch: perl
82576            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82577            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
82578            ! vos/config.h vos/config.pl vos/config_h.SH_orig
82579            ! win32/config.bc win32/config.gc win32/config.vc
82580 ____________________________________________________________________________
82581 [  7204] By: gsar                                  on 2000/10/12  18:11:24
82582         Log: restore change#7202
82583      Branch: perl
82584            ! mg.c
82585 ____________________________________________________________________________
82586 [  7203] By: gsar                                  on 2000/10/12  18:09:40
82587         Log: another test of the Emergency Broadcast System--back out 
82588              change#7202
82589      Branch: perl
82590            ! mg.c
82591 ____________________________________________________________________________
82592 [  7202] By: gsar                                  on 2000/10/12  16:40:47
82593         Log: (submitted on behalf of Jarkko)
82594              Fix the lib/encode.t subtest 6 failure as reported by Andreas
82595              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
82596              was unearthed by change 7182, as was a bug in HTML::Entities.
82597      Branch: perl
82598            ! mg.c
82599 ____________________________________________________________________________
82600 [  7201] By: jhi                                   on 2000/10/11  03:16:05
82601         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
82602      Branch: perl
82603            ! pp_hot.c t/pragma/utf8.t
82604 ____________________________________________________________________________
82605 [  7200] By: jhi                                   on 2000/10/11  00:40:30
82606         Log: The #7198 was a false alarm.
82607      Branch: perl
82608            ! pp_hot.c
82609 ____________________________________________________________________________
82610 [  7199] By: jhi                                   on 2000/10/11  00:26:04
82611         Log: Remove duplicated code.
82612      Branch: perl
82613            ! t/lib/cgi-html.t
82614 ____________________________________________________________________________
82615 [  7198] By: jhi                                   on 2000/10/10  23:30:46
82616         Log: (Retracted by #7200.)
82617      Branch: perl
82618            ! pp_hot.c
82619 ____________________________________________________________________________
82620 [  7197] By: jhi                                   on 2000/10/10  21:49:30
82621         Log: Add the test case for #7190, from the original bug report
82622              by Andreas König.
82623      Branch: perl
82624            ! t/pragma/utf8.t
82625 ____________________________________________________________________________
82626 [  7196] By: jhi                                   on 2000/10/10  21:40:49
82627         Log: Reapply Andy's patch and regen Configure.
82628      Branch: perl
82629            ! Configure INSTALL Makefile.SH Porting/Glossary
82630            ! Porting/config.sh config_h.SH epoc/config.sh installperl
82631            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82632            ! win32/config.vc
82633 ____________________________________________________________________________
82634 [  7195] By: jhi                                   on 2000/10/10  21:09:30
82635         Log: Use the versiononly instead of the installscripts,
82636              retract the changes 7146 and 7147.
82637      Branch: perl
82638            ! Configure INSTALL Makefile.SH Porting/Glossary
82639            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
82640            ! installperl uconfig.sh vos/config.def win32/config.bc
82641            ! win32/config.gc win32/config.vc
82642 ____________________________________________________________________________
82643 [  7194] By: jhi                                   on 2000/10/10  21:06:15
82644         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
82645              From: Peter Prymmer <pvhp@forte.com>
82646              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
82647              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
82648      Branch: perl
82649            ! t/op/ver.t
82650 ____________________________________________________________________________
82651 [  7193] By: jhi                                   on 2000/10/10  21:05:12
82652         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
82653              From: Peter Prymmer <pvhp@forte.com>
82654              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
82655              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
82656      Branch: perl
82657            ! t/op/tr.t
82658 ____________________________________________________________________________
82659 [  7192] By: jhi                                   on 2000/10/10  20:57:30
82660         Log: Add versiononly, delete installscripts, from Andy Dougherty.
82661      Branch: metaconfig
82662            - U/installdirs/installscripts.U
82663      Branch: metaconfig/U/perl
82664            + versiononly.U
82665 ____________________________________________________________________________
82666 [  7191] By: jhi                                   on 2000/10/10  19:41:21
82667         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
82668              From: Peter Prymmer <pvhp@forte.com>
82669              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
82670              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
82671      Branch: perl
82672            ! pod/perlebcdic.pod
82673 ____________________________________________________________________________
82674 [  7190] By: jhi                                   on 2000/10/10  19:26:14
82675         Log: Subject: Re: utf8 concat, mg_get
82676              From: Simon Cozens <simon@cozens.net>
82677              Date: Tue, 10 Oct 2000 17:40:17 +0100
82678              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
82679      Branch: perl
82680            ! pp_hot.c
82681 ____________________________________________________________________________
82682 [  7189] By: jhi                                   on 2000/10/10  19:23:03
82683         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
82684              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
82685              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
82686              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
82687      Branch: perl
82688            ! lib/ExtUtils/MM_Unix.pm
82689 ____________________________________________________________________________
82690 [  7188] By: jhi                                   on 2000/10/10  15:31:24
82691         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
82692              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
82693              Date: Fri, 14 Jul 2000 10:47:36 +0100
82694              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
82695      Branch: perl
82696            ! README.win32
82697 ____________________________________________________________________________
82698 [  7187] By: jhi                                   on 2000/10/10  13:30:10
82699         Log: Quote the temp file name, needed in Win32 because the
82700              default name unfortunately contains spaces, shouldn't
82701              hurt elsewhere.
82702              
82703              Subject: FW: perldoc fails if $TEMP contains spaces
82704              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
82705              Date: Thu, 14 Sep 2000 08:58:45 +0100
82706              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
82707      Branch: perl
82708            ! utils/perldoc.PL
82709 ____________________________________________________________________________
82710 [  7186] By: jhi                                   on 2000/10/10  13:16:27
82711         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
82712              From: hv@hugo.hybyte.com
82713              Date: Tue, 10 Oct 2000 14:10:20 +0100
82714              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
82715      Branch: perl
82716            ! t/lib/thr5005.t util.c
82717 ____________________________________________________________________________
82718 [  7185] By: jhi                                   on 2000/10/10  12:06:22
82719         Log: Upgrade to podlators 1.04, from Russ Allbery.
82720      Branch: perl
82721            ! lib/Pod/Man.pm lib/Pod/Text.pm
82722 ____________________________________________________________________________
82723 [  7184] By: jhi                                   on 2000/10/10  12:01:32
82724         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
82725      Branch: perl
82726            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
82727 ____________________________________________________________________________
82728 [  7183] By: jhi                                   on 2000/10/09  23:47:15
82729         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
82730              From: Peter Prymmer <pvhp@forte.com>
82731              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
82732              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
82733      Branch: perl
82734            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
82735 ____________________________________________________________________________
82736 [  7182] By: jhi                                   on 2000/10/09  23:43:16
82737         Log: Make eq work again with utf8 (disabling the upgrading
82738              should no more be necessary since the copies of the
82739              scalars are upgraded, not the scalars themselves).
82740              Takes care of ID 20001009.001.  (The claimed length()
82741              bug in 20001009.001 seems bogus to me.)
82742      Branch: perl
82743            ! sv.c t/pragma/utf8.t
82744 ____________________________________________________________________________
82745 [  7181] By: gsar                                  on 2000/10/09  19:41:54
82746         Log: tweak for change#7173
82747      Branch: perl
82748            ! win32/win32sck.c
82749 ____________________________________________________________________________
82750 [  7180] By: gsar                                  on 2000/10/09  19:26:56
82751         Log: on Windows, clean targets might not work under some flavors of the shell
82752      Branch: perl
82753            ! win32/Makefile win32/makefile.mk
82754 ____________________________________________________________________________
82755 [  7179] By: jhi                                   on 2000/10/09  19:21:02
82756         Log: Update Changes.
82757      Branch: perl
82758            ! Changes patchlevel.h
82759 ____________________________________________________________________________
82760 [  7178] By: jhi                                   on 2000/10/09  19:18:23
82761         Log: Warn about unknown scripts.
82762              
82763              Subject: Re: ideas? patches? [PATCH bleadperl]
82764              From: Dominic Dunlop <domo@computer.org>
82765              Date: Mon, 9 Oct 2000 14:57:17 +0200
82766              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
82767      Branch: perl
82768            ! lib/charnames.pm
82769 ____________________________________________________________________________
82770 [  7177] By: jhi                                   on 2000/10/09  19:13:27
82771         Log: Change #7160 had a nasty typo.
82772      Branch: metaconfig
82773            ! U/compline/Compile.U
82774      Branch: perl
82775            ! Configure config_h.SH
82776 ____________________________________________________________________________
82777 [  7176] By: gsar                                  on 2000/10/09  18:59:33
82778         Log: pod nit
82779      Branch: perl
82780            ! pod/perlport.pod
82781 ____________________________________________________________________________
82782 [  7175] By: gsar                                  on 2000/10/09  18:54:28
82783         Log: Windows9x doesn't support link(), despite what Config.pm
82784              might think
82785      Branch: perl
82786            ! lib/ExtUtils/Manifest.pm
82787 ____________________________________________________________________________
82788 [  7174] By: gsar                                  on 2000/10/09  18:50:03
82789         Log: avoid nonportable example code
82790      Branch: perl
82791            ! lib/File/Copy.pm
82792 ____________________________________________________________________________
82793 [  7173] By: gsar                                  on 2000/10/09  18:46:54
82794         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
82795              being used) when closing a socket handle
82796      Branch: perl
82797            ! win32/win32.c win32/win32.h win32/win32sck.c
82798 ____________________________________________________________________________
82799 [  7172] By: gsar                                  on 2000/10/09  18:41:40
82800         Log: on Windows, cwd strings in the environment should be of the
82801              form =X:=X:\foo instead of =X=X:\foo\
82802      Branch: perl
82803            ! win32/vdir.h
82804 ____________________________________________________________________________
82805 [  7171] By: gsar                                  on 2000/10/09  18:30:09
82806         Log: on Windows, LoadLibrary() could load an extension DLL multiple
82807              times if forward slashes are used in the path
82808      Branch: perl
82809            ! win32/win32.c
82810 ____________________________________________________________________________
82811 [  7170] By: jhi                                   on 2000/10/09  17:53:59
82812         Log: Add a todo note about overloadable assertions.
82813      Branch: perl
82814            ! Todo-5.6
82815 ____________________________________________________________________________
82816 [  7169] By: jhi                                   on 2000/10/09  13:43:45
82817         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
82818              From: mjd@plover.com
82819              Date: 9 Oct 2000 00:24:44 -0000
82820              Message-ID: <20001009002444.10616.qmail@plover.com>
82821      Branch: perl
82822            ! pod/perldebguts.pod
82823 ____________________________________________________________________________
82824 [  7168] By: nick                                  on 2000/10/08  13:16:33
82825         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
82826              is not right thing to do on (e.g. x86). Network order is also "right" for
82827              X fonts.
82828      Branch: perl
82829            ! ext/Encode/Encode.pm
82830 ____________________________________________________________________________
82831 [  7167] By: nick                                  on 2000/10/08  12:54:42
82832         Log: Make "encodings" work post-install when Encode/*.enc files may not
82833              be in same directory as Encode.pm
82834      Branch: perl
82835            ! ext/Encode/Encode.pm
82836 ____________________________________________________________________________
82837 [  7166] By: nick                                  on 2000/10/08  11:51:26
82838         Log: Work round the fact that $hash->{$key} does not take into account
82839              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
82840              so that key is always in the "expected" encoding - i.e. same way we put
82841              it in the hash.
82842      Branch: perl
82843            ! ext/Encode/Encode.pm
82844 ____________________________________________________________________________
82845 [  7165] By: gsar                                  on 2000/10/08  04:15:29
82846         Log: save_re_context() could reset PL_curcop to freed memory, causing core
82847              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
82848      Branch: perl
82849            ! pp_ctl.c
82850 ____________________________________________________________________________
82851 [  7164] By: jhi                                   on 2000/10/06  20:51:48
82852         Log: UTF8ize split() so that the cloned substrings get the UTF8
82853              flag of the original scalar.  Problem reported by Simon Cozens.
82854      Branch: perl
82855            ! pp.c t/pragma/utf8.t
82856 ____________________________________________________________________________
82857 [  7163] By: nick                                  on 2000/10/06  20:48:34
82858         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
82859              got a false +ve and so did not reach code which would have un-FAKEd the SV.
82860      Branch: perl
82861            ! sv.c
82862 ____________________________________________________________________________
82863 [  7162] By: nick                                  on 2000/10/06  20:25:37
82864         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
82865              To fix  (sort {$a <=> $b} keys %hash) in particular but
82866              should cover a number of other as-yet-unknown cases as well.
82867      Branch: perl
82868            ! sv.c
82869 ____________________________________________________________________________
82870 [  7161] By: jhi                                   on 2000/10/06  19:56:18
82871         Log: Change the version number of Tie::Handle in the core to 4.0,
82872              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
82873              
82874              Subject: Note on Tie::Handle
82875              From: andreas.koenig@anima.de (Andreas J. Koenig)
82876              Date:      06 Oct 2000 21:48:58 +0200
82877              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
82878      Branch: perl
82879            ! lib/Tie/Handle.pm
82880 ____________________________________________________________________________
82881 [  7160] By: jhi                                   on 2000/10/06  18:20:35
82882         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
82883              as the first option of cc/ld because of ultrapicky compilers
82884              (e.g. OS/390 R2.5)
82885      Branch: metaconfig
82886            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
82887            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
82888            ! U/compline/orderlib.U U/modified/Cppsym.U
82889            ! U/modified/d_access.U
82890      Branch: metaconfig/U/perl
82891            ! Checkcc.U d_dlsymun.U gccvers.U
82892      Branch: perl
82893            ! Configure config_h.SH
82894 ____________________________________________________________________________
82895 [  7159] By: jhi                                   on 2000/10/06  13:56:39
82896         Log: Update Changes.
82897      Branch: perl
82898            ! Changes patchlevel.h
82899 ____________________________________________________________________________
82900 [  7158] By: jhi                                   on 2000/10/06  12:48:40
82901         Log: Eliminate $Is_VMS code from the test.
82902              
82903              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
82904              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82905              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
82906              Date:     Thu, 5 Oct 2000 07:46:33 EDT
82907      Branch: perl
82908            ! t/lib/b.t
82909 ____________________________________________________________________________
82910 [  7157] By: jhi                                   on 2000/10/06  12:47:13
82911         Log: Also the $ccflags is needed for the C compiler check.
82912              
82913              Subject: Configure (check for C-compiler)
82914              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82915              Date: Fri, 06 Oct 2000 08:47:15 +0200
82916              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
82917      Branch: metaconfig/U/perl
82918            ! Checkcc.U
82919      Branch: perl
82920            ! Configure config_h.SH
82921 ____________________________________________________________________________
82922 [  7156] By: jhi                                   on 2000/10/06  11:45:15
82923         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
82924      Branch: perl
82925            ! perl.c pp_ctl.c sv.h utf8.c
82926 ____________________________________________________________________________
82927 [  7155] By: jhi                                   on 2000/10/06  11:40:41
82928         Log: IO::Handle->syswrite() did not handle length omission
82929              like CORE::syswrite() does.
82930              
82931              Subject: [Fwd] IO::Handle, syswrite and arguments
82932              From: Graham Barr <gbarr@pobox.com>
82933              Date: Fri, 6 Oct 2000 10:22:05 +0100
82934              Message-ID: <20001006102205.U6312@pobox.com>
82935              
82936              The original patch from andrew@ugh.net.au.
82937      Branch: perl
82938            ! ext/IO/lib/IO/Handle.pm
82939 ____________________________________________________________________________
82940 [  7154] By: jhi                                   on 2000/10/06  01:42:15
82941         Log: Tweak #7153.
82942      Branch: perl
82943            ! utf8.h
82944 ____________________________________________________________________________
82945 [  7153] By: jhi                                   on 2000/10/06  00:39:55
82946         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
82947      Branch: perl
82948            ! utf8.h
82949 ____________________________________________________________________________
82950 [  7152] By: jhi                                   on 2000/10/06  00:38:11
82951         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
82952      Branch: perl
82953            ! perl.c pp_ctl.c sv.h utf8.c
82954 ____________________________________________________________________________
82955 [  7151] By: jhi                                   on 2000/10/06  00:36:38
82956         Log: Subject: Re: Questions about Tie::Array and perl modules
82957              From: Nick Ing-Simmons <nik@tiuk.ti.com>
82958              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
82959              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
82960              
82961              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
82962      Branch: perl
82963            ! lib/Tie/Array.pm t/op/array.t
82964 ____________________________________________________________________________
82965 [  7150] By: jhi                                   on 2000/10/05  00:20:45
82966         Log: Regen Changes.
82967      Branch: perl
82968            ! Changes patchlevel.h
82969 ____________________________________________________________________________
82970 [  7149] By: jhi                                   on 2000/10/05  00:20:01
82971         Log: Regen toc.
82972      Branch: perl
82973            ! pod/perltoc.pod
82974 ____________________________________________________________________________
82975 [  7148] By: jhi                                   on 2000/10/04  23:35:08
82976         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
82977              reported several times by Dominic Dunlop, for example in
82978              ID 20000315.008.  Patch from Dominic.  Patch affects at
82979              least MachTen, and possibly other oldish BSDs. Should not
82980              break non-broken platforms (tested on LinuxPPC). 
82981      Branch: perl
82982            ! doio.c
82983 ____________________________________________________________________________
82984 [  7147] By: jhi                                   on 2000/10/04  23:26:34
82985         Log: The one that got away from 7146.
82986      Branch: metaconfig
82987            + U/installdirs/installscripts.U
82988 ____________________________________________________________________________
82989 [  7146] By: jhi                                   on 2000/10/04  23:25:04
82990         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
82991              suggested by H. Merijn Brand.
82992      Branch: perl
82993            ! Configure INSTALL Makefile.SH Porting/Glossary
82994            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
82995            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82996            ! win32/config.vc
82997 ____________________________________________________________________________
82998 [  7145] By: jhi                                   on 2000/10/04  22:08:21
82999         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
83000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83001              Date: Wed, 4 Oct 2000 17:37:46 -0400
83002              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
83003      Branch: perl
83004            ! utils/h2xs.PL
83005 ____________________________________________________________________________
83006 [  7144] By: jhi                                   on 2000/10/04  18:11:41
83007         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
83008              From: Jeff Pinyan <jeffp@crusoe.net>
83009              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
83010              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
83011      Branch: perl
83012            ! pod/perlrun.pod
83013 ____________________________________________________________________________
83014 [  7143] By: jhi                                   on 2000/10/04  18:09:58
83015         Log: Subject: perlhack.pod Patch for Externals Tools
83016              From: Fisher Mark <fisherm@tce.com>
83017              Date: Tue, 3 Oct 2000 15:43:27 -0500 
83018              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
83019      Branch: perl
83020            ! pod/perlhack.pod
83021 ____________________________________________________________________________
83022 [  7142] By: jhi                                   on 2000/10/04  18:08:41
83023         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
83024              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
83025              Date:     Wed, 4 Oct 2000 12:11:11 EDT
83026              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
83027      Branch: perl
83028            ! vms/vms.c
83029 ____________________________________________________________________________
83030 [  7141] By: jhi                                   on 2000/10/04  12:20:16
83031         Log: Subject: [PATCH 5.7.0] h2xs not working
83032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83033              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
83034              Date: Tue, 3 Oct 2000 21:43:01 -0400
83035              
83036              Subject: [PATCH 5.7.0] h2xs not documenting the created module
83037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83038              Date: Tue, 3 Oct 2000 22:55:19 -0400
83039              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
83040      Branch: perl
83041            ! utils/h2xs.PL
83042 ____________________________________________________________________________
83043 [  7140] By: jhi                                   on 2000/10/04  11:53:44
83044         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
83045              From: nick@babyhippo.com
83046              Date: Wed, 4 Oct 2000 12:06:45 +0100
83047              Message-Id: <20001004120645.A7356@babyhippo.com>
83048              
83049              Retract 7118 and 7135.
83050      Branch: perl
83051            ! installman installperl op.c t/pragma/subs.t
83052 ____________________________________________________________________________
83053 [  7139] By: jhi                                   on 2000/10/03  22:09:41
83054         Log: It is possible to have no hosts database at all.  Pointed out in
83055              
83056              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
83057              From: Peter Prymmer <pvhp@forte.com>
83058              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
83059              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
83060      Branch: metaconfig
83061            ! U/modified/myhostname.U
83062      Branch: perl
83063            ! Configure config_h.SH
83064 ____________________________________________________________________________
83065 [  7138] By: jhi                                   on 2000/10/03  21:49:49
83066         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
83067              From: Peter Prymmer <pvhp@forte.com>
83068              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
83069              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
83070      Branch: perl
83071            ! pp_sys.c
83072 ____________________________________________________________________________
83073 [  7137] By: jhi                                   on 2000/10/03  20:10:05
83074         Log: One remaining nit less at the VMS mailbox sizing.
83075      Branch: perl
83076            ! vms/vms.c
83077 ____________________________________________________________________________
83078 [  7136] By: jhi                                   on 2000/10/03  20:08:47
83079         Log: Test harness update to sync with the new perlcc,
83080              from Simon Cozens.
83081      Branch: perl
83082            ! t/TEST t/UTEST
83083 ____________________________________________________________________________
83084 [  7135] By: jhi                                   on 2000/10/03  15:15:42
83085         Log: Subject: Re: PATCH for 20001003.004
83086              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
83087              From: "AARON B. DOSSETT" <aaron@iglou.com>
83088              Message-Id: <E13gTay-0006od-00@iglou.com>
83089      Branch: perl
83090            ! installman installperl
83091 ____________________________________________________________________________
83092 [  7134] By: jhi                                   on 2000/10/03  15:00:34
83093         Log: Subject: [ID 20001003.006] B::Debug not -w clean
83094              From: Nicholas Clark <nick@babyhippo.co.uk>
83095              Date: Tue, 03 Oct 2000 15:46:32 +0100
83096              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
83097      Branch: perl
83098            ! ext/B/B/Debug.pm
83099 ____________________________________________________________________________
83100 [  7133] By: jhi                                   on 2000/10/03  14:58:39
83101         Log: Scale down the VMS message boxes, by Charles Lane.
83102              Fix for ID 20000903.009, workaround at
83103              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
83104      Branch: perl
83105            ! vms/vms.c
83106 ____________________________________________________________________________
83107 [  7132] By: jhi                                   on 2000/10/03  11:20:37
83108         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
83109      Branch: perl
83110            + t/lib/st-lock.t t/lib/st-utf8.t
83111            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
83112            ! ext/Storable/Storable.xs t/lib/st-recurse.t
83113 ____________________________________________________________________________
83114 [  7131] By: jhi                                   on 2000/10/03  03:38:23
83115         Log: Encode nits.
83116      Branch: perl
83117            ! MANIFEST Makefile.SH
83118 ____________________________________________________________________________
83119 [  7130] By: jhi                                   on 2000/10/03  03:31:05
83120         Log: Update Changes.
83121      Branch: perl
83122            ! Changes patchlevel.h
83123 ____________________________________________________________________________
83124 [  7129] By: jhi                                   on 2000/10/03  02:24:02
83125         Log: Misplaced else.
83126      Branch: metaconfig/U/perl
83127            ! d_strtoll.U
83128      Branch: perl
83129            ! Configure config_h.SH
83130 ____________________________________________________________________________
83131 [  7128] By: jhi                                   on 2000/10/03  02:08:29
83132         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
83133              From: sthoenna@efn.org
83134              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
83135              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
83136      Branch: metaconfig/U/perl
83137            ! d_strtoll.U
83138      Branch: perl
83139            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
83140 ____________________________________________________________________________
83141 [  7127] By: jhi                                   on 2000/10/03  01:13:14
83142         Log: Update Changes.
83143      Branch: perl
83144            ! Changes patchlevel.h
83145 ____________________________________________________________________________
83146 [  7126] By: jhi                                   on 2000/10/03  00:57:08
83147         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
83148              as suggested by Olaf Flebbe and Nick Clark.
83149      Branch: perl
83150            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
83151 ____________________________________________________________________________
83152 [  7125] By: jhi                                   on 2000/10/03  00:50:56
83153         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
83154              From: Nick Clark <nick@plum.flirble.org>
83155              Date: Mon, 2 Oct 2000 11:03:24 +0100
83156              Message-Id: <20001002110324.D20073@plum.flirble.org>
83157              
83158              Also fixes bug ID 20001002.005.
83159      Branch: perl
83160            ! t/lib/encode.t
83161 ____________________________________________________________________________
83162 [  7124] By: jhi                                   on 2000/10/03  00:34:59
83163         Log: Subject: [PATCH 5.7.0] Epoc update
83164              From: Olaf Flebbe <o.flebbe@gmx.de>
83165              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
83166              Message-ID: <26423.969484586@www10.gmx.net>
83167      Branch: perl
83168            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
83169            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
83170            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
83171            ! util.c util.h
83172 ____________________________________________________________________________
83173 [  7123] By: jhi                                   on 2000/10/03  00:30:07
83174         Log: Regen headers.
83175      Branch: perl
83176            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
83177 ____________________________________________________________________________
83178 [  7122] By: jhi                                   on 2000/10/03  00:10:48
83179         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
83180      Branch: perl
83181            ! hints/openbsd.sh
83182 ____________________________________________________________________________
83183 [  7121] By: jhi                                   on 2000/10/03  00:05:06
83184         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
83185              From: <abigail@foad.org>
83186              Date: Tue, 26 Sep 2000 13:36:14 -0400
83187              Message-ID: <20000926173614.4356.qmail@foad.org>
83188      Branch: perl
83189            ! pod/perlop.pod
83190 ____________________________________________________________________________
83191 [  7120] By: jhi                                   on 2000/10/03  00:04:00
83192         Log: Inside require() $^S was always left undefined.
83193              
83194              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
83195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83196              Date: Wed, 27 Sep 2000 18:54:49 -0400
83197              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
83198      Branch: perl
83199            ! cop.h mg.c pp_ctl.c util.c
83200 ____________________________________________________________________________
83201 [  7119] By: jhi                                   on 2000/10/03  00:00:16
83202         Log: Subject: [PATCH] DLL not restartabke with threaded perl
83203              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
83204              Date: Thu, 28 Sep 2000 09:20:46 +0100
83205              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
83206      Branch: perl
83207            ! perl.c
83208 ____________________________________________________________________________
83209 [  7118] By: jhi                                   on 2000/10/02  23:59:20
83210         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
83211              From: Nicholas Clark <nick@ccl4.org>
83212              Date: Thu, 28 Sep 2000 11:52:24 +0100
83213              Message-ID: <20000928115224.D7924@plum.flirble.org>
83214      Branch: perl
83215            ! op.c
83216 ____________________________________________________________________________
83217 [  7117] By: jhi                                   on 2000/10/02  23:57:51
83218         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
83219              From: Nicholas Clark <nick@babyhippo.co.uk>
83220              Date: Thu, 28 Sep 2000 12:18:10 +0100
83221              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
83222              
83223              Did not apply cleanly, manual intervention was needed.
83224      Branch: perl
83225            ! ext/B/B/Bytecode.pm utils/perlcc.PL
83226 ____________________________________________________________________________
83227 [  7116] By: jhi                                   on 2000/10/02  23:50:40
83228         Log: Document the issue (is not a syntax error, kind of)
83229              
83230              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
83231              From: Nicholas Clark <nick@ccl4.org>
83232              Date: Thu, 28 Sep 2000 17:12:42 +0100
83233              Message-ID: <20000928171242.K7924@plum.flirble.org>
83234      Branch: perl
83235            ! pod/perldata.pod
83236 ____________________________________________________________________________
83237 [  7115] By: jhi                                   on 2000/10/02  23:48:58
83238         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
83239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83240              Date: Thu, 28 Sep 2000 21:55:31 -0400
83241              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
83242      Branch: perl
83243            ! regexec.c
83244 ____________________________________________________________________________
83245 [  7114] By: jhi                                   on 2000/10/02  23:47:57
83246         Log: Subject: DOC PATCH 5.6.0
83247              From: mjd@plover.com
83248              Date: 30 Sep 2000 06:02:34 -0000
83249              Message-ID: <20000930060234.4559.qmail@plover.com>
83250      Branch: perl
83251            ! pod/perldebguts.pod
83252 ____________________________________________________________________________
83253 [  7113] By: jhi                                   on 2000/10/02  23:46:43
83254         Log: SOCK_DGRAM and listen() do not mix as reported in
83255              
83256              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
83257              From: Petter Reinholdtsen <pere@hungry.com>
83258              Date: Sun, 1 Oct 2000 10:57:20 +0800
83259              Message-Id: <200010010257.KAA05735@localhost.localdomain>
83260              
83261              The patch for 5.7.0+ had to be reengineered, though.
83262      Branch: perl
83263            ! ext/IO/lib/IO/Socket/UNIX.pm
83264 ____________________________________________________________________________
83265 [  7112] By: jhi                                   on 2000/10/02  23:36:57
83266         Log: Subject: Re: [PATCH 5.005_64 missed]
83267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83268              Date: Sun, 1 Oct 2000 18:50:10 -0400
83269              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
83270      Branch: perl
83271            ! pod/perlxs.pod
83272 ____________________________________________________________________________
83273 [  7111] By: jhi                                   on 2000/10/02  23:35:40
83274         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
83275              From: Radu Greab <radu@netsoft.ro>
83276              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
83277              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
83278      Branch: perl
83279            ! op.c opcode.pl t/op/substr.t
83280 ____________________________________________________________________________
83281 [  7110] By: jhi                                   on 2000/10/02  23:32:38
83282         Log: Subject: [PATCH] Fix aliasing of tied filehandles
83283              From: Daniel Chetlin <daniel@chetlin.com>
83284              Date: Mon, 2 Oct 2000 14:53:27 -0700
83285              Message-ID: <20001002145327.C1617@ilmd>
83286      Branch: perl
83287            ! perl.h pp_hot.c t/op/tiehandle.t
83288 ____________________________________________________________________________
83289 [  7109] By: jhi                                   on 2000/10/02  23:31:30
83290         Log: s/Robin Parker/Robin Barker/
83291      Branch: perl
83292            ! Changes5.6
83293 ____________________________________________________________________________
83294 [  7108] By: jhi                                   on 2000/10/02  23:15:46
83295         Log: Retract #7091 as suggested in
83296              
83297              From: Robin Barker <rmb1@cise.npl.co.uk> 
83298              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
83299              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
83300              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
83301      Branch: perl
83302            ! embed.pl proto.h
83303 ____________________________________________________________________________
83304 [  7107] By: nick                                  on 2000/10/02  18:23:14
83305         Log: A few tweaks to get Tk803 to work with Encode scheme.
83306      Branch: perl
83307            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
83308 ____________________________________________________________________________
83309 [  7106] By: nick                                  on 2000/10/01  21:34:14
83310         Log: Add checking cases to Encode's toUnicode and fromUnicode.
83311      Branch: perl
83312            ! ext/Encode/Encode.pm
83313 ____________________________________________________________________________
83314 [  7105] By: nick                                  on 2000/10/01  17:18:01
83315         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
83316              To read and use them.
83317              Add a lib/encode.t which checks a few things.
83318      Branch: perl
83319            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
83320            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
83321            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
83322            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
83323            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
83324            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
83325            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
83326            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
83327            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
83328            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
83329            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
83330            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
83331            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
83332            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
83333            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
83334            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
83335            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
83336            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
83337            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
83338            + ext/Encode/Encode/iso2022-jp.enc
83339            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
83340            + ext/Encode/Encode/iso8859-1.enc
83341            + ext/Encode/Encode/iso8859-2.enc
83342            + ext/Encode/Encode/iso8859-3.enc
83343            + ext/Encode/Encode/iso8859-4.enc
83344            + ext/Encode/Encode/iso8859-5.enc
83345            + ext/Encode/Encode/iso8859-6.enc
83346            + ext/Encode/Encode/iso8859-7.enc
83347            + ext/Encode/Encode/iso8859-8.enc
83348            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
83349            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
83350            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
83351            + ext/Encode/Encode/macCentEuro.enc
83352            + ext/Encode/Encode/macCroatian.enc
83353            + ext/Encode/Encode/macCyrillic.enc
83354            + ext/Encode/Encode/macDingbats.enc
83355            + ext/Encode/Encode/macGreek.enc
83356            + ext/Encode/Encode/macIceland.enc
83357            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
83358            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
83359            + ext/Encode/Encode/macTurkish.enc
83360            + ext/Encode/Encode/macUkraine.enc
83361            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
83362            + t/lib/encode.t
83363            ! MANIFEST ext/Encode/Encode.pm
83364 ____________________________________________________________________________
83365 [  7104] By: nick                                  on 2000/09/30  13:04:30
83366         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
83367              From: Daniel Chetlin <daniel@chetlin.com>
83368              Date: Mon, 18 Sep 2000 05:05:40 -0700
83369              Message-Id: <20000918050540.C652@ilmd>
83370      Branch: perl
83371            ! lib/overload.pm sv.c t/pragma/overload.t
83372 ____________________________________________________________________________
83373 [  7103] By: nick                                  on 2000/09/30  12:53:36
83374         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
83375              From: Johan Vromans <jvromans@squirrel.nl>
83376              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
83377              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
83378      Branch: perl
83379            ! pod/Makefile.SH
83380 ____________________________________________________________________________
83381 [  7102] By: nick                                  on 2000/09/30  12:52:31
83382         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
83383              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83384              Date: Sat, 16 Sep 2000 16:36:45 -0400
83385              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
83386      Branch: perl
83387            ! ext/B/B/Deparse.pm
83388 ____________________________________________________________________________
83389 [  7101] By: nick                                  on 2000/09/30  12:51:41
83390         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
83391              From: Craig A. Berry <craig.berry@psinetcs.com>
83392              Date: Sat, 16 Sep 2000 10:11:10 -0500
83393              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
83394      Branch: perl
83395            ! vms/vms.c
83396 ____________________________________________________________________________
83397 [  7100] By: nick                                  on 2000/09/30  12:50:33
83398         Log: Subject: Re: unicode support and perl [ID 20000901.097]
83399              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83400              Date: Fri, 15 Sep 2000 16:37:58 -0400
83401              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
83402      Branch: perl
83403            ! t/op/append.t
83404 ____________________________________________________________________________
83405 [  7099] By: nick                                  on 2000/09/30  12:49:35
83406         Log: Subject: Re: unicode support and perl [ID 20000901.097]
83407              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83408              Date: Fri, 15 Sep 2000 16:25:30 -0400
83409              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
83410      Branch: perl
83411            ! pp_hot.c
83412 ____________________________________________________________________________
83413 [  7098] By: nick                                  on 2000/09/30  12:48:00
83414         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
83415              From: Gisle Aas <gisle@ActiveState.com>
83416              Date: 15 Sep 2000 16:23:41 +0200
83417              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
83418      Branch: perl
83419            ! toke.c
83420 ____________________________________________________________________________
83421 [  7097] By: nick                                  on 2000/09/30  12:45:16
83422         Log: Subject: [PATCH] Nits in perlmod.pod
83423              From: Daniel Chetlin <daniel@chetlin.com>
83424              Date: Fri, 15 Sep 2000 02:04:09 -0700
83425              Message-Id: <20000915020409.A2104@ilmd>
83426      Branch: perl
83427            ! pod/perlmod.pod
83428 ____________________________________________________________________________
83429 [  7096] By: nick                                  on 2000/09/30  12:18:00
83430         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
83431              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
83432              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
83433              0 to checking to get the warning.
83434      Branch: perl
83435            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
83436            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
83437            ! regexec.c sv.c toke.c utf8.c
83438 ____________________________________________________________________________
83439 [  7095] By: nick                                  on 2000/09/15  16:55:59
83440         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
83441              
83442              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
83443              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83444              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
83445              Date: Fri, 15 Sep 2000 06:37:30 -0400
83446      Branch: perl
83447            ! ext/Encode/Encode.xs sv.c
83448 ____________________________________________________________________________
83449 [  7094] By: jhi                                   on 2000/09/15  03:23:32
83450         Log: Update Changes.
83451      Branch: perl
83452            ! Changes patchlevel.h
83453 ____________________________________________________________________________
83454 [  7093] By: jhi                                   on 2000/09/15  03:11:44
83455         Log: Fix for the charnames.t failures from Spider Boardman.
83456      Branch: perl
83457            ! toke.c
83458 ____________________________________________________________________________
83459 [  7092] By: jhi                                   on 2000/09/15  00:15:48
83460         Log: Botched the #7090 check-in.
83461      Branch: perl
83462            ! sv.c
83463 ____________________________________________________________________________
83464 [  7091] By: jhi                                   on 2000/09/14  23:33:24
83465         Log: Part of #7081 didn't come through.
83466      Branch: perl
83467            ! embed.pl proto.h
83468 ____________________________________________________________________________
83469 [  7090] By: jhi                                   on 2000/09/14  23:17:39
83470         Log: Subject: Re: perl@7078 
83471              From: Spider Boardman <spider@web.zk3.dec.com>
83472              Date: Thu, 14 Sep 2000 19:06:36 -0400
83473              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
83474      Branch: perl
83475            ! sv.c toke.c
83476 ____________________________________________________________________________
83477 [  7089] By: jhi                                   on 2000/09/14  23:11:21
83478         Log: Small portability tweaks.
83479      Branch: perl
83480            ! ext/Encode/Encode.xs
83481 ____________________________________________________________________________
83482 [  7088] By: jhi                                   on 2000/09/14  22:57:23
83483         Log: Fake return to pacify picky compilers.
83484      Branch: perl
83485            ! ext/Encode/Encode.xs
83486 ____________________________________________________________________________
83487 [  7087] By: jhi                                   on 2000/09/14  22:53:37
83488         Log: Subject: [PATCH] utf8.c apidoc
83489              From: Simon Cozens <simon@cozens.net>
83490              Date: Thu, 14 Sep 2000 23:46:57 +0100
83491              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
83492      Branch: perl
83493            ! perlapi.c pod/perlapi.pod utf8.c
83494 ____________________________________________________________________________
83495 [  7086] By: jhi                                   on 2000/09/14  22:40:38
83496         Log: We don't need to count the high bit bytes, a boolean is enough. 
83497      Branch: perl
83498            ! sv.c
83499 ____________________________________________________________________________
83500 [  7085] By: jhi                                   on 2000/09/14  21:20:09
83501         Log: Replace #7084 with
83502              
83503              Subject: Re: perl@7078 
83504              From: Spider Boardman <spider@web.zk3.dec.com>
83505              Date: Thu, 14 Sep 2000 17:09:36 -0400
83506              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
83507      Branch: perl
83508            ! sv.c utf8.c
83509 ____________________________________________________________________________
83510 [  7084] By: jhi                                   on 2000/09/14  20:03:34
83511         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
83512              convertible to bytes by checking it doesn't go above 0xc3
83513              
83514              Subject: Re: perl@7078
83515              From: Simon Cozens <simon@cozens.net>
83516              Date: Thu, 14 Sep 2000 20:59:19 +0100
83517              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
83518      Branch: perl
83519            ! utf8.c
83520 ____________________________________________________________________________
83521 [  7083] By: jhi                                   on 2000/09/14  19:38:47
83522         Log: Subject: Re: perl@7078
83523              From: Simon Cozens <simon@cozens.net>
83524              Date: Thu, 14 Sep 2000 20:13:09 +0100
83525              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
83526      Branch: perl
83527            ! t/op/bop.t
83528 ____________________________________________________________________________
83529 [  7082] By: jhi                                   on 2000/09/14  17:50:44
83530         Log: The one that got away.
83531      Branch: perl
83532            ! lib/File/Find.pm
83533 ____________________________________________________________________________
83534 [  7081] By: jhi                                   on 2000/09/14  17:45:35
83535         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
83536              From: Robin Barker <rmb1@cise.npl.co.uk>
83537              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
83538              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
83539      Branch: perl
83540            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
83541            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
83542            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
83543            ! regcomp.c toke.c universal.c
83544 ____________________________________________________________________________
83545 [  7080] By: jhi                                   on 2000/09/14  17:40:35
83546         Log: Problems picked up by AIX cc.
83547              
83548              Subject: Re: perl@7078 (patch included)
83549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83550              Date: Thu, 14 Sep 2000 18:53:30 +0200
83551              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
83552      Branch: perl
83553            ! ext/Encode/Encode.xs
83554 ____________________________________________________________________________
83555 [  7079] By: jhi                                   on 2000/09/14  17:38:27
83556         Log: Subject: File::Find 5.7.0 POD nits
83557              From: Rich Morin <rdm@cfcl.com>
83558              Date: Wed, 13 Sep 2000 22:03:58 -0700
83559              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
83560      Branch: perl
83561            ! lib/File/Find.pm
83562 ____________________________________________________________________________
83563 [  7078] By: jhi                                   on 2000/09/14  14:58:20
83564         Log: Update Changes.
83565      Branch: perl
83566            ! Changes patchlevel.h
83567 ____________________________________________________________________________
83568 [  7077] By: jhi                                   on 2000/09/14  14:55:54
83569         Log: Compilation warnings and an error.
83570      Branch: perl
83571            ! sv.c
83572 ____________________________________________________________________________
83573 [  7076] By: jhi                                   on 2000/09/14  14:42:56
83574         Log: Fix for a parsing bug, not for the original bug.
83575              
83576              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
83577              From: Spider Boardman <spider@web.zk3.dec.com>
83578              Date: Wed, 13 Sep 2000 17:52:20 -0400
83579              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
83580      Branch: perl
83581            ! regcomp.c
83582 ____________________________________________________________________________
83583 [  7075] By: jhi                                   on 2000/09/14  14:40:40
83584         Log: Batch of UTF-8 patches from Simon Cozens.
83585      Branch: perl
83586            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
83587            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
83588            ! toke.c utf8.c
83589 ____________________________________________________________________________
83590 [  7074] By: jhi                                   on 2000/09/14  14:29:58
83591         Log: Subject: Re: Two advertising clauses need to be removed
83592              From: Russ Allbery <rra@stanford.edu>
83593              Date: 13 Sep 2000 18:50:26 -0700
83594              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
83595      Branch: perl
83596            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
83597 ____________________________________________________________________________
83598 [  7073] By: jhi                                   on 2000/09/14  14:28:20
83599         Log: Subject: [PATCH] de-wall t/README
83600              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83601              Date: Wed, 13 Sep 2000 17:46:55 -0700
83602              Message-ID: <//Bw5gzkge/e092yn@efn.org>
83603      Branch: perl
83604            ! t/README
83605 ____________________________________________________________________________
83606 [  7072] By: jhi                                   on 2000/09/14  14:25:10
83607         Log: Hints optimization.
83608              
83609              Subject: Minor nit
83610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83611              Date: Wed, 13 Sep 2000 21:42:07 +0200
83612              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
83613      Branch: perl
83614            ! hints/hpux.sh
83615 ____________________________________________________________________________
83616 [  7071] By: jhi                                   on 2000/09/14  14:23:30
83617         Log: Allow chop() and chomp() to be overridden.
83618              
83619              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
83620              From: "Casey R. Tweten" <crt@kiski.net>
83621              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
83622              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
83623      Branch: perl
83624            ! toke.c
83625 ____________________________________________________________________________
83626 [  7070] By: jhi                                   on 2000/09/14  14:20:36
83627         Log: The return value of setlocale must be copied away.
83628              
83629              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
83630              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83631              Date: Wed, 13 Sep 2000 16:27:37 +0100 
83632              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
83633      Branch: perl
83634            ! util.c
83635 ____________________________________________________________________________
83636 [  7069] By: jhi                                   on 2000/09/14  14:16:27
83637         Log: Remove vestiges of tr//CU.
83638              
83639              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
83640              From: Nick Clark <nick@plum.flirble.org>
83641              Date: Tue, 12 Sep 2000 22:50:14 +0100
83642              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
83643              
83644              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
83645              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83646              Date: Tue, 12 Sep 2000 21:38:48 -0700
83647              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
83648      Branch: perl
83649            ! op.h pod/perlunicode.pod
83650 ____________________________________________________________________________
83651 [  7068] By: jhi                                   on 2000/09/13  14:18:39
83652         Log: Add the Encode extension.  The code is still largely just skeleton.
83653      Branch: perl
83654            + ext/Encode/Encode.pm ext/Encode/Encode.xs
83655            + ext/Encode/Makefile.PL ext/Encode/Todo
83656            ! MANIFEST Todo-5.6
83657 ____________________________________________________________________________
83658 [  7067] By: jhi                                   on 2000/09/12  17:43:33
83659         Log: Allow for whitespace between "#" and "line" in cpp output.
83660              
83661              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
83662              From: Calle Dybedahl <calle@lysator.liu.se>
83663              Date: 12 Sep 2000 19:38:02 +0200 
83664              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
83665      Branch: perl
83666            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
83667 ____________________________________________________________________________
83668 [  7066] By: gsar                                  on 2000/09/12  17:24:29
83669         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
83670              initialization in all the threads on Windows
83671      Branch: perl
83672            ! win32/win32.c
83673 ____________________________________________________________________________
83674 [  7065] By: jhi                                   on 2000/09/12  15:11:31
83675         Log: Update Changes.
83676      Branch: perl
83677            ! Changes patchlevel.h
83678 ____________________________________________________________________________
83679 [  7064] By: jhi                                   on 2000/09/12  14:54:54
83680         Log: Retract #7062, the pod tests are not ready.
83681      Branch: perl
83682            ! t/TEST t/harness
83683 ____________________________________________________________________________
83684 [  7063] By: jhi                                   on 2000/09/12  14:25:41
83685         Log: The #7054 truncated Configure badly.
83686      Branch: metaconfig/U/perl
83687            ! End.U
83688      Branch: perl
83689            ! Configure config_h.SH
83690 ____________________________________________________________________________
83691 [  7062] By: jhi                                   on 2000/09/12  14:08:32
83692         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
83693              From: sthoenna@efn.org
83694              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
83695              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
83696      Branch: perl
83697            ! t/TEST t/harness
83698 ____________________________________________________________________________
83699 [  7061] By: jhi                                   on 2000/09/12  14:07:18
83700         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
83701              From: sthoenna@efn.org
83702              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
83703              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
83704      Branch: perl
83705            ! pod/perlxs.pod
83706 ____________________________________________________________________________
83707 [  7060] By: jhi                                   on 2000/09/12  14:06:08
83708         Log: Break up the myconfig lines a bit.
83709              
83710              Subject: perlbug/perl -V output format
83711              From: sthoenna@efn.org
83712              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
83713              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
83714      Branch: perl
83715            ! myconfig.SH
83716 ____________________________________________________________________________
83717 [  7059] By: jhi                                   on 2000/09/12  14:05:04
83718         Log: Test for the #7049.
83719              
83720              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
83721              From: andreas.koenig@anima.de (Andreas J. Koenig)
83722              Date: 12 Sep 2000 06:42:01 +0200
83723              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
83724      Branch: perl
83725            ! t/op/my.t
83726 ____________________________________________________________________________
83727 [  7058] By: jhi                                   on 2000/09/12  14:03:05
83728         Log: Subject: [patch: perl@7045] vms updates
83729              From: Peter Prymmer <pvhp@forte.com>
83730              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
83731              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
83732      Branch: perl
83733            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
83734 ____________________________________________________________________________
83735 [  7057] By: jhi                                   on 2000/09/12  14:00:51
83736         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
83737              From: sthoenna@efn.org
83738              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
83739              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
83740      Branch: perl
83741            ! t/op/64bitint.t
83742 ____________________________________________________________________________
83743 [  7056] By: jhi                                   on 2000/09/12  13:58:14
83744         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
83745              From: Jeff Pinyan <jeffp@crusoe.net>
83746              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
83747              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
83748      Branch: perl
83749            ! pod/perlfunc.pod
83750 ____________________________________________________________________________
83751 [  7055] By: jhi                                   on 2000/09/12  13:56:32
83752         Log: Do in VMS as the #7054 does.
83753      Branch: perl
83754            ! configure.com
83755 ____________________________________________________________________________
83756 [  7054] By: jhi                                   on 2000/09/12  13:50:31
83757         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
83758              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83759              Date: Mon, 11 Sep 2000 08:33:09 +0100
83760              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
83761      Branch: metaconfig/U/perl
83762            ! End.U
83763      Branch: perl
83764            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
83765            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
83766 ____________________________________________________________________________
83767 [  7053] By: jhi                                   on 2000/09/12  13:29:19
83768         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
83769              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
83770              Date:     Tue, 12 Sep 2000 08:35:59 EDT
83771              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
83772      Branch: perl
83773            ! vms/test.com
83774 ____________________________________________________________________________
83775 [  7052] By: jhi                                   on 2000/09/11  23:01:50
83776         Log: Document the SvUTF8*().
83777      Branch: perl
83778            ! pod/perlapi.pod sv.h
83779 ____________________________________________________________________________
83780 [  7051] By: gsar                                  on 2000/09/11  14:46:30
83781         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
83782              (missed a spot when fixing up op_pmreplroot hack for ithreads)
83783      Branch: perl
83784            ! op.c t/op/split.t
83785 ____________________________________________________________________________
83786 [  7050] By: nick                                  on 2000/09/11  10:03:51
83787         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
83788              
83789              Subject: borland C++ win32.c tweak
83790              From: Vadim Konovalov <vkonovalov@lucent.com>
83791              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
83792              Date: Mon, 11 Sep 2000 11:22:33 +0400
83793      Branch: perl
83794            ! win32/win32.c
83795 ____________________________________________________________________________
83796 [  7049] By: nick                                  on 2000/09/11  09:57:33
83797         Log: Point fix for s/// on foreach (keys %xxx).
83798      Branch: perl
83799            ! pp_hot.c
83800 ____________________________________________________________________________
83801 [  7048] By: jhi                                   on 2000/09/10  23:37:09
83802         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
83803              by Pod::Text, from Brad Appleton.
83804      Branch: perl
83805            ! t/pod/testp2pt.pl
83806 ____________________________________________________________________________
83807 [  7047] By: jhi                                   on 2000/09/10  14:32:53
83808         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
83809              by Russ Allbery.
83810      Branch: perl
83811            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
83812 ____________________________________________________________________________
83813 [  7046] By: jhi                                   on 2000/09/10  14:15:08
83814         Log: Upgrade to CPAN 1.57_65, from Andreas König.
83815      Branch: perl
83816            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83817 ____________________________________________________________________________
83818 [  7045] By: jhi                                   on 2000/09/08  21:36:32
83819         Log: Update Changes.
83820      Branch: perl
83821            ! Changes patchlevel.h
83822 ____________________________________________________________________________
83823 [  7044] By: jhi                                   on 2000/09/08  21:29:56
83824         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
83825              From: Peter Prymmer <pvhp@forte.com>
83826              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
83827              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
83828      Branch: perl
83829            ! configure.com
83830 ____________________________________________________________________________
83831 [  7043] By: jhi                                   on 2000/09/08  21:27:50
83832         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
83833              From: Peter Prymmer <pvhp@forte.com>
83834              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
83835              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
83836      Branch: perl
83837            ! Makefile.SH installperl
83838 ____________________________________________________________________________
83839 [  7042] By: jhi                                   on 2000/09/08  21:23:21
83840         Log: Continue #7041.
83841      Branch: perl
83842            ! cygwin/Makefile.SHs os2/Makefile.SHs
83843 ____________________________________________________________________________
83844 [  7041] By: jhi                                   on 2000/09/08  21:18:10
83845         Log: Do away with memory models cruft.  Sorry, PDP users.
83846      Branch: metaconfig
83847            ! U/modified/cc.U U/modified/libpth.U
83848      Branch: perl
83849            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
83850            ! Porting/config_H cflags.SH config_h.SH configure.com
83851            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
83852            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
83853            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
83854 ____________________________________________________________________________
83855 [  7040] By: jhi                                   on 2000/09/08  14:34:18
83856         Log: Major rewrite of s2p.  And I mean really major, it is
83857              an implementation of sed in perl.  If called as s2p it
83858              will function as s2p.  Note: needs non-UNIXifying.
83859              
83860              Subject: s2p
83861              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
83862              Date: Mon, 28 Aug 2000 14:05:12 +0200
83863              Message-ID: <39AA5578.2102E2AA@alcatel.at>
83864      Branch: perl
83865            ! x2p/s2p.PL
83866 ____________________________________________________________________________
83867 [  7039] By: jhi                                   on 2000/09/08  14:19:49
83868         Log: Re-allow vec() for characters > 255.
83869              
83870              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
83871              From: Spider Boardman <spider@web.zk3.dec.com>
83872              Date: Fri, 08 Sep 2000 02:21:02 -0400
83873              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
83874      Branch: perl
83875            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
83876            ! t/op/vec.t
83877 ____________________________________________________________________________
83878 [  7038] By: jhi                                   on 2000/09/08  14:14:18
83879         Log: Subject: [PATCH lib/Benchmark.pm]
83880              From: <abigail@foad.org>
83881              Date: Thu, 7 Sep 2000 15:03:20 -0400
83882              Message-ID: <20000907190320.888.qmail@foad.org>
83883      Branch: perl
83884            ! lib/Benchmark.pm
83885 ____________________________________________________________________________
83886 [  7037] By: jhi                                   on 2000/09/08  14:11:06
83887         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
83888              
83889              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
83890              From: Spider Boardman <spider@web.zk3.dec.com>
83891              Date: Fri, 08 Sep 2000 01:30:27 -0400
83892              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
83893      Branch: perl
83894            ! op.c
83895 ____________________________________________________________________________
83896 [  7036] By: jhi                                   on 2000/09/08  14:08:58
83897         Log: Subject: [ID 20000908.002] perlipc documentation bug.
83898              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
83899              Date: Fri, 08 Sep 2000 12:38:32 +0200
83900              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
83901      Branch: perl
83902            ! pod/perlipc.pod
83903 ____________________________________________________________________________
83904 [  7035] By: jhi                                   on 2000/09/08  14:03:12
83905         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83907              Date: Fri, 08 Sep 2000 11:47:34 +0200
83908              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
83909      Branch: perl
83910            ! hints/dec_osf.sh
83911 ____________________________________________________________________________
83912 [  7034] By: jhi                                   on 2000/09/08  13:59:35
83913         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
83914              From: Simon Cozens <simon@cozens.net>
83915              Date: Thu, 7 Sep 2000 20:40:38 +0100
83916              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
83917      Branch: perl
83918            ! pp_hot.c
83919 ____________________________________________________________________________
83920 [  7033] By: jhi                                   on 2000/09/08  04:03:03
83921         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
83922              From: "Larry W. Virden" <lvirden@cas.org>
83923              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
83924              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
83925      Branch: perl
83926            ! pod/perldiag.pod
83927 ____________________________________________________________________________
83928 [  7032] By: jhi                                   on 2000/09/07  22:18:30
83929         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
83930              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
83931              Date: Mon, 04 Sep 2000 13:16:38 -0700
83932              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
83933      Branch: perl
83934            ! lib/perl5db.pl
83935 ____________________________________________________________________________
83936 [  7031] By: jhi                                   on 2000/09/07  22:02:29
83937         Log: Fix the ccversion detection for 5.1 and beyond.
83938              
83939              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83940              From: Spider Boardman <spider@leggy.zk3.dec.com>
83941              Date: Thu, 7 Sep 2000 17:54:27 -0400
83942              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
83943      Branch: perl
83944            ! hints/dec_osf.sh
83945 ____________________________________________________________________________
83946 [  7030] By: jhi                                   on 2000/09/07  19:12:28
83947         Log: Fix for
83948              
83949              Subject: [ID 20000903.001] \w in utf8-strings
83950              From: Marc Lehmann <pcg@goof.com>
83951              Date: Sun, 03 Sep 2000 09:44:29 +0200
83952              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
83953              
83954              and various related nits.
83955      Branch: perl
83956            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
83957 ____________________________________________________________________________
83958 [  7029] By: jhi                                   on 2000/09/07  18:49:09
83959         Log: Fix the URL, but the server is still missing in action.
83960              
83961              Subject: [ID 20000905.002] perlfaq1.pod URL error
83962              From: "Larry W. Virden" <lvirden@cas.org>
83963              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
83964              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
83965      Branch: perl
83966            ! pod/perlfaq1.pod
83967 ____________________________________________________________________________
83968 [  7028] By: jhi                                   on 2000/09/07  18:47:13
83969         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
83970              From: Hugo <hv@crypt.compulink.co.uk>
83971              Date: Tue, 05 Sep 2000 14:13:37 +0100
83972              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
83973      Branch: perl
83974            ! toke.c
83975 ____________________________________________________________________________
83976 [  7027] By: jhi                                   on 2000/09/07  18:45:35
83977         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
83978              From: Daniel Chetlin <daniel@chetlin.com>
83979              Date: Tue, 5 Sep 2000 04:57:07 -0700
83980              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
83981      Branch: perl
83982            ! pod/perlfaq6.pod pod/perlop.pod
83983 ____________________________________________________________________________
83984 [  7026] By: jhi                                   on 2000/09/07  18:44:01
83985         Log: Document the new ref() semantics.
83986              
83987              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83988              From: Gisle Aas <gisle@ActiveState.com>
83989              Date: 05 Sep 2000 08:10:30 +0200
83990              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
83991      Branch: perl
83992            ! pod/perldelta.pod
83993 ____________________________________________________________________________
83994 [  7025] By: jhi                                   on 2000/09/07  18:42:27
83995         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
83996              
83997              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83998              From: Gisle Aas <gisle@ActiveState.com>
83999              Date: 05 Sep 2000 08:11:40 +0200
84000              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
84001      Branch: perl
84002            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
84003 ____________________________________________________________________________
84004 [  7024] By: jhi                                   on 2000/09/07  18:39:32
84005         Log: Subject: [PATCH] Modernize Opcode.pm documentation
84006              From: Gisle Aas <gisle@ActiveState.com>
84007              Date: 4 Sep 2000 00:18:55 -0000
84008              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
84009      Branch: perl
84010            ! ext/Opcode/Opcode.pm
84011 ____________________________________________________________________________
84012 [  7023] By: jhi                                   on 2000/09/07  18:37:42
84013         Log: Subject: [PATCH] Tied filehandle documentation
84014              From: Gisle Aas <gisle@ActiveState.com>
84015              Date: 4 Sep 2000 00:14:40 -0000
84016              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
84017      Branch: perl
84018            ! pod/perlfunc.pod pod/perltie.pod
84019 ____________________________________________________________________________
84020 [  7022] By: jhi                                   on 2000/09/07  18:35:37
84021         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
84022              From: Gisle Aas <gisle@ActiveState.com>
84023              Date: 4 Sep 2000 00:04:22 -0000
84024              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
84025      Branch: perl
84026            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
84027 ____________________________________________________________________________
84028 [  7021] By: jhi                                   on 2000/09/07  18:33:22
84029         Log: Subject: small apidoc fix
84030              From: Marc Lehmann <pcg@goof.com>
84031              Date: Sun, 3 Sep 2000 05:12:06 +0200
84032              Message-ID: <20000903051206.A5909@cerebro.laendle>
84033      Branch: perl
84034            ! pod/perlapi.pod utf8.c
84035 ____________________________________________________________________________
84036 [  7020] By: jhi                                   on 2000/09/07  16:14:57
84037         Log: Tiny perldelta nits.
84038      Branch: perl
84039            ! pod/perldelta.pod
84040 ____________________________________________________________________________
84041 [  7019] By: jhi                                   on 2000/09/07  16:04:20
84042         Log: Guard against bad string->int conversion for quads.
84043      Branch: perl
84044            ! t/op/64bitint.t
84045 ____________________________________________________________________________
84046 [  7018] By: jhi                                   on 2000/09/06  17:07:03
84047         Log: Update Unicode todo list.
84048      Branch: perl
84049            ! Todo-5.6
84050 ____________________________________________________________________________
84051 [  7017] By: jhi                                   on 2000/09/05  21:16:01
84052         Log: Document the SvIOK_.*UV().
84053      Branch: perl
84054            ! pod/perlapi.pod sv.h
84055 ____________________________________________________________________________
84056 [  7016] By: nick                                  on 2000/09/03  21:54:46
84057         Log: Hash lookup of constant strings optimization:
84058              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
84059              to string table (as per sharepvn). Add newSV_pvn_share to create such
84060              a thing. Make hv.c compare addresses of strings and skip string compare
84061              if equal. Make method_named and helem ops use these shared-string SVs
84062              when arg is constant. Make keys op return shared-string SVs (less clearly
84063              a win).
84064      Branch: perl
84065            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
84066            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
84067            ! pod/perlintern.pod pp_hot.c proto.h sv.c
84068 ____________________________________________________________________________
84069 [  7015] By: jhi                                   on 2000/09/02  17:48:59
84070         Log: This is 5.7.0.
84071      Branch: perl
84072            ! Changes
84073 ____________________________________________________________________________
84074 [  7014] By: jhi                                   on 2000/09/02  17:35:45
84075         Log: Changes and patchlevel tweaks.
84076      Branch: perl
84077            ! Changes patchlevel.h
84078 ____________________________________________________________________________
84079 [  7013] By: jhi                                   on 2000/09/02  17:30:50
84080         Log: Update Changes.
84081      Branch: perl
84082            ! Changes patchlevel.h
84083 ____________________________________________________________________________
84084 [  7012] By: nick                                  on 2000/09/02  17:25:20
84085         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
84086      Branch: perl
84087            ! gv.c lib/overload.pm
84088 ____________________________________________________________________________
84089 [  7011] By: jhi                                   on 2000/09/02  17:16:25
84090         Log: Update perlhist.
84091      Branch: perl
84092            ! pod/perlhist.pod
84093 ____________________________________________________________________________
84094 [  7010] By: jhi                                   on 2000/09/02  17:01:35
84095         Log: perldelta nits.
84096      Branch: perl
84097            ! pod/perldelta.pod
84098 ____________________________________________________________________________
84099 [  7009] By: nick                                  on 2000/09/02  16:48:35
84100         Log: If overloaded %{} etc. return the object do not loop.
84101              Thus  sub deref { $_[0] } functions if object is wanted type.
84102      Branch: perl
84103            ! pp.h
84104 ____________________________________________________________________________
84105 [  7008] By: jhi                                   on 2000/09/02  16:26:11
84106         Log: Retab MANIFEST.
84107      Branch: perl
84108            ! ext/Storable/MANIFEST
84109 ____________________________________________________________________________
84110 [  7007] By: jhi                                   on 2000/09/02  16:23:02
84111         Log: Make certain cc is set before trying to run it.
84112      Branch: perl
84113            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
84114 ____________________________________________________________________________
84115 [  7006] By: jhi                                   on 2000/09/02  15:45:41
84116         Log: Unicode notes.
84117      Branch: perl
84118            ! pod/perldelta.pod
84119 ____________________________________________________________________________
84120 [  7005] By: jhi                                   on 2000/09/02  15:42:11
84121         Log: Various Configure nits by Philip Newton,
84122              plus the ebcdic one by me.
84123      Branch: metaconfig
84124            + U/modified/pager.U
84125            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
84126      Branch: metaconfig/U/perl
84127            ! Devel.U quadfio.U
84128      Branch: perl
84129            ! Configure config_h.SH
84130 ____________________________________________________________________________
84131 [  7004] By: jhi                                   on 2000/09/02  15:06:14
84132         Log: Apparently avoiding the swapping is too costly.
84133              
84134              From: "Ben Tilly" <ben_tilly@hotmail.com>
84135              Subject: Re: the door is closed.
84136              Date: Fri, 01 Sep 2000 20:23:16 EDT
84137              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
84138      Branch: perl
84139            ! pod/perlfaq4.pod
84140 ____________________________________________________________________________
84141 [  7003] By: nick                                  on 2000/09/02  12:26:04
84142         Log: Undo part of change 6489 which looks like a bulk edit which
84143              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
84144              The supressing of main:: on return from select() is undesirable.
84145      Branch: perl
84146            ! pp_sys.c
84147 ____________________________________________________________________________
84148 [  7002] By: jhi                                   on 2000/09/01  23:08:54
84149         Log: Update Changes.
84150      Branch: perl
84151            ! Changes patchlevel.h
84152 ____________________________________________________________________________
84153 [  7001] By: jhi                                   on 2000/09/01  23:00:13
84154         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
84155              From: Peter Prymmer <pvhp@forte.com>
84156              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
84157              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
84158              
84159              plus rework the http: spots as suggested by Tom Christiansen,
84160              plus regen perltoc.
84161      Branch: perl
84162            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
84163            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
84164 ____________________________________________________________________________
84165 [  7000] By: jhi                                   on 2000/09/01  22:36:01
84166         Log: Only the first line, thank you very much.
84167      Branch: perl
84168            ! hints/solaris_2.sh
84169 ____________________________________________________________________________
84170 [  6999] By: gsar                                  on 2000/09/01  22:16:40
84171         Log: change#6791 accidentally clobbered change#6710, put it back
84172      Branch: perl
84173            ! win32/win32.c
84174 ____________________________________________________________________________
84175 [  6998] By: jhi                                   on 2000/09/01  22:14:16
84176         Log: Mention the HP-UX LP64 freak failure.
84177      Branch: perl
84178            ! pod/perldelta.pod
84179 ____________________________________________________________________________
84180 [  6997] By: jhi                                   on 2000/09/01  21:48:32
84181         Log: Detypo.
84182      Branch: perl
84183            ! hints/hpux.sh
84184 ____________________________________________________________________________
84185 [  6996] By: jhi                                   on 2000/09/01  21:27:10
84186         Log: Update Changes.
84187      Branch: perl
84188            ! Changes patchlevel.h
84189 ____________________________________________________________________________
84190 [  6995] By: jhi                                   on 2000/09/01  21:14:24
84191         Log: Mi splgn s gnin.g
84192      Branch: perl
84193            ! pp_ctl.c
84194 ____________________________________________________________________________
84195 [  6994] By: jhi                                   on 2000/09/01  21:09:54
84196         Log: Subject: http:// in L<>
84197              From: Nicholas Clark <nick@ccl4.org>
84198              Date: Fri, 1 Sep 2000 22:03:21 +0100
84199              Message-ID: <20000901220321.B72074@plum.flirble.org>
84200      Branch: perl
84201            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
84202 ____________________________________________________________________________
84203 [  6993] By: jhi                                   on 2000/09/01  21:06:54
84204         Log: Update to Storable 1.0, from Raphael Manfredi.
84205      Branch: perl
84206            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
84207            ! ext/Storable/Makefile.PL ext/Storable/README
84208            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
84209            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
84210            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
84211            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
84212            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
84213            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
84214 ____________________________________________________________________________
84215 [  6992] By: jhi                                   on 2000/09/01  20:43:05
84216         Log: Mention known sfio+linux buglet.
84217      Branch: perl
84218            ! pod/perldelta.pod
84219 ____________________________________________________________________________
84220 [  6991] By: jhi                                   on 2000/09/01  20:40:11
84221         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
84222              From: Peter Prymmer <pvhp@forte.com>
84223              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
84224              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
84225      Branch: perl
84226            ! vms/vms.c
84227 ____________________________________________________________________________
84228 [  6990] By: jhi                                   on 2000/09/01  20:25:26
84229         Log: Retract #6986.
84230      Branch: perl
84231            ! hints/solaris_2.sh
84232 ____________________________________________________________________________
84233 [  6989] By: jhi                                   on 2000/09/01  20:23:00
84234         Log: Mergesort is back.
84235      Branch: perl
84236            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
84237 ____________________________________________________________________________
84238 [  6988] By: jhi                                   on 2000/09/01  19:37:40
84239         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
84240              From: Mike Guy <mjtg@cam.ac.uk>
84241              Date: Fri, 01 Sep 2000 17:43:33 +0100
84242              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
84243      Branch: perl
84244            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
84245            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
84246 ____________________________________________________________________________
84247 [  6987] By: jhi                                   on 2000/09/01  19:17:10
84248         Log: Regen perltoc.
84249      Branch: perl
84250            ! pod/perltoc.pod
84251 ____________________________________________________________________________
84252 [  6986] By: jhi                                   on 2000/09/01  18:51:10
84253         Log: Subject: Re: Solaris x86 has no SPARC libraries!
84254              From: Lupe Christoph <lupe@lupe-christoph.de>
84255              Date: Fri, 1 Sep 2000 20:41:20 +0200
84256              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
84257      Branch: perl
84258            ! hints/solaris_2.sh
84259 ____________________________________________________________________________
84260 [  6985] By: jhi                                   on 2000/09/01  18:28:10
84261         Log: Update Changes.
84262      Branch: perl
84263            ! Changes patchlevel.h
84264 ____________________________________________________________________________
84265 [  6984] By: jhi                                   on 2000/09/01  18:26:53
84266         Log: Feature ordering tweak.
84267      Branch: perl
84268            ! myconfig.SH
84269 ____________________________________________________________________________
84270 [  6983] By: jhi                                   on 2000/09/01  18:19:50
84271         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
84272              From: <abigail@foad.org>
84273              Date: Fri, 1 Sep 2000 13:07:32 -0400
84274              Message-ID: <20000901170732.18249.qmail@foad.org>
84275      Branch: perl
84276            ! t/pragma/overload.t
84277 ____________________________________________________________________________
84278 [  6982] By: jhi                                   on 2000/09/01  18:17:54
84279         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
84280              so that case-ignoring systems like DCL can tell them from
84281              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
84282      Branch: metaconfig/U/perl
84283            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
84284      Branch: perl
84285            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84286            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
84287            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
84288            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
84289            ! vos/config.def vos/config.h vos/config_h.SH_orig
84290            ! win32/config.bc win32/config.gc win32/config.vc
84291 ____________________________________________________________________________
84292 [  6981] By: nick                                  on 2000/09/01  17:21:57
84293         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
84294              warning when UNTIE exists and instead pass the count of extra references to
84295              the UNTIE method.
84296      Branch: perl
84297            ! pod/perltie.pod pp_sys.c
84298 ____________________________________________________________________________
84299 [  6980] By: jhi                                   on 2000/09/01  16:54:44
84300         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
84301              From: Peter Prymmer <pvhp@forte.com>
84302              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
84303              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
84304      Branch: perl
84305            ! configure.com
84306 ____________________________________________________________________________
84307 [  6979] By: jhi                                   on 2000/09/01  16:06:20
84308         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
84309              From: Mike Guy <mjtg@cam.ac.uk> 
84310              Date: Fri, 01 Sep 2000 16:49:27 +0100
84311              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
84312      Branch: perl
84313            ! t/base/rs.t
84314 ____________________________________________________________________________
84315 [  6978] By: jhi                                   on 2000/09/01  16:00:42
84316         Log: Update to PodParser 1.18, from Brad Appleton.
84317      Branch: perl
84318            ! lib/Pod/Checker.pm t/pod/find.t
84319 ____________________________________________________________________________
84320 [  6977] By: jhi                                   on 2000/09/01  14:48:58
84321         Log: Subject: Nit in Configure (bleadperl@6961)
84322              From: Lupe Christoph <lupe@lupe-christoph.de>
84323              Date: Fri, 1 Sep 2000 16:34:29 +0200
84324              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
84325      Branch: metaconfig
84326            ! U/compline/ccflags.U
84327      Branch: perl
84328            ! Configure config_h.SH
84329 ____________________________________________________________________________
84330 [  6976] By: jhi                                   on 2000/09/01  14:39:52
84331         Log: Update Changes.
84332      Branch: perl
84333            ! Changes patchlevel.h
84334 ____________________________________________________________________________
84335 [  6975] By: jhi                                   on 2000/09/01  14:37:36
84336         Log: microperl config update.
84337      Branch: perl
84338            ! uconfig.h uconfig.sh
84339 ____________________________________________________________________________
84340 [  6974] By: jhi                                   on 2000/09/01  14:36:53
84341         Log: Document known deficiencies.
84342      Branch: perl
84343            ! pod/perldelta.pod
84344 ____________________________________________________________________________
84345 [  6973] By: jhi                                   on 2000/09/01  14:10:20
84346         Log: Mention warnings fixes and updates.
84347      Branch: perl
84348            ! pod/perldelta.pod
84349 ____________________________________________________________________________
84350 [  6972] By: jhi                                   on 2000/09/01  14:01:52
84351         Log: Drop unused argument.
84352              
84353              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
84354              From: Spider Boardman <spider@web.zk3.dec.com>
84355              Date: Thu, 31 Aug 2000 16:10:15 -0400
84356              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
84357      Branch: perl
84358            ! toke.c
84359 ____________________________________________________________________________
84360 [  6971] By: jhi                                   on 2000/09/01  13:59:24
84361         Log: Add the overload warnings to perldiag.
84362      Branch: perl
84363            ! lib/overload.pm pod/perldiag.pod
84364 ____________________________________________________________________________
84365 [  6970] By: jhi                                   on 2000/09/01  13:55:10
84366         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
84367              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
84368              Date: Fri, 1 Sep 2000 13:43:15 +0100 
84369              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
84370      Branch: perl
84371            ! lib/overload.pm t/pragma/overload.t
84372 ____________________________________________________________________________
84373 [  6969] By: jhi                                   on 2000/09/01  13:52:27
84374         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
84375              From: <abigail@foad.org>
84376              Date: Fri, 1 Sep 2000 05:46:54 -0400
84377              Message-ID: <20000901094654.6476.qmail@foad.org>
84378      Branch: perl
84379            ! lib/overload.pm
84380 ____________________________________________________________________________
84381 [  6968] By: jhi                                   on 2000/09/01  13:50:05
84382         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
84383              From: Daniel Chetlin <daniel@chetlin.com>
84384              Date: Fri, 1 Sep 2000 02:10:55 -0700
84385              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
84386      Branch: perl
84387            ! pod/perlretut.pod
84388 ____________________________________________________________________________
84389 [  6967] By: jhi                                   on 2000/09/01  13:47:54
84390         Log: Part of the solution.
84391              
84392              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
84393              From: Mike Guy <mjtg@cam.ac.uk>
84394              Date: Fri, 01 Sep 2000 14:16:01 +0100
84395              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
84396      Branch: perl
84397            ! gv.c mg.c
84398 ____________________________________________________________________________
84399 [  6966] By: jhi                                   on 2000/09/01  13:46:17
84400         Log: Subject: CPAN.pm beta 1.57_57 for the core
84401              From: andreas.koenig@anima.de (Andreas J. Koenig)
84402              Date: 01 Sep 2000 15:16:31 +0200
84403              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
84404      Branch: perl
84405            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
84406 ____________________________________________________________________________
84407 [  6965] By: jhi                                   on 2000/09/01  13:43:18
84408         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
84409              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84410              Date: Fri, 01 Sep 2000 01:47:22 -0500
84411              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
84412      Branch: perl
84413            ! pod/perldelta.pod vms/vms.c
84414 ____________________________________________________________________________
84415 [  6964] By: jhi                                   on 2000/09/01  13:35:35
84416         Log: File::Temp patches from Andreas König,
84417              
84418              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
84419              From: andreas.koenig@anima.de (Andreas J. Koenig)
84420              Date: 01 Sep 2000 10:07:20 +0200
84421              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
84422              
84423              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
84424              From: andreas.koenig@anima.de (Andreas J. Koenig)
84425              Date: 31 Aug 2000 23:26:08 +0200
84426              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
84427      Branch: perl
84428            ! lib/File/Temp.pm t/lib/ftmp-security.t
84429 ____________________________________________________________________________
84430 [  6963] By: jhi                                   on 2000/09/01  02:22:24
84431         Log: Retract the mergesort code, way too incompatible licensing
84432              and copyrights.
84433      Branch: perl
84434            ! pod/perldelta.pod pp_ctl.c
84435 ____________________________________________________________________________
84436 [  6962] By: jhi                                   on 2000/08/31  23:27:32
84437         Log: Update Changes.
84438      Branch: perl
84439            ! Changes patchlevel.h
84440 ____________________________________________________________________________
84441 [  6961] By: jhi                                   on 2000/08/31  23:20:04
84442         Log: Small tweaks all over.
84443      Branch: metaconfig
84444            ! U/compline/d_gconvert.U
84445      Branch: perl
84446            ! AUTHORS Configure config_h.SH pp_ctl.c
84447 ____________________________________________________________________________
84448 [  6960] By: jhi                                   on 2000/08/31  22:39:36
84449         Log: Further rewording.
84450      Branch: perl
84451            ! pp_ctl.c
84452 ____________________________________________________________________________
84453 [  6959] By: jhi                                   on 2000/08/31  21:26:44
84454         Log: More address tweaking.
84455      Branch: perl
84456            ! AUTHORS Changes
84457 ____________________________________________________________________________
84458 [  6958] By: jhi                                   on 2000/08/31  20:47:25
84459         Log: AUTHORS tweaks, from Peter Prymmer.
84460              
84461              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
84462              From: Peter Prymmer <pvhp@forte.com>
84463              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
84464              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
84465      Branch: perl
84466            ! AUTHORS MAINTAIN
84467 ____________________________________________________________________________
84468 [  6957] By: jhi                                   on 2000/08/31  20:34:43
84469         Log: perldelta tweaks.
84470      Branch: perl
84471            ! pod/perldelta.pod
84472 ____________________________________________________________________________
84473 [  6956] By: jhi                                   on 2000/08/31  19:11:06
84474         Log: Regen perltoc.
84475      Branch: perl
84476            ! pod/perltoc.pod
84477 ____________________________________________________________________________
84478 [  6955] By: jhi                                   on 2000/08/31  19:06:30
84479         Log: Clarify the mergesort situation.
84480      Branch: perl
84481            ! pp_ctl.c
84482 ____________________________________________________________________________
84483 [  6954] By: jhi                                   on 2000/08/31  18:24:17
84484         Log: Move the Solaris 7 scan to use64bitall, make the
84485              failure to find 64-bot sparc libc to mention the
84486              possibility of being in an intel, from Lupe and Alan.
84487      Branch: perl
84488            ! hints/solaris_2.sh
84489 ____________________________________________________________________________
84490 [  6953] By: jhi                                   on 2000/08/31  18:09:20
84491         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
84492              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
84493      Branch: metaconfig
84494            ! U/compline/d_gconvert.U U/threads/archname.U
84495      Branch: metaconfig/U/perl
84496            ! perlxv.U
84497      Branch: perl
84498            ! Configure config_h.SH sv.c
84499 ____________________________________________________________________________
84500 [  6952] By: jhi                                   on 2000/08/31  17:42:24
84501         Log: :: not allowed in pathnames, change to .
84502              
84503              Subject: [PATCH perl@6938] cygwin port
84504              From: "Fifer, Eric" <EFifer@sanwaint.com>
84505              Date: Thu, 31 Aug 2000 16:32:59 +0100
84506              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
84507      Branch: metaconfig/U/perl
84508            ! perlxv.U
84509 ____________________________________________________________________________
84510 [  6951] By: jhi                                   on 2000/08/31  17:02:05
84511         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
84512      Branch: perl
84513            ! perl.h
84514 ____________________________________________________________________________
84515 [  6950] By: jhi                                   on 2000/08/31  16:26:08
84516         Log: More author updates.
84517              
84518              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
84519              From: Simon Cozens <simon@cozens.net>
84520              Date: Thu, 31 Aug 2000 17:13:32 +0100
84521              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
84522      Branch: perl
84523            ! AUTHORS
84524 ____________________________________________________________________________
84525 [  6949] By: jhi                                   on 2000/08/31  16:04:49
84526         Log: POSIX doesn't report long double values under -Duselongdouble
84527              when the long doubles are "real" (bigger than doubles).
84528              
84529              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
84530              From: Spider Boardman <spider@peano.zk3.dec.com>
84531              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
84532              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
84533      Branch: perl
84534            ! ext/POSIX/POSIX.xs
84535 ____________________________________________________________________________
84536 [  6948] By: jhi                                   on 2000/08/31  15:25:10
84537         Log: Update Changes.
84538      Branch: perl
84539            ! Changes patchlevel.h
84540 ____________________________________________________________________________
84541 [  6947] By: jhi                                   on 2000/08/31  15:22:29
84542         Log: Document UNTIE in a very minimalistic way.
84543      Branch: perl
84544            ! pod/perlfunc.pod pod/perltie.pod
84545 ____________________________________________________________________________
84546 [  6946] By: jhi                                   on 2000/08/31  15:15:23
84547         Log: Document known failures.
84548      Branch: perl
84549            ! pod/perldelta.pod
84550 ____________________________________________________________________________
84551 [  6945] By: jhi                                   on 2000/08/31  15:07:00
84552         Log: Don't attach -ld to the archname if pointless.
84553      Branch: metaconfig
84554            ! U/threads/archname.U
84555      Branch: perl
84556            ! Configure config_h.SH
84557 ____________________________________________________________________________
84558 [  6944] By: jhi                                   on 2000/08/31  14:37:42
84559         Log: Wrap the test in eval.
84560              
84561              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
84562              From: Tim Jenness <timj@jach.hawaii.edu>
84563              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
84564              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
84565      Branch: perl
84566            ! t/lib/ftmp-security.t
84567 ____________________________________________________________________________
84568 [  6943] By: jhi                                   on 2000/08/31  14:30:57
84569         Log: Make -Dusemorebits find long doubles in Solaris.
84570      Branch: perl
84571            ! hints/solaris_2.sh
84572 ____________________________________________________________________________
84573 [  6942] By: jhi                                   on 2000/08/31  13:48:45
84574         Log: Clarify the third case of ftmp-security warnings.
84575      Branch: perl
84576            ! INSTALL
84577 ____________________________________________________________________________
84578 [  6941] By: jhi                                   on 2000/08/31  13:40:31
84579         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
84580              From: <abigail@foad.org>
84581              Date: Thu, 31 Aug 2000 01:35:05 -0400
84582              Message-ID: <20000831053505.32120.qmail@foad.org>
84583      Branch: perl
84584            ! pod/perldelta.pod
84585 ____________________________________________________________________________
84586 [  6940] By: jhi                                   on 2000/08/31  13:38:48
84587         Log: Issue useful diagnostic on unknown pod commands.
84588              
84589              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
84590              From: <abigail@foad.org>
84591              Date: Thu, 31 Aug 2000 03:41:18 -0400
84592              Message-ID: <20000831074118.24880.qmail@foad.org>
84593      Branch: perl
84594            ! lib/Pod/Man.pm
84595 ____________________________________________________________________________
84596 [  6939] By: jhi                                   on 2000/08/31  13:34:33
84597         Log: Reveal Borland's isnan.
84598              
84599              Subject: build with BC++ tweak
84600              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
84601              Date: Thu, 31 Aug 2000 13:09:37 +0400
84602              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
84603      Branch: perl
84604            ! win32/win32.h
84605 ____________________________________________________________________________
84606 [  6938] By: jhi                                   on 2000/08/31  05:01:20
84607         Log: Update Changes.
84608      Branch: perl
84609            ! Changes patchlevel.h
84610 ____________________________________________________________________________
84611 [  6937] By: jhi                                   on 2000/08/31  04:26:23
84612         Log: sscanf() may be the only way to read long doubles from strings.
84613      Branch: metaconfig/U/perl
84614            ! longdblfio.U
84615      Branch: perl
84616            ! Configure config_h.SH perl.h util.c
84617 ____________________________________________________________________________
84618 [  6936] By: jhi                                   on 2000/08/31  04:18:19
84619         Log: The #6929 was too skimpy.
84620      Branch: perl
84621            ! sv.c
84622 ____________________________________________________________________________
84623 [  6935] By: jhi                                   on 2000/08/31  02:47:07
84624         Log: Subject: Re: typos in pods
84625              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84626              Date: Wed, 30 Aug 2000 19:25:34 -0700
84627              Message-ID: <eIcr5gzkg25X092yn@efn.org>
84628      Branch: perl
84629            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
84630 ____________________________________________________________________________
84631 [  6934] By: jhi                                   on 2000/08/31  02:42:55
84632         Log: Missed one Unicode file.
84633      Branch: perl
84634            + lib/unicode/UCDFF301.html
84635 ____________________________________________________________________________
84636 [  6933] By: jhi                                   on 2000/08/30  23:42:27
84637         Log: Update Changes.
84638      Branch: perl
84639            ! Changes patchlevel.h
84640 ____________________________________________________________________________
84641 [  6932] By: jhi                                   on 2000/08/30  23:40:07
84642         Log: Mention UNTIE in perldelta.  Still needs documenting
84643              in perltie et alia.
84644      Branch: perl
84645            ! pod/perldelta.pod
84646 ____________________________________________________________________________
84647 [  6931] By: jhi                                   on 2000/08/30  23:36:02
84648         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
84649              From: <abigail@foad.org>
84650              Date: Wed, 30 Aug 2000 19:28:07 -0400
84651              Message-ID: <20000830232807.305.qmail@foad.org>
84652      Branch: perl
84653            ! pod/perldelta.pod
84654 ____________________________________________________________________________
84655 [  6930] By: jhi                                   on 2000/08/30  23:32:40
84656         Log: Update to Unicode 3.0.1.
84657      Branch: perl
84658            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
84659            + lib/unicode/PropList.txt lib/unicode/README.perl
84660            + lib/unicode/UCD301.html lib/unicode/Unicode.301
84661            - lib/unicode/Props.txt lib/unicode/UCD300.html
84662            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
84663            ! (edit 257 files)
84664 ____________________________________________________________________________
84665 [  6929] By: jhi                                   on 2000/08/30  22:38:18
84666         Log: Heap decorruption.
84667              
84668              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
84669              From: Alan Burlison <Alan.Burlison@uk.sun.com>
84670              Date: Wed, 30 Aug 2000 22:39:52 +0100
84671              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
84672      Branch: perl
84673            ! sv.c
84674 ____________________________________________________________________________
84675 [  6928] By: jhi                                   on 2000/08/30  22:29:34
84676         Log: Retract the dummy test, skip the security tests (instead of failing),
84677              explain what the warnings mean.
84678      Branch: perl
84679            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
84680 ____________________________________________________________________________
84681 [  6927] By: jhi                                   on 2000/08/30  22:14:13
84682         Log: Change the internal implementation of sort() to be mergesort
84683              instead of quicksort, from John Linderman <jpl@research.att.com>.
84684              Gives us better worst case, better average case, and stability.
84685              What's there not to like?  (Small fixes for threaded builds
84686              were required).
84687      Branch: perl
84688            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
84689 ____________________________________________________________________________
84690 [  6926] By: jhi                                   on 2000/08/30  20:55:20
84691         Log: A better fix for the Socket building problem from Craig Berry.
84692      Branch: perl
84693            ! vms/vms.c
84694 ____________________________________________________________________________
84695 [  6925] By: jhi                                   on 2000/08/30  20:20:25
84696         Log: Subject: [PATCH] Re: UNTIE method 
84697              From: Nick Ing-Simmons <nik@tiuk.ti.com>
84698              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
84699              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
84700      Branch: perl
84701            ! pp_sys.c t/op/tie.t
84702 ____________________________________________________________________________
84703 [  6924] By: jhi                                   on 2000/08/30  20:17:11
84704         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
84705              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84706              Date: Wed, 30 Aug 2000 15:03:14 -0500
84707              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
84708      Branch: perl
84709            ! vms/vms.c
84710 ____________________________________________________________________________
84711 [  6923] By: jhi                                   on 2000/08/30  20:15:18
84712         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
84713              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84714              Date: Wed, 30 Aug 2000 13:30:36 -0500
84715              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
84716      Branch: perl
84717            ! vms/vms.c
84718 ____________________________________________________________________________
84719 [  6922] By: jhi                                   on 2000/08/30  19:54:43
84720         Log: Better options for rsync.
84721      Branch: perl
84722            ! pod/perlhack.pod
84723 ____________________________________________________________________________
84724 [  6921] By: jhi                                   on 2000/08/30  19:40:16
84725         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
84726              From: Rick Delaney <rick@consumercontact.com>
84727              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
84728              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
84729      Branch: perl
84730            ! pod/perlfunc.pod
84731 ____________________________________________________________________________
84732 [  6920] By: jhi                                   on 2000/08/30  19:36:40
84733         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
84734              From: Peter Prymmer <pvhp@forte.com>
84735              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
84736              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
84737      Branch: perl
84738            ! configure.com
84739 ____________________________________________________________________________
84740 [  6919] By: jhi                                   on 2000/08/30  14:52:02
84741         Log: Update Changes.
84742      Branch: perl
84743            ! Changes patchlevel.h
84744 ____________________________________________________________________________
84745 [  6918] By: jhi                                   on 2000/08/30  14:48:34
84746         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
84747      Branch: perl
84748            ! lib/ExtUtils/typemap
84749 ____________________________________________________________________________
84750 [  6917] By: jhi                                   on 2000/08/30  14:46:34
84751         Log: Subject: typos in pods
84752              From: Nicholas Clark <nick@ccl4.org>
84753              Date: Wed, 30 Aug 2000 01:12:50 +0100
84754              Message-ID: <20000830011249.A61388@plum.flirble.org>
84755      Branch: perl
84756            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
84757            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
84758            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
84759            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
84760 ____________________________________________________________________________
84761 [  6916] By: jhi                                   on 2000/08/30  14:19:09
84762         Log: Document Storable problems on Crays.  (Will have
84763              to document all the other Storable problems, too.)
84764      Branch: perl
84765            ! pod/perldelta.pod
84766 ____________________________________________________________________________
84767 [  6915] By: jhi                                   on 2000/08/30  14:06:02
84768         Log: Subject: [PATCH] fix misc cast warnings
84769              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84770              Date: Tue, 29 Aug 2000 23:16:14 -0700
84771              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
84772      Branch: perl
84773            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
84774            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
84775            ! os2/os2ish.h
84776 ____________________________________________________________________________
84777 [  6914] By: jhi                                   on 2000/08/30  14:03:45
84778         Log: Timestamp mismatch again.  Need to fix this dependence on
84779              config_h.SH timestamp, since it's the contents of config_h.SH
84780              that matter.
84781      Branch: perl
84782            ! uconfig.h uconfig.sh
84783 ____________________________________________________________________________
84784 [  6913] By: jhi                                   on 2000/08/30  13:54:06
84785         Log: Don't say "Perl 5.0 source kit".
84786      Branch: perl
84787            ! perl.c
84788 ____________________________________________________________________________
84789 [  6912] By: jhi                                   on 2000/08/30  13:51:24
84790         Log: Reset archname and archname64 always, forcing them be
84791              recomputed at each Configure run, make Configure and
84792              the hints files agree on the naming of largefiles variables.
84793      Branch: metaconfig
84794            ! U/threads/archname.U
84795      Branch: metaconfig/U/perl
84796            ! use64bits.U
84797      Branch: perl
84798            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
84799            ! hints/linux.sh hints/solaris_2.sh
84800 ____________________________________________________________________________
84801 [  6911] By: jhi                                   on 2000/08/30  13:30:13
84802         Log: Put back the slice accidentally removed by #6907.
84803      Branch: perl
84804            ! hints/solaris_2.sh
84805 ____________________________________________________________________________
84806 [  6910] By: jhi                                   on 2000/08/30  01:24:26
84807         Log: Be consistent: other Net::get* do export theirs.
84808              
84809              Subject: Re: Net::protoent does not export 'getproto'
84810              From: Yasushi Nakajima <sey@jkc.co.jp>
84811              Date: Wed, 30 Aug 2000 09:53:14 +0900
84812              Message-Id: <200008300051.DAA24700@taku.hut.fi>
84813      Branch: perl
84814            ! lib/Net/protoent.pm
84815 ____________________________________________________________________________
84816 [  6909] By: jhi                                   on 2000/08/30  01:17:25
84817         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
84818              From: Gurusamy Sarathy <gsar@ActiveState.com>
84819              Date: Tue, 29 Aug 2000 17:17:07 -0700
84820              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
84821      Branch: perl
84822            ! cop.h
84823 ____________________________________________________________________________
84824 [  6908] By: jhi                                   on 2000/08/30  00:58:05
84825         Log: Update Changes.
84826      Branch: perl
84827            ! Changes patchlevel.h
84828 ____________________________________________________________________________
84829 [  6907] By: jhi                                   on 2000/08/30  00:57:22
84830         Log: Introduce ccname to keep track of what compiler kind of we have.
84831      Branch: metaconfig/U/perl
84832            ! Checkcc.U gccvers.U
84833      Branch: perl
84834            ! Configure config_h.SH hints/solaris_2.sh
84835 ____________________________________________________________________________
84836 [  6906] By: jhi                                   on 2000/08/30  00:25:47
84837         Log: Put back the flags dump as reasoned in
84838              
84839              Subject: Re: [PATCH] Glob dumping
84840              From: Mike Guy <mjtg@cam.ac.uk> 
84841              Date: Tue, 29 Aug 2000 21:41:32 +0100
84842              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
84843      Branch: perl
84844            ! dump.c t/lib/peek.t
84845 ____________________________________________________________________________
84846 [  6905] By: jhi                                   on 2000/08/30  00:16:17
84847         Log: Make the epsilon to be relative, not absolute.
84848              
84849              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
84850              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
84851              Date: Tue, 29 Aug 2000 19:58:56 -0400
84852              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
84853      Branch: perl
84854            ! t/lib/trig.t
84855 ____________________________________________________________________________
84856 [  6904] By: jhi                                   on 2000/08/30  00:13:09
84857         Log: From now on, Gisle is on my list of usual suspects :-)
84858              Retract #6902.
84859      Branch: perl
84860            ! ext/Opcode/Safe.pm
84861 ____________________________________________________________________________
84862 [  6903] By: jhi                                   on 2000/08/29  23:51:20
84863         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
84864              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84865              Date: Tue, 29 Aug 2000 18:43:26 -0500
84866              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
84867      Branch: perl
84868            + vms/vmspipe.com
84869            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
84870            ! vms/vms.c
84871 ____________________________________________________________________________
84872 [  6902] By: jhi                                   on 2000/08/29  23:44:14
84873         Log: Retry what #6882 attempted.
84874              
84875              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
84876              From: Gisle Aas <gisle@ActiveState.com>
84877              Date: 30 Aug 2000 00:33:09 +0200
84878              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
84879      Branch: perl
84880            ! ext/Opcode/Safe.pm
84881 ____________________________________________________________________________
84882 [  6901] By: jhi                                   on 2000/08/29  22:59:32
84883         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
84884              From: Hugo <hv@crypt.compulink.co.uk>
84885              Date: Mon, 12 Jun 2000 19:36:08 +0100
84886              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
84887      Branch: perl
84888            ! sv.c
84889 ____________________________________________________________________________
84890 [  6900] By: jhi                                   on 2000/08/29  22:58:35
84891         Log: Admit that we are leaking scalars.
84892              
84893              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
84894              From: Spider Boardman <spider@leggy.zk3.dec.com>
84895              Date: Tue, 29 Aug 2000 18:48:29 -0400
84896              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
84897      Branch: perl
84898            ! t/pragma/warnings.t
84899 ____________________________________________________________________________
84900 [  6899] By: jhi                                   on 2000/08/29  20:53:13
84901         Log: Update Changes.
84902      Branch: perl
84903            ! Changes patchlevel.h
84904 ____________________________________________________________________________
84905 [  6898] By: jhi                                   on 2000/08/29  20:46:21
84906         Log: Undo namespace pollution of #6878.
84907              
84908              Subject: Re: Net::protoent does not export 'getproto'
84909              From: Mike Guy <mjtg@cam.ac.uk>
84910              Date: Tue, 29 Aug 2000 21:32:37 +0100
84911              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
84912      Branch: perl
84913            ! lib/Net/protoent.pm
84914 ____________________________________________________________________________
84915 [  6897] By: jhi                                   on 2000/08/29  20:44:29
84916         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
84917              From: Peter Prymmer <pvhp@forte.com>
84918              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
84919              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
84920      Branch: perl
84921            ! pod/perlebcdic.pod
84922 ____________________________________________________________________________
84923 [  6896] By: jhi                                   on 2000/08/29  20:40:57
84924         Log: There's no point repeating the 'revision' (5) of perl5.
84925      Branch: metaconfig/U/perl
84926            ! Devel.U patchlevel.U
84927      Branch: perl
84928            ! Configure config_h.SH
84929 ____________________________________________________________________________
84930 [  6895] By: jhi                                   on 2000/08/29  20:16:58
84931         Log: Regen Configure for #6894.
84932      Branch: metaconfig/U/perl
84933            ! perladmin.U
84934      Branch: perl
84935            ! Configure config_h.SH
84936 ____________________________________________________________________________
84937 [  6894] By: jhi                                   on 2000/08/29  19:59:52
84938         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
84939              From: "Philip Newton" <Philip.Newton@gmx.net>
84940              Date: Tue, 29 Aug 2000 21:39:14 +0200
84941              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
84942      Branch: perl
84943            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
84944            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
84945            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
84946            ! utils/perlbug.PL
84947 ____________________________________________________________________________
84948 [  6893] By: jhi                                   on 2000/08/29  19:55:30
84949         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
84950              From: "Philip Newton" <Philip.Newton@gmx.net>
84951              Date: Tue, 29 Aug 2000 21:39:14 +0200
84952              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
84953      Branch: perl
84954            ! installhtml
84955 ____________________________________________________________________________
84956 [  6892] By: jhi                                   on 2000/08/29  19:53:59
84957         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
84958              From: "Philip Newton" <Philip.Newton@gmx.net>
84959              Date: Tue, 29 Aug 2000 21:48:18 +0200
84960              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
84961      Branch: perl
84962            ! lib/File/Temp.pm
84963 ____________________________________________________________________________
84964 [  6891] By: jhi                                   on 2000/08/29  18:30:03
84965         Log: Nail the ID 20000828.023.
84966      Branch: perl
84967            ! ext/Storable/Storable.xs
84968 ____________________________________________________________________________
84969 [  6890] By: jhi                                   on 2000/08/29  16:50:17
84970         Log: Under usethreads the dumped variable is IN_PAD.
84971              
84972              Subject: Re: [PATCH] Glob dumping
84973              From: Gisle Aas <gisle@ActiveState.com>
84974              Date: 29 Aug 2000 18:45:05 +0200
84975              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
84976      Branch: perl
84977            ! t/lib/peek.t
84978 ____________________________________________________________________________
84979 [  6889] By: jhi                                   on 2000/08/29  15:17:37
84980         Log: Update Changes.
84981      Branch: perl
84982            ! Changes patchlevel.h
84983 ____________________________________________________________________________
84984 [  6888] By: jhi                                   on 2000/08/29  14:49:59
84985         Log: Retract #6882, broke the safe tests.
84986      Branch: perl
84987            ! ext/Opcode/Safe.pm
84988 ____________________________________________________________________________
84989 [  6887] By: jhi                                   on 2000/08/29  14:47:06
84990         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
84991              From: Gisle Aas <gisle@ActiveState.com> 
84992              Date: 09 Jun 2000 20:00:11 +0200
84993              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
84994      Branch: perl
84995            ! utils/perldoc.PL
84996 ____________________________________________________________________________
84997 [  6886] By: jhi                                   on 2000/08/29  14:42:45
84998         Log: The #6881 removed one dump line.
84999      Branch: perl
85000            ! t/lib/peek.t
85001 ____________________________________________________________________________
85002 [  6885] By: jhi                                   on 2000/08/29  14:30:47
85003         Log: Don't forget to tidy up.
85004      Branch: perl
85005            ! t/lib/ftmp-security.t
85006 ____________________________________________________________________________
85007 [  6884] By: jhi                                   on 2000/08/29  14:25:17
85008         Log: Disabling the one test is a bit tricky.
85009      Branch: perl
85010            ! t/lib/ftmp-security.t
85011 ____________________________________________________________________________
85012 [  6883] By: jhi                                   on 2000/08/29  14:16:25
85013         Log: Disable one of the tests for now.
85014      Branch: perl
85015            ! t/lib/ftmp-security.t
85016 ____________________________________________________________________________
85017 [  6882] By: jhi                                   on 2000/08/29  14:05:50
85018         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
85019              From: gisle@aas.no
85020              Date: 29 Aug 2000 10:35:06 -0000
85021              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
85022      Branch: perl
85023            ! ext/Opcode/Safe.pm
85024 ____________________________________________________________________________
85025 [  6881] By: jhi                                   on 2000/08/29  14:03:51
85026         Log: Subject: [PATCH] Glob dumping
85027              From: Gisle Aas <gisle@ActiveState.com>
85028              Date: 29 Aug 2000 07:59:42 -0000
85029              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
85030      Branch: perl
85031            ! dump.c
85032 ____________________________________________________________________________
85033 [  6880] By: jhi                                   on 2000/08/29  14:02:01
85034         Log: Subject: [PATCH] Warnings in B::Deparse
85035              From: <abigail@foad.org>
85036              Date: Tue, 29 Aug 2000 00:00:01 -0400
85037              Message-ID: <20000829040001.2999.qmail@foad.org>
85038      Branch: perl
85039            ! ext/B/B/Deparse.pm
85040 ____________________________________________________________________________
85041 [  6879] By: jhi                                   on 2000/08/29  13:57:26
85042         Log: Missed a change in #6869.
85043      Branch: perl
85044            ! mg.c
85045 ____________________________________________________________________________
85046 [  6878] By: jhi                                   on 2000/08/29  13:45:04
85047         Log: Subject: Net::protoent does not export 'getproto'
85048              From: Yasushi Nakajima <sey@jkc.co.jp>
85049              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
85050      Branch: perl
85051            ! lib/Net/protoent.pm
85052 ____________________________________________________________________________
85053 [  6877] By: jhi                                   on 2000/08/29  13:39:19
85054         Log: Patches all over for people and the files they (hopefully) care about.
85055      Branch: perl
85056            ! AUTHORS Changes MAINTAIN
85057 ____________________________________________________________________________
85058 [  6876] By: jhi                                   on 2000/08/29  12:53:54
85059         Log: Fix for thinko in #6848.
85060              
85061              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
85062              From: Lupe Christoph <lupe@lupe-christoph.de>
85063              Date: Tue, 29 Aug 2000 09:04:08 +0200
85064              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
85065      Branch: perl
85066            ! ext/Thread/Thread.xs
85067 ____________________________________________________________________________
85068 [  6875] By: jhi                                   on 2000/08/29  12:50:14
85069         Log: Update to Getopt::Long 2.24, from Johan Vromans.
85070      Branch: perl
85071            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
85072 ____________________________________________________________________________
85073 [  6874] By: jhi                                   on 2000/08/29  02:09:53
85074         Log: Use minimal @INC in tests, most of the time just '../lib',
85075              so that we simply can't pick up stuff from other Perls than
85076              the one we are testing.  Pointed out by
85077              
85078              From: Mike Guy <mjtg@cam.ac.uk>
85079              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
85080              Date: Fri, 25 Aug 2000 15:15:59 +0100
85081              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
85082      Branch: perl
85083            ! (edit 185 files)
85084 ____________________________________________________________________________
85085 [  6873] By: jhi                                   on 2000/08/29  01:07:11
85086         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
85087              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85088              Date: Mon, 28 Aug 2000 17:45:52 -0700
85089              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
85090      Branch: perl
85091            ! Makefile.SH hints/os2.sh
85092 ____________________________________________________________________________
85093 [  6872] By: jhi                                   on 2000/08/28  23:33:39
85094         Log: Subject: [PATCH bleedperl@6866] spellings
85095              From: marcel@codewerk.com (Marcel Grunauer)
85096              Date: Tue, 29 Aug 2000 01:19:59 +0200
85097              Message-Id: <200008282319.BAA29862@gandalf.local>
85098      Branch: perl
85099            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
85100            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
85101            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
85102 ____________________________________________________________________________
85103 [  6871] By: jhi                                   on 2000/08/28  23:22:09
85104         Log: Take out the SUIDMAIL thing, that will not be
85105              a problem in 5.7.*.
85106      Branch: perl
85107            ! patchlevel.h
85108 ____________________________________________________________________________
85109 [  6870] By: jhi                                   on 2000/08/28  23:19:30
85110         Log: -S is the silent flag, -s is the strip flag.
85111              
85112              Subject: [PATCH] Re: [PATCH] make no-install          
85113              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85114              Date: Mon, 28 Aug 2000 15:12:55 -0700
85115              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
85116      Branch: perl
85117            ! Makefile.SH
85118 ____________________________________________________________________________
85119 [  6869] By: jhi                                   on 2000/08/28  23:12:05
85120         Log: Subject: [PATCH bleedperl@6856] warnings fixes
85121              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
85122              Date: Mon, 28 Aug 2000 23:55:06 +0100
85123              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
85124      Branch: perl
85125            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
85126            ! warnings.h warnings.pl
85127 ____________________________________________________________________________
85128 [  6868] By: jhi                                   on 2000/08/28  21:38:22
85129         Log: Potential cruft.
85130      Branch: perl
85131            ! Makefile.SH
85132 ____________________________________________________________________________
85133 [  6867] By: jhi                                   on 2000/08/28  21:35:36
85134         Log: Update Changes.
85135      Branch: perl
85136            ! Changes patchlevel.h
85137 ____________________________________________________________________________
85138 [  6866] By: jhi                                   on 2000/08/28  21:33:49
85139         Log: Subject: hv.h Doc Patch
85140              From: Fisher Mark <fisherm@tce.com>
85141              Date: Mon, 28 Aug 2000 16:24:59 -0500
85142              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
85143      Branch: perl
85144            ! hv.h
85145 ____________________________________________________________________________
85146 [  6865] By: jhi                                   on 2000/08/28  21:02:15
85147         Log: Add -ld to archname on long tr...double platforms.
85148      Branch: metaconfig
85149            ! U/threads/archname.U
85150      Branch: perl
85151            ! Configure config_h.SH
85152 ____________________________________________________________________________
85153 [  6864] By: jhi                                   on 2000/08/28  20:38:59
85154         Log: An attempt to fix the problem reported in
85155              
85156              Subject: Building perl@6856 using gcc/AIX 4.3.3 
85157              From: Daniel Muino <dmuino@afip.gov.ar> 
85158              Date: Mon, 28 Aug 2000 15:50:01 -0300   
85159              Message-ID: <20000828155001.A14403@con2-dgi>
85160              
85161              I can't test this properly since the gcc installation I have
85162              access to seems to be botched (gcc is calling the AIX cpp,
85163              a losing proposition...)
85164      Branch: perl
85165            ! hints/aix.sh
85166 ____________________________________________________________________________
85167 [  6863] By: jhi                                   on 2000/08/28  18:57:52
85168         Log: Fix for ID 20000828.001, long doubles were not formatted
85169              correctly (showed up in $], which stopped installing perl).
85170      Branch: perl
85171            ! sv.c
85172 ____________________________________________________________________________
85173 [  6862] By: jhi                                   on 2000/08/28  18:07:15
85174         Log: Typo in #6858.
85175      Branch: perl
85176            ! lib/Cwd.pm
85177 ____________________________________________________________________________
85178 [  6861] By: jhi                                   on 2000/08/28  17:57:27
85179         Log: opmini.o may be left around if a build is interrupted.
85180      Branch: perl
85181            ! Makefile.SH
85182 ____________________________________________________________________________
85183 [  6860] By: jhi                                   on 2000/08/28  16:52:50
85184         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
85185              From: Daniel Chetlin <daniel@chetlin.com>
85186              Date: Mon, 28 Aug 2000 01:14:18 -0700
85187              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
85188      Branch: perl
85189            ! lib/overload.pm
85190 ____________________________________________________________________________
85191 [  6859] By: jhi                                   on 2000/08/28  16:08:46
85192         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
85193              From: Nicholas Clark <nick@ccl4.org>
85194              Date: Mon, 28 Aug 2000 16:03:27 +0100
85195              Message-Id: <20000828160327.C49785@plum.flirble.org>
85196      Branch: perl
85197            ! ext/ByteLoader/bytecode.h
85198 ____________________________________________________________________________
85199 [  6858] By: jhi                                   on 2000/08/28  16:02:10
85200         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
85201              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
85202              Date: Mon, 28 Aug 2000 13:08:30 +0200
85203              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
85204      Branch: perl
85205            ! lib/Cwd.pm
85206 ____________________________________________________________________________
85207 [  6857] By: jhi                                   on 2000/08/28  15:42:47
85208         Log: display_format used as a class method without arguments was broken,
85209              reported in
85210              
85211              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
85212              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
85213              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
85214              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
85215      Branch: perl
85216            ! lib/Math/Complex.pm t/lib/complex.t
85217 ____________________________________________________________________________
85218 [  6856] By: jhi                                   on 2000/08/27  22:09:48
85219         Log: Update Changes.
85220      Branch: perl
85221            ! Changes patchlevel.h
85222 ____________________________________________________________________________
85223 [  6855] By: jhi                                   on 2000/08/27  21:59:21
85224         Log: Retract #6853 (false alarm).
85225      Branch: perl
85226            ! lib/ExtUtils/xsubpp
85227 ____________________________________________________________________________
85228 [  6854] By: jhi                                   on 2000/08/27  21:37:44
85229         Log: Update Changes.
85230      Branch: perl
85231            ! Changes patchlevel.h
85232 ____________________________________________________________________________
85233 [  6853] By: jhi                                   on 2000/08/27  21:37:16
85234         Log: Subject: [PATCH perl@6850] workaround for xsubpp
85235              From: Hugo <hv@crypt.compulink.co.uk>
85236              Date: Sun, 27 Aug 2000 22:30:25 +0100
85237              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
85238      Branch: perl
85239            ! lib/ExtUtils/xsubpp
85240 ____________________________________________________________________________
85241 [  6852] By: jhi                                   on 2000/08/27  21:33:58
85242         Log: Big-endian 64-bit patch from Raphael Manfredi.
85243      Branch: perl
85244            ! ext/Storable/Storable.xs
85245 ____________________________________________________________________________
85246 [  6851] By: jhi                                   on 2000/08/27  21:22:21
85247         Log: More ruthless editing from Hugo van der Sanden.
85248      Branch: perl
85249            ! pod/perldelta.pod
85250 ____________________________________________________________________________
85251 [  6850] By: jhi                                   on 2000/08/27  16:11:46
85252         Log: Update Changes.
85253      Branch: perl
85254            ! Changes patchlevel.h
85255 ____________________________________________________________________________
85256 [  6849] By: jhi                                   on 2000/08/27  16:11:05
85257         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
85258      Branch: perl
85259            ! configpm pod/perldelta.pod
85260 ____________________________________________________________________________
85261 [  6848] By: jhi                                   on 2000/08/27  15:35:08
85262         Log: Use the actual thread type, not the pointer-to-struct.
85263      Branch: perl
85264            ! ext/Thread/Thread.xs
85265 ____________________________________________________________________________
85266 [  6847] By: jhi                                   on 2000/08/27  15:30:49
85267         Log: Test nit.
85268      Branch: perl
85269            ! t/pragma/warn/pp_sys
85270 ____________________________________________________________________________
85271 [  6846] By: jhi                                   on 2000/08/27  15:19:02
85272         Log: Passing -R in ldflags makes now it to appear in the default
85273              for lddlflags, just like with -L.
85274              
85275              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
85276              From: Lupe Christoph <lupe@lupe-christoph.de>
85277              Date: Sun, 27 Aug 2000 10:28:21 +0200
85278              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
85279      Branch: metaconfig/U/perl
85280            ! dlsrc.U
85281      Branch: perl
85282            ! Configure
85283 ____________________________________________________________________________
85284 [  6845] By: jhi                                   on 2000/08/27  15:08:54
85285         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
85286              From: Alan Burlison <Alan.Burlison@uk.sun.com>
85287              Date: Sat, 26 Aug 2000 22:23:27 +0100
85288              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
85289      Branch: perl
85290            ! lib/ExtUtils/MM_Unix.pm
85291 ____________________________________________________________________________
85292 [  6844] By: jhi                                   on 2000/08/27  15:02:37
85293         Log: DJGPP update from Laszlo Molnar.
85294              
85295              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
85296              From: ml1050 <ml1050@freemail.hu>
85297              Date: Sat, 26 Aug 2000 23:24:40 +0200
85298              Message-Id: <20000826232440.A439@freemail.hu>
85299      Branch: perl
85300            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
85301            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
85302 ____________________________________________________________________________
85303 [  6843] By: jhi                                   on 2000/08/27  14:53:58
85304         Log: Subject: installman buglet
85305              From: Lupe Christoph <lupe@lupe-christoph.de>
85306              Date: Sun, 27 Aug 2000 14:38:59 +0200
85307              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
85308      Branch: perl
85309            ! installman
85310 ____________________________________________________________________________
85311 [  6842] By: jhi                                   on 2000/08/27  14:52:08
85312         Log: Can't get the test to reliably work thanks to the
85313              inaccurateness of floating point.  "Resolves" bug ids
85314              20000826.003, 20000826.009, 20000826.010,
85315      Branch: perl
85316            ! t/lib/trig.t
85317 ____________________________________________________________________________
85318 [  6841] By: jhi                                   on 2000/08/26  15:53:58
85319         Log: Update Changes.
85320      Branch: perl
85321            ! Changes patchlevel.h
85322 ____________________________________________________________________________
85323 [  6840] By: jhi                                   on 2000/08/26  14:23:03
85324         Log: grep -e isn't portable.
85325              
85326              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
85327              From: chris@broadband.att.com
85328              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
85329              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
85330      Branch: perl
85331            ! hints/solaris_2.sh
85332 ____________________________________________________________________________
85333 [  6839] By: jhi                                   on 2000/08/26  14:12:23
85334         Log: no-install target a la make -n.
85335              
85336              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
85337              From: <abigail@foad.org>
85338              Date: Sat, 26 Aug 2000 03:57:34 -0400
85339              Message-ID: <20000826075735.18912.qmail@foad.org>
85340      Branch: perl
85341            ! Makefile.SH installman installperl
85342 ____________________________________________________________________________
85343 [  6838] By: jhi                                   on 2000/08/26  14:06:33
85344         Log: Retract #6826 as the #6828 should be do the same
85345              in a More Correct Way.
85346      Branch: perl
85347            ! installperl
85348 ____________________________________________________________________________
85349 [  6837] By: jhi                                   on 2000/08/26  05:24:00
85350         Log: More casting.
85351      Branch: perl
85352            ! ext/Storable/Storable.xs
85353 ____________________________________________________________________________
85354 [  6836] By: jhi                                   on 2000/08/26  05:05:46
85355         Log: Nicer in decimal.
85356      Branch: perl
85357            ! ext/Storable/Storable.xs
85358 ____________________________________________________________________________
85359 [  6835] By: jhi                                   on 2000/08/26  05:03:50
85360         Log: There be no UVdf.
85361      Branch: perl
85362            ! ext/Storable/Storable.xs
85363 ____________________________________________________________________________
85364 [  6834] By: jhi                                   on 2000/08/26  05:00:18
85365         Log: Continue IVdfing and UVxfing.
85366      Branch: perl
85367            ! ext/Storable/Storable.xs
85368 ____________________________________________________________________________
85369 [  6833] By: jhi                                   on 2000/08/26  04:53:14
85370         Log: Use IVdf.
85371      Branch: perl
85372            ! ext/Storable/Storable.xs
85373 ____________________________________________________________________________
85374 [  6832] By: jhi                                   on 2000/08/26  04:40:41
85375         Log: Document PTR2XX and INT2PTR.
85376      Branch: perl
85377            ! pod/perlguts.pod
85378 ____________________________________________________________________________
85379 [  6831] By: jhi                                   on 2000/08/26  04:33:18
85380         Log: Use UVxf, PTR2UV, NVff.
85381      Branch: perl
85382            ! ext/Storable/Storable.xs
85383 ____________________________________________________________________________
85384 [  6830] By: jhi                                   on 2000/08/26  04:31:32
85385         Log: Update the test count.
85386      Branch: perl
85387            ! t/lib/trig.t
85388 ____________________________________________________________________________
85389 [  6829] By: jhi                                   on 2000/08/26  03:05:50
85390         Log: Subject: [PATCH] installation not quite silent yet.
85391              From: <abigail@foad.org>
85392              Date: Fri, 25 Aug 2000 20:07:53 -0400
85393              Message-ID: <20000826000753.7822.qmail@foad.org>
85394      Branch: perl
85395            ! installman installperl
85396 ____________________________________________________________________________
85397 [  6828] By: jhi                                   on 2000/08/26  03:05:14
85398         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
85399              From: Spider Boardman <spider@web.zk3.dec.com>
85400              Date: Fri, 25 Aug 2000 19:12:40 -0400
85401              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
85402      Branch: perl
85403            ! gv.c
85404 ____________________________________________________________________________
85405 [  6827] By: jhi                                   on 2000/08/25  23:54:34
85406         Log: Support preserving extremely big/small angles.
85407      Branch: perl
85408            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
85409 ____________________________________________________________________________
85410 [  6826] By: jhi                                   on 2000/08/25  23:01:20
85411         Log: Patch installperl to be long double-aware.
85412              
85413              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
85414              From: Spider Boardman <spider@web.zk3.dec.com>
85415              Date: Fri, 25 Aug 2000 18:15:23 -0400
85416              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
85417      Branch: perl
85418            ! installperl
85419 ____________________________________________________________________________
85420 [  6825] By: jhi                                   on 2000/08/25  22:58:25
85421         Log: Remove duplicately applied patch shards.
85422              
85423              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
85424              From: Spider Boardman <spider@leggy.zk3.dec.com>
85425              Date: Fri, 25 Aug 2000 16:45:03 -0400
85426              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
85427      Branch: perl
85428            ! t/lib/cgi-html.t
85429 ____________________________________________________________________________
85430 [  6824] By: jhi                                   on 2000/08/25  22:57:00
85431         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
85432              From: Daniel Chetlin <daniel@chetlin.com>
85433              Date: Fri, 25 Aug 2000 12:23:16 -0700
85434              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
85435              
85436              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
85437              From: Daniel Chetlin <daniel@chetlin.com>
85438              Date: Fri, 25 Aug 2000 14:47:19 -0700
85439              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
85440      Branch: perl
85441            ! installman
85442 ____________________________________________________________________________
85443 [  6823] By: jhi                                   on 2000/08/25  22:44:17
85444         Log: Timestamp problem?
85445      Branch: perl
85446            ! uconfig.h uconfig.sh
85447 ____________________________________________________________________________
85448 [  6822] By: jhi                                   on 2000/08/25  19:01:06
85449         Log: One forgotten file from #6816.
85450      Branch: perl
85451            ! vos/config.h
85452 ____________________________________________________________________________
85453 [  6821] By: jhi                                   on 2000/08/25  18:56:39
85454         Log: Regen Changes.
85455      Branch: perl
85456            ! Changes patchlevel.h
85457 ____________________________________________________________________________
85458 [  6820] By: jhi                                   on 2000/08/25  18:52:35
85459         Log: Fix Changes ordering.
85460      Branch: perl
85461            ! Changes
85462 ____________________________________________________________________________
85463 [  6819] By: jhi                                   on 2000/08/25  18:50:25
85464         Log: Update Changes.
85465      Branch: perl
85466            ! Changes patchlevel.h
85467 ____________________________________________________________________________
85468 [  6818] By: jhi                                   on 2000/08/25  18:47:45
85469         Log: Tweak the sfio/useperlio logic, hopefully as wished in
85470              
85471              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
85472              From: Nicholas Clark <nick@babyhippo.co.uk>
85473              Date: Fri, 25 Aug 2000 12:01:45 +0100
85474              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
85475      Branch: metaconfig/U/perl
85476            ! d_sfio.U
85477      Branch: perl
85478            ! Configure
85479 ____________________________________________________________________________
85480 [  6817] By: jhi                                   on 2000/08/25  18:32:51
85481         Log: Allow microperl to assume <math.h>, without it the math
85482              functions like floor() are assumed to return int, which makes
85483              for core dumps in machines where integer and floating register
85484              don't mix.
85485      Branch: perl
85486            ! uconfig.h uconfig.sh
85487 ____________________________________________________________________________
85488 [  6816] By: jhi                                   on 2000/08/25  18:27:17
85489         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
85490              the problem reported in
85491              
85492              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
85493              From: danhale@us.ibm.com
85494              Date: Fri, 25 Aug 2000 10:58:06 -0400
85495              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
85496      Branch: metaconfig/U/perl
85497            + d_socks5_init.U
85498      Branch: perl
85499            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
85500            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
85501            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
85502            ! win32/config.gc win32/config.vc
85503 ____________________________________________________________________________
85504 [  6815] By: jhi                                   on 2000/08/25  17:43:31
85505         Log: A solution for the retrieve_fd autosplit warning,
85506              idea suggested by Mike Guy.
85507      Branch: perl
85508            ! ext/Storable/Storable.pm
85509 ____________________________________________________________________________
85510 [  6814] By: jhi                                   on 2000/08/25  17:16:03
85511         Log: Add install-silent target.
85512      Branch: perl
85513            ! Makefile.SH
85514 ____________________________________________________________________________
85515 [  6813] By: jhi                                   on 2000/08/25  17:14:23
85516         Log: Subject: Re: [PATCH] More silencing of installman.
85517              From: <abigail@foad.org>
85518              Date: Thu, 24 Aug 2000 19:27:03 -0400
85519              Message-ID: <20000824232703.7001.qmail@foad.org>
85520              
85521              Subject: Re: [PATCH] More silencing of installman.
85522              From: <abigail@foad.org>
85523              Date: Fri, 25 Aug 2000 03:00:58 -0400
85524              Message-ID: <20000825070058.10697.qmail@foad.org>
85525      Branch: perl
85526            ! installman
85527 ____________________________________________________________________________
85528 [  6812] By: jhi                                   on 2000/08/25  17:11:28
85529         Log: installperl --verbose and --silent.
85530              
85531              Subject: Re: [PATCH] More silencing of installman.
85532              From: <abigail@foad.org>
85533              Message-ID: <20000825064430.9719.qmail@foad.org>
85534              Date: Fri, 25 Aug 2000 02:44:30 -0400
85535      Branch: perl
85536            ! installperl
85537 ____________________________________________________________________________
85538 [  6811] By: jhi                                   on 2000/08/25  17:05:43
85539         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
85540              From: "Peter J. Farley III" <pjfarley@banet.net>
85541              Date: Thu, 24 Aug 2000 21:58:03 -0400
85542              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
85543              
85544              (applied slightly modified)
85545      Branch: perl
85546            ! lib/ExtUtils/MM_Unix.pm
85547 ____________________________________________________________________________
85548 [  6810] By: jhi                                   on 2000/08/25  17:01:18
85549         Log: Missing parts of 
85550              
85551              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
85552              From: Peter Prymmer <pvhp@forte.com>
85553              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
85554              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
85555      Branch: perl
85556            ! t/lib/cgi-html.t
85557 ____________________________________________________________________________
85558 [  6809] By: jhi                                   on 2000/08/25  16:46:32
85559         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
85560              From: "Craig A. Berry" <craig.berry@psinetcs.com>
85561              Date: Thu, 24 Aug 2000 19:13:11 -0500
85562              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
85563      Branch: perl
85564            ! vms/vms.c
85565 ____________________________________________________________________________
85566 [  6808] By: jhi                                   on 2000/08/25  16:39:22
85567         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
85568              From: Peter Prymmer <pvhp@forte.com>
85569              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
85570              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
85571      Branch: perl
85572            ! configure.com
85573 ____________________________________________________________________________
85574 [  6807] By: jhi                                   on 2000/08/25  16:36:37
85575         Log: Better wording for the vec lvalue diagnostic.
85576              
85577              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
85578              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
85579              Date: Wed, 23 Aug 2000 14:12:16 -0400
85580              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
85581      Branch: perl
85582            ! pod/perldiag.pod
85583 ____________________________________________________________________________
85584 [  6806] By: jhi                                   on 2000/08/24  18:17:22
85585         Log: Subject: [PATCH] More silencing of installman.
85586              From: <abigail@foad.org>
85587              Date: Thu, 24 Aug 2000 14:01:44 -0400
85588              Message-ID: <20000824180144.20062.qmail@foad.org>
85589      Branch: perl
85590            ! installman
85591 ____________________________________________________________________________
85592 [  6805] By: jhi                                   on 2000/08/24  15:00:31
85593         Log: Update Changes.
85594      Branch: perl
85595            ! Changes patchlevel.h
85596 ____________________________________________________________________________
85597 [  6804] By: jhi                                   on 2000/08/24  14:59:07
85598         Log: Regen perltoc.
85599      Branch: perl
85600            ! pod/perltoc.pod
85601 ____________________________________________________________________________
85602 [  6803] By: jhi                                   on 2000/08/24  14:44:39
85603         Log: Show the doc file, not the temp file.
85604      Branch: perl
85605            ! installman
85606 ____________________________________________________________________________
85607 [  6802] By: jhi                                   on 2000/08/24  14:41:53
85608         Log: Continue silencing.
85609      Branch: perl
85610            ! installman
85611 ____________________________________________________________________________
85612 [  6801] By: jhi                                   on 2000/08/24  14:34:40
85613         Log: Actually do something with the silencer option.
85614      Branch: perl
85615            ! installman
85616 ____________________________________________________________________________
85617 [  6800] By: jhi                                   on 2000/08/24  14:26:22
85618         Log: Make installman to recognize the silence flag -S.
85619      Branch: perl
85620            ! installman
85621 ____________________________________________________________________________
85622 [  6799] By: jhi                                   on 2000/08/24  13:49:38
85623         Log: DOS patches and portability/porting notes, from Tim Jenness.
85624      Branch: perl
85625            ! lib/File/Temp.pm
85626 ____________________________________________________________________________
85627 [  6798] By: jhi                                   on 2000/08/24  13:48:27
85628         Log: Create directories in silence.
85629              
85630              Subject: [PATCH] Another silencer for MakeMaker
85631              From: andreas.koenig@anima.de (Andreas J. Koenig)
85632              Date: 24 Aug 2000 14:18:52 +0200
85633              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
85634      Branch: perl
85635            ! lib/ExtUtils/Command.pm
85636 ____________________________________________________________________________
85637 [  6797] By: jhi                                   on 2000/08/24  13:46:42
85638         Log: More liberal parsing of version numbers.
85639              
85640              Subject: Re: CPAN.pm beta for testing available
85641              From: andreas.koenig@anima.de (Andreas J. Koenig)
85642              Date: 24 Aug 2000 13:51:57 +0200
85643              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
85644      Branch: perl
85645            ! lib/CPAN.pm
85646 ____________________________________________________________________________
85647 [  6796] By: jhi                                   on 2000/08/24  13:44:36
85648         Log: Make "make install" by default silent.  A new "install-verbose"
85649              target is verbose.
85650      Branch: perl
85651            ! Makefile.SH
85652 ____________________________________________________________________________
85653 [  6795] By: jhi                                   on 2000/08/24  13:39:14
85654         Log: Add silencer flags to installperl.
85655              
85656              Subject: [PATCH] Making installperl silent.
85657              From: <abigail@foad.org>
85658              Date: Thu, 24 Aug 2000 05:01:45 -0400
85659              Message-ID: <20000824090145.13141.qmail@foad.org>
85660      Branch: perl
85661            ! installperl
85662 ____________________________________________________________________________
85663 [  6794] By: jhi                                   on 2000/08/24  13:35:50
85664         Log: installperl couldn't tell whether it had run tests or not.
85665              
85666              Subject: [PATCH] Re: installperl and t/TEST
85667              From: <abigail@foad.org>
85668              Date: Thu, 24 Aug 2000 04:00:53 -0400
85669              Message-ID: <20000824080053.2494.qmail@foad.org>
85670      Branch: perl
85671            ! Makefile.SH installperl
85672 ____________________________________________________________________________
85673 [  6793] By: jhi                                   on 2000/08/24  13:27:50
85674         Log: Drop the separate perlbc, perlcc -b should be enough.
85675      Branch: perl
85676            - utils/perlbc.PL
85677            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
85678 ____________________________________________________________________________
85679 [  6792] By: jhi                                   on 2000/08/24  04:41:30
85680         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
85681              plus the typo fix from Peter Prymmer.
85682      Branch: perl
85683            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
85684            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
85685 ____________________________________________________________________________
85686 [  6791] By: jhi                                   on 2000/08/24  02:10:43
85687         Log: Replace #6705 with a minimal doc patch.
85688              
85689              Subject: [PATCH 5.6.0] replace change #6705
85690              From: Jan Dubois <jand@ActiveState.com>
85691              Date: Wed, 23 Aug 2000 18:31:51 -0700
85692              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
85693      Branch: perl
85694            ! lib/Win32.pod win32/win32.c
85695 ____________________________________________________________________________
85696 [  6790] By: jhi                                   on 2000/08/23  17:52:00
85697         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
85698              From: Mike Guy <mjtg@cam.ac.uk>
85699              Date: Wed, 23 Aug 2000 18:38:46 +0100
85700              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
85701      Branch: perl
85702            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
85703 ____________________________________________________________________________
85704 [  6789] By: jhi                                   on 2000/08/23  15:34:21
85705         Log: Update Changes.
85706      Branch: perl
85707            ! Changes patchlevel.h
85708 ____________________________________________________________________________
85709 [  6788] By: jhi                                   on 2000/08/23  15:33:40
85710         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
85711              From: Wilfredo Sánchez <wsanchez@apple.com>
85712              Date: Tue, 22 Aug 2000 19:31:27 -0700
85713              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
85714      Branch: perl
85715            ! perl.h
85716 ____________________________________________________________________________
85717 [  6787] By: jhi                                   on 2000/08/23  15:29:31
85718         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
85719              From: Spider Boardman <spider@leggy.zk3.dec.com>
85720              Date: Wed, 23 Aug 2000 10:33:23 -0400
85721              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
85722      Branch: perl
85723            ! lib/Pod/Html.pm
85724 ____________________________________________________________________________
85725 [  6786] By: jhi                                   on 2000/08/23  15:28:11
85726         Log: Bad makefile.
85727      Branch: perl
85728            ! ext/B/Makefile.PL
85729 ____________________________________________________________________________
85730 [  6785] By: jhi                                   on 2000/08/23  14:37:04
85731         Log: Update Changes.
85732      Branch: perl
85733            ! Changes patchlevel.h
85734 ____________________________________________________________________________
85735 [  6784] By: jhi                                   on 2000/08/23  13:58:41
85736         Log: Portability fix from Hugo van der Sanden.
85737      Branch: perl
85738            ! ext/re/Makefile.PL
85739 ____________________________________________________________________________
85740 [  6783] By: jhi                                   on 2000/08/23  13:53:53
85741         Log: Storable support, v-version fixes.
85742              
85743              Subject: CPAN.pm beta for testing available
85744              From: andreas.koenig@anima.de (Andreas J. Koenig)
85745              Date: 22 Aug 2000 23:31:33 +0200
85746              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
85747      Branch: perl
85748            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
85749 ____________________________________________________________________________
85750 [  6782] By: jhi                                   on 2000/08/23  13:51:26
85751         Log: Mac and other portability updates from Chris Nandor.
85752      Branch: perl
85753            ! pod/perlmodinstall.pod
85754 ____________________________________________________________________________
85755 [  6781] By: jhi                                   on 2000/08/23  13:47:33
85756         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
85757              From: Peter Prymmer <pvhp@forte.com>
85758              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
85759              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
85760      Branch: perl
85761            ! ext/Storable/Storable.xs
85762 ____________________________________________________________________________
85763 [  6780] By: jhi                                   on 2000/08/23  13:33:34
85764         Log: VMS MMS (make) wants null action.
85765      Branch: perl
85766            ! ext/B/Makefile.PL
85767 ____________________________________________________________________________
85768 [  6779] By: jhi                                   on 2000/08/22  19:44:47
85769         Log: Forgot portability nit.
85770      Branch: perl
85771            ! t/lib/st-forgive.t
85772 ____________________________________________________________________________
85773 [  6778] By: jhi                                   on 2000/08/22  19:35:25
85774         Log: Be portable.
85775      Branch: perl
85776            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
85777            ! t/lib/st-store.t
85778 ____________________________________________________________________________
85779 [  6777] By: jhi                                   on 2000/08/22  18:50:53
85780         Log: Update Changes.
85781      Branch: perl
85782            ! Changes patchlevel.h
85783 ____________________________________________________________________________
85784 [  6776] By: jhi                                   on 2000/08/22  18:44:46
85785         Log: cSVOPo_*v things index into the current PL_curpad
85786              under ithreads, which is different from the curpad
85787              used by the XSUB.  (In other words, the code as-is
85788              before this patch wouldn't work under ithreads.)
85789              From Sarathy.
85790      Branch: perl
85791            ! ext/B/B.xs
85792 ____________________________________________________________________________
85793 [  6775] By: jhi                                   on 2000/08/22  18:18:37
85794         Log: Make the selection of NVff et al stricter.
85795      Branch: metaconfig/U/perl
85796            ! perlxvf.U
85797      Branch: perl
85798            ! Configure config_h.SH
85799 ____________________________________________________________________________
85800 [  6774] By: jhi                                   on 2000/08/22  17:19:42
85801         Log: perldelta nits.
85802      Branch: perl
85803            ! pod/perldelta.pod
85804 ____________________________________________________________________________
85805 [  6773] By: jhi                                   on 2000/08/22  17:06:26
85806         Log: Long double fixes from Spider Boardman.
85807              
85808              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
85809              From: system PRIVILEGED account <root@peano.zk3.dec.com>
85810              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
85811              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
85812      Branch: perl
85813            ! t/lib/bigfltpm.t t/lib/st-06compat.t
85814 ____________________________________________________________________________
85815 [  6772] By: jhi                                   on 2000/08/22  15:04:53
85816         Log: Update Changes.
85817      Branch: perl
85818            ! Changes patchlevel.h
85819 ____________________________________________________________________________
85820 [  6771] By: jhi                                   on 2000/08/22  15:01:44
85821         Log: perldelta fixes from Hugo van der Sanden.
85822      Branch: perl
85823            ! pod/perldelta.pod
85824 ____________________________________________________________________________
85825 [  6770] By: jhi                                   on 2000/08/22  14:34:49
85826         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
85827              From: Hugo <hv@crypt.compulink.co.uk>
85828              Date: Tue, 22 Aug 2000 11:21:53 +0100
85829              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
85830      Branch: perl
85831            ! regcomp.c
85832 ____________________________________________________________________________
85833 [  6769] By: jhi                                   on 2000/08/22  14:30:02
85834         Log: Add Yitzchak, reformat.
85835      Branch: perl
85836            ! Changes config_h.SH
85837 ____________________________________________________________________________
85838 [  6768] By: jhi                                   on 2000/08/22  14:21:35
85839         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
85840              and Spider Boardman.
85841      Branch: metaconfig
85842            ! U/compline/d_gconvert.U
85843      Branch: perl
85844            ! Configure
85845 ____________________________________________________________________________
85846 [  6767] By: jhi                                   on 2000/08/22  14:11:24
85847         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
85848              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85849              Date: Mon, 21 Aug 2000 19:08:31 -0700
85850              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
85851      Branch: perl
85852            - ext/Storable/patchlevel.h
85853            ! MANIFEST ext/Storable/MANIFEST
85854 ____________________________________________________________________________
85855 [  6766] By: jhi                                   on 2000/08/22  13:49:29
85856         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
85857              From: Peter Prymmer <pvhp@forte.com>
85858              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
85859              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
85860      Branch: perl
85861            ! configure.com ext/Storable/Makefile.PL
85862 ____________________________________________________________________________
85863 [  6765] By: jhi                                   on 2000/08/22  13:44:59
85864         Log: Subject: [PATCH blead] B:: missing dependency
85865              From: Hugo <hv@crypt.compulink.co.uk>
85866              Date: Tue, 22 Aug 2000 06:44:33 +0100
85867              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
85868      Branch: perl
85869            ! ext/B/Makefile.PL
85870 ____________________________________________________________________________
85871 [  6764] By: jhi                                   on 2000/08/22  13:38:12
85872         Log: More bytecompiler.
85873      Branch: perl
85874            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
85875 ____________________________________________________________________________
85876 [  6763] By: jhi                                   on 2000/08/22  13:36:44
85877         Log: Bytecompiler patches from Benjamin Stuhl.
85878      Branch: perl
85879            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
85880            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
85881            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
85882            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
85883            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
85884            ! perl.c perlapi.h pod/perldelta.pod
85885 ____________________________________________________________________________
85886 [  6762] By: jhi                                   on 2000/08/21  23:43:40
85887         Log: An obsoleted diagnostic.
85888      Branch: perl
85889            ! pod/perldelta.pod
85890 ____________________________________________________________________________
85891 [  6761] By: jhi                                   on 2000/08/21  23:01:45
85892         Log: The #6759 wasn't quite right.
85893      Branch: perl
85894            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85895            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85896            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85897            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85898            ! t/lib/st-tieditems.t
85899 ____________________________________________________________________________
85900 [  6760] By: jhi                                   on 2000/08/21  22:35:49
85901         Log: Be verydeepclean.
85902      Branch: perl
85903            ! Makefile.SH
85904 ____________________________________________________________________________
85905 [  6759] By: jhi                                   on 2000/08/21  22:25:40
85906         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
85907              From: Peter Prymmer <pvhp@forte.com>
85908              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
85909              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
85910      Branch: perl
85911            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85912            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85913            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85914            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85915            ! t/lib/st-tieditems.t
85916 ____________________________________________________________________________
85917 [  6758] By: jhi                                   on 2000/08/21  22:22:32
85918         Log: Few more casts, need reported in
85919              
85920              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
85921              From: Mike Stok <mike@stok.co.uk>
85922              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
85923              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
85924              
85925              and
85926              
85927              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
85928              From: abigail@foad.org
85929              Date: 21 Aug 2000 21:31:34 -0000
85930              Message-Id: <20000821213134.30170.qmail@foad.org>
85931      Branch: perl
85932            ! ext/Storable/Storable.xs
85933 ____________________________________________________________________________
85934 [  6757] By: jhi                                   on 2000/08/21  18:37:07
85935         Log: Update Changes.
85936      Branch: perl
85937            ! Changes patchlevel.h
85938 ____________________________________________________________________________
85939 [  6756] By: jhi                                   on 2000/08/21  18:34:02
85940         Log: A pod nit.
85941              
85942              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
85943              From: <abigail@foad.org>
85944              Date: Mon, 21 Aug 2000 14:00:16 -0400
85945              Message-ID: <20000821180016.28627.qmail@foad.org>
85946      Branch: perl
85947            ! pod/perlre.pod
85948 ____________________________________________________________________________
85949 [  6755] By: jhi                                   on 2000/08/21  18:30:56
85950         Log: Use PodParser 1.18 new test.
85951      Branch: perl
85952            ! t/pod/special_seqs.t t/pod/special_seqs.xr
85953 ____________________________________________________________________________
85954 [  6754] By: jhi                                   on 2000/08/21  18:28:35
85955         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
85956              patches cannot be applied since #6712 conflicts.
85957      Branch: perl
85958            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
85959 ____________________________________________________________________________
85960 [  6753] By: jhi                                   on 2000/08/21  18:15:11
85961         Log: Weed out some smaller changes.
85962      Branch: perl
85963            ! pod/perldelta.pod
85964 ____________________________________________________________________________
85965 [  6752] By: jhi                                   on 2000/08/21  18:02:30
85966         Log: Also under djgpp the timestamps are funky.
85967      Branch: perl
85968            ! t/op/stat.t
85969 ____________________________________________________________________________
85970 [  6751] By: jhi                                   on 2000/08/21  17:55:56
85971         Log: Tweak the floating point output routine preferences.
85972      Branch: metaconfig
85973            ! U/compline/d_gconvert.U
85974      Branch: perl
85975            ! Configure
85976 ____________________________________________________________________________
85977 [  6750] By: jhi                                   on 2000/08/21  17:51:29
85978         Log: Unicos/mk requires elaborate paranoia.
85979      Branch: perl
85980            ! lib/Math/Complex.pm
85981 ____________________________________________________________________________
85982 [  6749] By: gsar                                  on 2000/08/21  16:53:31
85983         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
85984      Branch: perl
85985            ! lib/Cwd.pm
85986 ____________________________________________________________________________
85987 [  6748] By: gsar                                  on 2000/08/21  16:22:19
85988         Log: free TLS slot properly on Windows
85989      Branch: perl
85990            ! thread.h win32/perllib.c win32/win32thread.h
85991 ____________________________________________________________________________
85992 [  6747] By: jhi                                   on 2000/08/21  16:20:58
85993         Log: Rename the macro argument because some preprocessors
85994              can't tell the difference and expand arguments also inside
85995              double quoted strings.
85996      Branch: perl
85997            ! regcomp.c
85998 ____________________________________________________________________________
85999 [  6746] By: jhi                                   on 2000/08/21  16:09:41
86000         Log: Support long doubles in Storable.
86001              
86002              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
86003              From: Radu Greab <radu@netsoft.ro>
86004              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
86005              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
86006      Branch: perl
86007            ! ext/Storable/Storable.xs
86008 ____________________________________________________________________________
86009 [  6745] By: jhi                                   on 2000/08/21  15:51:40
86010         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
86011              From: "Fifer, Eric" <EFifer@sanwaint.com>
86012              Date: Mon, 21 Aug 2000 15:34:49 +0100
86013              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
86014      Branch: perl
86015            ! t/pragma/warn/9enabled
86016 ____________________________________________________________________________
86017 [  6744] By: jhi                                   on 2000/08/21  15:39:35
86018         Log: Document the endianness of Alpha more precisely.
86019      Branch: perl
86020            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
86021            ! pod/perlport.pod
86022 ____________________________________________________________________________
86023 [  6743] By: jhi                                   on 2000/08/21  14:47:05
86024         Log: perldelta fixes from the p5p crowd.
86025      Branch: perl
86026            ! pod/perldelta.pod pod/perlop.pod
86027 ____________________________________________________________________________
86028 [  6742] By: jhi                                   on 2000/08/21  13:34:51
86029         Log: Update to Pod::LaTeX 0.53.
86030              
86031              Subject: [PATCH] lib/Pod/LaTeX.pm updates
86032              From: Tim Jenness <timj@jach.hawaii.edu>
86033              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
86034              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
86035      Branch: perl
86036            ! lib/Pod/LaTeX.pm
86037 ____________________________________________________________________________
86038 [  6741] By: jhi                                   on 2000/08/21  13:33:01
86039         Log: Subject: [PATCH] os2.c fix for use64bitint
86040              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86041              Date: Mon, 21 Aug 2000 01:32:25 -0700
86042              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
86043      Branch: perl
86044            ! os2/os2.c
86045 ____________________________________________________________________________
86046 [  6740] By: jhi                                   on 2000/08/21  13:28:52
86047         Log: Array context keeps slithering in.
86048              
86049              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
86050              From: Daniel Chetlin <daniel@chetlin.com>
86051              Date: Sun, 20 Aug 2000 21:40:25 -0700
86052              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
86053      Branch: perl
86054            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
86055            ! pod/perldebtut.pod
86056 ____________________________________________________________________________
86057 [  6739] By: jhi                                   on 2000/08/21  13:23:55
86058         Log: Big-endian quad fixes for Storable from Radu Greab,
86059              plus few explicit null casts for picky compilers.
86060      Branch: perl
86061            ! ext/Storable/Storable.xs
86062 ____________________________________________________________________________
86063 [  6738] By: gsar                                  on 2000/08/21  05:56:13
86064         Log: small tweaks for change#6705: avoid C++ style comments in C code;
86065              use Perl's malloc API rather than the low level system one
86066      Branch: perl
86067            ! win32/win32.c
86068 ____________________________________________________________________________
86069 [  6737] By: gsar                                  on 2000/08/21  05:35:41
86070         Log: add Storable to list of extensions on Windows
86071      Branch: perl
86072            ! win32/Makefile win32/makefile.mk
86073 ____________________________________________________________________________
86074 [  6736] By: jhi                                   on 2000/08/21  02:57:53
86075         Log: Update Changes.
86076      Branch: perl
86077            ! Changes patchlevel.h
86078 ____________________________________________________________________________
86079 [  6735] By: jhi                                   on 2000/08/21  02:57:20
86080         Log: Draft 0.
86081      Branch: perl
86082            ! pod/perldelta.pod
86083 ____________________________________________________________________________
86084 [  6734] By: jhi                                   on 2000/08/21  02:57:03
86085         Log: Add Storable 0.7.2 from Raphael Manfredi,
86086              plus the patch from
86087              
86088              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
86089              From: Radu Greab <radu@netsoft.ro>
86090              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
86091              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
86092              
86093              plus changes to get Storable to compile with
86094              picky ANSI compilers.
86095      Branch: perl
86096            + ext/Storable/ChangeLog ext/Storable/MANIFEST
86097            + ext/Storable/Makefile.PL ext/Storable/README
86098            + ext/Storable/Storable.pm ext/Storable/Storable.xs
86099            + ext/Storable/patchlevel.h t/lib/st-06compat.t
86100            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
86101            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
86102            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
86103            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
86104            + t/lib/st-tieditems.t
86105            ! MANIFEST
86106 ____________________________________________________________________________
86107 [  6733] By: jhi                                   on 2000/08/21  02:29:09
86108         Log: The correct cleaning order is an art.
86109      Branch: perl
86110            ! Makefile.SH
86111 ____________________________________________________________________________
86112 [  6732] By: jhi                                   on 2000/08/21  01:23:39
86113         Log: The #6724 is here.
86114      Branch: perl
86115            ! t/lib/ftmp-security.t
86116 ____________________________________________________________________________
86117 [  6731] By: jhi                                   on 2000/08/20  23:17:03
86118         Log: s/this one/the 5.6.0 release/
86119      Branch: perl
86120            ! pod/perl56delta.pod
86121 ____________________________________________________________________________
86122 [  6730] By: jhi                                   on 2000/08/20  23:07:34
86123         Log: Mention perlebcdic and perlposix-bc.
86124      Branch: perl
86125            ! pod/perlport.pod
86126 ____________________________________________________________________________
86127 [  6729] By: jhi                                   on 2000/08/20  21:32:59
86128         Log: Document the number of exponent digits.
86129      Branch: perl
86130            ! pod/perlfunc.pod
86131 ____________________________________________________________________________
86132 [  6728] By: jhi                                   on 2000/08/20  21:16:47
86133         Log: Use File::Spec->tmpdir().
86134              
86135              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
86136              From: Tim Jenness <timj@jach.hawaii.edu>
86137              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
86138              MIME-Version: 1.0
86139              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
86140      Branch: perl
86141            ! utils/perlbug.PL
86142 ____________________________________________________________________________
86143 [  6727] By: jhi                                   on 2000/08/20  20:43:32
86144         Log: Update Changes.
86145      Branch: perl
86146            ! Changes patchlevel.h
86147 ____________________________________________________________________________
86148 [  6726] By: jhi                                   on 2000/08/20  20:41:44
86149         Log: The veryclean target needs to clobber.
86150      Branch: perl
86151            ! Makefile.SH
86152 ____________________________________________________________________________
86153 [  6725] By: jhi                                   on 2000/08/20  20:37:38
86154         Log: Document odd vs even subreleases and -Dusedevel.
86155      Branch: perl
86156            ! INSTALL
86157 ____________________________________________________________________________
86158 [  6724] By: jhi                                   on 2000/08/20  19:58:05
86159         Log: Use temporary directory instead of current directory.
86160              
86161              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
86162              From: Tim Jenness <timj@jach.hawaii.edu>
86163              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
86164              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
86165      Branch: perl
86166            ! t/lib/ftmp-security.t
86167 ____________________________________________________________________________
86168 [  6723] By: jhi                                   on 2000/08/20  19:55:55
86169         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
86170              From: andreas.koenig@anima.de (Andreas J. Koenig)
86171              Date: 20 Aug 2000 15:52:03 +0200
86172              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
86173      Branch: perl
86174            ! lib/ExtUtils/MM_Unix.pm
86175 ____________________________________________________________________________
86176 [  6722] By: jhi                                   on 2000/08/20  19:46:01
86177         Log: Update to CGI 2.72, from Lincoln Stein.
86178      Branch: perl
86179            ! lib/CGI.pm
86180 ____________________________________________________________________________
86181 [  6721] By: jhi                                   on 2000/08/20  19:43:54
86182         Log: (Replaced by #8364.)
86183              
86184              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
86185              From: Radu Greab <radu@netsoft.ro>
86186              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
86187              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
86188      Branch: perl
86189            ! ext/GDBM_File/GDBM_File.xs
86190 ____________________________________________________________________________
86191 [  6720] By: jhi                                   on 2000/08/20  19:42:01
86192         Log: pp_open() could pass an uninitialized filename down to do_open9().
86193      Branch: perl
86194            ! pp_sys.c
86195 ____________________________________________________________________________
86196 [  6719] By: jhi                                   on 2000/08/20  14:06:41
86197         Log: UTF8 concat fixes.
86198              
86199              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
86200              From: Hugo <hv@crypt.compulink.co.uk>
86201              Date: Sun, 20 Aug 2000 07:30:46 +0100
86202              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
86203      Branch: perl
86204            ! pp_hot.c t/op/append.t
86205 ____________________________________________________________________________
86206 [  6718] By: jhi                                   on 2000/08/20  02:09:37
86207         Log: Let's try #6717 again.
86208      Branch: perl
86209            ! lib/File/Temp.pm
86210 ____________________________________________________________________________
86211 [  6717] By: jhi                                   on 2000/08/20  01:56:55
86212         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
86213              From: "Craig A. Berry" <craig.berry@metamorgs.com>
86214              Date: Sat, 19 Aug 2000 18:15:39 -0500
86215              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
86216      Branch: perl
86217            ! lib/File/Temp.pm
86218 ____________________________________________________________________________
86219 [  6716] By: jhi                                   on 2000/08/19  15:50:11
86220         Log: Update Changes.
86221      Branch: perl
86222            ! Changes patchlevel.h
86223 ____________________________________________________________________________
86224 [  6715] By: jhi                                   on 2000/08/19  15:39:09
86225         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
86226              From: Jonathan D Johnston <jdjohnston2@juno.com>
86227              Date: Thu, 17 Aug 2000 23:13:01 -0400       
86228              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
86229      Branch: perl
86230            ! pod/perlfunc.pod
86231 ____________________________________________________________________________
86232 [  6714] By: jhi                                   on 2000/08/19  15:34:04
86233         Log: Introduce a 'veryclean' target that is like 'distclean'
86234              but also removes *~ and *.orig.
86235      Branch: perl
86236            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
86237            ! utils/Makefile x2p/Makefile.SH
86238 ____________________________________________________________________________
86239 [  6713] By: jhi                                   on 2000/08/19  14:15:45
86240         Log: Put back the long double avoidance code to POSIX.xs
86241              because VMS seems to need it still.
86242      Branch: perl
86243            ! ext/POSIX/POSIX.xs
86244 ____________________________________________________________________________
86245 [  6712] By: jhi                                   on 2000/08/19  14:10:41
86246         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
86247              From: Peter Prymmer <pvhp@forte.com>
86248              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
86249              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
86250      Branch: perl
86251            ! lib/Pod/Find.pm t/pod/find.t
86252 ____________________________________________________________________________
86253 [  6711] By: jhi                                   on 2000/08/19  14:09:19
86254         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
86255              From: Peter Prymmer <pvhp@forte.com>
86256              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
86257              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
86258              cc: vmsperl@perl.org
86259      Branch: perl
86260            ! t/lib/peek.t
86261 ____________________________________________________________________________
86262 [  6710] By: jhi                                   on 2000/08/19  14:08:01
86263         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
86264              From: Jan Dubois <jand@ActiveState.com>
86265              Date: Fri, 18 Aug 2000 16:31:48 -0700
86266              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
86267      Branch: perl
86268            ! win32/win32.c
86269 ____________________________________________________________________________
86270 [  6709] By: jhi                                   on 2000/08/19  14:06:57
86271         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
86272              
86273              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
86274              From: Spider.Boardman@Orb.Nashua.NH.US
86275              Date: Fri, 18 Aug 2000 18:41:14 -0400
86276              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
86277      Branch: perl
86278            ! regcomp.c
86279 ____________________________________________________________________________
86280 [  6708] By: jhi                                   on 2000/08/18  22:04:49
86281         Log: Update Changes.
86282      Branch: perl
86283            ! Changes patchlevel.h
86284 ____________________________________________________________________________
86285 [  6707] By: jhi                                   on 2000/08/18  21:55:14
86286         Log: Add warnif(), check warnings further up the stack,
86287              all the warnings functions now can take an optional object reference.
86288              
86289              Subject: [PATCH bleedperl@6691] warnings pragma update
86290              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
86291              Date: Fri, 18 Aug 2000 22:42:06 +0100
86292              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
86293      Branch: perl
86294            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
86295            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
86296            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
86297 ____________________________________________________________________________
86298 [  6706] By: jhi                                   on 2000/08/18  21:41:45
86299         Log: Typo in pp_complement().
86300              
86301              Subject: [PATCH perl-current] Deparse
86302              From: Peter Scott <Peter@PSDT.com>
86303              Date: Fri, 18 Aug 2000 12:44:37 -0700
86304              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
86305      Branch: perl
86306            ! ext/B/B/Deparse.pm
86307 ____________________________________________________________________________
86308 [  6705] By: jhi                                   on 2000/08/18  21:25:59
86309         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
86310              From: Jan Dubois <jand@ActiveState.com>
86311              Date: Fri, 18 Aug 2000 14:22:51 -0700
86312              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
86313      Branch: perl
86314            ! lib/Win32.pod win32/win32.c
86315 ____________________________________________________________________________
86316 [  6704] By: jhi                                   on 2000/08/18  21:16:14
86317         Log: Don't eat leading os from index entries.
86318              
86319              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
86320              From: Russ Allbery <rra@stanford.edu>
86321              Date: 10 Aug 2000 20:49:25 -0700
86322              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
86323      Branch: perl
86324            ! lib/Pod/Man.pm
86325 ____________________________________________________________________________
86326 [  6703] By: jhi                                   on 2000/08/18  21:07:06
86327         Log: Add [[:blank:]] as suggested in
86328              
86329              Subject: [ID 20000716.024] [=cc=] / [:blank:]
86330              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
86331              Date: Sun, 16 Jul 2000 17:55:29 -0700
86332              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
86333              
86334              (the [=cc=] has already been taken care of by #6439
86335              so the whole bug report can be closed)
86336              
86337              and make [[:space:]] to be equivalent to isspace(3)
86338              (as opposed to \s, which is isSPACE()).  The difference
86339              is that now [[:space:]] matches the mythical vertical tab,
86340              while \s doesn't.
86341      Branch: perl
86342            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
86343            ! regexec.c t/op/pat.t
86344 ____________________________________________________________________________
86345 [  6702] By: jhi                                   on 2000/08/18  18:47:47
86346         Log: The new tests were missing from #6415.
86347      Branch: perl
86348            ! t/op/bop.t
86349 ____________________________________________________________________________
86350 [  6701] By: jhi                                   on 2000/08/18  18:20:40
86351         Log: Document the NDBM_File and ODBM_File as SDBM_File
86352              was documented in #6417.
86353      Branch: perl
86354            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
86355            ! ext/SDBM_File/SDBM_File.pm
86356 ____________________________________________________________________________
86357 [  6700] By: jhi                                   on 2000/08/18  18:10:39
86358         Log: Subject: [PATCH perl@6698] cygwin port
86359              From: "Fifer, Eric" <EFifer@sanwaint.com>
86360              Date: Fri, 18 Aug 2000 17:30:05 +0100
86361              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
86362      Branch: perl
86363            ! lib/File/Temp.pm
86364 ____________________________________________________________________________
86365 [  6699] By: jhi                                   on 2000/08/18  16:21:49
86366         Log: Document code point which makes if (defined %stash::) to work
86367              (noted by Spider Boardman).
86368      Branch: perl
86369            ! op.c
86370 ____________________________________________________________________________
86371 [  6698] By: jhi                                   on 2000/08/18  13:43:27
86372         Log: Update Changes.
86373      Branch: perl
86374            ! Changes patchlevel.h
86375 ____________________________________________________________________________
86376 [  6697] By: jhi                                   on 2000/08/18  13:35:57
86377         Log: Tiny Getopt::Long patch from Johan Vromans.
86378      Branch: perl
86379            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
86380 ____________________________________________________________________________
86381 [  6696] By: jhi                                   on 2000/08/18  13:26:14
86382         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
86383              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
86384              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
86385              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
86386      Branch: perl
86387            ! pod/perldiag.pod pod/perlsyn.pod
86388 ____________________________________________________________________________
86389 [  6695] By: jhi                                   on 2000/08/18  13:13:26
86390         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
86391              From: Daniel Chetlin <daniel@chetlin.com>
86392              Date: Fri, 18 Aug 2000 03:13:36 -0700
86393              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
86394      Branch: perl
86395            ! pod/perlfunc.pod
86396 ____________________________________________________________________________
86397 [  6694] By: jhi                                   on 2000/08/18  13:08:05
86398         Log: Subject: [PATCH] perltrap.pod spring cleaning
86399              From: Daniel Chetlin <daniel@chetlin.com>
86400              Date: Fri, 18 Aug 2000 03:06:54 -0700
86401              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
86402              
86403              plus Mike Guy's nitfix.
86404      Branch: perl
86405            ! pod/perltrap.pod
86406 ____________________________________________________________________________
86407 [  6693] By: jhi                                   on 2000/08/18  13:00:26
86408         Log: Unbuffer the output.
86409              
86410              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
86411              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86412              Date: Thu, 17 Aug 2000 18:39:29 -0700
86413              Message-ID: <RPJn5gzkgydf092yn@efn.org>
86414      Branch: perl
86415            ! t/op/fork.t
86416 ____________________________________________________________________________
86417 [  6692] By: jhi                                   on 2000/08/18  05:19:17
86418         Log: Delete the image, too, not just its MANIFEStation.
86419      Branch: perl
86420            - lib/CGI/eg/wilogo.gif
86421 ____________________________________________________________________________
86422 [  6691] By: jhi                                   on 2000/08/18  05:10:26
86423         Log: Propagate new Configure vars.
86424      Branch: perl
86425            ! configure.com epoc/config.sh uconfig.h uconfig.sh
86426            ! vos/config.def vos/config.h vos/config_h.SH_orig
86427            ! win32/config.bc win32/config.gc win32/config.vc
86428            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
86429 ____________________________________________________________________________
86430 [  6690] By: jhi                                   on 2000/08/18  04:30:56
86431         Log: Update Changes.
86432      Branch: perl
86433            ! Changes patchlevel.h
86434 ____________________________________________________________________________
86435 [  6689] By: jhi                                   on 2000/08/18  04:12:30
86436         Log: Fix the lib/complex failure of
86437              
86438              From: abigail@foad.org
86439              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
86440              Date: 15 Aug 2000 04:06:38 -0000
86441              Message-Id: <20000815040638.8524.qmail@foad.org> 
86442              
86443              Linux long double accuracy issue: something that
86444              when printed with %g looks like "2" but int() of it is 1.
86445      Branch: perl
86446            ! lib/Math/Complex.pm
86447 ____________________________________________________________________________
86448 [  6688] By: jhi                                   on 2000/08/18  03:15:35
86449         Log: The byteorder code in #6671 was wrong.
86450      Branch: perl
86451            ! configpm
86452 ____________________________________________________________________________
86453 [  6687] By: jhi                                   on 2000/08/18  02:08:42
86454         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
86455              From: Jan Dubois <jand@ActiveState.com>
86456              Date: Thu, 17 Aug 2000 18:31:55 -0700
86457              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
86458      Branch: perl
86459            ! sv.c
86460 ____________________________________________________________________________
86461 [  6686] By: jhi                                   on 2000/08/18  02:04:15
86462         Log: Use NVs in POSIX math, not doubles.
86463              
86464              From: abigail@foad.org
86465              Subject: [ID 20000817.014] POSIX & modfl
86466              Date: 17 Aug 2000 20:49:18 -0000
86467              Message-Id: <20000817204918.23123.qmail@foad.org>
86468      Branch: perl
86469            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
86470 ____________________________________________________________________________
86471 [  6685] By: jhi                                   on 2000/08/18  02:02:12
86472         Log: Introduce NVef, NVff, and NVgf, use the middle one.
86473              (helps for lib/peek + Linux + long doubles)  Reported in
86474              
86475              From: abigail@foad.org
86476              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
86477              Date: 15 Aug 2000 04:06:38 -0000
86478              Message-Id: <20000815040638.8524.qmail@foad.org> 
86479              
86480              (note: the lib/complex failure has not yet been addressed)
86481      Branch: metaconfig/U/perl
86482            ! perlxvf.U
86483      Branch: perl
86484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86485            ! config_h.SH dump.c perl.h pod/perlguts.pod
86486 ____________________________________________________________________________
86487 [  6684] By: jhi                                   on 2000/08/17  23:22:19
86488         Log: Add byteorder to the myconfig output.
86489      Branch: perl
86490            ! myconfig.SH
86491 ____________________________________________________________________________
86492 [  6683] By: jhi                                   on 2000/08/17  23:20:19
86493         Log: The image doth not exist, spotted by Johan Vromans.
86494      Branch: perl
86495            ! MANIFEST
86496 ____________________________________________________________________________
86497 [  6682] By: jhi                                   on 2000/08/17  22:38:16
86498         Log: Document what the backtick returns if the command fails.
86499      Branch: perl
86500            ! pod/perlop.pod
86501 ____________________________________________________________________________
86502 [  6681] By: jhi                                   on 2000/08/17  22:33:12
86503         Log: Do not use prototyping here.
86504              
86505              Subject: [ID 20000817.016] [PATCH] Peek.xs
86506              From: abigail@foad.org
86507              Date: 17 Aug 2000 20:55:56 -0000
86508              Message-Id: <20000817205556.24270.qmail@foad.org>
86509      Branch: perl
86510            ! ext/Devel/Peek/Makefile.PL
86511 ____________________________________________________________________________
86512 [  6680] By: jhi                                   on 2000/08/17  19:46:43
86513         Log: Don't propose using modules built for 5.005 if no binary
86514              compatibility with 5.005 is attempted.
86515              
86516              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
86517              Subject: Minor nit with 5.7.0 (6655)
86518              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
86519              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
86520      Branch: metaconfig
86521            ! U/installdirs/inc_version_list.U
86522      Branch: perl
86523            ! Configure config_h.SH
86524 ____________________________________________________________________________
86525 [  6679] By: jhi                                   on 2000/08/17  19:16:39
86526         Log: Microperl config update.
86527      Branch: perl
86528            ! uconfig.h uconfig.sh
86529 ____________________________________________________________________________
86530 [  6678] By: jhi                                   on 2000/08/17  19:16:13
86531         Log: The #6648 wasn't protective enough for limited platforms
86532              (like microperl).
86533      Branch: perl
86534            ! dump.c sv.c
86535 ____________________________________________________________________________
86536 [  6677] By: jhi                                   on 2000/08/17  14:46:35
86537         Log: Update Changes.
86538      Branch: perl
86539            ! Changes patchlevel.h
86540 ____________________________________________________________________________
86541 [  6676] By: jhi                                   on 2000/08/17  14:44:02
86542         Log: Add perlebcdic from Peter Prymmer, regen toc.
86543      Branch: perl
86544            + pod/perlebcdic.pod
86545            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86546 ____________________________________________________________________________
86547 [  6675] By: jhi                                   on 2000/08/17  14:41:52
86548         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
86549      Branch: perl
86550            ! pod/perldebtut.pod
86551 ____________________________________________________________________________
86552 [  6674] By: jhi                                   on 2000/08/17  14:29:43
86553         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
86554              
86555              Subject: [ID 20000724.006] -DLEAKTEST problem
86556              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
86557              Date: Tue, 25 Jul 2000 00:36:32 -0500
86558              Message-Id: <20000725003632.A26186@www.llamacom.com>
86559              
86560              Reminder sent
86561              
86562              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
86563              From: Hugo <hv@crypt.compulink.co.uk>
86564              Date: Thu, 17 Aug 2000 15:23:42 +0100
86565              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
86566      Branch: perl
86567            ! util.c
86568 ____________________________________________________________________________
86569 [  6673] By: jhi                                   on 2000/08/17  04:07:10
86570         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
86571              From: John Peacock <JPeacock@UnivPress.com>
86572              Date: Tue, 01 Aug 2000 09:38:12 -0400
86573              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
86574      Branch: perl
86575            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
86576 ____________________________________________________________________________
86577 [  6672] By: jhi                                   on 2000/08/17  03:04:35
86578         Log: Subject: [PATCH] Cwd.pm now uses strict
86579              From: Tim Jenness <timj@jach.hawaii.edu>
86580              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
86581              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
86582      Branch: perl
86583            ! lib/Cwd.pm
86584 ____________________________________________________________________________
86585 [  6671] By: jhi                                   on 2000/08/17  02:16:35
86586         Log: Make $Config{byteorder} more magical so that it is
86587              dynamically computed: nice for 'fat binaries'.
86588              
86589              Subject: [PATCH]: default byteorder
86590              From: Wilfredo Sánchez <wsanchez@apple.com>
86591              Date: Mon, 31 Jul 2000 19:45:31 -0700
86592              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
86593      Branch: perl
86594            ! configpm
86595 ____________________________________________________________________________
86596 [  6670] By: gsar                                  on 2000/08/17  01:22:21
86597         Log: move WNOHANG definition to where other such things are
86598      Branch: perl
86599            ! win32/win32.h
86600 ____________________________________________________________________________
86601 [  6669] By: jhi                                   on 2000/08/17  01:19:17
86602         Log: Update Changes.
86603      Branch: perl
86604            ! Changes patchlevel.h
86605 ____________________________________________________________________________
86606 [  6668] By: jhi                                   on 2000/08/17  01:16:29
86607         Log: Doc nits spotted by Richard Soderberg.
86608      Branch: perl
86609            ! README.posix-bc README.vmesa
86610 ____________________________________________________________________________
86611 [  6667] By: jhi                                   on 2000/08/17  01:12:11
86612         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
86613              From: "Casey R. Tweten" <crt@kiski.net>
86614              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
86615              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
86616      Branch: perl
86617            ! pod/perldebtut.pod
86618 ____________________________________________________________________________
86619 [  6666] By: jhi                                   on 2000/08/17  01:09:31
86620         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
86621              From: "Casey R. Tweten" <crt@kiski.net>
86622              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
86623              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
86624      Branch: perl
86625            ! lib/Shell.pm
86626 ____________________________________________________________________________
86627 [  6665] By: gsar                                  on 2000/08/17  01:03:52
86628         Log: add "ok" targets from change#6632 in makefile.mk
86629      Branch: perl
86630            ! pod/perlport.pod win32/Makefile win32/makefile.mk
86631 ____________________________________________________________________________
86632 [  6664] By: gsar                                  on 2000/08/17  00:56:11
86633         Log: avoid warnings from dense compiler
86634      Branch: perl
86635            ! win32/win32.c
86636 ____________________________________________________________________________
86637 [  6663] By: jhi                                   on 2000/08/17  00:51:49
86638         Log: Tweak the regex compilation errors once more.
86639      Branch: perl
86640            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
86641            ! t/op/regmesg.t t/pragma/warn/regcomp
86642 ____________________________________________________________________________
86643 [  6662] By: gsar                                  on 2000/08/17  00:28:19
86644         Log: trailing new %ENV entries weren't being pushed into the real
86645              environment of subprocesses on Windows
86646      Branch: perl
86647            ! t/op/magic.t win32/perlhost.h
86648 ____________________________________________________________________________
86649 [  6661] By: gsar                                  on 2000/08/17  00:19:20
86650         Log: waitpid() now handles externally spawned pids correctly;
86651              fixes for backtick/wait/waitpid failures on Windows 9x
86652              
86653              these changes make the pid returned by process functions on
86654              Windows 9x always positive by clearing the high bit (which
86655              is always set on Win9x); pseudo-process PIDs are likewise
86656              always negative now on Win9x (just as on NT/2000)
86657      Branch: perl
86658            ! pp_sys.c win32/perlhost.h win32/win32.c
86659 ____________________________________________________________________________
86660 [  6660] By: jhi                                   on 2000/08/17  00:04:32
86661         Log: Retract #6645.
86662      Branch: perl
86663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86664            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
86665            ! t/op/sprintf.t
86666 ____________________________________________________________________________
86667 [  6659] By: gsar                                  on 2000/08/16  23:59:28
86668         Log: on windows, the return values from wait() and waitpid() don't
86669              match those of pseudo-pids
86670      Branch: perl
86671            ! pp_sys.c t/op/fork.t util.c win32/win32.c
86672 ____________________________________________________________________________
86673 [  6658] By: gsar                                  on 2000/08/16  23:56:14
86674         Log: pod nit seen in passing
86675      Branch: perl
86676            ! pod/perlfunc.pod
86677 ____________________________________________________________________________
86678 [  6657] By: gsar                                  on 2000/08/16  23:53:42
86679         Log: change#6328 could make close(SOCKET) return false on windows
86680              when it shouldn't
86681      Branch: perl
86682            ! win32/win32sck.c
86683 ____________________________________________________________________________
86684 [  6656] By: gsar                                  on 2000/08/16  23:46:57
86685         Log: check that the number pseudo children doesn't exceed
86686              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
86687              the WaitForMultipleObjects() limit that would cause wait()
86688              to crash)
86689              
86690              wait() and waitpid() could potentially be rewritten to use
86691              more than one thread to do the waiting to eliminate this
86692              limitation
86693      Branch: perl
86694            ! win32/perlhost.h
86695 ____________________________________________________________________________
86696 [  6655] By: jhi                                   on 2000/08/16  14:11:05
86697         Log: Update Changes.
86698      Branch: perl
86699            ! Changes patchlevel.h
86700 ____________________________________________________________________________
86701 [  6654] By: jhi                                   on 2000/08/16  14:10:12
86702         Log: Update to perldebtut 1.9, from Richard Foley.
86703      Branch: perl
86704            ! pod/perldebtut.pod
86705 ____________________________________________________________________________
86706 [  6653] By: jhi                                   on 2000/08/16  14:08:17
86707         Log: Change the regx compilation error markers to use = instead of <
86708              since pod makes using the latter quite messy.  Reported in
86709              ID 20000814.006 by Abigail and in
86710              Subject: Unknown escape E<> ?
86711              From: Lupe Christoph <lupe@lupe-christoph.de>
86712              Date: Fri, 11 Aug 2000 00:30:27 +0200
86713              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
86714      Branch: perl
86715            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
86716            ! t/op/regmesg.t t/pragma/warn/regcomp
86717 ____________________________________________________________________________
86718 [  6652] By: jhi                                   on 2000/08/16  13:25:31
86719         Log: Change the perlbug address to perl.org since it's more forgiving.
86720              
86721              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
86722              From: abigail@foad.org
86723              Date: 15 Aug 2000 04:15:40 -0000
86724              Message-Id: <20000815041540.8633.qmail@foad.org>
86725      Branch: perl
86726            ! utils/perlbug.PL
86727 ____________________________________________________________________________
86728 [  6651] By: jhi                                   on 2000/08/16  13:22:35
86729         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
86730              From: Tim Jenness <timj@jach.hawaii.edu>
86731              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
86732              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
86733      Branch: perl
86734            ! lib/Cwd.pm
86735 ____________________________________________________________________________
86736 [  6650] By: jhi                                   on 2000/08/16  13:18:13
86737         Log: Update to CPAN 1.57.
86738              
86739              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
86740              From: andreas.koenig@anima.de (Andreas J. Koenig)
86741              Date: 16 Aug 2000 15:09:46 +0200
86742              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
86743      Branch: perl
86744            ! lib/CPAN.pm
86745 ____________________________________________________________________________
86746 [  6649] By: jhi                                   on 2000/08/16  13:12:31
86747         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
86748              From: "Larry W. Virden" <lvirden@cas.org>
86749              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
86750              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
86751      Branch: perl
86752            ! README.hpux
86753 ____________________________________________________________________________
86754 [  6648] By: jhi                                   on 2000/08/16  13:03:53
86755         Log: The numeric locale was reset to "C" by s?printf and never restored.
86756              
86757              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
86758              From: Christian Kirsch <ck@held.mind.de>
86759              Date: Wed, 9 Aug 2000 17:05:17 +0200
86760              Message-Id: <20000809170517.A25389@held>
86761              
86762              No test since adding the failing example to locale.t
86763              does not fail -- probably because the locale settings are so
86764              thoroughly tweaked by that time.  Running the example standalone
86765              does fail, though.  UPDATE: test case added at change #7540.
86766      Branch: perl
86767            ! dump.c perl.h pp.c pp_ctl.c sv.c
86768 ____________________________________________________________________________
86769 [  6647] By: jhi                                   on 2000/08/16  00:07:54
86770         Log: Update Changes and test semi-automatic patchlevel updating.
86771      Branch: perl
86772            ! Changes patchlevel.h
86773 ____________________________________________________________________________
86774 [  6646] By: jhi                                   on 2000/08/15  23:35:07
86775         Log: Fix a dependency problem.
86776              
86777              Subject: [PATCH: 6640] VMS Makefile.SH update
86778              From: Peter Prymmer <pvhp@forte.com>
86779              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
86780              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
86781      Branch: perl
86782            ! vms/descrip_mms.template
86783 ____________________________________________________________________________
86784 [  6645] By: jhi                                   on 2000/08/15  23:33:23
86785         Log: (Retracted by #6660)
86786              
86787              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
86788              From: Dominic Dunlop <domo@computer.org>
86789              Date: Tue, 15 Aug 2000 22:20:52 +0200
86790              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
86791      Branch: metaconfig/U/perl
86792            + d_printfed.U
86793      Branch: perl
86794            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86795            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
86796            ! t/op/sprintf.t
86797 ____________________________________________________________________________
86798 [  6644] By: jhi                                   on 2000/08/15  21:17:20
86799         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
86800              From: abigail@foad.org
86801              Date: 15 Aug 2000 20:12:41 -0000
86802              Message-Id: <20000815201241.25556.qmail@foad.org>
86803      Branch: perl
86804            ! INSTALL
86805 ____________________________________________________________________________
86806 [  6643] By: jhi                                   on 2000/08/15  21:15:28
86807         Log: (an already applied patch)
86808      Branch: perl
86809            ! lib/CGI.pm
86810 ____________________________________________________________________________
86811 [  6642] By: gsar                                  on 2000/08/15  19:54:05
86812         Log: magic callbacks all need to have same type signature
86813      Branch: perl
86814            ! embed.pl mg.c proto.h
86815 ____________________________________________________________________________
86816 [  6641] By: jhi                                   on 2000/08/15  17:56:27
86817         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)
86818              From: Mike Guy <mjtg@cam.ac.uk>
86819              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
86820              Date: Tue, 15 Aug 2000 18:26:45 +0100
86821              
86822              Only the peek.t part applied, not the hash quality part.
86823      Branch: perl
86824            ! t/lib/peek.t
86825 ____________________________________________________________________________
86826 [  6640] By: jhi                                   on 2000/08/15  16:37:37
86827         Log: Update Changes.
86828      Branch: perl
86829            ! Changes
86830 ____________________________________________________________________________
86831 [  6639] By: jhi                                   on 2000/08/15  16:34:55
86832         Log: Missed a file from #6638.
86833      Branch: perl
86834            ! lib/File/Temp.pm
86835 ____________________________________________________________________________
86836 [  6638] By: jhi                                   on 2000/08/15  16:33:19
86837         Log: Subject: [PATCH perl@6620] cygwin port
86838              From: "Fifer, Eric" <EFifer@sanwaint.com>
86839              Date: Tue, 15 Aug 2000 17:00:49 +0100
86840              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
86841      Branch: perl
86842            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
86843 ____________________________________________________________________________
86844 [  6637] By: jhi                                   on 2000/08/15  16:29:22
86845         Log: Subject: [PATCH] debugger exit code should reflect user exit code
86846              From: Mike Guy <mjtg@cam.ac.uk>
86847              Date: Tue, 15 Aug 2000 16:55:59 +0100
86848              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
86849      Branch: perl
86850            ! lib/perl5db.pl
86851 ____________________________________________________________________________
86852 [  6636] By: jhi                                   on 2000/08/15  15:30:58
86853         Log: Update Changes.
86854      Branch: perl
86855            ! Changes
86856 ____________________________________________________________________________
86857 [  6635] By: jhi                                   on 2000/08/15  15:27:21
86858         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
86859      Branch: metaconfig
86860            ! U/mkglossary U/mksample
86861      Branch: metaconfig/U/perl
86862            ! Devel.U
86863      Branch: perl
86864            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86865 ____________________________________________________________________________
86866 [  6634] By: jhi                                   on 2000/08/15  14:11:55
86867         Log: Don't blow limited stacks, a lower number is enough to
86868              tickle the lookbehind limit.
86869              
86870              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
86871              From: Dominic Dunlop <domo@computer.org>
86872              Date: Tue, 15 Aug 2000 13:51:24 +0200
86873              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
86874      Branch: perl
86875            ! t/op/regmesg.t
86876 ____________________________________________________________________________
86877 [  6633] By: jhi                                   on 2000/08/15  14:01:46
86878         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
86879              From: Mike Guy <mjtg@cam.ac.uk>
86880              Date: Tue, 15 Aug 2000 12:10:50 +0100
86881              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
86882      Branch: perl
86883            ! utils/perldoc.PL
86884 ____________________________________________________________________________
86885 [  6632] By: jhi                                   on 2000/08/15  13:58:48
86886         Log: make ok etc also for win32.
86887              
86888              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
86889              From: Prymmer/Kahn <pvhp@best.com>
86890              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
86891              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
86892      Branch: perl
86893            ! win32/Makefile
86894 ____________________________________________________________________________
86895 [  6631] By: jhi                                   on 2000/08/15  13:45:03
86896         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
86897      Branch: perl
86898            ! lib/Test.pm
86899 ____________________________________________________________________________
86900 [  6630] By: jhi                                   on 2000/08/15  03:25:09
86901         Log: Update Changes.
86902      Branch: perl
86903            ! Changes
86904 ____________________________________________________________________________
86905 [  6629] By: jhi                                   on 2000/08/15  03:23:53
86906         Log: magic_regdatum_set() is void, not int.
86907      Branch: perl
86908            ! embed.pl mg.c proto.h
86909 ____________________________________________________________________________
86910 [  6628] By: jhi                                   on 2000/08/15  03:08:02
86911         Log: Make the user to give up his firstborn, err, to knowingly
86912              verify installing an unstable developer release.  Also bump
86913              the release to 5.7.0, but leave a patch tag in the local
86914              patches saying that this is not yet the real thing.
86915      Branch: metaconfig
86916            ! U/modified/Instruct.U
86917      Branch: metaconfig/U/perl
86918            + Devel.U
86919      Branch: perl
86920            ! Configure patchlevel.h
86921 ____________________________________________________________________________
86922 [  6627] By: jhi                                   on 2000/08/14  22:32:52
86923         Log: README.os2 update.
86924              
86925              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
86926              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86927              Date: Wed, 02 Aug 2000 21:55:09 -0700
86928              Message-ID: <tsPi5gzkgegX092yn@efn.org>
86929      Branch: perl
86930            ! README.os2
86931 ____________________________________________________________________________
86932 [  6626] By: jhi                                   on 2000/08/14  21:00:02
86933         Log: Subject: Re: File::Temp problems on VMS in bleedperl
86934              From: Tim Jenness <timj@jach.hawaii.edu>
86935              cc: vmsperl@perl.org
86936              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
86937              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
86938      Branch: perl
86939            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
86940 ____________________________________________________________________________
86941 [  6625] By: jhi                                   on 2000/08/14  20:52:16
86942         Log: Add SUIDMAIL as was done for the CERT alert.
86943      Branch: perl
86944            ! patchlevel.h
86945 ____________________________________________________________________________
86946 [  6624] By: jhi                                   on 2000/08/14  20:48:50
86947         Log: Subject: sfio2000
86948              From: Daniel Muino <dmuino@afip.gov.ar>
86949              Date: Mon, 14 Aug 2000 16:58:11 -0300
86950              Message-ID: <20000814165811.B16368@con2-dgi>
86951      Branch: perl
86952            ! perlsdio.h perlsfio.h
86953 ____________________________________________________________________________
86954 [  6623] By: jhi                                   on 2000/08/14  20:47:36
86955         Log: Subject: warning: storage class after type is obsolescent
86956              From: Daniel Muino <dmuino@afip.gov.ar>
86957              Date: Mon, 14 Aug 2000 16:42:47 -0300
86958              Message-ID: <20000814164247.A16368@con2-dgi>
86959      Branch: perl
86960            ! regcomp.pl regnodes.h
86961 ____________________________________________________________________________
86962 [  6622] By: jhi                                   on 2000/08/14  20:43:05
86963         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
86964              From: abigail@foad.org
86965              Date: 14 Aug 2000 20:00:10 -0000
86966              Message-Id: <20000814200010.27271.qmail@foad.org>
86967      Branch: perl
86968            ! Changes
86969 ____________________________________________________________________________
86970 [  6621] By: jhi                                   on 2000/08/14  15:23:05
86971         Log: Update Changes.
86972      Branch: perl
86973            ! Changes
86974 ____________________________________________________________________________
86975 [  6620] By: jhi                                   on 2000/08/14  15:22:14
86976         Log: Subject: Re: [PATCH] @+, @- readonly
86977              From: Mike Guy <mjtg@cam.ac.uk>
86978              Date: Mon, 14 Aug 2000 15:26:55 +0100
86979              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
86980      Branch: perl
86981            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
86982            ! sv.c t/op/pat.t
86983 ____________________________________________________________________________
86984 [  6619] By: jhi                                   on 2000/08/14  14:12:08
86985         Log: Update Changes.
86986      Branch: perl
86987            ! Changes
86988 ____________________________________________________________________________
86989 [  6618] By: jhi                                   on 2000/08/14  14:09:34
86990         Log: For now remove the mail code.
86991      Branch: perl
86992            ! perl.c
86993 ____________________________________________________________________________
86994 [  6617] By: jhi                                   on 2000/08/14  14:08:28
86995         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
86996      Branch: perl
86997            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
86998            ! pod/perlfaq8.pod pod/perlsec.pod
86999 ____________________________________________________________________________
87000 [  6616] By: jhi                                   on 2000/08/14  14:00:11
87001         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
87002              From: Mike Guy <mjtg@cam.ac.uk>
87003              Date: Mon, 14 Aug 2000 08:26:02 +0100
87004              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
87005      Branch: perl
87006            ! lib/perl5db.pl
87007 ____________________________________________________________________________
87008 [  6615] By: jhi                                   on 2000/08/14  13:58:45
87009         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
87010              From: Mike Guy <mjtg@cam.ac.uk>
87011              Date: Mon, 14 Aug 2000 08:04:22 +0100
87012              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
87013      Branch: perl
87014            ! gv.c mg.c t/op/pat.t
87015 ____________________________________________________________________________
87016 [  6614] By: jhi                                   on 2000/08/14  13:56:45
87017         Log: Subject: Test fails / warnings with perl-current #6612
87018              From: Mike Guy <mjtg@cam.ac.uk>
87019              Date: Mon, 14 Aug 2000 07:57:23 +0100
87020              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
87021      Branch: perl
87022            ! t/lib/b.t t/lib/peek.t
87023 ____________________________________________________________________________
87024 [  6613] By: jhi                                   on 2000/08/14  13:45:33
87025         Log: VMS configure.com update continues.
87026      Branch: perl
87027            - vms/configure.com
87028            ! MANIFEST configure.com
87029 ____________________________________________________________________________
87030 [  6612] By: jhi                                   on 2000/08/13  22:13:35
87031         Log: Update Changes.
87032      Branch: perl
87033            ! Changes
87034 ____________________________________________________________________________
87035 [  6611] By: jhi                                   on 2000/08/13  16:21:45
87036         Log: Upgrade to CGI 2.71, from Lincoln Stein.
87037      Branch: perl
87038            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
87039 ____________________________________________________________________________
87040 [  6610] By: jhi                                   on 2000/08/13  15:09:16
87041         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
87042              From: Mike Guy <mjtg@cam.ac.uk>
87043              Date: Sun, 13 Aug 2000 13:45:51 +0100
87044              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
87045      Branch: perl
87046            ! t/op/regmesg.t
87047 ____________________________________________________________________________
87048 [  6609] By: jhi                                   on 2000/08/13  14:31:26
87049         Log: Andreas says that 1.56 is fine, so reverting back to it.
87050      Branch: perl
87051            ! lib/CPAN.pm
87052 ____________________________________________________________________________
87053 [  6608] By: jhi                                   on 2000/08/13  05:34:20
87054         Log: Update Changes.
87055      Branch: perl
87056            ! Changes
87057 ____________________________________________________________________________
87058 [  6607] By: jhi                                   on 2000/08/13  05:32:01
87059         Log: Put back the \z changes of #5406 to CPAN.pm.
87060      Branch: perl
87061            ! lib/CPAN.pm
87062 ____________________________________________________________________________
87063 [  6606] By: jhi                                   on 2000/08/13  05:20:16
87064         Log: Fix-n-skip the tests under 5005threads.
87065      Branch: perl
87066            ! t/lib/b.t
87067 ____________________________________________________________________________
87068 [  6605] By: jhi                                   on 2000/08/13  05:07:48
87069         Log: Fix the test for 5005threads.
87070      Branch: perl
87071            ! t/lib/peek.t
87072 ____________________________________________________________________________
87073 [  6604] By: jhi                                   on 2000/08/13  03:35:37
87074         Log: Should have deleted this in #6603.
87075      Branch: perl
87076            - vms/subconfigure.com
87077 ____________________________________________________________________________
87078 [  6603] By: jhi                                   on 2000/08/12  18:29:32
87079         Log: Rewrite of vms/subconfigure.com as configure.com,
87080              from Peter Prymmer and the vmsperl crew.
87081      Branch: perl
87082            + vms/configure.com
87083            ! MANIFEST
87084 ____________________________________________________________________________
87085 [  6602] By: jhi                                   on 2000/08/11  13:00:01
87086         Log: PlainText.pm is dead.
87087      Branch: perl
87088            - lib/Pod/PlainText.pm
87089            ! MANIFEST
87090 ____________________________________________________________________________
87091 [  6601] By: jhi                                   on 2000/08/11  04:06:45
87092         Log: Update Changes.
87093      Branch: perl
87094            ! Changes
87095 ____________________________________________________________________________
87096 [  6600] By: jhi                                   on 2000/08/11  04:06:10
87097         Log: Add a few missing files, update MANIFEST.
87098      Branch: perl
87099            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
87100            + lib/Pod/PlainText.pm t/pod/find.t
87101            ! MANIFEST t/op/regmesg.t
87102 ____________________________________________________________________________
87103 [  6599] By: jhi                                   on 2000/08/11  03:31:10
87104         Log: Add Perl debugging tutorial, regen toc. 
87105              
87106              Subject: perldebtut.pod
87107              From: Richard Foley <Richard.Foley@m.dasa.de>
87108              Date: Wed, 09 Aug 2000 10:17:15 +0200
87109              Message-id: <3991138B.262247B8@m.dasa.de>
87110      Branch: perl
87111            + pod/perldebtut.pod
87112            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
87113 ____________________________________________________________________________
87114 [  6598] By: jhi                                   on 2000/08/11  02:48:56
87115         Log: tiny Changes edit
87116      Branch: perl
87117            ! Changes
87118 ____________________________________________________________________________
87119 [  6597] By: jhi                                   on 2000/08/11  02:39:04
87120         Log: Tests for #6589.
87121              
87122              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
87123              From: simon@brecon.co.uk (Simon Cozens)
87124              Date: 11 Aug 2000 02:24:52 GMT
87125              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
87126      Branch: perl
87127            ! t/lib/b.t
87128 ____________________________________________________________________________
87129 [  6596] By: jhi                                   on 2000/08/11  01:50:07
87130         Log: Update Changes.
87131      Branch: perl
87132            ! Changes
87133 ____________________________________________________________________________
87134 [  6595] By: jhi                                   on 2000/08/11  01:47:16
87135         Log: nitfix
87136      Branch: perl
87137            ! Changes
87138 ____________________________________________________________________________
87139 [  6594] By: jhi                                   on 2000/08/11  01:36:16
87140         Log: Subject: Getting perlio and threads to compile
87141              From: Lupe Christoph <lupe@lupe-christoph.de>
87142              Date: Wed, 9 Aug 2000 11:35:54 +0200
87143              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
87144              
87145              (the Solaris version changes in Configure skipped)
87146      Branch: perl
87147            ! hints/solaris_2.sh thread.h
87148 ____________________________________________________________________________
87149 [  6593] By: jhi                                   on 2000/08/11  01:30:16
87150         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
87151              From: simon@brecon.co.uk (Simon Cozens)
87152              Date: 1 Aug 2000 06:55:19 GMT
87153              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
87154      Branch: perl
87155            ! lib/utf8.pm
87156 ____________________________________________________________________________
87157 [  6592] By: jhi                                   on 2000/08/11  01:26:39
87158         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
87159              From: Peter Scott <Peter@PeterScott.com>
87160              Date: Thu, 10 Aug 2000 08:23:27 -0700
87161              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
87162      Branch: perl
87163            ! lib/perl5db.pl
87164 ____________________________________________________________________________
87165 [  6591] By: jhi                                   on 2000/08/11  01:22:02
87166         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
87167              From: Hugo <hv@crypt.compulink.co.uk>
87168              Date: Thu, 10 Aug 2000 19:23:04 +0100
87169              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
87170      Branch: perl
87171            ! regexec.c t/op/pat.t
87172 ____________________________________________________________________________
87173 [  6590] By: jhi                                   on 2000/08/11  01:19:19
87174         Log: Preprocessing and postprocessing for File::Find.
87175              
87176              Subject: Patch to Find::File.pm to allow alphabetical results
87177              From: Joe Smith <jsmith@inwap.com>
87178              Date: Wed, 9 Aug 2000 02:44:54 -0700
87179              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
87180      Branch: perl
87181            ! lib/File/Find.pm
87182 ____________________________________________________________________________
87183 [  6589] By: jhi                                   on 2000/08/11  01:12:39
87184         Log: B::Deparse didn't do sub attributes.
87185              
87186              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
87187              From: simon@brecon.co.uk (Simon Cozens)
87188              Date: 9 Aug 2000 04:49:20 GMT
87189              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
87190      Branch: perl
87191            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
87192 ____________________________________________________________________________
87193 [  6588] By: jhi                                   on 2000/08/11  01:06:40
87194         Log: Subject: debugger "d" command doesnt check line number
87195              From: Mike Guy <mjtg@cam.ac.uk>
87196              Date: Tue, 08 Aug 2000 21:54:29 +0100
87197              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
87198      Branch: perl
87199            ! lib/perl5db.pl mg.c pod/perldiag.pod
87200 ____________________________________________________________________________
87201 [  6587] By: jhi                                   on 2000/08/11  00:45:03
87202         Log: sleep(1) does not necessarily return 1.
87203              
87204              Subject: [PATCH bleadperl] op/lex_assign.t  
87205              From: Hugo <hv@crypt.compulink.co.uk>
87206              Date: Thu, 03 Aug 2000 14:34:22 +0100        
87207              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
87208      Branch: perl
87209            ! t/op/lex_assign.t
87210 ____________________________________________________________________________
87211 [  6586] By: jhi                                   on 2000/08/11  00:31:50
87212         Log: Document the IO::Select timeout.
87213      Branch: perl
87214            ! ext/IO/lib/IO/Select.pm
87215 ____________________________________________________________________________
87216 [  6585] By: jhi                                   on 2000/08/11  00:13:54
87217         Log: Forgot contributor.
87218      Branch: perl
87219            ! Changes
87220 ____________________________________________________________________________
87221 [  6584] By: jhi                                   on 2000/08/11  00:09:19
87222         Log: detypo
87223      Branch: perl
87224            ! Changes
87225 ____________________________________________________________________________
87226 [  6583] By: jhi                                   on 2000/08/11  00:07:53
87227         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
87228              
87229              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
87230              From: Mike Guy <mjtg@cam.ac.uk> 
87231              Date: Thu, 10 Aug 2000 15:50:54 +0100
87232              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
87233      Branch: perl
87234            ! sv.c t/op/int.t
87235 ____________________________________________________________________________
87236 [  6582] By: jhi                                   on 2000/08/10  23:29:32
87237         Log: Update Changes.
87238      Branch: perl
87239            ! Changes
87240 ____________________________________________________________________________
87241 [  6581] By: jhi                                   on 2000/08/10  23:26:16
87242         Log: Put back the std @INC thing.
87243      Branch: perl
87244            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
87245            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
87246            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
87247            ! t/lib/gol-oo.t
87248 ____________________________________________________________________________
87249 [  6580] By: jhi                                   on 2000/08/10  23:03:34
87250         Log: Update to CGI 2.70, from Lincoln Stein.
87251      Branch: perl
87252            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
87253            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
87254            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
87255            ! t/lib/cgi-request.t
87256 ____________________________________________________________________________
87257 [  6579] By: jhi                                   on 2000/08/10  22:41:50
87258         Log: Update to CPAN 1.56, from Andreas König.
87259      Branch: perl
87260            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
87261 ____________________________________________________________________________
87262 [  6578] By: jhi                                   on 2000/08/10  22:38:13
87263         Log: Update to Pod::Parser 1.17, from Brad Appleton.
87264      Branch: perl
87265            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
87266            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
87267            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
87268            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
87269            ! t/pod/include.t t/pod/included.t t/pod/lref.t
87270            ! t/pod/multiline_items.t t/pod/nested_items.t
87271            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
87272            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
87273            ! t/pod/special_seqs.t
87274 ____________________________________________________________________________
87275 [  6577] By: jhi                                   on 2000/08/10  22:35:41
87276         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
87277      Branch: perl
87278            ! AUTHORS MAINTAIN
87279 ____________________________________________________________________________
87280 [  6576] By: jhi                                   on 2000/08/10  22:24:54
87281         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
87282      Branch: perl
87283            + t/lib/gol-oo.t
87284            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
87285            ! t/lib/gol-compat.t t/lib/gol-linkage.t
87286 ____________________________________________________________________________
87287 [  6575] By: jhi                                   on 2000/08/10  22:02:07
87288         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
87289      Branch: perl
87290            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
87291 ____________________________________________________________________________
87292 [  6574] By: jhi                                   on 2000/08/10  21:55:03
87293         Log: Iterating perl6 description.
87294      Branch: perl
87295            ! pod/perlfaq1.pod
87296 ____________________________________________________________________________
87297 [  6573] By: jhi                                   on 2000/08/10  21:48:26
87298         Log: Revert the sv.c part of #6559, a better fix is needed.
87299      Branch: perl
87300            ! sv.c
87301 ____________________________________________________________________________
87302 [  6572] By: jhi                                   on 2000/08/10  20:33:43
87303         Log: It's the 2ndO'ROSSC.
87304      Branch: perl
87305            ! pod/perlfaq1.pod
87306 ____________________________________________________________________________
87307 [  6571] By: jhi                                   on 2000/08/10  15:55:48
87308         Log: detypo
87309      Branch: perl
87310            ! pod/perlfaq1.pod
87311 ____________________________________________________________________________
87312 [  6570] By: jhi                                   on 2000/08/10  14:11:17
87313         Log: An exceptionally sticky typo.
87314      Branch: perl
87315            ! Changes
87316 ____________________________________________________________________________
87317 [  6569] By: jhi                                   on 2000/08/10  14:09:33
87318         Log: detypo (and test Changes updating script)
87319      Branch: perl
87320            ! Changes
87321 ____________________________________________________________________________
87322 [  6568] By: jhi                                   on 2000/08/10  14:07:07
87323         Log: Update Changes.
87324      Branch: perl
87325            ! Changes
87326 ____________________________________________________________________________
87327 [  6567] By: jhi                                   on 2000/08/10  14:06:19
87328         Log: Amend the description of Perl6.
87329              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
87330              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
87331              Date: Wed, 9 Aug 2000 22:11:06 -0500
87332              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
87333      Branch: perl
87334            ! pod/perlfaq1.pod
87335 ____________________________________________________________________________
87336 [  6566] By: jhi                                   on 2000/08/10  13:58:57
87337         Log: Subject: Remove dead entry in perldiag
87338              From: Mike Guy <mjtg@cam.ac.uk>
87339              Date: Thu, 10 Aug 2000 14:19:19 +0100
87340              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
87341      Branch: perl
87342            ! pod/perldiag.pod
87343 ____________________________________________________________________________
87344 [  6565] By: jhi                                   on 2000/08/10  13:51:48
87345         Log: Zero entries were skipped, fix from Adrian Goalby
87346              <argoalby@yahoo.co.uk>
87347      Branch: perl
87348            ! lib/unicode/Number.pl lib/unicode/mktables.PL
87349 ____________________________________________________________________________
87350 [  6564] By: jhi                                   on 2000/08/10  13:00:12
87351         Log: Subject: [PATCH 5.6.0] cygwin port
87352              From: "Fifer, Eric" <EFifer@sanwaint.com>
87353              Date: Thu, 10 Aug 2000 13:15:36 +0100
87354              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
87355      Branch: perl
87356            ! README.cygwin hints/cygwin.sh
87357 ____________________________________________________________________________
87358 [  6563] By: jhi                                   on 2000/08/10  12:55:16
87359         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
87360      Branch: perl
87361            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
87362 ____________________________________________________________________________
87363 [  6562] By: gsar                                  on 2000/08/10  08:38:39
87364         Log: warn is a macro, avoid using at a variable to avoid warnings
87365              in some configurations; readdir.t is too conservative in
87366              estimating number of *.t's
87367      Branch: perl
87368            ! t/op/readdir.t util.c
87369 ____________________________________________________________________________
87370 [  6561] By: jhi                                   on 2000/08/09  23:35:42
87371         Log: Update Changes.
87372      Branch: perl
87373            ! Changes
87374 ____________________________________________________________________________
87375 [  6560] By: jhi                                   on 2000/08/09  23:05:47
87376         Log: Subject: Re: enhanced(?) regex error messages
87377              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87378              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
87379              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
87380              
87381              (plus two small patches sent privately)
87382              (this still seems to leave few test failures)
87383      Branch: perl
87384            + t/op/regmesg.t
87385            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
87386            ! t/pragma/warn/regcomp
87387 ____________________________________________________________________________
87388 [  6559] By: jhi                                   on 2000/08/09  20:41:18
87389         Log: (The fix did work but was not right, retracted in #6573)
87390              
87391              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
87392              From: Christian Kirsch <ck@held.mind.de>
87393              Date: Wed, 9 Aug 2000 17:05:17 +0200
87394              Message-Id: <20000809170517.A25389@held>
87395      Branch: perl
87396            ! sv.c t/pragma/locale.t
87397 ____________________________________________________________________________
87398 [  6558] By: jhi                                   on 2000/08/08  22:34:08
87399         Log: Tiny updates on the contributors list.
87400      Branch: perl
87401            ! Changes
87402 ____________________________________________________________________________
87403 [  6557] By: jhi                                   on 2000/08/08  19:34:28
87404         Log: Double check that we have a dirhandle.
87405      Branch: perl
87406            ! util.c
87407 ____________________________________________________________________________
87408 [  6556] By: jhi                                   on 2000/08/08  19:01:51
87409         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
87410              May be repopulated with fresh maintained examples.
87411      Branch: perl
87412            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
87413            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
87414            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
87415            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
87416            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
87417            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
87418            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
87419            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
87420            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
87421            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
87422            + lib/CGI/eg/wilogo_gif.uu
87423            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
87424            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
87425            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
87426            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
87427            - eg/cgi/frameset.cgi eg/cgi/index.html
87428            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
87429            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
87430            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
87431            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
87432            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
87433            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
87434            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
87435            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
87436            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
87437            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
87438            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
87439            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
87440            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
87441            - eg/van/vanish eg/who eg/wrapsuid
87442            ! MANIFEST
87443 ____________________________________________________________________________
87444 [  6555] By: jhi                                   on 2000/08/08  18:51:08
87445         Log: Delete chat2 as requested by Randal.
87446              
87447              Subject: Re: perlfaq8 coyness
87448              From: merlyn@stonehenge.com (Randal L. Schwartz) 
87449              Date: 15 May 2000 18:52:42 -0700 
87450              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
87451      Branch: perl
87452            - lib/chat2.pl
87453            ! MANIFEST
87454 ____________________________________________________________________________
87455 [  6554] By: jhi                                   on 2000/08/08  18:31:35
87456         Log: Regen global.sym.
87457      Branch: perl
87458            ! global.sym
87459 ____________________________________________________________________________
87460 [  6553] By: jhi                                   on 2000/08/08  18:28:13
87461         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
87462              (either perlbug or p5p ate the original), plus regen
87463              perlapi and perltoc. 
87464      Branch: perl
87465            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
87466            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
87467            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
87468            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
87469            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
87470            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
87471            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
87472            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
87473            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
87474            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
87475 ____________________________________________________________________________
87476 [  6552] By: jhi                                   on 2000/08/08  18:06:29
87477         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
87478              From: Mike Guy <mjtg@cam.ac.uk>
87479              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
87480              Date: Tue, 08 Aug 2000 15:51:27 +0100
87481      Branch: perl
87482            ! doop.c sv.h t/op/join.t t/pragma/overload.t
87483 ____________________________________________________________________________
87484 [  6551] By: jhi                                   on 2000/08/08  18:01:11
87485         Log: Re-apply #6549.
87486      Branch: perl
87487            ! lib/perl5db.pl
87488 ____________________________________________________________________________
87489 [  6550] By: jhi                                   on 2000/08/08  17:43:08
87490         Log: Accidental retraction of #6549.
87491      Branch: perl
87492            ! lib/perl5db.pl
87493 ____________________________________________________________________________
87494 [  6549] By: jhi                                   on 2000/08/08  17:40:04
87495         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
87496              From: Mike Guy <mjtg@cam.ac.uk>
87497              Date: Mon, 07 Aug 2000 21:49:58 +0100
87498              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
87499      Branch: perl
87500            ! lib/perl5db.pl
87501 ____________________________________________________________________________
87502 [  6548] By: jhi                                   on 2000/08/08  17:37:57
87503         Log: Document here-doc better.
87504              
87505              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
87506              From: Mike Guy <mjtg@cam.ac.uk>
87507              Date: Mon, 07 Aug 2000 14:02:09 +0100
87508              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
87509      Branch: perl
87510            ! pod/perldata.pod
87511 ____________________________________________________________________________
87512 [  6547] By: jhi                                   on 2000/08/08  17:33:34
87513         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
87514              From: "Randy J. Ray" <rjray@redhat.com>
87515              Date: Mon, 07 Aug 2000 19:12:25 -0700
87516              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
87517      Branch: perl
87518            ! perl.c pod/perlrun.pod
87519 ____________________________________________________________________________
87520 [  6546] By: jhi                                   on 2000/08/08  17:29:26
87521         Log: Subject: Re: enhanced(?) regex error messages 
87522              From: Hugo <hv@crypt.compulink.co.uk>
87523              Date: Tue, 08 Aug 2000 03:25:51 +0100
87524              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
87525              
87526              plus Capitalize the error messages, plus perldiag them.
87527      Branch: perl
87528            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
87529 ____________________________________________________________________________
87530 [  6545] By: jhi                                   on 2000/08/08  13:59:28
87531         Log: Augment #6539 a bit: don't croak if there's magic in the air.
87532              
87533              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
87534              From: Hugo <hv@crypt.compulink.co.uk>
87535              Date: Tue, 08 Aug 2000 03:02:03 +0100
87536              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
87537      Branch: perl
87538            ! pp.c t/op/bless.t
87539 ____________________________________________________________________________
87540 [  6544] By: jhi                                   on 2000/08/07  21:11:52
87541         Log: Make the test -w clean.
87542      Branch: perl
87543            ! t/op/bless.t
87544 ____________________________________________________________________________
87545 [  6543] By: jhi                                   on 2000/08/07  19:49:53
87546         Log: use warnings instead of $^W.
87547      Branch: perl
87548            ! t/op/bless.t
87549 ____________________________________________________________________________
87550 [  6542] By: jhi                                   on 2000/08/07  17:41:41
87551         Log: Disable a portability warning Because We Know What We Are Doing.
87552      Branch: perl
87553            ! t/op/bless.t
87554 ____________________________________________________________________________
87555 [  6541] By: jhi                                   on 2000/08/07  17:29:51
87556         Log: Tiny tidying on report_evil_fh().
87557      Branch: perl
87558            ! util.c
87559 ____________________________________________________________________________
87560 [  6540] By: jhi                                   on 2000/08/07  16:37:38
87561         Log: Make regular expression parse error messages easier to understand.
87562              
87563              Subject: Re: enhanced(?) regex error messages
87564              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87565              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
87566              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
87567      Branch: perl
87568            ! regcomp.c
87569 ____________________________________________________________________________
87570 [  6539] By: jhi                                   on 2000/08/07  16:12:27
87571         Log: Make bless(REF, REF) a fatal error, add bless tests.
87572              
87573              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
87574              From: Hugo <hv@crypt.compulink.co.uk>
87575              Date: Mon, 07 Aug 2000 16:59:38 +0100
87576              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
87577      Branch: perl
87578            + t/op/bless.t
87579            ! MANIFEST pod/perldiag.pod pp.c sv.c
87580 ____________________________________________________________________________
87581 [  6538] By: jhi                                   on 2000/08/07  15:59:43
87582         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
87583              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
87584              Date: Thu, 3 Aug 2000 14:29:21 -0700
87585              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
87586      Branch: perl
87587            ! lib/lib_pm.PL
87588 ____________________________________________________________________________
87589 [  6537] By: jhi                                   on 2000/08/07  15:47:18
87590         Log: Retract #6419 for now since it breaks in AFS and MachTen.
87591      Branch: perl
87592            ! lib/Cwd.pm
87593 ____________________________________________________________________________
87594 [  6536] By: jhi                                   on 2000/08/07  15:05:29
87595         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
87596              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
87597              The security hole exists only in suidperls, which isn't
87598              installed or even built by default.
87599      Branch: perl
87600            ! perl.c
87601 ____________________________________________________________________________
87602 [  6535] By: jhi                                   on 2000/08/07  14:45:14
87603         Log: tr memory corruption fix from Simon Cozens.
87604      Branch: perl
87605            ! doop.c
87606 ____________________________________________________________________________
87607 [  6534] By: jhi                                   on 2000/08/06  11:38:16
87608         Log: Document a bit that UDP is not what you might think.
87609              
87610              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
87611              From: Lupe Christoph <lupe@lupe-christoph.de>
87612              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
87613              Date: Mon, 24 Jul 2000 08:59:15 +0200
87614      Branch: perl
87615            ! pod/perlipc.pod
87616 ____________________________________________________________________________
87617 [  6533] By: jhi                                   on 2000/08/06  11:35:01
87618         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
87619              From: Jeff Pinyan <jeffp@hut.crusoe.net>
87620              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
87621              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
87622      Branch: perl
87623            ! pod/perlfunc.pod
87624 ____________________________________________________________________________
87625 [  6532] By: jhi                                   on 2000/08/06  03:45:41
87626         Log: Have symbols for the IoTYPEs.
87627      Branch: perl
87628            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
87629 ____________________________________________________________________________
87630 [  6531] By: jhi                                   on 2000/08/06  01:33:55
87631         Log: Continue fixing the io warnings.  This also
87632              sort of fixes bug ID 20000802.003: the core dump
87633              is no more.  Whether the current behaviour is correct
87634              (giving a warning: "Not a format reference"), is another matter.
87635      Branch: perl
87636            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
87637            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87638 ____________________________________________________________________________
87639 [  6530] By: jhi                                   on 2000/08/05  21:33:12
87640         Log: Change the Policy policy: now -Dprefix= with an existing
87641              Policy.sh and prefix == siteprefix == vendorprefix, then all
87642              of them follow along the new prefix.
87643              
87644              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
87645              From: Andy Dougherty <doughera@lafayette.edu>
87646              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
87647              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
87648      Branch: perl
87649            ! Policy_sh.SH
87650 ____________________________________________________________________________
87651 [  6529] By: jhi                                   on 2000/08/05  18:57:28
87652         Log: Zap lib/Sys directory when cleaning up.
87653      Branch: perl
87654            ! Makefile.SH
87655 ____________________________________________________________________________
87656 [  6528] By: jhi                                   on 2000/08/05  18:40:44
87657         Log: Essential prototype changes were missing from #6527.
87658              Also make report_evil_fh() more bomb-proof.
87659      Branch: perl
87660            ! embed.h util.c
87661 ____________________________________________________________________________
87662 [  6527] By: jhi                                   on 2000/08/05  03:22:05
87663         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
87664              From: "Ronald F. Guilmette" <rfg@monkeys.com>
87665              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
87666              Message-Id: <200007242247.PAA52177@monkeys.com>
87667      Branch: perl
87668            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
87669 ____________________________________________________________________________
87670 [  6526] By: jhi                                   on 2000/08/04  21:23:27
87671         Log: gcc versions might have (parentheses) in them.
87672      Branch: metaconfig/U/perl
87673            ! gccvers.U
87674      Branch: perl
87675            ! Configure config_h.SH
87676 ____________________________________________________________________________
87677 [  6525] By: jhi                                   on 2000/08/04  20:23:12
87678         Log: Weed buglets pointed out by
87679              
87680              From: Lupe Christoph <lupe@lupe-christoph.de>
87681              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
87682              Date: Fri, 4 Aug 2000 17:34:39 +0200
87683              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
87684      Branch: metaconfig/U/perl
87685            ! gccvers.U uselfs.U
87686      Branch: perl
87687            ! Configure config_h.SH
87688 ____________________________________________________________________________
87689 [  6524] By: jhi                                   on 2000/08/04  19:02:08
87690         Log: Warn under -w if lstat(FH) is attempted.
87691              
87692              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
87693              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
87694              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
87695              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
87696      Branch: perl
87697            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
87698            ! t/pragma/warn/pp_sys
87699 ____________________________________________________________________________
87700 [  6523] By: jhi                                   on 2000/08/04  12:31:11
87701         Log: Subject: New perlcc, take 2
87702              From: simon@brecon.co.uk (Simon Cozens)
87703              Date: 4 Aug 2000 06:21:04 GMT
87704              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
87705      Branch: perl
87706            ! utils/perlcc.PL
87707 ____________________________________________________________________________
87708 [  6522] By: jhi                                   on 2000/08/04  12:26:33
87709         Log: Subject: Re: Array vs. List context
87710              From: Daniel Chetlin <daniel@chetlin.com>
87711              Date: Fri, 4 Aug 2000 00:22:44 -0700
87712              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
87713      Branch: perl
87714            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
87715            ! pod/perlfaq4.pod
87716 ____________________________________________________________________________
87717 [  6521] By: jhi                                   on 2000/08/04  12:22:38
87718         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
87719              From: Raymund Will <ray@caldera.de>
87720              Date: Fri, 4 Aug 2000 12:07:09 +0200
87721              Message-Id: <20000804120709.A14982@caldera.de>
87722      Branch: perl
87723            ! configure.gnu
87724 ____________________________________________________________________________
87725 [  6520] By: jhi                                   on 2000/08/04  04:09:06
87726         Log: After the #6519 a warning about stat() is just that,
87727              not about a filetest, which now have their own warning.
87728      Branch: perl
87729            ! pod/perldiag.pod
87730 ____________________________________________________________________________
87731 [  6519] By: jhi                                   on 2000/08/04  04:06:30
87732         Log: In the warnings call filehandles consistently so;
87733              add "unopened" warning for stat().
87734      Branch: perl
87735            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87736            ! t/pragma/warn/pp_sys
87737 ____________________________________________________________________________
87738 [  6518] By: jhi                                   on 2000/08/04  02:55:35
87739         Log: Subject: Minor tweak to perlvar.pod
87740              From: "Stephen P. Potter" <spp@ds.net>
87741              Date: Tue, 18 Apr 2000 09:26:03 -0400
87742              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
87743      Branch: perl
87744            ! pod/perlvar.pod
87745 ____________________________________________________________________________
87746 [  6517] By: jhi                                   on 2000/08/04  02:50:08
87747         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
87748              From: "Clinton Pierce" <cpierce1@ford.com>
87749              Date: Wed, 21 Jul 1999 16:45:31 -0400
87750              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
87751              
87752              Fix by Stephen Potter (visible in the bug db but not in p5p?)
87753      Branch: perl
87754            ! pod/perlfunc.pod pod/perlop.pod
87755 ____________________________________________________________________________
87756 [  6516] By: jhi                                   on 2000/08/04  02:09:25
87757         Log: This is 6512.  Really.
87758      Branch: perl
87759            ! dump.c
87760 ____________________________________________________________________________
87761 [  6515] By: jhi                                   on 2000/08/04  01:25:50
87762         Log: mention the idea of @( and @)
87763      Branch: perl
87764            ! Todo-5.6
87765 ____________________________________________________________________________
87766 [  6514] By: bailey                                on 2000/08/04  01:18:46
87767         Log: YA resync with mainstem, including VMS patches from others
87768      Branch: vmsperl
87769           +> (branch 48 files)
87770            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
87771           !> (integrate 354 files)
87772 ____________________________________________________________________________
87773 [  6513] By: jhi                                   on 2000/08/04  01:18:18
87774         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
87775              From: Mark Dickinson <dickins3@fas.harvard.edu>
87776              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
87777              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
87778      Branch: perl
87779            ! t/op/grent.t t/op/pwent.t
87780 ____________________________________________________________________________
87781 [  6512] By: jhi                                   on 2000/08/04  01:14:06
87782         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
87783              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87784              Date: Wed, 02 Aug 2000 10:51:01 +0100
87785              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
87786      Branch: perl
87787            ! sv.c
87788 ____________________________________________________________________________
87789 [  6511] By: jhi                                   on 2000/08/04  00:57:00
87790         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
87791              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87792              Date: Thu, 03 Aug 2000 17:20:04 -0700
87793              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
87794      Branch: metaconfig
87795            ! U/modified/Cppsym.U
87796      Branch: perl
87797            ! Configure config_h.SH
87798 ____________________________________________________________________________
87799 [  6510] By: jhi                                   on 2000/08/04  00:25:28
87800         Log: detypo
87801      Branch: perl
87802            ! Makefile.SH
87803 ____________________________________________________________________________
87804 [  6509] By: jhi                                   on 2000/08/03  23:43:18
87805         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
87806              From: Dominic Dunlop <domo@computer.org>
87807              Date: Thu, 3 Aug 2000 22:16:46 +0200
87808              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
87809      Branch: perl
87810            ! t/op/sprintf.t
87811 ____________________________________________________________________________
87812 [  6508] By: jhi                                   on 2000/08/03  23:40:37
87813         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
87814              From: Hugo <hv@crypt.compulink.co.uk>
87815              Date: Thu, 03 Aug 2000 18:25:30 +0100
87816              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
87817      Branch: perl
87818            ! regcomp.c t/op/re_tests
87819 ____________________________________________________________________________
87820 [  6507] By: jhi                                   on 2000/08/03  23:38:28
87821         Log: Subject: [PATCH] sv.h documentation - SvLEN
87822              From: Mike Guy <mjtg@cam.ac.uk>
87823              Date: Thu, 03 Aug 2000 14:43:09 +0100
87824              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
87825      Branch: perl
87826            ! sv.h
87827 ____________________________________________________________________________
87828 [  6506] By: jhi                                   on 2000/08/03  15:49:14
87829         Log: Disable the fix_pl hack for now.
87830      Branch: perl
87831            ! Makefile.SH
87832 ____________________________________________________________________________
87833 [  6505] By: jhi                                   on 2000/08/03  13:49:04
87834         Log: Add a URL for FSF.
87835              
87836              Subject: Patch for README
87837              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
87838              Date: Wed, 2 Aug 2000 13:25:09 -0500
87839              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
87840      Branch: perl
87841            ! README
87842 ____________________________________________________________________________
87843 [  6504] By: jhi                                   on 2000/08/03  13:29:19
87844         Log: Be more informative on what is skipped and why,
87845              also repeat the list at the end.
87846      Branch: perl
87847            ! Porting/p4desc
87848 ____________________________________________________________________________
87849 [  6503] By: jhi                                   on 2000/08/03  13:07:05
87850         Log: Circumvent the removal of .patch by fix_pl.
87851              
87852              Subject: Re: [ID 20000802.011] unable to 'make test'          
87853              From: simon@brecon.co.uk (Simon Cozens) 
87854              Date: 3 Aug 2000 04:17:00 GMT
87855              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
87856      Branch: perl
87857            ! Makefile.SH
87858 ____________________________________________________________________________
87859 [  6502] By: jhi                                   on 2000/08/03  00:14:34
87860         Log: Add the missing setproctitle unit.
87861      Branch: metaconfig/U/perl
87862            + d_setproctitle.U
87863 ____________________________________________________________________________
87864 [  6501] By: jhi                                   on 2000/08/03  00:00:26
87865         Log: The subtest 4 may fail also on VOBS, as pointed out
87866              by Nick Ing-Simmons in November 1999, bug id 19991124.003
87867              (but the failure in that bug report isn't the subtest 4).
87868      Branch: perl
87869            ! t/op/stat.t
87870 ____________________________________________________________________________
87871 [  6500] By: jhi                                   on 2000/08/02  23:49:30
87872         Log: Better skip message for the test; one of the two problems in
87873              
87874              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
87875              From: Lupe Christoph <lupe@lupe-christoph.de>
87876              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
87877              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
87878      Branch: perl
87879            ! t/op/numconvert.t
87880 ____________________________________________________________________________
87881 [  6499] By: jhi                                   on 2000/08/02  22:49:16
87882         Log: Allow "no Module;" even if there is no 'unimport'.
87883              
87884              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
87885              From: mjd@plover.com
87886              Date: 24 Mar 2000 15:24:34 -0000
87887              Message-Id: <20000324152434.15160.qmail@plover.com>
87888      Branch: perl
87889            ! gv.c
87890 ____________________________________________________________________________
87891 [  6498] By: jhi                                   on 2000/08/02  22:42:58
87892         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
87893              that are hopefully soon put into use.
87894      Branch: perl
87895            ! opcode.h opcode.pl opnames.h
87896 ____________________________________________________________________________
87897 [  6497] By: gsar                                  on 2000/08/02  22:28:59
87898         Log: require.t needs binmode() to work on windows
87899      Branch: perl
87900            ! t/comp/require.t
87901 ____________________________________________________________________________
87902 [  6496] By: jhi                                   on 2000/08/02  22:08:51
87903         Log: Document the IVdf UVuf UVof UVxf.
87904      Branch: perl
87905            ! pod/perlguts.pod
87906 ____________________________________________________________________________
87907 [  6495] By: jhi                                   on 2000/08/02  21:54:26
87908         Log: detypo #6494
87909      Branch: perl
87910            ! ext/Data/Dumper/Dumper.xs
87911 ____________________________________________________________________________
87912 [  6494] By: jhi                                   on 2000/08/02  21:49:17
87913         Log: Dump UVs as UVs in Data::Dumper.
87914              
87915              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
87916              From: Gurusamy Sarathy <gsar@ActiveState.com>
87917              Date: Thu, 27 Apr 2000 12:26:25 -0700
87918              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
87919      Branch: perl
87920            ! ext/Data/Dumper/Dumper.xs
87921 ____________________________________________________________________________
87922 [  6493] By: jhi                                   on 2000/08/02  17:01:58
87923         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
87924              From: Hugo <hv@crypt.compulink.co.uk>
87925              Date: Wed, 02 Aug 2000 14:53:56 +0100
87926              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
87927      Branch: perl
87928            ! regexec.c t/op/re_tests
87929 ____________________________________________________________________________
87930 [  6492] By: jhi                                   on 2000/08/02  15:02:46
87931         Log: The new setproctitle() feature is available only in 
87932              bleeding edge FreeBSD.  From Paul Saab.
87933      Branch: perl
87934            ! mg.c
87935 ____________________________________________________________________________
87936 [  6491] By: jhi                                   on 2000/08/02  13:34:36
87937         Log: The tr utf8 patching continues.
87938              
87939              Subject: Re: #6469, too many tests claimed in require.t
87940              From: simon@brecon.co.uk (Simon Cozens)
87941              Date: 2 Aug 2000 02:37:17 GMT
87942              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
87943              
87944              (the logic of the test was the wrong way round in the patch)
87945      Branch: perl
87946            ! doop.c
87947 ____________________________________________________________________________
87948 [  6490] By: jhi                                   on 2000/08/02  13:27:38
87949         Log: The name of a filehandle does not have <these>.
87950      Branch: perl
87951            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87952            ! t/pragma/warn/pp_sys util.c
87953 ____________________________________________________________________________
87954 [  6489] By: jhi                                   on 2000/08/02  04:26:46
87955         Log: Remove the extraneous "main::" prefix from all the
87956              "opened only for", "on closed", and "never opened" warnings.
87957              
87958              Subject: Re: inappropriate warning
87959              From: Gurusamy Sarathy <gsar@ActiveState.com>
87960              Date: Mon, 20 Mar 2000 11:28:02 -0800
87961              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
87962      Branch: perl
87963            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
87964            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
87965            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87966 ____________________________________________________________________________
87967 [  6488] By: jhi                                   on 2000/08/02  03:02:57
87968         Log: memcpy has n o in it, as pinted ut by Sarathy.
87969      Branch: perl
87970            ! pod/perlguts.pod
87971 ____________________________________________________________________________
87972 [  6487] By: jhi                                   on 2000/08/02  02:44:51
87973         Log: Document in one place the memory abstractions used in Perl core.
87974              
87975              Subject: Re: Memory abstraction
87976              From: simon@brecon.co.uk (Simon Cozens)
87977              Date: 2 Aug 2000 02:20:23 GMT
87978              Organization: Earth.li Origins
87979      Branch: perl
87980            ! pod/perlguts.pod
87981 ____________________________________________________________________________
87982 [  6486] By: jhi                                   on 2000/08/02  02:41:57
87983         Log: regen_headers, regen perltoc.
87984      Branch: perl
87985            ! perlapi.c pod/perltoc.pod
87986 ____________________________________________________________________________
87987 [  6485] By: jhi                                   on 2000/08/02  01:43:33
87988         Log: "This little thing tests for a file .patch, and if it contains
87989              a number, pops into patchlevel.h" (making it easier to track
87990              which development version people are reporting bugs against)
87991              
87992              Subject: Patchlevel autogeneration for repository perls
87993              From: simon@brecon.co.uk (Simon Cozens)
87994              Date: 14 Jul 2000 07:12:15 GMT
87995              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
87996      Branch: perl
87997            + fix_pl
87998            ! MANIFEST Makefile.SH
87999 ____________________________________________________________________________
88000 [  6484] By: jhi                                   on 2000/08/02  01:32:54
88001         Log: FreeBSD 3.* updates from
88002              
88003              From: Paul Saab <ps@yahoo-inc.com>
88004              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
88005              Date: Tue, 1 Aug 2000 15:41:39 -0700
88006              Message-Id: <20000801154139.A53740@yahoo-inc.com>
88007      Branch: perl
88008            ! hints/freebsd.sh
88009 ____________________________________________________________________________
88010 [  6483] By: jhi                                   on 2000/08/02  01:27:44
88011         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
88012              instead one must use setproctitle().  This was already addressed
88013              by change #6457, but the below has a new variant for FreeBSD 4.0
88014              or later, and the matter is also documented more.
88015              
88016              From: Paul Saab <ps@yahoo-inc.com>
88017              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
88018              Date: Tue, 1 Aug 2000 15:41:39 -0700
88019              Message-Id: <20000801154139.A53740@yahoo-inc.com>
88020      Branch: metaconfig/U/perl
88021            + i_libutil.U
88022      Branch: perl
88023            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
88024 ____________________________________________________________________________
88025 [  6482] By: jhi                                   on 2000/08/01  22:17:32
88026         Log: The test from this
88027              
88028              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
88029              Date: Sat, 15 Apr 2000 17:03:44 +0100
88030              From: Tom Hughes <tom@compton.nu>
88031              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
88032              
88033              was missing, the code change went in as #5989
88034              (which had a different test?)
88035      Branch: perl
88036            ! t/op/misc.t
88037 ____________________________________________________________________________
88038 [  6481] By: jhi                                   on 2000/08/01  21:48:38
88039         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
88040              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
88041              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
88042              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
88043      Branch: perl
88044            ! perl.h
88045 ____________________________________________________________________________
88046 [  6480] By: jhi                                   on 2000/08/01  18:05:28
88047         Log: Make p4desc to skip non-mainperl branches by default.
88048      Branch: perl
88049            ! Porting/p4desc
88050 ____________________________________________________________________________
88051 [  6479] By: jhi                                   on 2000/08/01  17:29:19
88052         Log: If gccosandvers is equal to osname, clear gccosandvers.
88053      Branch: metaconfig/U/perl
88054            ! gccvers.U
88055      Branch: perl
88056            ! Configure config_h.SH
88057 ____________________________________________________________________________
88058 [  6478] By: jhi                                   on 2000/08/01  15:54:08
88059         Log: BOM patching from Simon Cozens.
88060      Branch: perl
88061            ! toke.c
88062 ____________________________________________________________________________
88063 [  6477] By: jhi                                   on 2000/08/01  04:50:33
88064         Log: Stash away the largefiles flags and libswanted.
88065      Branch: perl
88066            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
88067 ____________________________________________________________________________
88068 [  6476] By: gsar                                  on 2000/08/01  04:24:24
88069         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
88070              on Windows)
88071      Branch: perl
88072            ! t/pragma/utf8.t utf8.c win32/win32.c
88073 ____________________________________________________________________________
88074 [  6475] By: jhi                                   on 2000/08/01  03:35:24
88075         Log: Make chr() for values >127 to create utf8 when under utf8.
88076              
88077              Subject: Re: uft8/chr()
88078              From: simon@brecon.co.uk (Simon Cozens)
88079              Date: 1 Aug 2000 02:37:02 GMT
88080              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
88081      Branch: perl
88082            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
88083 ____________________________________________________________________________
88084 [  6474] By: jhi                                   on 2000/08/01  02:36:18
88085         Log: In Digital UNIX warn if gcc explicitly chosen because even
88086              2.95.2 is known to cause problems.
88087      Branch: perl
88088            ! hints/dec_osf.sh
88089 ____________________________________________________________________________
88090 [  6473] By: jhi                                   on 2000/08/01  02:00:56
88091         Log: Make the safety catch for buggy gccs work with triple version
88092              numbers like 2.95.2.  Reported in
88093              
88094              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
88095              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
88096              Date: Mon, 31 Jul 2000 14:55:06 +0200
88097              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
88098      Branch: perl
88099            ! hints/dec_osf.sh
88100 ____________________________________________________________________________
88101 [  6472] By: jhi                                   on 2000/08/01  01:13:33
88102         Log: Subject: fix and question re: waitpid() under win32
88103              From: Brian Clarke <clarke@appliedmeta.com>
88104              Date: Fri, 28 Jul 2000 15:18:29 -0400
88105              Message-ID: <3981DC85.290314EB@appliedmeta.com>
88106              
88107              Slightly reformatted and WNOHANG # define moved to win32.h
88108              so that also POSIX.xs sees it, as suggsted by Sarathy.
88109      Branch: perl
88110            ! win32/win32.c win32/win32.h
88111 ____________________________________________________________________________
88112 [  6471] By: jhi                                   on 2000/08/01  00:55:05
88113         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
88114              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88115              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
88116              Date: Mon, 31 Jul 2000 13:28:51 +0100
88117              
88118              (aka ID 20000730.002)
88119      Branch: perl
88120            ! op.c t/op/tr.t
88121 ____________________________________________________________________________
88122 [  6470] By: jhi                                   on 2000/07/31  23:34:42
88123         Log: Document the problem with -P in HP-UX and its workaround.
88124              
88125              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
88126              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
88127              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
88128              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
88129      Branch: perl
88130            ! README.hpux
88131 ____________________________________________________________________________
88132 [  6469] By: jhi                                   on 2000/07/31  04:15:02
88133         Log: The swallow_bom() saga continues.  The #23 of require.t
88134              (UTF16-LE) still fails (silently, no output) but the #22
88135              (UTF16-BE) seems to be working now.  The root of the
88136              failure may be in sv_gets(): is it UTF-16LE-aware,
88137              especially when it comes to line endings? 
88138      Branch: perl
88139            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
88140            ! t/comp/require.t toke.c utf8.c
88141 ____________________________________________________________________________
88142 [  6468] By: jhi                                   on 2000/07/30  19:05:48
88143         Log: Find green threads before native threads.
88144              
88145              Subject: Re: Patch to jpl/JNI/Makefile.PL
88146              From: Jens Thomsen <jens@fiend.cis.com>
88147              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
88148              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
88149      Branch: perl
88150            ! jpl/JNI/Makefile.PL
88151 ____________________________________________________________________________
88152 [  6467] By: jhi                                   on 2000/07/30  18:36:22
88153         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
88154      Branch: perl
88155            ! doop.c
88156 ____________________________________________________________________________
88157 [  6466] By: jhi                                   on 2000/07/30  04:37:29
88158         Log: A new version of the "remove UPPERACSE string comparison"
88159              operators.  The problem with the previous one (change #6454)
88160              was that it was for Perl 5.6.0.  From Paul Marquess.
88161      Branch: perl
88162            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
88163            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
88164            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
88165 ____________________________________________________________________________
88166 [  6465] By: jhi                                   on 2000/07/29  22:39:56
88167         Log: Do not upgrade SVs into utf8 just because they participate
88168              in eq or cmp.  Reported and fix suggested in
88169              
88170              Subject: [ID 20000720.009] sv_eq UTF8 bug
88171              From: "Simon Cozens" <simon@othersideofthe.earth.li>
88172              Date: 21 Jul 2000 04:37:29 -0000
88173              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
88174              
88175              Exercise for the kind reader: should we or should we not
88176              cache the utf8 conversion alongside the SV? (as magic,
88177              as the strxfrm()ed version is cached under use locale)
88178              Argue both for and against.
88179      Branch: perl
88180            ! sv.c
88181 ____________________________________________________________________________
88182 [  6464] By: jhi                                   on 2000/07/29  22:36:22
88183         Log: Subject: UTF8 concat
88184              From: simon@brecon.co.uk (Simon Cozens) 
88185              Date: 30 Jun 2000 06:13:25 GMT
88186              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
88187              
88188              (with a memory leak fixed, plus a few casts added)
88189              
88190              This also seems to help for
88191              
88192              Subject: [ID 20000716.015] join UTF8 weirdness
88193              From: root <root@ak-71.mind.de> 
88194              Date: Sat, 15 Jul 2000 15:29:54 +0200
88195              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
88196              
88197              (from Andreas König)
88198      Branch: perl
88199            ! pp_hot.c
88200 ____________________________________________________________________________
88201 [  6463] By: jhi                                   on 2000/07/29  00:55:39
88202         Log: Tune the comments and hopefully stop a memory leak.
88203      Branch: perl
88204            ! toke.c utf8.c
88205 ____________________________________________________________________________
88206 [  6462] By: jhi                                   on 2000/07/29  00:16:53
88207         Log: The problem described in this
88208              
88209              Subject: [ID 20000322.018] named chars aren't magical enough
88210              From: root <root@dixie.cscaper.com>     
88211              Date: Wed, 22 Mar 2000 18:37:42 -0700
88212              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
88213              
88214              has been fixed in perl 5.6.0 but just in case added a test
88215              to keep it away.  (The report from Joseph Hall.)
88216      Branch: perl
88217            ! t/lib/charnames.t
88218 ____________________________________________________________________________
88219 [  6461] By: jhi                                   on 2000/07/28  23:56:36
88220         Log: Tiny fixes for #6460.
88221      Branch: metaconfig/U/perl
88222            ! gccvers.U
88223      Branch: perl
88224            ! Configure config_h.SH
88225 ____________________________________________________________________________
88226 [  6460] By: jhi                                   on 2000/07/28  23:24:41
88227         Log: Warn if the version of the operating system used to compile gcc
88228              differs from the current version of the operating system.
88229              Also display the gcc compilation os and version in myconfig.
88230              Inspiration from
88231              
88232              Subject: Re: [ID 20000710.003] ERRORS!!         
88233              From: "Kurt D. Starsinic" <kstar@chapin.edu>
88234              Date: Mon, 10 Jul 2000 15:54:16 -0400
88235              Message-ID: <20000710155416.A1384@O2.chapin.edu>
88236      Branch: metaconfig/U/perl
88237            ! gccvers.U
88238      Branch: perl
88239            ! Configure config_h.SH myconfig.SH
88240 ____________________________________________________________________________
88241 [  6459] By: jhi                                   on 2000/07/28  22:00:32
88242         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
88243              letter to $Config{osvers}.
88244      Branch: metaconfig
88245            ! U/modified/Oldconfig.U
88246      Branch: perl
88247            ! Configure config_h.SH
88248 ____________________________________________________________________________
88249 [  6458] By: jhi                                   on 2000/07/28  04:15:39
88250         Log: Back out #6454, doesn't seem to work.
88251              (Reason: that patch was for perl 5.6.0, not perl-current)
88252              (A version of the patch for perl-current came in later as #6466)
88253      Branch: perl
88254            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
88255            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
88256            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
88257 ____________________________________________________________________________
88258 [  6457] By: jhi                                   on 2000/07/27  23:31:49
88259         Log: Use setproctitle() if available to modify $0.
88260              
88261              Subject: setting $* on BSD4 broken
88262              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
88263              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
88264              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
88265      Branch: metaconfig
88266            ! U/modified/Myinit.U
88267      Branch: perl
88268            ! Configure config_h.SH mg.c
88269 ____________________________________________________________________________
88270 [  6456] By: jhi                                   on 2000/07/27  14:50:47
88271         Log: Allow "no AutoLoader;", based on change #6444,
88272              suggested by Graham Barr.
88273      Branch: perl
88274            ! lib/AutoLoader.pm
88275 ____________________________________________________________________________
88276 [  6455] By: jhi                                   on 2000/07/27  14:19:10
88277         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
88278              From: rspier@pobox.com (Robert Spier)
88279              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
88280              Message-ID: <14720.15855.787664.424783@rls.cx>
88281      Branch: perl
88282            ! pod/perldiag.pod
88283 ____________________________________________________________________________
88284 [  6454] By: jhi                                   on 2000/07/27  14:03:02
88285         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
88286              for a long time).
88287              
88288              Reported in
88289              
88290              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
88291              From: Ryan Herbert <rherbert@sycamorehq.com>
88292              Date: Mon, 17 Jul 2000 11:40:42 -0400
88293              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
88294              
88295              Patched in
88296              
88297              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
88298              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
88299              Date: Wed, 26 Jul 2000 23:40:18 +0100
88300              Message-ID: <000001bff752$79511880$0a17073e@tiny>
88301              
88302              based on an earlier patch from Stephen P. Potter.
88303              
88304              (Removed later by change #6458 because this patch was for
88305              perl 5.6.0, not perl-current)
88306      Branch: perl
88307            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
88308            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
88309            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
88310 ____________________________________________________________________________
88311 [  6453] By: jhi                                   on 2000/07/27  13:48:02
88312         Log: Subject: [PATCH] fixes bug 20000508.004
88313              From: Michael Stevens <mstevens@globnix.org>
88314              Date: Thu, 27 Jul 2000 13:49:04 +0100
88315              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
88316      Branch: perl
88317            ! pod/perldata.pod
88318 ____________________________________________________________________________
88319 [  6452] By: jhi                                   on 2000/07/26  23:51:26
88320         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
88321              and Craig A. Berry.
88322      Branch: perl
88323            ! lib/File/Temp.pm pod/perlport.pod
88324 ____________________________________________________________________________
88325 [  6451] By: jhi                                   on 2000/07/26  19:43:30
88326         Log: Be wary of close()s, too.
88327              
88328              Subject: Re: [PATCH] perlbug cleanup
88329              From: Tim Jenness <t.jenness@jach.hawaii.edu>
88330              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
88331              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
88332      Branch: perl
88333            ! utils/perlbug.PL
88334 ____________________________________________________________________________
88335 [  6450] By: jhi                                   on 2000/07/26  18:41:40
88336         Log: Subject: Minor doc patch: handy.h
88337              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
88338              Date: Wed, 26 Jul 2000 15:34:25 -0300
88339              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
88340      Branch: perl
88341            ! handy.h pod/perlapi.pod
88342 ____________________________________________________________________________
88343 [  6449] By: jhi                                   on 2000/07/26  18:23:55
88344         Log: Subject: [PATCH] minor doc change - perlguts
88345              From: Michael Stevens <mstevens@globnix.org>
88346              Date: Thu, 13 Jul 2000 12:39:18 +0100
88347              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
88348      Branch: perl
88349            ! pod/perlguts.pod
88350 ____________________________________________________________________________
88351 [  6448] By: jhi                                   on 2000/07/26  18:20:30
88352         Log: open() wariness in perlbug.
88353              
88354              Subject: [PATCH] perlbug cleanup
88355              From: Michael Stevens <mstevens@globnix.org>
88356              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
88357              Date: Thu, 13 Jul 2000 15:52:23 +0100
88358      Branch: perl
88359            ! utils/perlbug.PL
88360 ____________________________________________________________________________
88361 [  6447] By: jhi                                   on 2000/07/26  18:13:04
88362         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
88363      Branch: perl
88364            ! lib/File/Temp.pm t/lib/ftmp-security.t
88365 ____________________________________________________________________________
88366 [  6446] By: jhi                                   on 2000/07/26  18:06:32
88367         Log: docfix from Peter Scott <Peter@PSDT.com>.
88368      Branch: perl
88369            ! pod/perlfunc.pod
88370 ____________________________________________________________________________
88371 [  6445] By: jhi                                   on 2000/07/26  17:53:31
88372         Log: Fix *foo{FORMAT}.
88373              
88374              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88375              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
88376              Date: Wed, 26 Jul 2000 19:51:02 +0200
88377              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
88378              
88379              From: Graham Barr <gbarr@pobox.com>
88380              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
88381              Date: Wed, 26 Jul 2000 17:38:36 +0100
88382              Message-ID: <20000726173836.L472@pobox.com>
88383      Branch: perl
88384            ! pp.c sv.c t/op/gv.t
88385 ____________________________________________________________________________
88386 [  6444] By: jhi                                   on 2000/07/26  17:49:14
88387         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
88388              from Graham Barr in the module list.
88389      Branch: perl
88390            ! gv.c pod/perlobj.pod
88391 ____________________________________________________________________________
88392 [  6443] By: jhi                                   on 2000/07/26  16:06:56
88393         Log: More split() doc and test patches from Mike Guy.
88394      Branch: perl
88395            ! pod/perlfunc.pod t/op/split.t
88396 ____________________________________________________________________________
88397 [  6442] By: jhi                                   on 2000/07/26  16:05:30
88398         Log: MacOS nits from Matthias Neeracher.
88399      Branch: perl
88400            ! perl.c pp_ctl.c
88401 ____________________________________________________________________________
88402 [  6441] By: jhi                                   on 2000/07/26  04:39:57
88403         Log: Subject: [PATCH] split /^/
88404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88405              Date: Tue, 25 Jul 2000 14:18:57 +0100
88406              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
88407              
88408              (with notes from tchrist and gbarr)
88409      Branch: perl
88410            ! pod/perlfunc.pod t/op/split.t
88411 ____________________________________________________________________________
88412 [  6440] By: jhi                                   on 2000/07/26  04:32:32
88413         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
88414              From: Peter Prymmer <pvhp@forte.com>
88415              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
88416              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
88417      Branch: perl
88418            ! vms/munchconfig.c
88419 ____________________________________________________________________________
88420 [  6439] By: jhi                                   on 2000/07/26  04:31:01
88421         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
88422              to be fatal errors (instead of by default ignoring them, and
88423              ignoring with a bug: even though -w gave an error, the opening [
88424              was left in)  Reported in:
88425              
88426              Subject: [ID 20000716.024] [=cc=] / [:blank:]
88427              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
88428              Date: Sun, 16 Jul 2000 17:55:29 -0700
88429              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
88430      Branch: perl
88431            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
88432 ____________________________________________________________________________
88433 [  6438] By: jhi                                   on 2000/07/25  15:41:15
88434         Log: Subject: [PATCH] av.c apidoc
88435              From: simon@brecon.co.uk (Simon Cozens)
88436              Date: 24 Jul 2000 06:40:52 GMT
88437              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
88438      Branch: perl
88439            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
88440            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
88441 ____________________________________________________________________________
88442 [  6437] By: jhi                                   on 2000/07/25  14:05:36
88443         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
88444              From: "Stephen P. Potter" <spp@ds.net>
88445              Date: Mon, 24 Jul 2000 14:22:23 -0400
88446              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
88447      Branch: perl
88448            ! pod/perllocale.pod
88449 ____________________________________________________________________________
88450 [  6436] By: jhi                                   on 2000/07/25  14:02:03
88451         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
88452              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88453              Date: Mon, 24 Jul 2000 18:04:28 +0100
88454              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
88455      Branch: perl
88456            ! t/lib/syslfs.t t/op/lfs.t
88457 ____________________________________________________________________________
88458 [  6435] By: jhi                                   on 2000/07/25  13:59:28
88459         Log: Get UTF16 BOMs working.  Patch from
88460              
88461              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
88462              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88463              Date: Tue, 25 Jul 2000 12:52:45 +0100
88464              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
88465              
88466              and notes from
88467              
88468              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
88469              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88470              Date: Tue, 25 Jul 2000 11:43:25 +0100
88471              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
88472      Branch: perl
88473            ! t/comp/require.t toke.c utf8.c
88474 ____________________________________________________________________________
88475 [  6434] By: jhi                                   on 2000/07/25  02:39:54
88476         Log: Make the "uninit variable" warning to say "concat or string"
88477              or "join or string" when in concat or join .
88478              
88479              Subject: Re: [ID 20000403.009] uninitialised concatenation???
88480              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88481              Date: Tue, 04 Apr 2000 18:22:58 +0100
88482              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
88483              
88484              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
88485              From: William R Ward <hermit@BayView.COM>
88486              Date: Thu, 30 Mar 2000 19:50:03 -0800
88487              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
88488      Branch: perl
88489            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
88490            ! t/pragma/warn/op t/pragma/warn/sv
88491 ____________________________________________________________________________
88492 [  6433] By: jhi                                   on 2000/07/24  17:52:56
88493         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
88494      Branch: perl
88495            ! lib/File/Spec/VMS.pm
88496 ____________________________________________________________________________
88497 [  6432] By: jhi                                   on 2000/07/24  17:44:44
88498         Log: Test cases for #6431.
88499              
88500              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
88501              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88502              Date: Mon, 24 Jul 2000 15:32:29 +0100
88503              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
88504      Branch: perl
88505            ! t/op/pat.t t/op/split.t
88506 ____________________________________________________________________________
88507 [  6431] By: jhi                                   on 2000/07/24  17:43:17
88508         Log: Bind op fix.
88509              
88510              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
88511              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88512              Date: Mon, 17 Jul 2000 20:04:56 +0100
88513              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
88514      Branch: perl
88515            ! op.c
88516 ____________________________________________________________________________
88517 [  6430] By: jhi                                   on 2000/07/24  03:42:42
88518         Log: Subject: [ID 20000716.023] syslog test fails without sockets
88519              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88520              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
88521              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
88522      Branch: metaconfig/U/perl
88523            ! Extensions.U
88524      Branch: perl
88525            ! Configure config_h.SH
88526 ____________________________________________________________________________
88527 [  6429] By: jhi                                   on 2000/07/24  03:11:52
88528         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
88529              case, but add also notes explaining the relationship of this
88530              patch and the earlier notes by Sarathy.
88531              
88532              Subject: Map is still slow
88533              From: "Ben Tilly" <ben_tilly@hotmail.com>
88534              Date: Sat, 15 Jul 2000 17:23:27 EDT
88535              Message-ID: <20000715212327.21656.qmail@hotmail.com>
88536      Branch: perl
88537            ! pp_ctl.c
88538 ____________________________________________________________________________
88539 [  6428] By: jhi                                   on 2000/07/24  02:58:52
88540         Log: Documentation to explain the behaviour of map().
88541              
88542              Subject: Re: Map is still slow 
88543              From: Gurusamy Sarathy <gsar@ActiveState.com>
88544              Date: Sat, 15 Jul 2000 16:05:09 -0700
88545              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
88546      Branch: perl
88547            ! pp_ctl.c
88548 ____________________________________________________________________________
88549 [  6427] By: jhi                                   on 2000/07/24  02:50:03
88550         Log: Add tests for
88551              [ID 19991110.003] another matching finding by pcre author
88552              which has already been fixed by some patch, as verified in
88553              
88554              Subject: Re: two regex bugs from the mists of time (well, last November)
88555              From: Hugo <hv@crypt.compulink.co.uk>
88556              Date: Sat, 22 Jul 2000 18:12:58 +0100
88557              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
88558      Branch: perl
88559            ! t/op/re_tests
88560 ____________________________________________________________________________
88561 [  6426] By: jhi                                   on 2000/07/24  02:11:20
88562         Log: A missing 'break' after the [[:space:]] switch case.
88563              
88564              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
88565              From: "Stephen P. Potter" <spp@ds.net>
88566              Date: Tue, 18 Jul 2000 16:25:17 -0400
88567              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
88568      Branch: perl
88569            ! regcomp.c
88570 ____________________________________________________________________________
88571 [  6425] By: jhi                                   on 2000/07/24  02:06:12
88572         Log: The output might have been produced in the wrong order.
88573              
88574              Subject: [ID 20000720.003] [PATCH] t/op/write.t
88575              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88576              Date: Thu, 20 Jul 2000 18:49:18 +0100
88577              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
88578      Branch: perl
88579            ! t/op/write.t
88580 ____________________________________________________________________________
88581 [  6424] By: jhi                                   on 2000/07/24  02:00:07
88582         Log: Use STDOUT consistently.
88583              
88584              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
88585              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88586              Date: Thu, 20 Jul 2000 18:04:01 +0100
88587              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
88588      Branch: perl
88589            ! lib/Test/Harness.pm
88590 ____________________________________________________________________________
88591 [  6423] By: jhi                                   on 2000/07/24  01:54:54
88592         Log: Protect against "wild next"s, that is, callbacks doing "next"
88593              instead of "return".
88594              
88595              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
88596              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88597              Date: Tue, 18 Jul 2000 11:30:16 +0100
88598              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
88599      Branch: perl
88600            ! lib/File/Find.pm
88601 ____________________________________________________________________________
88602 [  6422] By: jhi                                   on 2000/07/24  01:35:47
88603         Log: Out-of-date note removed.
88604              
88605              Subject: [PATCH] documentation perlipc
88606              From: rspier@pobox.com (Robert Spier)
88607              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
88608              Message-ID: <14711.35178.572612.502654@rls.cx>
88609      Branch: perl
88610            ! pod/perlipc.pod
88611 ____________________________________________________________________________
88612 [  6421] By: jhi                                   on 2000/07/24  00:09:18
88613         Log: Send all installperl messages to STDERR and be -w clean.
88614              
88615              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
88616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88617              Date: Sat, 22 Jul 2000 14:02:11 +0100
88618              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
88619      Branch: perl
88620            ! installperl
88621 ____________________________________________________________________________
88622 [  6420] By: jhi                                   on 2000/07/24  00:04:19
88623         Log: Decutandpasto.
88624              
88625              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
88626              From: "Richard Soderberg" <rs@crystalflame.net>
88627              Date: Sun, 23 Jul 2000 01:37:23 -0700
88628              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
88629      Branch: perl
88630            ! pod/perlipc.pod
88631 ____________________________________________________________________________
88632 [  6419] By: jhi                                   on 2000/07/24  00:01:12
88633         Log: A cleaner abs_path().
88634              Subject: Re: unix alternative to Cwd.pm
88635              From: Jeff Pinyan <jeffp@crusoe.net>
88636              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
88637              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
88638      Branch: perl
88639            ! lib/Cwd.pm
88640 ____________________________________________________________________________
88641 [  6418] By: jhi                                   on 2000/07/23  23:48:56
88642         Log: Detypo.
88643              
88644              Subject: [PATCH perl-current] Typo in hints/powerux.sh
88645              From: "Richard Soderberg" <rs@crystalflame.net>
88646              Date: Sun, 23 Jul 2000 01:27:33 -0700
88647              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
88648      Branch: perl
88649            ! hints/powerux.sh
88650 ____________________________________________________________________________
88651 [  6417] By: jhi                                   on 2000/07/17  22:13:31
88652         Log: Subject: SDBM_File documentation
88653              From: mjd@plover.com
88654              Date: 16 Jul 2000 17:41:17 -0000
88655              Message-ID: <20000716174117.18515.qmail@plover.com>
88656      Branch: perl
88657            ! ext/SDBM_File/SDBM_File.pm
88658 ____________________________________________________________________________
88659 [  6416] By: jhi                                   on 2000/07/17  19:13:26
88660         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
88661      Branch: perl
88662            ! hints/mpeix.sh mpeix/relink
88663 ____________________________________________________________________________
88664 [  6415] By: jhi                                   on 2000/07/15  14:11:02
88665         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
88666              the utf8 'characters' can be more than one octet).
88667              
88668              Date: Sat, 15 Jul 2000 00:21:56 +0100
88669              From: Tom Hughes <tom@compton.nu>
88670              Subject: Re: [ID 20000714.002]
88671              Message-ID: <db2334de49.tom@compton.compton.nu>
88672              
88673              Reported in
88674              
88675              Subject: [ID 20000714.002]
88676              From: "Simon Cozens" <simon@othersideofthe.earth.li>
88677              Date: 14 Jul 2000 15:13:09 -0000
88678              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
88679      Branch: perl
88680            ! doop.c
88681 ____________________________________________________________________________
88682 [  6414] By: jhi                                   on 2000/07/15  03:13:41
88683         Log: another VMS build tweak from Peter Prymmer
88684      Branch: perl
88685            ! vms/descrip_mms.template
88686 ____________________________________________________________________________
88687 [  6413] By: jhi                                   on 2000/07/15  03:10:40
88688         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
88689      Branch: perl
88690            ! vms/perlvms.pod
88691 ____________________________________________________________________________
88692 [  6412] By: jhi                                   on 2000/07/15  00:31:05
88693         Log: More docs for sv functions.
88694              
88695              Subject: [PATCH cfgperl] sv.c apidoc
88696              From: simon@brecon.co.uk (Simon Cozens)
88697              Date: 13 Jul 2000 09:00:20 GMT
88698              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
88699              
88700              Subject: Re: [PATCH cfgperl] sv.c apidoc
88701              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88702              Date: Thu, 13 Jul 2000 12:27:41 +0100
88703              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
88704              
88705              Subject: Re: [PATCH cfgperl] sv.c apidoc
88706              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88707              Date: Thu, 13 Jul 2000 13:23:09 +0100
88708              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
88709              
88710              Subject: Re: [PATCH cfgperl] sv.c apidoc
88711              From: simon@brecon.co.uk (Simon Cozens)
88712              Date: 14 Jul 2000 06:51:02 GMT
88713              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
88714      Branch: perl
88715            ! embed.pl pod/perlapi.pod sv.c
88716 ____________________________________________________________________________
88717 [  6411] By: jhi                                   on 2000/07/15  00:10:41
88718         Log: lib/b test fixes from Peter Prymmer.
88719      Branch: perl
88720            ! t/lib/b.t
88721 ____________________________________________________________________________
88722 [  6410] By: jhi                                   on 2000/07/15  00:02:09
88723         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
88724              From: Hugo <hv@crypt.compulink.co.uk>
88725              Date: Fri, 14 Jul 2000 23:05:20 +0100
88726              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
88727              
88728              Didn't anymore apply, but that point still could use another fix.
88729      Branch: perl
88730            ! pod/perlfunc.pod
88731 ____________________________________________________________________________
88732 [  6409] By: jhi                                   on 2000/07/14  23:15:15
88733         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
88734              not in pod, from Peter Prymmer
88735      Branch: perl
88736            ! vms/descrip_mms.template
88737 ____________________________________________________________________________
88738 [  6408] By: jhi                                   on 2000/07/14  20:35:05
88739         Log: The bug report
88740              [ID 19991110.002] minimal matching discrepancy found by pcre author
88741              seems to have been fixed (though differently from what was suggested
88742              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
88743      Branch: perl
88744            ! t/op/re_tests
88745 ____________________________________________________________________________
88746 [  6407] By: jhi                                   on 2000/07/14  17:38:08
88747         Log: Fix AutoSplit to use File::Spec the right way in VMS,
88748              from Peter Prymmer.
88749      Branch: perl
88750            ! lib/AutoSplit.pm
88751 ____________________________________________________________________________
88752 [  6406] By: jhi                                   on 2000/07/14  14:13:22
88753         Log: Merge perlhacktut into perlhack, update perlguts.
88754              
88755              Subject: Re: Perlhacktut
88756              From: simon@brecon.co.uk (Simon Cozens)
88757              Date: 14 Jul 2000 06:49:21 GMT
88758              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
88759              
88760              Subject: Re: Perlhacktut
88761              From: simon@brecon.co.uk (Simon Cozens)
88762              Date: 14 Jul 2000 07:09:45 GMT
88763              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
88764      Branch: perl
88765            ! pod/perlguts.pod pod/perlhack.pod
88766 ____________________________________________________________________________
88767 [  6405] By: jhi                                   on 2000/07/14  14:02:31
88768         Log: Integrate with Sarathy.
88769      Branch: cfgperl
88770           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
88771           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
88772           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
88773 ____________________________________________________________________________
88774 [  6404] By: gsar                                  on 2000/07/14  12:15:02
88775         Log: PERL_OBJECT build tweaks
88776      Branch: perl
88777            ! toke.c
88778 ____________________________________________________________________________
88779 [  6403] By: gsar                                  on 2000/07/14  11:23:41
88780         Log: inconsistent types needs casts
88781      Branch: perl
88782            ! toke.c
88783 ____________________________________________________________________________
88784 [  6402] By: gsar                                  on 2000/07/14  11:12:04
88785         Log: typos in change#6399, regen headers
88786      Branch: perl
88787            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
88788 ____________________________________________________________________________
88789 [  6401] By: gsar                                  on 2000/07/14  10:59:12
88790         Log: typecasts needed for change#6394
88791      Branch: perl
88792            ! toke.c
88793 ____________________________________________________________________________
88794 [  6400] By: gsar                                  on 2000/07/14  10:49:37
88795         Log: integrate cfgperl contents into mainline
88796      Branch: perl
88797           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
88798           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
88799 ____________________________________________________________________________
88800 [  6399] By: gsar                                  on 2000/07/14  10:38:35
88801         Log: enable UTF-16 filter by default if relevant BOM is seen; various
88802              cleanups (typos, misformatted code, and small bugs)
88803      Branch: perl
88804            ! doop.c embed.pl mg.c op.c pp.c toke.c
88805 ____________________________________________________________________________
88806 [  6398] By: gsar                                  on 2000/07/14  08:55:38
88807         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
88808              name suggests anyway)
88809      Branch: perl
88810            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
88811 ____________________________________________________________________________
88812 [  6397] By: gsar                                  on 2000/07/14  08:44:33
88813         Log: move new variables to the end of the interpreter structure (for
88814              bincompat in code that doesn't #include XSUB.h)
88815      Branch: perl
88816            ! intrpvar.h
88817 ____________________________________________________________________________
88818 [  6396] By: gsar                                  on 2000/07/14  08:13:58
88819         Log: MakeMaker should not remove editor backups (*~) on `make clean`
88820              by default (completes change#6383)
88821      Branch: perl
88822            ! lib/ExtUtils/MM_Unix.pm
88823 ____________________________________________________________________________
88824 [  6395] By: jhi                                   on 2000/07/14  05:20:33
88825         Log: Replace change #6337 with a better one.
88826              
88827              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88828              From: Hugo <hv@crypt.compulink.co.uk>
88829              Date: Fri, 14 Jul 2000 04:16:20 +0100
88830              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
88831      Branch: cfgperl
88832            ! regexec.c t/op/re_tests
88833 ____________________________________________________________________________
88834 [  6394] By: jhi                                   on 2000/07/14  01:33:59
88835         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
88836      Branch: cfgperl
88837            ! embed.pl global.sym proto.h toke.c
88838 ____________________________________________________________________________
88839 [  6393] By: jhi                                   on 2000/07/13  23:41:23
88840         Log: remove discarded test
88841      Branch: cfgperl
88842            ! MANIFEST
88843 ____________________________________________________________________________
88844 [  6392] By: jhi                                   on 2000/07/13  23:32:25
88845         Log: The {multiplier} of a fixed substring was overlooked which
88846              caused a wrong initial search offset for that substring.
88847              
88848              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
88849              From: Hugo <hv@crypt.compulink.co.uk>
88850              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
88851              Date: Thu, 13 Jul 2000 19:27:13 +0100
88852      Branch: cfgperl
88853            ! regcomp.c t/op/re_tests
88854 ____________________________________________________________________________
88855 [  6391] By: jhi                                   on 2000/07/13  16:37:42
88856         Log: typo fix from Craig Berry
88857      Branch: cfgperl
88858            ! vms/subconfigure.com
88859 ____________________________________________________________________________
88860 [  6390] By: jhi                                   on 2000/07/13  13:20:12
88861         Log: Integrate with Sarathy.
88862      Branch: cfgperl
88863            - t/op/method2entersub.t
88864           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
88865           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
88866           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
88867           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
88868 ____________________________________________________________________________
88869 [  6389] By: jhi                                   on 2000/07/13  13:18:48
88870         Log: Detypo from Peter Prymmer, part of #6388.
88871      Branch: cfgperl
88872            ! Configure config_h.SH
88873      Branch: metaconfig
88874            ! U/modified/d_longlong.U
88875 ____________________________________________________________________________
88876 [  6388] By: gsar                                  on 2000/07/13  06:33:40
88877         Log: typos (spotted by Peter Prymmer)
88878      Branch: perl
88879            ! Configure t/lib/english.t
88880 ____________________________________________________________________________
88881 [  6387] By: gsar                                  on 2000/07/13  05:35:28
88882         Log: new selfloader.t in change#6183 doesn't close DATA handles,
88883              and thus fails to clean up tmp files on dosish platforms
88884      Branch: perl
88885            ! t/lib/selfloader.t
88886 ____________________________________________________________________________
88887 [  6386] By: gsar                                  on 2000/07/12  21:42:39
88888         Log: sprintf test tweaks (from Dominic Dunlop)
88889      Branch: perl
88890            ! t/op/sprintf.t
88891 ____________________________________________________________________________
88892 [  6385] By: gsar                                  on 2000/07/12  21:33:46
88893         Log: fix bugs in processing %v-*d and similar format specs (from
88894              Avi Finkel <avi@finkel.org>)
88895      Branch: perl
88896            ! sv.c t/op/sprintf.t
88897 ____________________________________________________________________________
88898 [  6384] By: gsar                                  on 2000/07/12  16:04:19
88899         Log: readd missing perldelta.pod changes from changes#6339,6376
88900      Branch: perl
88901            ! pod/perldelta.pod
88902 ____________________________________________________________________________
88903 [  6383] By: gsar                                  on 2000/07/12  16:00:51
88904         Log: don't clobber *.orig files on *clean targets
88905      Branch: perl
88906            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
88907 ____________________________________________________________________________
88908 [  6382] By: gsar                                  on 2000/07/12  07:59:12
88909         Log: fix broken integrations in cfgperl
88910      Branch: cfgperl
88911           !> Changes pod/perldelta.pod
88912 ____________________________________________________________________________
88913 [  6381] By: gsar                                  on 2000/07/12  07:42:17
88914         Log: integrate cfgperl changes into mainline
88915      Branch: perl
88916            ! Changes
88917           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
88918           !> pod/perlre.pod
88919 ____________________________________________________________________________
88920 [  6380] By: gsar                                  on 2000/07/12  07:31:00
88921         Log: get sprintf.t to adjust properly for 3-digit exponents
88922      Branch: perl
88923            ! t/op/sprintf.t
88924 ____________________________________________________________________________
88925 [  6379] By: gsar                                  on 2000/07/12  06:40:04
88926         Log: change#6174 needs corresponding change in win32/config_h.PL,
88927              which grovels through config_h.SH to find the config.h name
88928      Branch: perl
88929            ! win32/config_h.PL
88930 ____________________________________________________________________________
88931 [  6378] By: jhi                                   on 2000/07/12  05:03:59
88932         Log: Do the cc sanity check both before the hints and
88933              after the cc selction.
88934      Branch: cfgperl
88935            ! Configure config_h.SH
88936      Branch: metaconfig
88937            ! U/modified/Oldconfig.U U/modified/cc.U
88938      Branch: metaconfig/U/perl
88939            + Checkcc.U
88940 ____________________________________________________________________________
88941 [  6377] By: jhi                                   on 2000/07/12  02:49:22
88942         Log: Fix nits noticed by Boston.pm.
88943      Branch: cfgperl
88944            ! pod/perlre.pod
88945 ____________________________________________________________________________
88946 [  6376] By: jhi                                   on 2000/07/11  21:22:13
88947         Log: Configure cosmetics and perldelta.
88948      Branch: cfgperl
88949            ! Configure config_h.SH pod/perldelta.pod
88950      Branch: metaconfig
88951            ! U/modified/cc.U
88952 ____________________________________________________________________________
88953 [  6375] By: gsar                                  on 2000/07/11  21:17:35
88954         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
88955      Branch: perl
88956            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
88957            ! win32/win32sck.c
88958 ____________________________________________________________________________
88959 [  6374] By: gsar                                  on 2000/07/11  20:48:50
88960         Log: tweak for build failure under multiplicity
88961      Branch: perl
88962            ! toke.c
88963 ____________________________________________________________________________
88964 [  6373] By: gsar                                  on 2000/07/11  20:37:23
88965         Log: integrate cfgperl changes#6325..6373 into mainline
88966              (NOTE: today's batch of integrations still untested)
88967      Branch: perl
88968           +> ext/DynaLoader/hints/netbsd.pl
88969            ! Changes
88970           !> (integrate 26 files)
88971 ____________________________________________________________________________
88972 [  6372] By: jhi                                   on 2000/07/11  20:30:36
88973         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
88974              regen perltoc.
88975      Branch: cfgperl
88976            + pod/perlbook.pod
88977            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
88978            ! pod/perltoc.pod
88979 ____________________________________________________________________________
88980 [  6371] By: jhi                                   on 2000/07/11  20:08:56
88981         Log: Minor cleanups on the booklist.
88982      Branch: cfgperl
88983            ! pod/perlfaq2.pod
88984 ____________________________________________________________________________
88985 [  6370] By: jhi                                   on 2000/07/11  19:31:13
88986         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
88987      Branch: cfgperl
88988            ! t/pragma/overload.t
88989 ____________________________________________________________________________
88990 [  6369] By: gsar                                  on 2000/07/11  19:27:48
88991         Log: integrate cfgperl changes#6293..6324 into mainline
88992      Branch: perl
88993           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
88994            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
88995           !> (integrate 30 files)
88996 ____________________________________________________________________________
88997 [  6368] By: gsar                                  on 2000/07/11  19:18:57
88998         Log: skip integrate of problematic change#6292 from cfgperl into mainline
88999      Branch: perl
89000           !> pp_hot.c
89001 ____________________________________________________________________________
89002 [  6367] By: gsar                                  on 2000/07/11  19:17:21
89003         Log: integrate cfgperl changes#6288..6290 into mainline
89004      Branch: perl
89005           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
89006 ____________________________________________________________________________
89007 [  6366] By: gsar                                  on 2000/07/11  19:11:18
89008         Log: integrate cfgperl changes#6268..6282 into mainline
89009      Branch: perl
89010           !> (integrate 30 files)
89011 ____________________________________________________________________________
89012 [  6365] By: gsar                                  on 2000/07/11  18:57:00
89013         Log: delete new accidentally branched file
89014      Branch: perl
89015            - t/op/method2entersub.t
89016 ____________________________________________________________________________
89017 [  6364] By: gsar                                  on 2000/07/11  18:55:13
89018         Log: skip integrate of change#6267 from cfgperl into mainline (the
89019              method call optimization is flawed without additional hints
89020              from user about immutableness of @ISA and no runtime method
89021              definitions)
89022      Branch: perl
89023           +> t/op/method2entersub.t
89024           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
89025           !> perl.h t/op/sprintf.t xsutils.c
89026 ____________________________________________________________________________
89027 [  6363] By: gsar                                  on 2000/07/11  18:49:43
89028         Log: integrate cfgperl changes#6261..6266 into mainline
89029      Branch: perl
89030           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
89031           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
89032           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
89033           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
89034 ____________________________________________________________________________
89035 [  6362] By: gsar                                  on 2000/07/11  18:43:26
89036         Log: integrate cfgperl changes#6252..6260 into mainline
89037      Branch: perl
89038           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
89039           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
89040           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
89041           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
89042 ____________________________________________________________________________
89043 [  6361] By: gsar                                  on 2000/07/11  18:37:12
89044         Log: skip integrate of problematic change#6251 from cfgperl into mainline
89045      Branch: perl
89046           !> lib/Exporter.pm
89047 ____________________________________________________________________________
89048 [  6360] By: gsar                                  on 2000/07/11  18:34:56
89049         Log: integrate cfgperl change#6250 into mainline
89050      Branch: perl
89051           +> t/op/my_stash.t
89052           !> MANIFEST embed.pl proto.h toke.c
89053 ____________________________________________________________________________
89054 [  6359] By: gsar                                  on 2000/07/11  18:21:19
89055         Log: integrate cfgperl changes#6242..6249 into mainline
89056      Branch: perl
89057           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
89058           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
89059           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
89060           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
89061           !> t/lib/peek.t utf8.c
89062 ____________________________________________________________________________
89063 [  6358] By: gsar                                  on 2000/07/11  18:15:45
89064         Log: skip integrate of problematic change#6241 from cfgperl into mainline
89065      Branch: perl
89066           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
89067 ____________________________________________________________________________
89068 [  6357] By: jhi                                   on 2000/07/11  18:15:16
89069         Log: Fix for
89070              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
89071              From: Roderick Schertler <roderick@argon.org> 
89072              Date: Tue, 11 Jul 2000 13:55:05 -0400 
89073              Message-Id: <200007111755.NAA05077@jones.argon.org> 
89074      Branch: cfgperl
89075            ! doio.c
89076 ____________________________________________________________________________
89077 [  6356] By: jhi                                   on 2000/07/11  18:12:51
89078         Log: Typo in #6341.
89079      Branch: cfgperl
89080            ! pp_hot.c
89081 ____________________________________________________________________________
89082 [  6355] By: gsar                                  on 2000/07/11  18:12:10
89083         Log: integrate cfgperl changes#6231..6240 into mainline
89084      Branch: perl
89085           +> pod/perlutil.pod
89086           !> (integrate 35 files)
89087 ____________________________________________________________________________
89088 [  6354] By: jhi                                   on 2000/07/11  18:04:34
89089         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
89090              From: Dominic Dunlop <domo@computer.org> 
89091              Date: Tue, 11 Jul 2000 12:27:33 +0200 
89092              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
89093              
89094              Replaces change #6268.
89095      Branch: cfgperl
89096            ! t/op/sprintf.t
89097 ____________________________________________________________________________
89098 [  6353] By: gsar                                  on 2000/07/11  17:59:51
89099         Log: skip integrate of problematic change#6230 from cfgperl into mainline
89100              (a later version of File::Spec is already in mainline)
89101      Branch: perl
89102           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
89103           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
89104 ____________________________________________________________________________
89105 [  6352] By: gsar                                  on 2000/07/11  17:57:48
89106         Log: integrate cfgperl changes#6224..6229 into mainline
89107      Branch: perl
89108           +> lib/lib.pm.PL
89109            - lib/lib.pm
89110           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
89111           !> lib/English.pm op.c t/lib/english.t
89112 ____________________________________________________________________________
89113 [  6351] By: gsar                                  on 2000/07/11  17:50:10
89114         Log: skip integrate of problematic change#6223 from cfgperl into mainline
89115      Branch: perl
89116           !> doio.c
89117 ____________________________________________________________________________
89118 [  6350] By: gsar                                  on 2000/07/11  17:48:28
89119         Log: integrate cfgperl changes#6220..6222 into mainline
89120      Branch: perl
89121           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
89122           !> toke.c utf8.c win32/win32.h
89123 ____________________________________________________________________________
89124 [  6349] By: gsar                                  on 2000/07/11  17:46:13
89125         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
89126              mainline
89127      Branch: perl
89128           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89129           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
89130           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89131 ____________________________________________________________________________
89132 [  6348] By: jhi                                   on 2000/07/11  17:45:49
89133         Log: README.posix-bc podified from Thomas Dorner.
89134      Branch: cfgperl
89135            ! README.posix-bc
89136 ____________________________________________________________________________
89137 [  6347] By: gsar                                  on 2000/07/11  17:42:04
89138         Log: integrate cfgperl change#6217 into mainline
89139      Branch: perl
89140           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
89141           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
89142           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
89143 ____________________________________________________________________________
89144 [  6346] By: gsar                                  on 2000/07/11  17:39:37
89145         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
89146              mainline
89147      Branch: perl
89148           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
89149           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89150           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
89151           !> perlapi.h pod/perlapi.pod
89152 ____________________________________________________________________________
89153 [  6345] By: gsar                                  on 2000/07/11  17:36:42
89154         Log: integrate cfgperl changes#6207..6210 into mainline
89155      Branch: perl
89156           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
89157           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
89158 ____________________________________________________________________________
89159 [  6344] By: gsar                                  on 2000/07/11  17:31:20
89160         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
89161              mainline
89162      Branch: perl
89163           !> (integrate 40 files)
89164 ____________________________________________________________________________
89165 [  6343] By: gsar                                  on 2000/07/11  17:19:08
89166         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
89167      Branch: perl
89168           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
89169            ! Changes
89170           !> (integrate 34 files)
89171 ____________________________________________________________________________
89172 [  6342] By: jhi                                   on 2000/07/11  16:05:48
89173         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
89174              To: perl5-porters@perl.org
89175              From: Karsten Sperling <spiff@phreax.net>
89176              Date: Mon, 10 Jul 2000 15:12:52 +0200
89177              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
89178      Branch: cfgperl
89179            ! lib/Symbol.pm
89180 ____________________________________________________________________________
89181 [  6341] By: jhi                                   on 2000/07/11  15:59:23
89182         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
89183              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
89184              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
89185              Date: Fri, 07 Jul 2000 17:57:16 +0100
89186      Branch: cfgperl
89187            ! pp_hot.c
89188 ____________________________________________________________________________
89189 [  6340] By: jhi                                   on 2000/07/11  15:55:47
89190         Log: Subject: Re: format bug report  [Patch]
89191              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
89192              Date: Wed, 05 Jul 2000 13:12:52 +0200
89193              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
89194              
89195              Subject: Re: format bug report  [Patch]
89196              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
89197              Date: Wed, 05 Jul 2000 14:10:01 +0200
89198              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
89199      Branch: cfgperl
89200            ! t/op/write.t toke.c
89201 ____________________________________________________________________________
89202 [  6339] By: jhi                                   on 2000/07/11  13:54:09
89203         Log: Be less forgiving about ambiguous and illegal tr ranges.
89204              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
89205              From: Mark-Jason Dominus <mjd@plover.com>
89206              Date: Tue, 04 Jul 2000 10:00:12 -0400
89207              Message-ID: <20000704140012.17772.qmail@plover.com>
89208              
89209              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
89210              From: Mark-Jason Dominus <mjd@plover.com>
89211              Date: Wed, 05 Jul 2000 09:37:36 -0400
89212              Message-ID: <20000705133736.27293.qmail@plover.com>
89213      Branch: cfgperl
89214            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
89215 ____________________________________________________________________________
89216 [  6338] By: jhi                                   on 2000/07/11  13:31:24
89217         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
89218              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
89219              Date: Tue, 11 Jul 2000 13:50:51 +0100
89220              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
89221      Branch: cfgperl
89222            ! sv.c
89223 ____________________________________________________________________________
89224 [  6337] By: jhi                                   on 2000/07/11  13:29:14
89225         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
89226              From: Hugo <hv@crypt.compulink.co.uk>
89227              Date: Tue, 11 Jul 2000 12:44:50 +0100
89228              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
89229      Branch: cfgperl
89230            ! regexec.c t/op/re_tests
89231 ____________________________________________________________________________
89232 [  6336] By: jhi                                   on 2000/07/11  13:26:47
89233         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
89234              From: simon@brecon.co.uk (Simon Cozens)
89235              Date: 7 Jul 2000 11:26:09 GMT
89236              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
89237      Branch: cfgperl
89238            ! mg.c
89239 ____________________________________________________________________________
89240 [  6335] By: jhi                                   on 2000/07/11  13:23:37
89241         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
89242              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
89243              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
89244              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
89245      Branch: cfgperl
89246            + ext/DynaLoader/hints/netbsd.pl
89247            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
89248 ____________________________________________________________________________
89249 [  6334] By: jhi                                   on 2000/07/11  13:20:38
89250         Log: Subject: PATCH perlguts.pod: Document D and d magic types
89251              From: mjd@plover.com
89252              Date: 5 Jul 2000 18:01:51 -0000
89253              Message-ID: <20000705180151.29413.qmail@plover.com>
89254      Branch: cfgperl
89255            ! pod/perlguts.pod
89256 ____________________________________________________________________________
89257 [  6333] By: jhi                                   on 2000/07/11  13:15:51
89258         Log: Precedence goof, fix based on
89259              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
89260              From: Hugo <hv@crypt.compulink.co.uk>
89261              Date: Tue, 11 Jul 2000 12:52:38 +0100
89262              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
89263      Branch: cfgperl
89264            ! t/op/taint.t
89265 ____________________________________________________________________________
89266 [  6332] By: jhi                                   on 2000/07/11  12:40:17
89267         Log: Integrate with Sarathy.
89268      Branch: cfgperl
89269           !> win32/win32sck.c
89270 ____________________________________________________________________________
89271 [  6331] By: jhi                                   on 2000/07/10  20:14:16
89272         Log: Sprinkle ldlibpath.
89273      Branch: cfgperl
89274            ! pod/Makefile.SH
89275 ____________________________________________________________________________
89276 [  6330] By: jhi                                   on 2000/07/10  17:54:49
89277         Log: More POSIX.pod tweaks.
89278      Branch: cfgperl
89279            ! ext/POSIX/POSIX.pod
89280 ____________________________________________________________________________
89281 [  6329] By: jhi                                   on 2000/07/10  14:02:12
89282         Log: Reorder perl.pod once more.
89283      Branch: cfgperl
89284            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
89285 ____________________________________________________________________________
89286 [  6328] By: gsar                                  on 2000/07/10  07:06:00
89287         Log: accept() leaks memory on windows due to incorrect ordering of
89288              closesocket() and fclose() calls
89289      Branch: perl
89290            ! win32/win32sck.c
89291 ____________________________________________________________________________
89292 [  6327] By: gsar                                  on 2000/07/10  06:49:17
89293         Log: winsock options weren't being set in all threads under ithreads
89294              (caused send()s from second and subsequent threads to fail)
89295      Branch: perl
89296            ! win32/win32sck.c
89297 ____________________________________________________________________________
89298 [  6326] By: jhi                                   on 2000/07/08  02:45:40
89299         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
89300              was cast to an unsigned (32-bit) integer with wild abandon.
89301      Branch: cfgperl
89302            ! ext/Devel/DProf/DProf.xs
89303 ____________________________________________________________________________
89304 [  6325] By: jhi                                   on 2000/07/07  18:50:33
89305         Log: Remove perlbook, update perlfaq book listing,
89306              rearrange perl.pod, regenerate perltoc.
89307      Branch: cfgperl
89308            - pod/perlbook.pod
89309            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
89310            ! pod/perlfaq2.pod pod/perltoc.pod
89311 ____________________________________________________________________________
89312 [  6324] By: jhi                                   on 2000/07/07  14:03:40
89313         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
89314      Branch: cfgperl
89315            ! sv.h toke.c
89316 ____________________________________________________________________________
89317 [  6323] By: jhi                                   on 2000/07/06  16:03:55
89318         Log: Fix complaints of buildtoc.
89319      Branch: cfgperl
89320            + lib/Win32.pod
89321            - pod/Win32.pod
89322            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
89323 ____________________________________________________________________________
89324 [  6322] By: jhi                                   on 2000/07/06  15:15:52
89325         Log: Add =head1 NAMEs so that buildtoc is happy.
89326              (The CGI::Util nit reported to Lincoln.)
89327      Branch: cfgperl
89328            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
89329            ! pod/perltoc.pod
89330 ____________________________________________________________________________
89331 [  6321] By: jhi                                   on 2000/07/06  03:16:04
89332         Log: Config is being used.
89333      Branch: cfgperl
89334            ! t/op/method.t
89335 ____________________________________________________________________________
89336 [  6320] By: jhi                                   on 2000/07/06  03:13:13
89337         Log: Integrate with Sarathy.
89338      Branch: cfgperl
89339           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
89340 ____________________________________________________________________________
89341 [  6319] By: jhi                                   on 2000/07/06  03:11:46
89342         Log: Autogenerate pod/Makefile and pod/buildtoc.
89343              buildtoc also checks whether the existing pods are
89344              mentioned in MANIFEST and perl.pod, and vice versa.
89345              (None of the thusly found discrepancies fixed yet.)
89346              roffitall also needs to be autogenerated similarly but it
89347              seems so badly out of date that I didn't touch it yet.
89348      Branch: cfgperl
89349            + pod/Makefile.SH pod/buildtoc.PL
89350            - pod/Makefile pod/buildtoc
89351            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
89352 ____________________________________________________________________________
89353 [  6318] By: gsar                                  on 2000/07/05  22:10:54
89354         Log: fix UNC path handling on Windows under ithreads, and chdir()
89355              return value when given a non-existent directory
89356      Branch: perl
89357            ! win32/vdir.h
89358 ____________________________________________________________________________
89359 [  6317] By: gsar                                  on 2000/07/05  22:08:19
89360         Log: winsock cleanup never done on Windows (leads to handle leaks)
89361      Branch: perl
89362            ! win32/perllib.c win32/win32sck.c
89363 ____________________________________________________________________________
89364 [  6316] By: gsar                                  on 2000/07/05  22:06:19
89365         Log: some debugger output does not go to the socket when RemotePort is set
89366      Branch: perl
89367            ! lib/perl5db.pl
89368 ____________________________________________________________________________
89369 [  6315] By: jhi                                   on 2000/07/05  00:25:21
89370         Log: Integrate with Sarathy, preliminary fix for unicos
89371              alignment problems in [ID 20000612.002] Perl problem on Cray system.
89372      Branch: cfgperl
89373            ! sv.h
89374           !> pp_hot.c
89375 ____________________________________________________________________________
89376 [  6314] By: gsar                                  on 2000/07/04  23:34:02
89377         Log: tyop in change#6306
89378      Branch: perl
89379            ! pp_hot.c
89380 ____________________________________________________________________________
89381 [  6313] By: jhi                                   on 2000/07/04  22:14:38
89382         Log: Multiline string literals ENONPORTABLE.
89383      Branch: cfgperl
89384            ! pp_hot.c
89385 ____________________________________________________________________________
89386 [  6312] By: jhi                                   on 2000/07/04  20:34:44
89387         Log: Integrate with Sarathy.
89388      Branch: cfgperl
89389           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
89390           !> t/op/method.t
89391 ____________________________________________________________________________
89392 [  6311] By: jhi                                   on 2000/07/04  20:30:56
89393         Log: More POSIX.pod embellishment.
89394      Branch: cfgperl
89395            ! ext/POSIX/POSIX.pod
89396 ____________________________________________________________________________
89397 [  6310] By: gsar                                  on 2000/07/04  17:28:48
89398         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
89399      Branch: perl
89400            ! t/lib/b.t
89401 ____________________________________________________________________________
89402 [  6309] By: jhi                                   on 2000/07/04  17:22:18
89403         Log: The #6308 required a little bit more.
89404      Branch: cfgperl
89405            ! Makefile.SH win32/Makefile
89406 ____________________________________________________________________________
89407 [  6308] By: jhi                                   on 2000/07/04  16:35:24
89408         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
89409      Branch: cfgperl
89410            + lib/lib_pm.PL
89411            - lib/lib.pm.PL
89412            ! MANIFEST Makefile.SH
89413 ____________________________________________________________________________
89414 [  6307] By: jhi                                   on 2000/07/04  16:28:58
89415         Log: Win32 patches for cfgperl from Sarathy.
89416      Branch: cfgperl
89417            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
89418            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
89419            ! thread.h toke.c util.c win32/Makefile win32/win32.c
89420 ____________________________________________________________________________
89421 [  6306] By: gsar                                  on 2000/07/04  16:28:40
89422         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
89423              (from Richard Soderberg <rs@oregonnet.com>)
89424      Branch: perl
89425            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
89426 ____________________________________________________________________________
89427 [  6305] By: jhi                                   on 2000/07/04  16:24:24
89428         Log: Integrate with Sarathy.
89429      Branch: cfgperl
89430           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
89431           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89432           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
89433           !> proto.h win32/win32.c
89434 ____________________________________________________________________________
89435 [  6304] By: gsar                                  on 2000/07/04  16:17:24
89436         Log: missing perldiag entry for unpack("w",...) diagnostic (from
89437              Andreas Koenig)
89438      Branch: perl
89439            ! pod/perldiag.pod
89440 ____________________________________________________________________________
89441 [  6303] By: gsar                                  on 2000/07/04  16:14:44
89442         Log: remove rel2abs prototypes (from Barrie Slaymaker)
89443      Branch: perl
89444            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89445            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89446 ____________________________________________________________________________
89447 [  6302] By: gsar                                  on 2000/07/04  04:59:35
89448         Log: adjust change#6299
89449      Branch: perl
89450            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
89451            ! win32/win32.c
89452 ____________________________________________________________________________
89453 [  6301] By: jhi                                   on 2000/07/04  04:50:07
89454         Log: Integrate with Sarathy.
89455      Branch: cfgperl
89456           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
89457           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
89458           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
89459 ____________________________________________________________________________
89460 [  6300] By: gsar                                  on 2000/07/04  04:42:09
89461         Log: PERL_OBJECT build tweak
89462      Branch: perl
89463            ! perl.h
89464 ____________________________________________________________________________
89465 [  6299] By: gsar                                  on 2000/07/04  04:37:00
89466         Log: fix memory leak on Windows (PL_sys_intern contents were never
89467              freed)
89468      Branch: perl
89469            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
89470            ! perlapi.c proto.h win32/win32.c
89471 ____________________________________________________________________________
89472 [  6298] By: gsar                                  on 2000/07/04  04:15:59
89473         Log: fix large memory leak that has been around for ever, masked by
89474              -DPURIFY (most of the arenas were never freed!)
89475      Branch: perl
89476            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
89477 ____________________________________________________________________________
89478 [  6297] By: gsar                                  on 2000/07/04  04:07:46
89479         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
89480      Branch: perl
89481            ! perl.c
89482 ____________________________________________________________________________
89483 [  6296] By: jhi                                   on 2000/06/30  18:28:37
89484         Log: Elaborate POSIX.pod.  Still needs work.
89485      Branch: cfgperl
89486            ! ext/POSIX/POSIX.pod
89487 ____________________________________________________________________________
89488 [  6295] By: jhi                                   on 2000/06/30  14:58:18
89489         Log: Point to perlipc for more SysV IPC examples.
89490      Branch: cfgperl
89491            ! pod/perlfunc.pod
89492 ____________________________________________________________________________
89493 [  6294] By: gsar                                  on 2000/06/30  14:47:45
89494         Log: slurp mode fix in change#4736 still not quite right
89495      Branch: perl
89496            ! pp_hot.c t/io/argv.t
89497 ____________________________________________________________________________
89498 [  6293] By: jhi                                   on 2000/06/30  12:02:55
89499         Log: Integrate with Sarathy.
89500      Branch: cfgperl
89501           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
89502 ____________________________________________________________________________
89503 [  6292] By: jhi                                   on 2000/06/30  12:01:11
89504         Log: From: simon@brecon.co.uk (Simon Cozens)
89505              Subject: UTF8 concat
89506              Date: 30 Jun 2000 06:13:25 GMT
89507              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
89508      Branch: cfgperl
89509            ! pp_hot.c
89510 ____________________________________________________________________________
89511 [  6291] By: gsar                                  on 2000/06/30  04:37:33
89512         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
89513              when @_ is modified, causing coredumps
89514      Branch: perl
89515            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
89516 ____________________________________________________________________________
89517 [  6290] By: jhi                                   on 2000/06/30  02:21:44
89518         Log: Integrate with Sarathy.
89519      Branch: cfgperl
89520           !> vms/vms.c vms/vmsish.h
89521 ____________________________________________________________________________
89522 [  6289] By: jhi                                   on 2000/06/30  02:21:02
89523         Log: Check VERSIONs.
89524      Branch: cfgperl
89525            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
89526            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
89527            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89528 ____________________________________________________________________________
89529 [  6288] By: jhi                                   on 2000/06/30  02:18:52
89530         Log: Integrate with Sarathy.
89531      Branch: cfgperl
89532           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
89533           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
89534           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
89535           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
89536 ____________________________________________________________________________
89537 [  6287] By: gsar                                  on 2000/06/30  02:17:08
89538         Log: integrate vmsperl changes into mainline
89539      Branch: perl
89540           !> vms/vms.c vms/vmsish.h
89541 ____________________________________________________________________________
89542 [  6285] By: gsar                                  on 2000/06/30  02:05:28
89543         Log: localize %INC in a Safe compartment so that use/require work
89544              (many other magic globals probably need similar treatment)
89545      Branch: perl
89546            ! ext/Opcode/Opcode.xs
89547 ____________________________________________________________________________
89548 [  6284] By: gsar                                  on 2000/06/30  01:54:54
89549         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
89550              about Windows
89551      Branch: perl
89552            ! pod/perlembed.pod
89553 ____________________________________________________________________________
89554 [  6283] By: jhi                                   on 2000/06/30  01:50:10
89555         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
89556              From: Barrie Slaymaker <barries@jester.slaysys.com>
89557              Date: Wed, 28 Jun 2000 11:35:29 -0400
89558              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
89559      Branch: perl
89560            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
89561            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
89562            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89563            ! lib/File/Spec/Win32.pm
89564 ____________________________________________________________________________
89565 [  6282] By: jhi                                   on 2000/06/29  22:57:22
89566         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
89567              From: Dan Sugalski <dan@sidhe.org>
89568              Date: Tue, 06 Jun 2000 11:59:50 -0400
89569              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
89570      Branch: cfgperl
89571            ! vms/vms.c
89572 ____________________________________________________________________________
89573 [  6281] By: jhi                                   on 2000/06/29  22:52:50
89574         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
89575              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
89576              Date: Wed, 7 Jun 2000 04:02:04 -0500
89577              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
89578      Branch: cfgperl
89579            ! utils/h2xs.PL
89580 ____________________________________________________________________________
89581 [  6280] By: jhi                                   on 2000/06/29  22:45:47
89582         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
89583              From: rspier@pobox.com (Robert Spier)
89584              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
89585              Message-ID: <14654.31913.845602.610277@rls.cx>
89586      Branch: cfgperl
89587            ! utils/h2xs.PL
89588 ____________________________________________________________________________
89589 [  6279] By: jhi                                   on 2000/06/29  22:38:16
89590         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
89591              From: Tim Ayers <tayers@bridge.com>
89592              Date: Thu, 08 Jun 2000 08:11:06 +0200
89593              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
89594              [resent by Richard Foley, Message-Id probably wrong]
89595      Branch: cfgperl
89596            ! pod/perlsub.pod
89597 ____________________________________________________________________________
89598 [  6278] By: jhi                                   on 2000/06/29  22:21:45
89599         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
89600              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
89601              Date: Fri, 09 Jun 2000 12:39:27 -0400
89602              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
89603              (plus update the version "number" of Text::Wrap)
89604      Branch: cfgperl
89605            ! lib/Text/Wrap.pm
89606 ____________________________________________________________________________
89607 [  6277] By: jhi                                   on 2000/06/29  22:13:10
89608         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
89609              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
89610              Date: Mon, 12 Jun 2000 14:55:59 +0100
89611              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
89612      Branch: cfgperl
89613            ! pod/perlfunc.pod
89614 ____________________________________________________________________________
89615 [  6276] By: jhi                                   on 2000/06/29  22:11:06
89616         Log: Subject: [PATCH] Re: eval documentation: context
89617              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
89618              Date: Mon, 12 Jun 2000 15:07:29 +0100
89619              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
89620      Branch: cfgperl
89621            ! pod/perlfunc.pod
89622 ____________________________________________________________________________
89623 [  6275] By: jhi                                   on 2000/06/29  21:59:46
89624         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
89625              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
89626              Date: Tue, 13 Jun 2000 02:43:48 -0500
89627              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
89628      Branch: cfgperl
89629            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
89630 ____________________________________________________________________________
89631 [  6274] By: jhi                                   on 2000/06/29  21:56:14
89632         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
89633              From: Andy Dougherty <doughera@lafayette.edu>
89634              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
89635              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
89636      Branch: cfgperl
89637            ! ext/File/Glob/Glob.pm
89638 ____________________________________________________________________________
89639 [  6273] By: jhi                                   on 2000/06/29  21:49:09
89640         Log: Subject: [PATCH] xsub attributes
89641              From: Doug MacEachern <dougm@covalent.net>
89642              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
89643              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
89644      Branch: cfgperl
89645            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
89646            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
89647 ____________________________________________________________________________
89648 [  6272] By: jhi                                   on 2000/06/29  21:41:28
89649         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
89650              From: Tom Phoenix <rootbeer@redcat.com>
89651              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
89652              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
89653      Branch: cfgperl
89654            ! lib/Net/Ping.pm
89655 ____________________________________________________________________________
89656 [  6271] By: jhi                                   on 2000/06/29  21:36:55
89657         Log: Subject: PATCH pod/perltie.pod
89658              From: Ian Phillipps <Ian.Phillipps@iname.com>
89659              Date: Fri, 16 Jun 2000 00:17:19 +0100
89660              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
89661              (only the first hunk, the second hunk had already been done
89662              by some other patch)
89663      Branch: cfgperl
89664            ! pod/perltie.pod
89665 ____________________________________________________________________________
89666 [  6270] By: jhi                                   on 2000/06/29  21:24:51
89667         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
89668              From: Nicholas Clark <nick@talking.bollo.cx>
89669              Date: Fri, 23 Jun 2000 16:21:15 +0100
89670              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
89671      Branch: cfgperl
89672            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
89673            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
89674 ____________________________________________________________________________
89675 [  6269] By: jhi                                   on 2000/06/29  19:38:15
89676         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
89677              silence few compiler warnings.
89678      Branch: cfgperl
89679            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
89680 ____________________________________________________________________________
89681 [  6268] By: jhi                                   on 2000/06/29  18:21:50
89682         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
89683              From: Dominic Dunlop <domo@computer.org> 
89684              Date: Thu, 29 Jun 2000 12:32:39 +0200 
89685              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
89686      Branch: cfgperl
89687            ! t/op/sprintf.t
89688 ____________________________________________________________________________
89689 [  6267] By: jhi                                   on 2000/06/29  18:16:07
89690         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
89691              From: Doug MacEachern <dougm@covalent.net>
89692              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
89693              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
89694      Branch: cfgperl
89695            + t/op/method2entersub.t
89696            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
89697            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89698            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
89699            ! xsutils.c
89700 ____________________________________________________________________________
89701 [  6266] By: jhi                                   on 2000/06/29  15:11:15
89702         Log: Subject: [PATCH 5.6.0] cygwin port
89703              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
89704              From: "Fifer, Eric" <EFifer@sanwaint.com>
89705              Date: Thu, 29 Jun 2000 12:58:29 +0100
89706      Branch: cfgperl
89707            ! cygwin/Makefile.SHs
89708 ____________________________________________________________________________
89709 [  6265] By: jhi                                   on 2000/06/29  15:04:05
89710         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
89711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89712              Date: Wed, 28 Jun 2000 17:50:12 -0700
89713              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
89714      Branch: cfgperl
89715            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
89716 ____________________________________________________________________________
89717 [  6264] By: jhi                                   on 2000/06/29  15:00:57
89718         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
89719              From: Marty Lucich <marty@netcom.com>
89720              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
89721              Message-Id: <200006282116.OAA11148@netcom.com>
89722              ccdlflags update (the BSD/OS 4.1 part had already been taken
89723              care of by #6141).
89724      Branch: cfgperl
89725            ! hints/bsdos.sh
89726 ____________________________________________________________________________
89727 [  6263] By: jhi                                   on 2000/06/29  13:47:44
89728         Log: tr fixes from Simon Cozens
89729      Branch: cfgperl
89730            ! doop.c
89731 ____________________________________________________________________________
89732 [  6262] By: jhi                                   on 2000/06/28  18:46:01
89733         Log: Subject: 5.6.0 Patch for EPOC
89734              From: Olaf Flebbe <o.flebbe@gmx.de>
89735              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
89736              Message-ID: <23449.960929969@www11.gmx.net>
89737      Branch: cfgperl
89738            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
89739            ! epoc/epocish.h
89740 ____________________________________________________________________________
89741 [  6261] By: jhi                                   on 2000/06/28  18:29:07
89742         Log: Subject: Re: [PATCH cfgperl] BOMs away!
89743              From: simon@brecon.co.uk (Simon Cozens)
89744              Date: 17 Jun 2000 11:49:57 GMT
89745              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
89746      Branch: cfgperl
89747            ! pod/perldiag.pod t/comp/require.t toke.c
89748 ____________________________________________________________________________
89749 [  6260] By: jhi                                   on 2000/06/28  17:47:16
89750         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
89751              From: simon@brecon.co.uk (Simon Cozens) 
89752              Date: 17 Jun 2000 11:56:44 GMT 
89753              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
89754              pack U0, pack C0
89755      Branch: cfgperl
89756            ! pod/perlfunc.pod pp.c t/op/pack.t
89757 ____________________________________________________________________________
89758 [  6259] By: jhi                                   on 2000/06/28  16:43:17
89759         Log: perlnewmod was missing from MANIFEST.
89760      Branch: cfgperl
89761            ! MANIFEST
89762 ____________________________________________________________________________
89763 [  6258] By: jhi                                   on 2000/06/28  15:54:30
89764         Log: linenumber tweak
89765      Branch: cfgperl
89766            ! t/pragma/warn/regcomp
89767 ____________________________________________________________________________
89768 [  6257] By: jhi                                   on 2000/06/28  15:50:44
89769         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
89770              From: Doug MacEachern <dougm@covalent.net>
89771              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
89772              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
89773              (one part of the patch had been applied earlier)
89774      Branch: cfgperl
89775            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
89776 ____________________________________________________________________________
89777 [  6256] By: jhi                                   on 2000/06/28  15:40:22
89778         Log: tweaks from Simon Cozens to further fix tr/// under utf8
89779      Branch: cfgperl
89780            ! doop.c
89781 ____________________________________________________________________________
89782 [  6255] By: jhi                                   on 2000/06/28  15:33:45
89783         Log: small thinko tweaks
89784      Branch: cfgperl
89785            ! lib/IPC/Open3.pm t/op/my_stash.t
89786 ____________________________________________________________________________
89787 [  6254] By: jhi                                   on 2000/06/28  15:33:25
89788         Log: Subject: tr///, help wanted.
89789              From: simon@brecon.co.uk (Simon Cozens)
89790              Date: 28 Jun 2000 11:29:04 GMT
89791              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
89792      Branch: cfgperl
89793            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
89794            ! pp_proto.h proto.h t/op/tr.t
89795 ____________________________________________________________________________
89796 [  6253] By: jhi                                   on 2000/06/28  15:09:17
89797         Log: Paranoia tweak on #6249.
89798              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
89799              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
89800              Date: Sun, 25 Jun 2000 23:43:12 -0400
89801              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
89802      Branch: cfgperl
89803            ! lib/IPC/Open3.pm
89804 ____________________________________________________________________________
89805 [  6252] By: jhi                                   on 2000/06/28  15:01:38
89806         Log: Document #6249 and #6251.
89807      Branch: cfgperl
89808            ! lib/Exporter.pm lib/IPC/Open3.pm
89809 ____________________________________________________________________________
89810 [  6251] By: jhi                                   on 2000/06/28  14:50:43
89811         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
89812              From: Doug MacEachern <dougm@covalent.net>
89813              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
89814              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
89815      Branch: cfgperl
89816            ! lib/Exporter.pm
89817 ____________________________________________________________________________
89818 [  6250] By: jhi                                   on 2000/06/28  14:45:23
89819         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
89820              From: Doug MacEachern <dougm@covalent.net>
89821              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
89822              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
89823      Branch: cfgperl
89824            + t/op/my_stash.t
89825            ! MANIFEST embed.pl global.sym proto.h toke.c
89826 ____________________________________________________________________________
89827 [  6249] By: jhi                                   on 2000/06/28  14:36:34
89828         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
89829              From: Frank Tobin <ftobin@uiuc.edu>
89830              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
89831              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
89832      Branch: cfgperl
89833            ! lib/IPC/Open3.pm
89834 ____________________________________________________________________________
89835 [  6248] By: jhi                                   on 2000/06/28  14:11:25
89836         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
89837              From: Mark-Jason Dominus <mjd@plover.com>
89838              Date: Tue, 27 Jun 2000 22:36:42 -0400
89839              Message-ID: <20000628023642.12166.qmail@plover.com>
89840      Branch: cfgperl
89841            ! pod/perlfunc.pod
89842 ____________________________________________________________________________
89843 [  6247] By: jhi                                   on 2000/06/27  12:46:37
89844         Log: Tweak $VERSION, patch from Doug MacEachern.
89845      Branch: cfgperl
89846            ! lib/File/Spec.pm
89847 ____________________________________________________________________________
89848 [  6246] By: jhi                                   on 2000/06/27  03:34:46
89849         Log: Allow for standalone testing.
89850      Branch: cfgperl
89851            ! t/lib/filefunc.t t/lib/filespec.t
89852 ____________________________________________________________________________
89853 [  6245] By: jhi                                   on 2000/06/27  02:50:02
89854         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
89855              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89856              Date: Sat, 24 Jun 2000 13:06:20 +0100
89857              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
89858      Branch: cfgperl
89859            ! ext/DynaLoader/DynaLoader_pm.PL
89860 ____________________________________________________________________________
89861 [  6244] By: jhi                                   on 2000/06/27  02:46:10
89862         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
89863              From: Doug MacEachern <dougm@covalent.net>
89864              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
89865              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
89866      Branch: cfgperl
89867            ! gv.c sv.c t/lib/peek.t
89868 ____________________________________________________________________________
89869 [  6243] By: jhi                                   on 2000/06/27  02:38:07
89870         Log: Subject: [PATCH] is_utf8_string
89871              From: simon@brecon.co.uk (Simon Cozens)
89872              Date: 26 Jun 2000 02:25:59 GMT
89873              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
89874      Branch: cfgperl
89875            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
89876            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
89877            ! proto.h utf8.c
89878 ____________________________________________________________________________
89879 [  6242] By: jhi                                   on 2000/06/27  02:24:00
89880         Log: Subject: [PATCH] bytes<->utf8 fixes
89881              From: simon@brecon.co.uk (Simon Cozens)
89882              Date: 26 Jun 2000 04:55:45 GMT
89883              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
89884      Branch: cfgperl
89885            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
89886 ____________________________________________________________________________
89887 [  6241] By: jhi                                   on 2000/06/27  02:12:42
89888         Log: Do no -warn on \_, only on \alpha.
89889              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
89890              From: David Dyck <dcd@tc.fluke.com>
89891              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
89892              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
89893      Branch: cfgperl
89894            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
89895 ____________________________________________________________________________
89896 [  6240] By: jhi                                   on 2000/06/27  02:00:01
89897         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
89898              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89899              Date: Mon, 26 Jun 2000 18:40:14 +0100
89900              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
89901      Branch: cfgperl
89902            ! utils/h2xs.PL
89903 ____________________________________________________________________________
89904 [  6239] By: jhi                                   on 2000/06/27  01:53:40
89905         Log: Configure maintenance.  Sever some dependency cycles,
89906              separate gccversion from the cc unit,
89907              address [ID 20000623.006] Configure script patch for using gcc on AIX
89908              (but solve it a little bit differently),
89909              unduplex some accidentally duplicated units,
89910              suggest using gcc if no cc available
89911              (p5p thread: "Solaris configure: counterproposal", 1999-09)
89912      Branch: cfgperl
89913            ! Configure Todo-5.6 config_h.SH
89914      Branch: metaconfig
89915            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
89916            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
89917      Branch: metaconfig/U/perl
89918            + gccvers.U
89919            ! d_getespwnam.U d_getprpwnam.U i_prot.U
89920 ____________________________________________________________________________
89921 [  6238] By: jhi                                   on 2000/06/25  18:04:56
89922         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
89923              From: Dan Sugalski <dan@sidhe.org>
89924              Date: Fri, 23 Jun 2000 17:00:00 -0400
89925              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
89926      Branch: cfgperl
89927            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
89928 ____________________________________________________________________________
89929 [  6237] By: jhi                                   on 2000/06/25  16:36:45
89930         Log: Tweak embed.pl, regen headers.
89931      Branch: cfgperl
89932            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
89933            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
89934            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
89935            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
89936            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
89937 ____________________________________________________________________________
89938 [  6236] By: jhi                                   on 2000/06/25  15:26:42
89939         Log: Regen headers.
89940      Branch: cfgperl
89941            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
89942            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
89943            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
89944            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
89945            ! regnodes.h warnings.h
89946 ____________________________________________________________________________
89947 [  6235] By: jhi                                   on 2000/06/23  19:39:35
89948         Log: The thread begun by
89949              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
89950              From: Kevin.Ruscoe@ubsw.com
89951              Date: Fri, 16 Jun 2000 16:38:51 +0100
89952              Message-Id: <H000019b03c300d6@MHS>
89953      Branch: cfgperl
89954            ! hints/solaris_2.sh
89955 ____________________________________________________________________________
89956 [  6234] By: jhi                                   on 2000/06/23  19:23:36
89957         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
89958              because when run as services (Win32ese for daemons)
89959              no environment variables are set and tmpdir ends up as /tmp,
89960              which is ambiguous.
89961              
89962              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
89963              From: matt@sergeant.org
89964              Date: 16 Jun 2000 16:30:43 -0000
89965              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
89966      Branch: cfgperl
89967            ! lib/File/Spec/Win32.pm
89968 ____________________________________________________________________________
89969 [  6233] By: jhi                                   on 2000/06/23  19:18:58
89970         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
89971              From: Mark-Jason Dominus <mjd@plover.com>
89972              Date: Fri, 16 Jun 2000 20:53:04 -0400
89973              Message-ID: <20000617005304.8008.qmail@plover.com>
89974      Branch: cfgperl
89975            ! op.h
89976 ____________________________________________________________________________
89977 [  6232] By: jhi                                   on 2000/06/23  16:10:02
89978         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
89979              From: simon@brecon.co.uk (Simon Cozens)
89980              Date: 19 Jun 2000 15:18:27 GMT
89981              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
89982              
89983              plus update pod/Makefile and regenerate perltoc
89984      Branch: cfgperl
89985            + pod/perlutil.pod
89986            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
89987 ____________________________________________________________________________
89988 [  6231] By: jhi                                   on 2000/06/23  15:19:18
89989         Log: Subject: [PATCH 5.6.0] cygwin port
89990              From: "Fifer, Eric" <EFifer@sanwaint.com>
89991              Date: Tue, 20 Jun 2000 14:30:58 +0100
89992              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
89993      Branch: cfgperl
89994            ! README.cygwin lib/File/Find.pm
89995 ____________________________________________________________________________
89996 [  6230] By: jhi                                   on 2000/06/23  14:25:21
89997         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
89998      Branch: cfgperl
89999            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
90000            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
90001            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
90002            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
90003 ____________________________________________________________________________
90004 [  6229] By: jhi                                   on 2000/06/23  14:13:34
90005         Log: Subject: README.hpux version 0.6.1
90006              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
90007              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
90008              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
90009      Branch: cfgperl
90010            ! README.hpux
90011 ____________________________________________________________________________
90012 [  6228] By: jhi                                   on 2000/06/23  14:07:20
90013         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
90014              From: Doug MacEachern <dougm@covalent.net>
90015              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
90016              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
90017      Branch: cfgperl
90018            ! op.c
90019 ____________________________________________________________________________
90020 [  6227] By: jhi                                   on 2000/06/23  14:01:06
90021         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
90022              From: Doug MacEachern <dougm@covalent.net>
90023              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
90024              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
90025      Branch: cfgperl
90026            + lib/lib.pm.PL
90027            - lib/lib.pm
90028            ! MANIFEST Makefile.SH
90029 ____________________________________________________________________________
90030 [  6226] By: jhi                                   on 2000/06/23  13:53:07
90031         Log: Subject: [PATCH] remove forward declarations in Socket.pm
90032              From: Doug MacEachern <dougm@covalent.net>
90033              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
90034              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
90035              
90036              From: Doug MacEachern <dougm@covalent.net>
90037              Subject: Re: [PATCH] remove forward declarations in Socket.pm
90038              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
90039              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
90040      Branch: cfgperl
90041            ! ext/Socket/Socket.pm op.c
90042 ____________________________________________________________________________
90043 [  6225] By: jhi                                   on 2000/06/23  13:41:52
90044         Log: Add source code filenames to apidoc.
90045              From: simon@brecon.co.uk (Simon Cozens)
90046              Subject: [PATCH embed.pl] Source X-ref
90047              Date: 22 Jun 2000 02:18:49 GMT
90048              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
90049      Branch: cfgperl
90050            ! embed.pl
90051 ____________________________________________________________________________
90052 [  6224] By: jhi                                   on 2000/06/23  13:32:33
90053         Log: A way to avoid English.pm performance hit.
90054              From: root <root@jester.slaysys.com>
90055              Subject: [YAPATCH English.pm] My turn to putt again
90056              Date: Thu, 22 Jun 2000 20:33:58 -0400
90057              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
90058      Branch: cfgperl
90059            ! lib/English.pm t/lib/english.t
90060 ____________________________________________________________________________
90061 [  6223] By: jhi                                   on 2000/06/23  13:27:06
90062         Log: Avoid double close().
90063              Subject: [PATCH] avoid double close()
90064              From: Doug MacEachern <dougm@covalent.net>
90065              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
90066              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
90067      Branch: cfgperl
90068            ! doio.c
90069 ____________________________________________________________________________
90070 [  6222] By: jhi                                   on 2000/06/23  13:25:54
90071         Log: doc typo fix
90072              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
90073              From: Ian Phillipps <Ian.Phillipps@iname.com>
90074              Date: Fri, 23 Jun 2000 10:40:58 +0100
90075              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
90076      Branch: cfgperl
90077            ! lib/Pod/Usage.pm
90078 ____________________________________________________________________________
90079 [  6221] By: jhi                                   on 2000/06/23  13:24:15
90080         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
90081              From: simon@brecon.co.uk (Simon Cozens)
90082              Subject: [PATCH] Eliminate tr///[CU][CU]
90083              Date: 23 Jun 2000 11:05:40 GMT
90084              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
90085      Branch: cfgperl
90086            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
90087 ____________________________________________________________________________
90088 [  6220] By: jhi                                   on 2000/06/22  16:07:51
90089         Log: Win32 patches from Benjamin Stuhl.
90090      Branch: cfgperl
90091            ! makedef.pl win32/win32.h
90092 ____________________________________________________________________________
90093 [  6219] By: jhi                                   on 2000/06/22  16:06:34
90094         Log: Bytecode patches from Benjamin Stuhl.
90095      Branch: cfgperl
90096            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
90097            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
90098            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
90099 ____________________________________________________________________________
90100 [  6218] By: jhi                                   on 2000/06/15  23:54:16
90101         Log: Bytecode patches from Benjamin Stuhl.
90102      Branch: cfgperl
90103            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
90104 ____________________________________________________________________________
90105 [  6217] By: jhi                                   on 2000/06/09  13:38:29
90106         Log: Rename the fdpid locking and integrate with Sarathy.
90107      Branch: cfgperl
90108            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
90109            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
90110            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
90111            ! win32/win32.c
90112           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
90113 ____________________________________________________________________________
90114 [  6216] By: gsar                                  on 2000/06/08  14:54:21
90115         Log: be more optimal about clearing @_
90116      Branch: perl
90117            ! cop.h
90118 ____________________________________________________________________________
90119 [  6215] By: gsar                                  on 2000/06/08  14:33:04
90120         Log: tweak comment about @DB::args
90121      Branch: perl
90122            ! av.h pp_ctl.c
90123 ____________________________________________________________________________
90124 [  6214] By: gsar                                  on 2000/06/08  13:57:54
90125         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
90126              caller() wants to populate @DB::args with it (causes a coredump
90127              in Carp::confess())
90128      Branch: perl
90129            ! cop.h t/op/runlevel.t
90130 ____________________________________________________________________________
90131 [  6213] By: gsar                                  on 2000/06/08  07:06:35
90132         Log: back out change#6106 (seems problematic)
90133      Branch: perl
90134            ! hints/solaris_2.sh
90135 ____________________________________________________________________________
90136 [  6212] By: jhi                                   on 2000/06/07  03:10:36
90137         Log: Continuing mopup for #6204.
90138      Branch: cfgperl
90139            ! ext/B/defsubs_h.PL
90140 ____________________________________________________________________________
90141 [  6211] By: jhi                                   on 2000/06/07  02:41:50
90142         Log: Mopup for #6204.
90143              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
90144              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
90145              This is comes from const() where POK isn't on when expected.
90146      Branch: cfgperl
90147            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
90148            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
90149            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
90150            ! perlapi.h pod/perlapi.pod
90151 ____________________________________________________________________________
90152 [  6210] By: jhi                                   on 2000/06/07  01:56:29
90153         Log: Mopup for #6207 and #6209.
90154      Branch: cfgperl
90155            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
90156 ____________________________________________________________________________
90157 [  6209] By: jhi                                   on 2000/06/07  01:33:12
90158         Log: Lock PL_fdpid against race conditions, based on:
90159              Subject: [PATCH 5.6.0]subprocess fixup for threads
90160              From: Dan Sugalski <dan@sidhe.org>
90161              To: perl5-porters@perl.org
90162              Date: Tue, 11 Apr 2000 17:02:32 -0400
90163              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
90164      Branch: cfgperl
90165            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
90166            ! win32/win32.c
90167 ____________________________________________________________________________
90168 [  6208] By: jhi                                   on 2000/06/07  01:05:23
90169         Log: Regen headers for #6207.
90170      Branch: cfgperl
90171            ! embed.h global.sym objXSUB.h proto.h
90172 ____________________________________________________________________________
90173 [  6207] By: jhi                                   on 2000/06/06  23:43:13
90174         Log: Subject: [PATCH 5.6.0] Threadsafe patches
90175              From: Dan Sugalski <dan@sidhe.org>
90176              To: perl5-porters@perl.org
90177              Date: Mon, 08 May 2000 18:08:13 -0400
90178              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
90179      Branch: cfgperl
90180            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
90181            ! proto.h sv.h util.c
90182 ____________________________________________________________________________
90183 [  6206] By: jhi                                   on 2000/06/06  23:21:23
90184         Log: Subject: [PATCH] Eliminate $a/$b in pod
90185              From: David Glasser <me@davidglasser.net>
90186              To: perl5-porters@perl.org
90187              Date: Mon, 29 May 2000 21:15:59 -0400
90188              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
90189      Branch: cfgperl
90190            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
90191            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
90192            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
90193            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
90194            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
90195            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
90196            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
90197            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
90198            ! pod/perlvar.pod pod/perlxs.pod
90199 ____________________________________________________________________________
90200 [  6205] By: jhi                                   on 2000/06/06  23:12:14
90201         Log: Subject: [PATCH] Win32 improvements
90202              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
90203              To: gsar@activestate.com, perl5-porters@perl.org
90204              Date: Mon, 29 May 2000 17:22:24 PDT
90205              Message-ID: <20000530002224.91142.qmail@hotmail.com>
90206              (MUA had mangled many lines by wordwrapping)
90207      Branch: cfgperl
90208            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
90209 ____________________________________________________________________________
90210 [  6204] By: jhi                                   on 2000/06/06  23:01:50
90211         Log: Subject: [PATCH] B::Bytecode patches
90212              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
90213              To: gsar@activestate.com, jhi@iki.fi
90214              Cc: perl5-porters@perl.org
90215              Message-ID: <20000602202526.48694.qmail@hotmail.com>
90216              (MUA had mangled many lines by wordwrapping)
90217      Branch: cfgperl
90218            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
90219            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
90220            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
90221            ! intrpvar.h perl.c
90222 ____________________________________________________________________________
90223 [  6203] By: jhi                                   on 2000/06/06  22:32:43
90224         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
90225              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
90226              Date: Tue, 06 Jun 2000 13:07:45 -0700
90227              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
90228      Branch: cfgperl
90229            ! pod/perldiag.pod
90230 ____________________________________________________________________________
90231 [  6202] By: jhi                                   on 2000/06/06  19:38:35
90232         Log: Integrate with Sarathy.
90233      Branch: cfgperl
90234           !> perl.c
90235 ____________________________________________________________________________
90236 [  6201] By: gsar                                  on 2000/06/06  00:42:59
90237         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
90238              does a PUSHMARK that's never ever POPMARKed; in general, only
90239              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
90240              Perl_eval_[sp]v() don't because they don't take any incoming
90241              arguments (this leak has been around since the original version
90242              of perl_eval_pv() in 5.003_97e)
90243      Branch: perl
90244            ! perl.c
90245 ____________________________________________________________________________
90246 [  6200] By: jhi                                   on 2000/06/04  03:44:52
90247         Log: Update to cperl-mode.el 4.31 from
90248              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
90249              Subject: A couple of notes
90250              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
90251              To: Mailing list Perl5 <perl5-porters@perl.org>
90252              Date: Sat, 3 Jun 2000 23:33:32 -0400
90253              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
90254      Branch: cfgperl
90255            ! emacs/cperl-mode.el
90256 ____________________________________________________________________________
90257 [  6199] By: jhi                                   on 2000/06/03  15:11:05
90258         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
90259              From: Dan Sugalski <dan@sidhe.org>
90260              To: perl5-porters@perl.org, vmsperl@perl.org
90261              Date: Fri, 02 Jun 2000 17:30:51 -0400
90262              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
90263      Branch: cfgperl
90264            ! vms/descrip_mms.template vms/gen_shrfls.pl
90265 ____________________________________________________________________________
90266 [  6198] By: jhi                                   on 2000/06/03  14:59:15
90267         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
90268              From: Dan Sugalski <dan@sidhe.org>
90269              To: vmsperl@perl.org, perl5-porters@perl.org
90270              Date: Fri, 02 Jun 2000 16:00:41 -0400
90271              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
90272              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
90273      Branch: cfgperl
90274            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
90275            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
90276            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
90277 ____________________________________________________________________________
90278 [  6197] By: jhi                                   on 2000/06/03  14:41:30
90279         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
90280              From: John Borwick <jhborwic@unity.ncsu.edu>
90281              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
90282              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
90283      Branch: cfgperl
90284            ! pod/perlsyn.pod
90285 ____________________________________________________________________________
90286 [  6196] By: jhi                                   on 2000/06/03  14:38:09
90287         Log: Integrate with Sarathy.
90288      Branch: cfgperl
90289           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
90290           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
90291           !> vms/perly_c.vms
90292 ____________________________________________________________________________
90293 [  6195] By: gsar                                  on 2000/06/02  22:43:13
90294         Log: fix yet another eval"" leak under USE_ITHREADS
90295      Branch: perl
90296            ! op.c
90297 ____________________________________________________________________________
90298 [  6194] By: gsar                                  on 2000/06/02  18:22:06
90299         Log: fix small eval"" memory leaks under USE_ITHREADS
90300      Branch: perl
90301            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
90302            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
90303            ! vms/perly_c.vms
90304 ____________________________________________________________________________
90305 [  6193] By: jhi                                   on 2000/06/01  13:03:56
90306         Log: Signals-be-gone for microperl.
90307      Branch: cfgperl
90308            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
90309 ____________________________________________________________________________
90310 [  6192] By: jhi                                   on 2000/06/01  12:52:02
90311         Log: Integrate with Sarathy.
90312      Branch: cfgperl
90313           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
90314           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
90315           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
90316           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
90317           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
90318           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
90319           !> t/op/vec.t utils/h2xs.PL
90320 ____________________________________________________________________________
90321 [  6191] By: gsar                                  on 2000/06/01  09:38:21
90322         Log: vec() loses numericalness (modified version of patch suggested
90323              by Robin Barker)
90324      Branch: perl
90325            ! doop.c t/op/vec.t
90326 ____________________________________________________________________________
90327 [  6190] By: gsar                                  on 2000/06/01  09:26:15
90328         Log: submit missing embed.pl change
90329      Branch: perl
90330            ! embed.pl
90331 ____________________________________________________________________________
90332 [  6189] By: gsar                                  on 2000/06/01  09:05:34
90333         Log: counting tr/// corrupts later operation (from M.J.T Guy)
90334      Branch: perl
90335            ! doop.c t/op/tr.t
90336 ____________________________________________________________________________
90337 [  6188] By: gsar                                  on 2000/06/01  08:58:39
90338         Log: h2xs tweaks
90339      Branch: perl
90340            ! utils/h2xs.PL
90341 ____________________________________________________________________________
90342 [  6187] By: gsar                                  on 2000/06/01  08:50:07
90343         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
90344              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
90345      Branch: perl
90346            + lib/Pod/LaTeX.pm
90347            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
90348            ! pod/pod2latex.PL
90349 ____________________________________________________________________________
90350 [  6186] By: gsar                                  on 2000/06/01  08:24:40
90351         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
90352              <wolfgang.laun@alcatel.at>)
90353      Branch: perl
90354            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
90355            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
90356 ____________________________________________________________________________
90357 [  6185] By: gsar                                  on 2000/06/01  08:12:00
90358         Log: remove incorrect documentation about implicit split to @_ in
90359              list context, which never really worked in perl 5 (from
90360              M.J.T. Guy)
90361      Branch: perl
90362            ! pod/perlfunc.pod pod/perltrap.pod
90363 ____________________________________________________________________________
90364 [  6184] By: gsar                                  on 2000/06/01  07:52:27
90365         Log: tweak for change#6127
90366      Branch: perl
90367            ! perl.c
90368 ____________________________________________________________________________
90369 [  6183] By: gsar                                  on 2000/06/01  07:41:02
90370         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
90371              <nick@ccl4.org>)
90372      Branch: perl
90373            + t/lib/selfloader.t
90374            ! MANIFEST lib/SelfLoader.pm
90375 ____________________________________________________________________________
90376 [  6182] By: jhi                                   on 2000/06/01  00:34:42
90377         Log: Be Cleaner Part Deux.
90378      Branch: cfgperl
90379            ! Makefile.SH
90380 ____________________________________________________________________________
90381 [  6181] By: jhi                                   on 2000/06/01  00:32:09
90382         Log: Integrate with Sarathy.
90383      Branch: cfgperl
90384           !> pp.c t/op/arith.t
90385 ____________________________________________________________________________
90386 [  6180] By: jhi                                   on 2000/06/01  00:31:13
90387         Log: microperl nits from Simon Cozens.
90388      Branch: cfgperl
90389            + uconfig.h
90390            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
90391            ! unixish.h
90392 ____________________________________________________________________________
90393 [  6179] By: gsar                                  on 2000/05/31  22:37:51
90394         Log: buggy modulus on UVs introduced by change#3378 (resulted in
90395              4063328477 % 65535 amounting to 27406, instead of 27407)
90396      Branch: perl
90397            ! pp.c t/op/arith.t
90398 ____________________________________________________________________________
90399 [  6178] By: jhi                                   on 2000/05/31  21:52:41
90400         Log: Be cleaner.
90401      Branch: cfgperl
90402            ! Makefile.SH
90403 ____________________________________________________________________________
90404 [  6177] By: jhi                                   on 2000/05/31  21:47:33
90405         Log: Substitution utf8 patch from Simon Cozens.
90406      Branch: cfgperl
90407            ! pp_hot.c
90408 ____________________________________________________________________________
90409 [  6176] By: jhi                                   on 2000/05/31  21:45:34
90410         Log: Single-quoted utf8 patch from Simon Cozens.
90411      Branch: cfgperl
90412            ! toke.c
90413 ____________________________________________________________________________
90414 [  6175] By: jhi                                   on 2000/05/31  21:40:18
90415         Log: Integrate with Sarathy.
90416      Branch: cfgperl
90417           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
90418 ____________________________________________________________________________
90419 [  6174] By: jhi                                   on 2000/05/31  21:37:31
90420         Log: microperl changes from Simon Cozens; Makefile for microperl
90421              written from scratch; few casts added as microperl compilation
90422              doesn't have all prototypes available.
90423      Branch: cfgperl
90424            + Makefile.micro README.micro Todo.micro uconfig.sh
90425            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
90426            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
90427      Branch: metaconfig
90428            + U/modified/Config_h.U
90429 ____________________________________________________________________________
90430 [  6173] By: jhi                                   on 2000/05/31  20:00:24
90431         Log: metaconfig maintenance.
90432      Branch: metaconfig
90433            + U/modified/Inhdr.U U/typedefs/inotype.U
90434      Branch: metaconfig/U/perl
90435            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
90436            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
90437 ____________________________________________________________________________
90438 [  6172] By: gsar                                  on 2000/05/31  05:05:42
90439         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
90440              (from Ilya Zakharevich)
90441      Branch: perl
90442            ! regexec.c t/op/re_tests
90443 ____________________________________________________________________________
90444 [  6171] By: gsar                                  on 2000/05/31  05:01:47
90445         Log: scalar() doesn't force scalar context when used in void context
90446              (from Simon Cozens)
90447      Branch: perl
90448            ! op.c t/op/wantarray.t
90449 ____________________________________________________________________________
90450 [  6170] By: gsar                                  on 2000/05/31  04:41:33
90451         Log: change#6142 needs tweaks to tests to work where there's no symlink()
90452              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
90453      Branch: perl
90454            ! t/lib/filefind.t
90455 ____________________________________________________________________________
90456 [  6169] By: gsar                                  on 2000/05/31  04:29:49
90457         Log: integrate cfgperl contents into mainline
90458      Branch: perl
90459           +> pod/perlmodlib.PL pod/perlnewmod.pod
90460           !> (integrate 42 files)
90461 ____________________________________________________________________________
90462 [  6168] By: jhi                                   on 2000/05/30  22:53:37
90463         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
90464      Branch: cfgperl
90465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90466            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
90467            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
90468            ! win32/config.bc win32/config.gc win32/config.vc
90469            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
90470            ! win32/config_h.PL win32/config_sh.PL
90471      Branch: metaconfig/U/perl
90472            ! perlxv.U
90473 ____________________________________________________________________________
90474 [  6167] By: jhi                                   on 2000/05/30  22:20:21
90475         Log: tweak todo 
90476      Branch: cfgperl
90477            ! Todo-5.6
90478 ____________________________________________________________________________
90479 [  6166] By: jhi                                   on 2000/05/30  22:11:51
90480         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
90481              in case somebody wants to write an extension for more
90482              shadow database interfaces.
90483      Branch: cfgperl
90484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90485            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
90486            ! vos/config.def vos/config.h vos/config_h.SH_orig
90487            ! win32/config.bc win32/config.gc win32/config.vc
90488            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
90489      Branch: metaconfig
90490            ! U/modified/Myinit.U
90491      Branch: metaconfig/U/perl
90492            + d_getespwnam.U d_getprpwnam.U i_prot.U
90493 ____________________________________________________________________________
90494 [  6165] By: jhi                                   on 2000/05/30  18:35:34
90495         Log: Integrate with Sarathy.
90496      Branch: cfgperl
90497           !> op.c
90498 ____________________________________________________________________________
90499 [  6164] By: jhi                                   on 2000/05/30  18:30:16
90500         Log: detypo
90501      Branch: cfgperl
90502            ! Configure config_h.SH
90503      Branch: metaconfig/U/perl
90504            ! perlxv.U
90505 ____________________________________________________________________________
90506 [  6163] By: gsar                                  on 2000/05/30  03:24:03
90507         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
90508      Branch: perl
90509            ! op.c
90510 ____________________________________________________________________________
90511 [  6162] By: gsar                                  on 2000/05/30  03:09:38
90512         Log: fix memory leak in method call optimization (change#3768);
90513              made C<eval "$x->foo()"> leak
90514      Branch: perl
90515            ! op.c
90516 ____________________________________________________________________________
90517 [  6161] By: jhi                                   on 2000/05/29  17:56:26
90518         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
90519              both from Simon Cozens.
90520      Branch: cfgperl
90521            + pod/perlmodlib.PL pod/perlnewmod.pod
90522            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
90523            ! pod/perlmodlib.pod pod/perltoc.pod
90524 ____________________________________________________________________________
90525 [  6160] By: jhi                                   on 2000/05/29  17:23:55
90526         Log: Changes for the File::Temp 0.08 (change #6159) test suite
90527              to fit better into the Perl distribution test framework.
90528      Branch: cfgperl
90529            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
90530            ! t/lib/ftmp-tempfile.t
90531 ____________________________________________________________________________
90532 [  6159] By: jhi                                   on 2000/05/29  16:55:36
90533         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
90534      Branch: cfgperl
90535            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90536            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90537 ____________________________________________________________________________
90538 [  6158] By: bailey                                on 2000/05/29  16:22:08
90539         Log: Add fallback to tmpfile for use in cases where user's relying on
90540              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
90541              Lane's patch)
90542      Branch: vmsperl
90543            ! vms/vms.c vms/vmsish.h
90544 ____________________________________________________________________________
90545 [  6157] By: jhi                                   on 2000/05/29  03:10:36
90546         Log: Regen Configure to jive with #6149.
90547      Branch: cfgperl
90548            ! Configure
90549      Branch: metaconfig
90550            ! U/modified/Getfile.U
90551 ____________________________________________________________________________
90552 [  6156] By: jhi                                   on 2000/05/29  03:01:38
90553         Log: Integrate with Sarathy.
90554      Branch: cfgperl
90555           +> ext/DynaLoader/dl_mac.xs
90556           !> (integrate 38 files)
90557 ____________________________________________________________________________
90558 [  6155] By: gsar                                  on 2000/05/28  21:15:58
90559         Log: small bug in change#6144; remove random \xA0 character that snuck
90560              in via change#6145
90561      Branch: perl
90562            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
90563 ____________________________________________________________________________
90564 [  6154] By: gsar                                  on 2000/05/28  21:04:19
90565         Log: avoid type mismatch warning
90566      Branch: perl
90567            ! perl.c
90568 ____________________________________________________________________________
90569 [  6153] By: gsar                                  on 2000/05/28  20:58:31
90570         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
90571              <nick@Bagpuss.uk.boo.com>)
90572      Branch: perl
90573            ! lib/Test/Harness.pm
90574 ____________________________________________________________________________
90575 [  6152] By: gsar                                  on 2000/05/28  20:53:42
90576         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
90577      Branch: perl
90578            ! regexec.c
90579 ____________________________________________________________________________
90580 [  6151] By: gsar                                  on 2000/05/28  20:50:28
90581         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
90582      Branch: perl
90583            ! regexec.c
90584 ____________________________________________________________________________
90585 [  6150] By: gsar                                  on 2000/05/28  20:39:58
90586         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
90587      Branch: perl
90588            ! pod/perlrequick.pod
90589 ____________________________________________________________________________
90590 [  6149] By: gsar                                  on 2000/05/28  20:35:16
90591         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
90592              <troc@netrus.net>)
90593      Branch: perl
90594            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
90595            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
90596            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
90597            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
90598 ____________________________________________________________________________
90599 [  6148] By: gsar                                  on 2000/05/28  20:21:07
90600         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
90601      Branch: perl
90602            ! lib/ExtUtils/MM_Unix.pm
90603 ____________________________________________________________________________
90604 [  6147] By: gsar                                  on 2000/05/28  20:12:41
90605         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
90606              (from Peter Prymmer)
90607      Branch: perl
90608            ! vms/subconfigure.com
90609 ____________________________________________________________________________
90610 [  6146] By: gsar                                  on 2000/05/28  20:06:15
90611         Log: doc typo
90612      Branch: perl
90613            ! lib/warnings.pm warnings.h warnings.pl
90614 ____________________________________________________________________________
90615 [  6145] By: gsar                                  on 2000/05/28  18:44:33
90616         Log: make xsubpp skip embedded pod (from Matthias Neeracher
90617              <neeri@iis.ee.ethz.ch>)
90618      Branch: perl
90619            ! lib/ExtUtils/xsubpp
90620 ____________________________________________________________________________
90621 [  6144] By: gsar                                  on 2000/05/28  18:42:49
90622         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
90623              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
90624              <neeri@iis.ee.ethz.ch>)
90625      Branch: perl
90626            ! lib/AutoSplit.pm
90627 ____________________________________________________________________________
90628 [  6143] By: gsar                                  on 2000/05/28  18:41:12
90629         Log: MacOS support, part 1 (from Matthias Neeracher
90630              <neeri@iis.ee.ethz.ch>)
90631      Branch: perl
90632            + ext/DynaLoader/dl_mac.xs
90633            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
90634            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
90635            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
90636            ! util.h
90637 ____________________________________________________________________________
90638 [  6142] By: gsar                                  on 2000/05/28  18:21:51
90639         Log: File::Find fails to chdir when chasing symlinks (from
90640              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
90641      Branch: perl
90642            ! lib/File/Find.pm t/lib/filefind.t
90643 ____________________________________________________________________________
90644 [  6141] By: jhi                                   on 2000/05/28  14:25:15
90645         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
90646              forwarded by Peter Seebach from the bsdi-users mailing list.
90647              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
90648      Branch: perl
90649            ! hints/bsdos.sh
90650 ____________________________________________________________________________
90651 [  6140] By: jhi                                   on 2000/05/28  14:11:57
90652         Log: Integrate with Sarathy.
90653      Branch: cfgperl
90654           +> (branch 30 files)
90655           !> (integrate 93 files)
90656 ____________________________________________________________________________
90657 [  6139] By: gsar                                  on 2000/05/28  10:01:48
90658         Log: revise mktables.PL for bugs and newness in Unicode 3.0
90659              (from James Bence <jbence@amgen.com>)
90660      Branch: perl
90661            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
90662            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
90663            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
90664            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
90665            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
90666            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
90667            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
90668            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
90669            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
90670            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
90671            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
90672            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
90673            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
90674            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
90675            + lib/unicode/Is/SylWU.pl
90676            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
90677            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
90678            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
90679            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
90680            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
90681            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
90682            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
90683            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
90684            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
90685            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
90686            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
90687            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
90688            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
90689            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
90690            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
90691            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
90692            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
90693            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
90694            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
90695            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
90696            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
90697            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
90698            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
90699            ! lib/unicode/Makefile lib/unicode/mktables.PL
90700 ____________________________________________________________________________
90701 [  6138] By: gsar                                  on 2000/05/28  08:50:32
90702         Log: add note about the handling of negative indices to tied arrays
90703              (from Michael G Schwern <schwern@pobox.com>)
90704      Branch: perl
90705            ! pod/perltie.pod
90706 ____________________________________________________________________________
90707 [  6137] By: gsar                                  on 2000/05/28  08:46:10
90708         Log: fix bogus redeclaration warning for "our" variables in different
90709              scopes
90710      Branch: perl
90711            ! op.c t/pragma/strict-vars
90712 ____________________________________________________________________________
90713 [  6136] By: gsar                                  on 2000/05/28  08:31:20
90714         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
90715      Branch: perl
90716            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
90717 ____________________________________________________________________________
90718 [  6135] By: gsar                                  on 2000/05/28  08:17:50
90719         Log: enable Test::Harness to dynamically determine column width etc.
90720              (from Rob Napier <rnapier@employees.org>)
90721      Branch: perl
90722            ! lib/Test/Harness.pm
90723 ____________________________________________________________________________
90724 [  6134] By: gsar                                  on 2000/05/28  08:13:39
90725         Log: make Test::Harness use wait.h/WCOREDUMP if available
90726              (from Ben Tilly <ben_tilly@hotmail.com>)
90727      Branch: perl
90728            ! lib/Test/Harness.pm
90729 ____________________________________________________________________________
90730 [  6133] By: gsar                                  on 2000/05/28  08:08:05
90731         Log: elide bogus test in change#6132
90732      Branch: perl
90733            ! t/pragma/warn/9enabled
90734 ____________________________________________________________________________
90735 [  6132] By: gsar                                  on 2000/05/28  08:03:14
90736         Log: warnings::enabled() doesn't fall back to looking at $^W if
90737              caller isn't using lexical warnings (from Paul Marquess)
90738      Branch: perl
90739            ! pp_ctl.c t/pragma/warn/9enabled
90740 ____________________________________________________________________________
90741 [  6131] By: gsar                                  on 2000/05/28  07:57:47
90742         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
90743      Branch: perl
90744            ! ext/POSIX/POSIX.pm
90745 ____________________________________________________________________________
90746 [  6130] By: gsar                                  on 2000/05/28  07:29:12
90747         Log: fix places that mean C<"word" character> but say C<alphanumeric
90748              character>
90749      Branch: perl
90750            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
90751 ____________________________________________________________________________
90752 [  6129] By: gsar                                  on 2000/05/28  07:18:41
90753         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
90754      Branch: perl
90755            ! vms/test.com
90756 ____________________________________________________________________________
90757 [  6128] By: gsar                                  on 2000/05/28  07:12:55
90758         Log: new perlxstut example for passing/returning refs to arrays
90759              (from David Lowe <dlowe@pootpoot.com>)
90760      Branch: perl
90761            ! pod/perlxstut.pod
90762 ____________________________________________________________________________
90763 [  6127] By: gsar                                  on 2000/05/28  07:02:50
90764         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
90765              failed (from Gisle Aas)
90766      Branch: perl
90767            ! cop.h perl.c
90768 ____________________________________________________________________________
90769 [  6126] By: gsar                                  on 2000/05/28  06:39:53
90770         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
90771              (reworked variant of patch suggested by Simon Cozens)
90772      Branch: perl
90773            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
90774            ! pp_hot.c proto.h t/op/gv.t
90775 ____________________________________________________________________________
90776 [  6125] By: gsar                                  on 2000/05/28  05:14:55
90777         Log: enable propagating exception objects via Perl_croak() in XS code
90778              (from Gisle Aas)
90779      Branch: perl
90780            ! util.c
90781 ____________________________________________________________________________
90782 [  6124] By: gsar                                  on 2000/05/28  05:07:28
90783         Log: integrate vmsperl contents into mainline
90784      Branch: perl
90785           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
90786           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
90787           !> vms/vmsish.h
90788 ____________________________________________________________________________
90789 [  6123] By: gsar                                  on 2000/05/28  05:03:53
90790         Log: clarify gotcha with #line directives (from Rocco Caputo
90791              <troc@netrus.net>)
90792      Branch: perl
90793            ! pod/perldebug.pod pod/perlsyn.pod
90794 ____________________________________________________________________________
90795 [  6122] By: gsar                                  on 2000/05/28  04:58:29
90796         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
90797              (from Mark-Jason Dominus)
90798      Branch: perl
90799            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
90800            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
90801            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
90802            ! toke.c
90803 ____________________________________________________________________________
90804 [  6121] By: bailey                                on 2000/05/25  04:46:54
90805         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
90806              lists (based on fixes by Craig Berry)
90807      Branch: vmsperl
90808            ! lib/File/Spec/VMS.pm
90809 ____________________________________________________________________________
90810 [  6120] By: bailey                                on 2000/05/25  04:25:38
90811         Log: Add missing escape (Charles Lane)
90812      Branch: vmsperl
90813            ! t/op/lex_assign.t
90814 ____________________________________________________________________________
90815 [  6119] By: bailey                                on 2000/05/25  04:21:25
90816         Log: Quiet error messages in vmsish.t (Charles Lane)
90817      Branch: vmsperl
90818            ! vms/ext/vmsish.t
90819 ____________________________________________________________________________
90820 [  6118] By: bailey                                on 2000/05/25  04:17:57
90821         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
90822              Flatten case labels in switch statements uniformly (Charles Bailey)
90823      Branch: vmsperl
90824            ! vms/vms.c
90825 ____________________________________________________________________________
90826 [  6117] By: bailey                                on 2000/05/25  03:58:09
90827         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
90828      Branch: vmsperl
90829            ! vms/vmsish.h
90830 ____________________________________________________________________________
90831 [  6116] By: bailey                                on 2000/05/25  03:11:15
90832         Log: Miscellaneous cosmetic fixes (Charles Lane)
90833      Branch: vmsperl
90834            ! lib/ExtUtils/MM_VMS.pm
90835 ____________________________________________________________________________
90836 [  6115] By: bailey                                on 2000/05/25  03:10:36
90837         Log: Add bounds checking for several strings (Charles Lane)
90838      Branch: vmsperl
90839            ! vms/vms.c
90840 ____________________________________________________________________________
90841 [  6114] By: bailey                                on 2000/05/25  02:25:34
90842         Log: Urk -- undo previous removal of vmsish 'exit' change
90843      Branch: vmsperl
90844            ! vms/ext/vmsish.pm vms/vmsish.h
90845 ____________________________________________________________________________
90846 [  6113] By: bailey                                on 2000/05/24  02:24:40
90847         Log: Ugly workaround for version-specific RTL error
90848      Branch: vmsperl
90849            ! vms/vms.c
90850 ____________________________________________________________________________
90851 [  6112] By: bailey                                on 2000/05/24  02:19:55
90852         Log: Check for existence of file before trying to delete
90853      Branch: vmsperl
90854            ! vms/test.com
90855 ____________________________________________________________________________
90856 [  6111] By: bailey                                on 2000/05/23  23:35:13
90857         Log: Resync with mainline prior to post-5.6.0 updates
90858      Branch: vmsperl
90859           +> (branch 49 files)
90860            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
90861            ! vms/ext/vmsish.pm
90862           !> (integrate 334 files)
90863 ____________________________________________________________________________
90864 [  6110] By: jhi                                   on 2000/05/23  19:28:32
90865         Log: todo tweak
90866      Branch: cfgperl
90867            ! Todo-5.6
90868 ____________________________________________________________________________
90869 [  6109] By: jhi                                   on 2000/05/18  17:38:54
90870         Log: Integrate with Sarathy.
90871      Branch: cfgperl
90872           !> mg.c perl.h win32/perlhost.h
90873 ____________________________________________________________________________
90874 [  6108] By: gsar                                  on 2000/05/17  02:24:56
90875         Log: reenable fake signal handling on Windows, bugs and all
90876      Branch: perl
90877            ! mg.c perl.h win32/perlhost.h
90878 ____________________________________________________________________________
90879 [  6107] By: jhi                                   on 2000/05/15  18:01:41
90880         Log: Tweak the todo list.
90881      Branch: cfgperl
90882            ! Todo-5.6
90883 ____________________________________________________________________________
90884 [  6106] By: jhi                                   on 2000/05/15  13:41:48
90885         Log: The (Configure) script refuses to go on, after asking for
90886              'You may also choose to try maximal 64-bitness....'.
90887              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
90888              -- Patrick Zima
90889              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
90890      Branch: cfgperl
90891            ! hints/solaris_2.sh
90892 ____________________________________________________________________________
90893 [  6105] By: jhi                                   on 2000/05/11  14:37:43
90894         Log: Integrate with Sarathy.
90895      Branch: cfgperl
90896           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90897           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
90898 ____________________________________________________________________________
90899 [  6104] By: gsar                                  on 2000/05/11  03:39:07
90900         Log: PL_sys_intern was being initialized too late on windows
90901      Branch: perl
90902            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90903            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
90904 ____________________________________________________________________________
90905 [  6103] By: jhi                                   on 2000/05/09  19:42:20
90906         Log: Test tweaking for Unicos continues.
90907      Branch: cfgperl
90908            ! t/op/64bitint.t
90909 ____________________________________________________________________________
90910 [  6102] By: jhi                                   on 2000/05/09  16:47:27
90911         Log: The test suite tweak in #6101 wasn't quite right.
90912      Branch: cfgperl
90913            ! t/lib/complex.t
90914 ____________________________________________________________________________
90915 [  6101] By: jhi                                   on 2000/05/09  15:35:34
90916         Log: Hints and test tweaks for Unicos.
90917      Branch: cfgperl
90918            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
90919 ____________________________________________________________________________
90920 [  6100] By: jhi                                   on 2000/05/08  21:15:06
90921         Log: More compilation tweakery from Allen Smith.
90922      Branch: cfgperl
90923            ! hints/irix_6.sh
90924 ____________________________________________________________________________
90925 [  6099] By: jhi                                   on 2000/05/08  19:21:18
90926         Log: Tweaks for the cc bugs from Allen Smith.
90927      Branch: cfgperl
90928            ! hints/irix_6.sh
90929 ____________________________________________________________________________
90930 [  6098] By: jhi                                   on 2000/05/08  19:13:37
90931         Log: Add a note about other, yet unsupported, shadow password APIs.
90932      Branch: cfgperl
90933            ! pp_sys.c
90934 ____________________________________________________________________________
90935 [  6097] By: jhi                                   on 2000/05/08  18:46:34
90936         Log: Add a note about possible compilation problems from Allen Smith.
90937      Branch: cfgperl
90938            ! hints/irix_6.sh
90939 ____________________________________________________________________________
90940 [  6096] By: jhi                                   on 2000/05/08  17:33:10
90941         Log: Integrate with Sarathy.
90942      Branch: cfgperl
90943           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90944           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
90945 ____________________________________________________________________________
90946 [  6095] By: jhi                                   on 2000/05/08  16:21:33
90947         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
90948              might be useful in future.
90949      Branch: cfgperl
90950            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90951            ! config_h.SH
90952      Branch: metaconfig
90953            ! U/installdirs/inc_version_list.U
90954      Branch: metaconfig/U/perl
90955            ! perlxv.U
90956 ____________________________________________________________________________
90957 [  6094] By: gsar                                  on 2000/05/08  14:22:22
90958         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
90959      Branch: perl
90960            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90961            ! hints/cygwin.sh pp_sys.c
90962 ____________________________________________________________________________
90963 [  6093] By: gsar                                  on 2000/05/08  12:52:28
90964         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
90965              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
90966      Branch: perl
90967            ! pp_sys.c sv.c win32/perlhost.h
90968 ____________________________________________________________________________
90969 [  6092] By: jhi                                   on 2000/05/07  22:40:34
90970         Log: Regen perltoc with the fixed buildtoc.
90971      Branch: cfgperl
90972            ! pod/perltoc.pod
90973 ____________________________________________________________________________
90974 [  6091] By: jhi                                   on 2000/05/07  22:24:16
90975         Log: Integrate with Sarathy.
90976      Branch: cfgperl
90977           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
90978           !> t/op/substr.t toke.c
90979 ____________________________________________________________________________
90980 [  6090] By: gsar                                  on 2000/05/07  19:47:07
90981         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
90982              [NI]OK; added tests for both
90983      Branch: perl
90984            ! perl.c pp_hot.c sv.c t/op/substr.t
90985 ____________________________________________________________________________
90986 [  6089] By: gsar                                  on 2000/05/07  18:18:38
90987         Log: buildtoc tweak to fix newline lossage
90988      Branch: perl
90989            ! pod/buildtoc
90990 ____________________________________________________________________________
90991 [  6088] By: jhi                                   on 2000/05/07  16:35:36
90992         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
90993              because we do not use those.  The HAS_GETSPNAM remains,
90994              though, because we still do use that.
90995      Branch: cfgperl
90996            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90997            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
90998            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
90999            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
91000            ! win32/config.vc win32/config_H.bc win32/config_H.gc
91001            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
91002 ____________________________________________________________________________
91003 [  6087] By: gsar                                  on 2000/05/07  16:05:16
91004         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
91005      Branch: perl
91006            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
91007 ____________________________________________________________________________
91008 [  6086] By: jhi                                   on 2000/05/07  15:27:07
91009         Log: Integrate with Sarathy.
91010      Branch: cfgperl
91011           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
91012           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
91013           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
91014           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
91015           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
91016           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
91017 ____________________________________________________________________________
91018 [  6085] By: gsar                                  on 2000/05/07  05:52:02
91019         Log: repeat operator (x) doesn't preserve utf8-ness
91020      Branch: perl
91021            ! pp.c t/op/substr.t
91022 ____________________________________________________________________________
91023 [  6084] By: gsar                                  on 2000/05/07  05:39:55
91024         Log: substr() does not preserve utf8-ness (from Stefan Eissing
91025              <Eissing@medicaldataservice.de>); added tests
91026      Branch: perl
91027            ! pp.c t/op/substr.t
91028 ____________________________________________________________________________
91029 [  6083] By: gsar                                  on 2000/05/07  05:24:46
91030         Log: note about undocumented caller() return value (from M.J.T. Guy);
91031              yet another peek.t tweak
91032      Branch: perl
91033            ! pod/perlfunc.pod t/lib/peek.t
91034 ____________________________________________________________________________
91035 [  6082] By: gsar                                  on 2000/05/07  05:08:40
91036         Log: peek.t non-portable to ithreads
91037      Branch: perl
91038            ! t/lib/peek.t
91039 ____________________________________________________________________________
91040 [  6081] By: gsar                                  on 2000/05/07  04:17:04
91041         Log: better default perlbug categories for ok reports (from Richard Foley)
91042      Branch: perl
91043            ! utils/perlbug.PL
91044 ____________________________________________________________________________
91045 [  6080] By: gsar                                  on 2000/05/07  04:08:07
91046         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
91047              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
91048      Branch: perl
91049            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
91050            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
91051            ! AUTHORS MAINTAIN MANIFEST
91052 ____________________________________________________________________________
91053 [  6079] By: gsar                                  on 2000/05/07  04:01:38
91054         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
91055      Branch: perl
91056            ! lib/Carp/Heavy.pm
91057 ____________________________________________________________________________
91058 [  6078] By: gsar                                  on 2000/05/07  01:24:19
91059         Log: workaround for CRT bug in chdir() (from Charles Lane, via
91060              Peter Prymmer)
91061      Branch: perl
91062            ! iperlsys.h vms/vms.c vms/vmsish.h
91063 ____________________________________________________________________________
91064 [  6077] By: gsar                                  on 2000/05/07  01:22:23
91065         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
91066              and Tom Phoenix)
91067      Branch: perl
91068            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
91069 ____________________________________________________________________________
91070 [  6076] By: gsar                                  on 2000/05/06  17:36:29
91071         Log: integrate cfgperl contents into mainline
91072      Branch: perl
91073           +> t/lib/peek.t
91074           !> Configure MANIFEST Porting/Glossary Porting/config.sh
91075           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
91076           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
91077           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
91078 ____________________________________________________________________________
91079 [  6075] By: jhi                                   on 2000/05/05  18:56:10
91080         Log: Make the test more portable.
91081      Branch: cfgperl
91082            ! t/lib/peek.t
91083 ____________________________________________________________________________
91084 [  6074] By: jhi                                   on 2000/05/05  18:49:20
91085         Log: Introduce t/lib/peek.t.
91086      Branch: cfgperl
91087            + t/lib/peek.t
91088            ! MANIFEST
91089 ____________________________________________________________________________
91090 [  6073] By: jhi                                   on 2000/05/05  14:30:45
91091         Log: Complex tweaks.
91092      Branch: cfgperl
91093            ! lib/Math/Complex.pm t/lib/complex.t
91094 ____________________________________________________________________________
91095 [  6072] By: jhi                                   on 2000/05/05  12:27:13
91096         Log: Integrate with Sarathy.
91097      Branch: cfgperl
91098           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
91099           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
91100           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
91101           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
91102 ____________________________________________________________________________
91103 [  6071] By: gsar                                  on 2000/05/05  02:24:46
91104         Log: misformatted perllocal.pod (from Tim Jenness
91105              <t.jenness@jach.hawaii.edu>)
91106      Branch: perl
91107            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
91108 ____________________________________________________________________________
91109 [  6070] By: gsar                                  on 2000/05/05  02:16:52
91110         Log: remove misleading comment (from M.J.T. Guy)
91111      Branch: perl
91112            ! t/lib/anydbm.t
91113 ____________________________________________________________________________
91114 [  6069] By: gsar                                  on 2000/05/05  02:15:13
91115         Log: File::Spec compatibility update (from Barrie Slaymaker
91116              <barries@slaysys.com>)
91117      Branch: perl
91118            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
91119            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
91120 ____________________________________________________________________________
91121 [  6068] By: gsar                                  on 2000/05/05  02:01:50
91122         Log: note about values()
91123      Branch: perl
91124            ! pod/perlfunc.pod
91125 ____________________________________________________________________________
91126 [  6067] By: gsar                                  on 2000/05/05  01:33:09
91127         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
91128      Branch: perl
91129            ! win32/win32.c
91130 ____________________________________________________________________________
91131 [  6066] By: gsar                                  on 2000/05/05  01:23:43
91132         Log: s/END/CHECK/
91133      Branch: perl
91134            ! perl.c
91135 ____________________________________________________________________________
91136 [  6065] By: jhi                                   on 2000/05/04  17:30:22
91137         Log: Integrate with Sarathy.
91138      Branch: cfgperl
91139           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
91140 ____________________________________________________________________________
91141 [  6064] By: gsar                                  on 2000/05/04  17:26:14
91142         Log: change#5905 wasn't quite right--it's intent only applies when arguments
91143              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
91144      Branch: perl
91145            ! pp_sys.c sv.c
91146 ____________________________________________________________________________
91147 [  6063] By: gsar                                  on 2000/05/04  16:52:29
91148         Log: tokeq() could read unallocated field in argument
91149      Branch: perl
91150            ! toke.c
91151 ____________________________________________________________________________
91152 [  6062] By: gsar                                  on 2000/05/04  16:34:51
91153         Log: additional tests for utf8.t
91154      Branch: perl
91155            ! t/pragma/utf8.t
91156 ____________________________________________________________________________
91157 [  6061] By: gsar                                  on 2000/05/04  16:09:28
91158         Log: change#5921 neglected to make eq honor "use bytes"
91159      Branch: perl
91160            ! sv.c
91161 ____________________________________________________________________________
91162 [  6060] By: jhi                                   on 2000/05/04  15:30:16
91163         Log: Integrate with Sarathy.
91164      Branch: cfgperl
91165           !> perl.c regcomp.c t/pragma/utf8.t
91166 ____________________________________________________________________________
91167 [  6059] By: jhi                                   on 2000/05/04  15:26:37
91168         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
91169              in natively 64-bit platforms where a long is a quad (no need
91170              for long longs).  Also added bias for IVs.
91171      Branch: cfgperl
91172            ! toke.c
91173 ____________________________________________________________________________
91174 [  6058] By: gsar                                  on 2000/05/04  00:19:14
91175         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
91176              (spotted by Donald Kinzer <dkinzer@premia.com>)
91177      Branch: perl
91178            ! perl.c
91179 ____________________________________________________________________________
91180 [  6057] By: gsar                                  on 2000/05/03  18:34:01
91181         Log: fix broken parsing of /\x{ab}/
91182      Branch: perl
91183            ! regcomp.c t/pragma/utf8.t
91184 ____________________________________________________________________________
91185 [  6056] By: jhi                                   on 2000/05/03  17:57:16
91186         Log: The search of infinity continues, this time simplified.
91187      Branch: cfgperl
91188            ! lib/Math/Complex.pm
91189 ____________________________________________________________________________
91190 [  6055] By: jhi                                   on 2000/05/03  17:45:30
91191         Log: Detypo.
91192      Branch: cfgperl
91193            ! hints/unicos.sh
91194 ____________________________________________________________________________
91195 [  6054] By: jhi                                   on 2000/05/02  22:28:27
91196         Log: Be more forgiving in POSIX about HUGE_VALL.
91197      Branch: cfgperl
91198            ! ext/POSIX/POSIX.xs
91199 ____________________________________________________________________________
91200 [  6053] By: jhi                                   on 2000/05/02  22:25:05
91201         Log: Integrate with Sarathy.
91202      Branch: cfgperl
91203           !> hints/irix_6.sh pod/perlop.pod
91204 ____________________________________________________________________________
91205 [  6052] By: jhi                                   on 2000/05/02  22:24:31
91206         Log: Unicos hint tweak.
91207      Branch: cfgperl
91208            ! hints/unicos.sh
91209 ____________________________________________________________________________
91210 [  6051] By: jhi                                   on 2000/05/02  22:21:26
91211         Log: Complex tweakery.
91212      Branch: cfgperl
91213            ! lib/Math/Complex.pm t/lib/complex.t
91214 ____________________________________________________________________________
91215 [  6050] By: jhi                                   on 2000/05/02  19:26:22
91216         Log: Use setxxent()/endxxent().
91217      Branch: cfgperl
91218            ! t/op/grent.t t/op/pwent.t
91219 ____________________________________________________________________________
91220 [  6049] By: jhi                                   on 2000/05/02  19:06:02
91221         Log: Test both the scalar and list contexts.
91222      Branch: cfgperl
91223            ! t/op/grent.t t/op/pwent.t
91224 ____________________________________________________________________________
91225 [  6048] By: gsar                                  on 2000/05/02  18:29:10
91226         Log: add note about how $( doesn't interpolate in REs (from
91227              Philip Newton <newton@ficus.frogspace.net>)
91228      Branch: perl
91229            ! pod/perlop.pod
91230 ____________________________________________________________________________
91231 [  6047] By: jhi                                   on 2000/05/02  17:41:24
91232         Log: Call getspnam() only iff needed.
91233      Branch: cfgperl
91234            ! pp_sys.c
91235 ____________________________________________________________________________
91236 [  6046] By: gsar                                  on 2000/05/02  17:07:25
91237         Log: libscheck has insufficient checks for n32 libs (from
91238              Albert Chin-A-Young <china@thewrittenword.com>)
91239      Branch: perl
91240            ! hints/irix_6.sh
91241 ____________________________________________________________________________
91242 [  6045] By: jhi                                   on 2000/05/02  13:57:17
91243         Log: Integrate with Sarathy.
91244      Branch: cfgperl
91245           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
91246           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
91247 ____________________________________________________________________________
91248 [  6044] By: gsar                                  on 2000/05/02  06:48:19
91249         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
91250              such that underscores are only ignored in literal numbers,
91251              "\x{...}", and hex/oct argument
91252      Branch: perl
91253            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
91254 ____________________________________________________________________________
91255 [  6043] By: gsar                                  on 2000/05/02  02:22:29
91256         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
91257      Branch: perl
91258            ! pod/perlretut.pod
91259 ____________________________________________________________________________
91260 [  6042] By: gsar                                  on 2000/05/02  02:17:51
91261         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
91262      Branch: perl
91263            ! pod/perltrap.pod
91264 ____________________________________________________________________________
91265 [  6041] By: gsar                                  on 2000/05/02  01:53:51
91266         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
91267              to compensate
91268      Branch: perl
91269            ! Porting/makerel
91270 ____________________________________________________________________________
91271 [  6040] By: gsar                                  on 2000/05/02  01:51:57
91272         Log: missing files in MANIFEST
91273      Branch: perl
91274            ! MANIFEST
91275 ____________________________________________________________________________
91276 [  6039] By: jhi                                   on 2000/05/02  00:36:46
91277         Log: Infinite problems.
91278      Branch: cfgperl
91279            ! lib/Math/Complex.pm
91280 ____________________________________________________________________________
91281 [  6038] By: jhi                                   on 2000/05/02  00:06:38
91282         Log: pwent/spent #ifdef imbalance.
91283      Branch: cfgperl
91284            ! pp_sys.c
91285 ____________________________________________________________________________
91286 [  6037] By: jhi                                   on 2000/05/01  22:50:11
91287         Log: Use HUGE_VALL if applicable.
91288      Branch: cfgperl
91289            ! ext/POSIX/POSIX.xs util.c
91290 ____________________________________________________________________________
91291 [  6036] By: jhi                                   on 2000/05/01  22:20:53
91292         Log: Correct Freudian slip.
91293      Branch: cfgperl
91294            ! pp_sys.c
91295 ____________________________________________________________________________
91296 [  6035] By: jhi                                   on 2000/05/01  21:07:38
91297         Log: Continue on the pwent/spent case.
91298      Branch: cfgperl
91299            ! pp_sys.c
91300 ____________________________________________________________________________
91301 [  6034] By: jhi                                   on 2000/05/01  17:45:14
91302         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
91303              adjustments in 6032 conflicted badly with this, will have
91304              to revisit them later.
91305      Branch: cfgperl
91306           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
91307           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
91308           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
91309           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
91310           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
91311           !> t/lib/cgi-html.t t/lib/cgi-request.t
91312 ____________________________________________________________________________
91313 [  6033] By: jhi                                   on 2000/05/01  17:40:49
91314         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
91315      Branch: cfgperl
91316            ! pp_sys.c
91317 ____________________________________________________________________________
91318 [  6032] By: gsar                                  on 2000/05/01  15:56:32
91319         Log: whitespace adjustments
91320      Branch: perl
91321            ! pp_sys.c
91322 ____________________________________________________________________________
91323 [  6031] By: gsar                                  on 2000/05/01  15:19:41
91324         Log: small nits in diagnostics.pm (from Robin Barker)
91325      Branch: perl
91326            ! lib/diagnostics.pm pod/perldiag.pod
91327 ____________________________________________________________________________
91328 [  6030] By: gsar                                  on 2000/05/01  08:39:18
91329         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
91330              for @- and @+ (from Johan Vromans)
91331      Branch: perl
91332            ! lib/English.pm pod/perlvar.pod
91333 ____________________________________________________________________________
91334 [  6029] By: gsar                                  on 2000/05/01  08:16:10
91335         Log: add CGI.pm v2.66 (from Lincoln Stein)
91336      Branch: perl
91337            + lib/CGI/Util.pm t/lib/cgi-pretty.t
91338            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
91339            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
91340            ! t/lib/cgi-html.t t/lib/cgi-request.t
91341 ____________________________________________________________________________
91342 [  6028] By: gsar                                  on 2000/05/01  06:34:41
91343         Log: Pod::Man generates groff-incompatible macro definition (from
91344              Tom Christiansen)
91345      Branch: perl
91346            ! lib/Pod/Man.pm
91347 ____________________________________________________________________________
91348 [  6027] By: gsar                                  on 2000/05/01  06:31:36
91349         Log: podlators-1.02 update (from Russ Allbery)
91350      Branch: perl
91351            ! lib/Pod/Man.pm lib/Pod/Text.pm
91352 ____________________________________________________________________________
91353 [  6026] By: jhi                                   on 2000/04/30  23:24:23
91354         Log: Integrate with Sarathy.
91355      Branch: cfgperl
91356           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
91357           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
91358           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
91359           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
91360           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
91361           !> t/lib/syslog.t toke.c win32/win32.h
91362 ____________________________________________________________________________
91363 [  6025] By: gsar                                  on 2000/04/30  18:17:47
91364         Log: Is{Alnum,Alpha,Word} don't match titlecase
91365              
91366              TODO: IsSpace is defined recursively!
91367              
91368              (both spotted by Larry)
91369      Branch: perl
91370            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
91371            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
91372 ____________________________________________________________________________
91373 [  6024] By: gsar                                  on 2000/04/30  17:50:19
91374         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
91375              (from Hugo van der Sanden)
91376      Branch: perl
91377            ! toke.c
91378 ____________________________________________________________________________
91379 [  6023] By: gsar                                  on 2000/04/30  17:14:43
91380         Log: debugger stomps on $. (from M.J.T. Guy)
91381      Branch: perl
91382            ! lib/perl5db.pl
91383 ____________________________________________________________________________
91384 [  6022] By: gsar                                  on 2000/04/30  16:59:22
91385         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
91386      Branch: perl
91387            ! sv.c
91388 ____________________________________________________________________________
91389 [  6021] By: gsar                                  on 2000/04/29  21:00:08
91390         Log: remove Win2K issue in pod (fixed by change#6020)
91391      Branch: perl
91392            ! README.win32 pod/perl56delta.pod
91393 ____________________________________________________________________________
91394 [  6020] By: gsar                                  on 2000/04/29  20:51:49
91395         Log: test tweak
91396      Branch: perl
91397            ! t/lib/open3.t
91398 ____________________________________________________________________________
91399 [  6019] By: gsar                                  on 2000/04/29  20:34:27
91400         Log: windows portability tweaks
91401      Branch: perl
91402            ! t/lib/b.t win32/win32.h
91403 ____________________________________________________________________________
91404 [  6018] By: gsar                                  on 2000/04/29  19:55:24
91405         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
91406              make _PATH_LOG() return "" if unavailable
91407      Branch: perl
91408            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
91409            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
91410 ____________________________________________________________________________
91411 [  6017] By: jhi                                   on 2000/04/28  22:49:46
91412         Log: Integrate with Sarathy.
91413      Branch: cfgperl
91414           !> op.c perl.c pod/perldiag.pod t/lib/b.t
91415 ____________________________________________________________________________
91416 [  6016] By: jhi                                   on 2000/04/28  22:46:14
91417         Log: Do not warn that an infinity does not look like a number.
91418      Branch: cfgperl
91419            ! sv.c
91420 ____________________________________________________________________________
91421 [  6015] By: gsar                                  on 2000/04/28  22:35:49
91422         Log: tweak test for portability
91423      Branch: perl
91424            ! t/lib/b.t
91425 ____________________________________________________________________________
91426 [  6014] By: gsar                                  on 2000/04/28  22:05:31
91427         Log: glob() loading File::Glob behind the scenes may cause syntax errors
91428      Branch: perl
91429            ! op.c
91430 ____________________________________________________________________________
91431 [  6013] By: gsar                                  on 2000/04/28  21:25:22
91432         Log: tweak change#5945 to display correct switch name in diagnostic
91433      Branch: perl
91434            ! perl.c pod/perldiag.pod
91435 ____________________________________________________________________________
91436 [  6012] By: jhi                                   on 2000/04/28  21:08:12
91437         Log: Integrate with Sarathy.
91438      Branch: cfgperl
91439           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
91440           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
91441           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
91442 ____________________________________________________________________________
91443 [  6011] By: jhi                                   on 2000/04/28  21:04:46
91444         Log: &HUGE_VAL is not defined, it exists.
91445      Branch: cfgperl
91446            ! lib/Math/Complex.pm
91447 ____________________________________________________________________________
91448 [  6010] By: gsar                                  on 2000/04/28  21:02:58
91449         Log: clarify note about shadow password support (from
91450              gellyfish@gellyfish.com)
91451      Branch: perl
91452            ! pod/perlfunc.pod
91453 ____________________________________________________________________________
91454 [  6009] By: gsar                                  on 2000/04/28  21:00:00
91455         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
91456      Branch: perl
91457            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
91458 ____________________________________________________________________________
91459 [  6008] By: gsar                                  on 2000/04/28  20:56:33
91460         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
91461      Branch: perl
91462            ! installperl vms/subconfigure.com
91463 ____________________________________________________________________________
91464 [  6007] By: gsar                                  on 2000/04/28  20:51:21
91465         Log: note about compile failures and END blocks (from M.J.T. Guy)
91466      Branch: perl
91467            ! pod/perl56delta.pod pod/perlmod.pod
91468 ____________________________________________________________________________
91469 [  6006] By: jhi                                   on 2000/04/28  20:42:14
91470         Log: Regen Configure.
91471      Branch: cfgperl
91472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91473            ! config_h.SH
91474 ____________________________________________________________________________
91475 [  6005] By: gsar                                  on 2000/04/28  20:41:16
91476         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
91477      Branch: perl
91478            ! utils/perldoc.PL
91479 ____________________________________________________________________________
91480 [  6004] By: jhi                                   on 2000/04/28  20:28:21
91481         Log: Integrate with Sarathy.
91482      Branch: cfgperl
91483           !> Configure INSTALL Porting/Glossary Porting/config.sh
91484           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
91485           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
91486           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
91487           !> win32/config.vc win32/win32.c
91488 ____________________________________________________________________________
91489 [  6003] By: gsar                                  on 2000/04/28  20:11:20
91490         Log: allow REG_EXPAND_SZ keys in Windows registry (from
91491              John Clayton <John.Clayton@barclayscapital.com>)
91492      Branch: perl
91493            ! win32/win32.c
91494 ____________________________________________________________________________
91495 [  6002] By: gsar                                  on 2000/04/28  19:34:16
91496         Log: destructive sv_setsv() can lose UV-ness from source, causing
91497              numeric promotions/comparisons to fail to do the right thing
91498      Branch: perl
91499            ! sv.c
91500 ____________________________________________________________________________
91501 [  6001] By: gsar                                  on 2000/04/28  18:44:15
91502         Log: support additional library locations via $Config{otherlibdirs}
91503              (from Andy Dougherty)
91504      Branch: perl
91505            ! Configure INSTALL Porting/Glossary Porting/config.sh
91506            ! Porting/config_H config_h.SH epoc/config.sh perl.c
91507            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
91508            ! win32/config.bc win32/config.gc win32/config.vc
91509 ____________________________________________________________________________
91510 [  6000] By: gsar                                  on 2000/04/28  18:26:58
91511         Log: reworked otherlibdirs.U (from Andy Dougherty)
91512      Branch: metaconfig
91513            ! U/installdirs/otherlibdirs.U
91514 ____________________________________________________________________________
91515 [  5999] By: gsar                                  on 2000/04/28  18:17:07
91516         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
91517      Branch: perl
91518            ! t/pragma/warn/toke toke.c
91519 ____________________________________________________________________________
91520 [  5998] By: jhi                                   on 2000/04/28  13:32:17
91521         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
91522      Branch: cfgperl
91523            ! lib/Math/Complex.pm
91524 ____________________________________________________________________________
91525 [  5997] By: jhi                                   on 2000/04/28  13:14:04
91526         Log: Preserve $!.
91527      Branch: cfgperl
91528            ! lib/Math/Complex.pm
91529 ____________________________________________________________________________
91530 [  5996] By: jhi                                   on 2000/04/28  12:59:23
91531         Log: Integrate with Sarathy.
91532      Branch: cfgperl
91533           +> pod/perlrequick.pod pod/perlretut.pod
91534           !> (integrate 51 files)
91535 ____________________________________________________________________________
91536 [  5995] By: gsar                                  on 2000/04/28  09:37:36
91537         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
91538      Branch: perl
91539            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
91540 ____________________________________________________________________________
91541 [  5994] By: gsar                                  on 2000/04/28  09:33:26
91542         Log: fix for missed accounting for null byte in pack("Z",...) (from
91543              M.J.T. Guy)
91544      Branch: perl
91545            ! pp.c t/op/pack.t
91546 ____________________________________________________________________________
91547 [  5993] By: gsar                                  on 2000/04/28  09:30:05
91548         Log: various minor tweaks seen on p5p
91549      Branch: perl
91550            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
91551 ____________________________________________________________________________
91552 [  5992] By: gsar                                  on 2000/04/28  09:08:19
91553         Log: pod nit (from Simon Cozens)
91554      Branch: perl
91555            ! pod/perlop.pod
91556 ____________________________________________________________________________
91557 [  5991] By: gsar                                  on 2000/04/28  09:06:36
91558         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
91559      Branch: perl
91560            ! README.posix-bc hints/posix-bc.sh
91561 ____________________________________________________________________________
91562 [  5990] By: gsar                                  on 2000/04/28  08:54:52
91563         Log: use $ENV{LIB} to search for libs under Visual C compiler
91564              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
91565      Branch: perl
91566            ! lib/ExtUtils/Liblist.pm
91567 ____________________________________________________________________________
91568 [  5989] By: gsar                                  on 2000/04/28  08:27:12
91569         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
91570              itself and no other (from Tom Hughes)
91571      Branch: perl
91572            ! t/op/array.t toke.c
91573 ____________________________________________________________________________
91574 [  5988] By: gsar                                  on 2000/04/28  08:01:38
91575         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
91576              <paul@miraclefish.com>)
91577      Branch: perl
91578            ! lib/ExtUtils/MakeMaker.pm
91579 ____________________________________________________________________________
91580 [  5987] By: gsar                                  on 2000/04/28  07:53:09
91581         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
91582      Branch: perl
91583            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
91584 ____________________________________________________________________________
91585 [  5986] By: gsar                                  on 2000/04/28  07:44:17
91586         Log: add regular expressions tutorial and quick-start guide (from
91587              Mark Kvale <kvale@phy.ucsf.edu>)
91588      Branch: perl
91589            + pod/perlrequick.pod pod/perlretut.pod
91590            ! AUTHORS MAINTAIN MANIFEST
91591 ____________________________________________________________________________
91592 [  5985] By: gsar                                  on 2000/04/28  07:30:28
91593         Log: forked child may not exit correctly if it failed to open
91594              /dev/console (from Graham Barr)
91595      Branch: perl
91596            ! ext/Sys/Syslog/Syslog.pm
91597 ____________________________________________________________________________
91598 [  5984] By: gsar                                  on 2000/04/28  07:27:20
91599         Log: attributes::reftype() doesn't work on tied argument
91600      Branch: perl
91601            ! xsutils.c
91602 ____________________________________________________________________________
91603 [  5983] By: gsar                                  on 2000/04/28  07:15:04
91604         Log: numeric conversion of non-number in change#3378 tramples on
91605              OOK offset, causing segfaults
91606      Branch: perl
91607            ! sv.c
91608 ____________________________________________________________________________
91609 [  5982] By: gsar                                  on 2000/04/28  04:48:25
91610         Log: avoid error in IO::Socket::INET when given an unknown service name
91611              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
91612      Branch: perl
91613            ! ext/IO/lib/IO/Socket/INET.pm
91614 ____________________________________________________________________________
91615 [  5981] By: gsar                                  on 2000/04/28  04:31:31
91616         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
91617              prototype mismatch with CORE::glob(); update pod and tests to
91618              suit (File::Glob::glob() is still available for backward
91619              compatibility, but should be considered deprecated)
91620      Branch: perl
91621            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
91622            ! t/lib/glob-taint.t
91623 ____________________________________________________________________________
91624 [  5980] By: gsar                                  on 2000/04/28  03:47:29
91625         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
91626              <ghudson@mit.edu>)
91627      Branch: metaconfig
91628            ! U/modified/Options.U
91629      Branch: perl
91630            ! Configure
91631 ____________________________________________________________________________
91632 [  5979] By: gsar                                  on 2000/04/28  03:07:54
91633         Log: under useithreads, constant pad entries could inadvertently be
91634              shared across threads (from Eric Blood <eblood@xmission.com>);
91635              added Eric's test case to testsuite
91636      Branch: perl
91637            ! op.c t/op/misc.t
91638 ____________________________________________________________________________
91639 [  5978] By: gsar                                  on 2000/04/27  21:13:00
91640         Log: sync version numbers in File::Spec with the ones on CPAN
91641              (from Barrie Slaymaker)
91642      Branch: perl
91643            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
91644            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
91645            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
91646 ____________________________________________________________________________
91647 [  5977] By: gsar                                  on 2000/04/27  21:07:29
91648         Log: autoquote barewords followed by newline and arrow properly
91649              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
91650      Branch: perl
91651            ! t/pragma/warn/toke toke.c
91652 ____________________________________________________________________________
91653 [  5976] By: gsar                                  on 2000/04/27  20:41:20
91654         Log: DB_File v1.73 update (from Paul Marquess)
91655      Branch: perl
91656            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
91657            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
91658 ____________________________________________________________________________
91659 [  5975] By: gsar                                  on 2000/04/27  20:34:24
91660         Log: allow sort() reentrancy (variant of patch suggested by
91661              Hugo van der Sanden)
91662      Branch: perl
91663            ! pp_ctl.c t/op/sort.t
91664 ____________________________________________________________________________
91665 [  5974] By: gsar                                  on 2000/04/27  19:46:57
91666         Log: change#4197 somehow missed initializing PL_errors, meaning
91667              sytax error queueing wasn't working outside eval"" at all;
91668              also fixed eval"" to localize PL_error_count, so that compile-time
91669              eval's don't clobber the error state of the outer context
91670      Branch: perl
91671            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
91672            ! t/pragma/warn/toke
91673 ____________________________________________________________________________
91674 [  5973] By: gsar                                  on 2000/04/27  18:29:05
91675         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
91676      Branch: perl
91677            ! regcomp.c regexec.c t/op/re_tests
91678 ____________________________________________________________________________
91679 [  5972] By: jhi                                   on 2000/04/27  18:22:41
91680         Log: Integrate with Sarathy.
91681      Branch: cfgperl
91682           +> t/lib/b.t t/lib/syslog.t
91683           !> (integrate 31 files)
91684 ____________________________________________________________________________
91685 [  5971] By: jhi                                   on 2000/04/27  18:18:46
91686         Log: Unicos tweaks from Mark P. Lutz.
91687      Branch: cfgperl
91688            ! hints/unicos.sh lib/Math/Complex.pm
91689 ____________________________________________________________________________
91690 [  5970] By: gsar                                  on 2000/04/27  18:05:11
91691         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
91692              IV is >32bits
91693      Branch: perl
91694            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
91695 ____________________________________________________________________________
91696 [  5969] By: gsar                                  on 2000/04/27  17:50:56
91697         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
91698      Branch: perl
91699            + t/lib/syslog.t
91700            ! MANIFEST ext/Sys/Syslog/Syslog.pm
91701 ____________________________________________________________________________
91702 [  5968] By: gsar                                  on 2000/04/27  17:44:49
91703         Log: tolerate spaces in group names in test on solaris (from David Boyce
91704              <dsb@boyski.com>)
91705      Branch: perl
91706            ! t/op/groups.t
91707 ____________________________________________________________________________
91708 [  5967] By: gsar                                  on 2000/04/27  17:41:22
91709         Log: improved docs on the warn_uninit diagnostic (from David Glasser
91710              and Simon Cozens)
91711      Branch: perl
91712            ! pod/perldiag.pod
91713 ____________________________________________________________________________
91714 [  5966] By: gsar                                  on 2000/04/27  16:54:58
91715         Log: add testsuite for B backends, fix bug in B::Deparse (from
91716              Simon Cozens <simon@brecon.co.uk>)
91717      Branch: perl
91718            + t/lib/b.t
91719            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
91720 ____________________________________________________________________________
91721 [  5965] By: gsar                                  on 2000/04/27  16:10:37
91722         Log: avoid "will not stay shared" warnings for our variables (from
91723              Robin Barker)
91724      Branch: perl
91725            ! op.c t/pragma/warn/op
91726 ____________________________________________________________________________
91727 [  5964] By: gsar                                  on 2000/04/27  07:05:05
91728         Log: reformat to 72 columns (again)
91729      Branch: perl
91730            ! pod/perldiag.pod
91731 ____________________________________________________________________________
91732 [  5963] By: gsar                                  on 2000/04/27  06:28:31
91733         Log: patch from Larry to make (\&) prototype work; added tests for
91734              the same
91735      Branch: perl
91736            ! op.c t/comp/proto.t
91737 ____________________________________________________________________________
91738 [  5962] By: gsar                                  on 2000/04/27  06:15:47
91739         Log: updated README.hpux (from Jeff Okamoto)
91740      Branch: perl
91741            ! README.hpux
91742 ____________________________________________________________________________
91743 [  5961] By: gsar                                  on 2000/04/27  05:55:03
91744         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
91745      Branch: perl
91746            ! emacs/cperl-mode.el
91747 ____________________________________________________________________________
91748 [  5960] By: gsar                                  on 2000/04/27  05:49:26
91749         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
91750      Branch: perl
91751            ! INSTALL
91752 ____________________________________________________________________________
91753 [  5959] By: gsar                                  on 2000/04/27  05:33:41
91754         Log: doubled words in pods (from Simon Cozens
91755              <simon.p.cozens@jp.pwcglobal.com>)
91756      Branch: perl
91757            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
91758            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
91759            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
91760            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
91761            ! pod/perltootc.pod
91762 ____________________________________________________________________________
91763 [  5958] By: gsar                                  on 2000/04/27  05:11:39
91764         Log: change#3569 deleted some essential code, revert; avoid use of
91765              atexit() to make DynaLoader work properly on AIX under mod_perl
91766              (from Jens-Uwe Mager <jum@helios.de>)
91767      Branch: perl
91768            ! ext/DynaLoader/dl_aix.xs
91769 ____________________________________________________________________________
91770 [  5957] By: gsar                                  on 2000/04/27  04:54:51
91771         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
91772      Branch: perl
91773            ! pod/perlmod.pod
91774 ____________________________________________________________________________
91775 [  5956] By: gsar                                  on 2000/04/27  04:51:47
91776         Log: better diagnostics on failed tests (from Ilya Zakharevich)
91777      Branch: perl
91778            ! t/op/lex_assign.t
91779 ____________________________________________________________________________
91780 [  5955] By: gsar                                  on 2000/04/27  04:26:44
91781         Log: longstanding bug exposed by change#3307: sort arguments weren't
91782              compiled with the right wantarray context (ensuing runtime lookup
91783              via block_gimme() was getting the incidental context of the
91784              sort() itself)
91785      Branch: perl
91786            ! op.c t/op/sort.t
91787 ____________________________________________________________________________
91788 [  5954] By: gsar                                  on 2000/04/26  23:42:12
91789         Log: integrate cfgperl contents into mainline
91790      Branch: perl
91791           !> (integrate 30 files)
91792 ____________________________________________________________________________
91793 [  5953] By: jhi                                   on 2000/04/26  23:06:42
91794         Log: Integrate with Sarathy.
91795      Branch: cfgperl
91796           !> README.win32 ext/B/B/Deparse.pm
91797           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91798           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
91799           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
91800           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
91801           !> utils/perldoc.PL vms/perlvms.pod
91802 ____________________________________________________________________________
91803 [  5952] By: jhi                                   on 2000/04/26  23:03:46
91804         Log: Undo "use integer" addition from 64bitint as it seems
91805              to break most of the subtests in Digital UNIX;
91806              Unicos needs to find another way.
91807      Branch: cfgperl
91808            ! t/op/64bitint.t
91809 ____________________________________________________________________________
91810 [  5951] By: jhi                                   on 2000/04/26  22:57:53
91811         Log: Be more robust on "extreme" (large absolute value)
91812              arguments.  Originally reported by Daniel Connelly
91813              as a problem with asinh() on large negative arguments,
91814              asinh() used to bail out because an argument to log()
91815              ended up being zero.  Ilya Zakharevich proposed using
91816              Taylor's series in such cases, which for such large
91817              arguments is a very good approximation.
91818      Branch: cfgperl
91819            ! lib/Math/Complex.pm t/lib/complex.t
91820 ____________________________________________________________________________
91821 [  5950] By: gsar                                  on 2000/04/25  19:13:12
91822         Log: reformat perldiag to avoid long lines
91823      Branch: perl
91824            ! pod/perldiag.pod
91825 ____________________________________________________________________________
91826 [  5949] By: gsar                                  on 2000/04/25  18:41:11
91827         Log: make perldoc use the pod2man from the same version (from
91828              M.J.T. Guy)
91829      Branch: perl
91830            ! utils/perldoc.PL
91831 ____________________________________________________________________________
91832 [  5948] By: gsar                                  on 2000/04/25  18:21:57
91833         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
91834              <kompas@kompas.usr.onet.pl>)
91835      Branch: perl
91836            ! lib/vars.pm
91837 ____________________________________________________________________________
91838 [  5947] By: gsar                                  on 2000/04/25  18:11:53
91839         Log: use &dl_error rather than &dl_load_file as the guard for calling
91840              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
91841              statically built perl)
91842      Branch: perl
91843            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91844 ____________________________________________________________________________
91845 [  5946] By: jhi                                   on 2000/04/25  17:37:54
91846         Log: Document that tr() is not tr(1).
91847      Branch: cfgperl
91848            ! pod/perlop.pod
91849 ____________________________________________________________________________
91850 [  5945] By: gsar                                  on 2000/04/25  16:34:33
91851         Log: make module name mandatory after -M switch; reorder perldiag
91852              alphabetically (from Mark-Jason Dominus)
91853      Branch: perl
91854            ! perl.c pod/perldiag.pod
91855 ____________________________________________________________________________
91856 [  5944] By: jhi                                   on 2000/04/25  01:15:18
91857         Log: On second thoughts frexp() does have two arguments.
91858      Branch: cfgperl
91859            ! perl.h
91860 ____________________________________________________________________________
91861 [  5943] By: jhi                                   on 2000/04/24  22:56:32
91862         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
91863              Now pp_ncmp() returns undef is either operand is a NaN.
91864      Branch: cfgperl
91865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91866            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
91867            ! vms/subconfigure.com vos/config.def vos/config.h
91868            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
91869            ! win32/config.vc win32/config_H.bc win32/config_H.gc
91870            ! win32/config_H.vc
91871      Branch: metaconfig/U/perl
91872            + d_modfl.U
91873 ____________________________________________________________________________
91874 [  5942] By: jhi                                   on 2000/04/24  19:45:17
91875         Log: Regen Configure to match #5937.
91876      Branch: cfgperl
91877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91878            ! config_h.SH
91879      Branch: metaconfig
91880            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
91881 ____________________________________________________________________________
91882 [  5941] By: jhi                                   on 2000/04/24  19:24:11
91883         Log: Further Unicos fixes for Mark Lutz.
91884      Branch: cfgperl
91885            ! hints/unicos.sh pp_ctl.c
91886 ____________________________________________________________________________
91887 [  5940] By: jhi                                   on 2000/04/24  19:09:06
91888         Log: Various Unicos 10.0.0.6 fixes.
91889              
91890              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
91891              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
91892              Reply-To: tecmpl1@triton.ca.boeing.com 
91893              To: perl5-porters@perl.org 
91894              Date: Fri, 14 Apr 2000 20:21:00 GMT 
91895              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
91896      Branch: cfgperl
91897            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
91898 ____________________________________________________________________________
91899 [  5939] By: gsar                                  on 2000/04/24  19:01:24
91900         Log: more pod nits (from Larry Virden)
91901      Branch: perl
91902            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
91903            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
91904            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
91905 ____________________________________________________________________________
91906 [  5938] By: gsar                                  on 2000/04/24  18:54:01
91907         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
91908      Branch: perl
91909            ! ext/B/B/Deparse.pm
91910 ____________________________________________________________________________
91911 [  5937] By: jhi                                   on 2000/04/24  17:39:00
91912         Log: Integrate with Sarathy.
91913      Branch: cfgperl
91914           +> (branch 31 files)
91915           !> (integrate 73 files)
91916 ____________________________________________________________________________
91917 [  5936] By: gsar                                  on 2000/04/24  17:30:06
91918         Log: additional tests for change#5934 (from Paul Marquess, who also
91919              sent in the same fix)
91920      Branch: perl
91921            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
91922            ! t/pragma/warn/5nolint t/pragma/warn/6default
91923 ____________________________________________________________________________
91924 [  5935] By: jhi                                   on 2000/04/24  17:26:05
91925         Log: Do not assume sign propagation.
91926              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
91927              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
91928              To: payner@ncifcrf.gov, perl5-porters@perl.org 
91929              Date: Tue, 18 Apr 2000 18:24:49 +0100 
91930              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
91931      Branch: cfgperl
91932            ! t/op/bop.t t/op/misc.t
91933 ____________________________________________________________________________
91934 [  5934] By: gsar                                  on 2000/04/24  17:16:54
91935         Log: propagate lexical warnings from surrounding scope correctly
91936              within string eval()
91937      Branch: perl
91938            ! pp_ctl.c t/pragma/warn/pp_ctl
91939 ____________________________________________________________________________
91940 [  5933] By: jhi                                   on 2000/04/24  17:01:07
91941         Log: Flatten the cpp jungle doing the nosuid checking.
91942      Branch: cfgperl
91943            ! perl.c
91944 ____________________________________________________________________________
91945 [  5932] By: gsar                                  on 2000/04/24  09:08:14
91946         Log: add rsignal(), whichsig() and do_join() to public API list
91947              (mod_perl uses them to good advantage)
91948      Branch: perl
91949            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
91950 ____________________________________________________________________________
91951 [  5931] By: gsar                                  on 2000/04/24  09:01:40
91952         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
91953      Branch: perl
91954            ! pp_hot.c regexec.c t/op/pat.t
91955 ____________________________________________________________________________
91956 [  5930] By: gsar                                  on 2000/04/24  08:58:33
91957         Log: small os390 tweaks (from Peter Prymmer)
91958      Branch: perl
91959            ! config_h.SH makedepend.SH
91960 ____________________________________________________________________________
91961 [  5929] By: gsar                                  on 2000/04/24  08:55:25
91962         Log: pod nits
91963      Branch: perl
91964            ! pod/perlguts.pod
91965 ____________________________________________________________________________
91966 [  5928] By: gsar                                  on 2000/04/24  08:50:13
91967         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
91968      Branch: perl
91969            ! ext/IO/lib/IO/Poll.pm
91970 ____________________________________________________________________________
91971 [  5927] By: gsar                                  on 2000/04/24  08:43:24
91972         Log: arrange for next() to resume at the unstack op rather than the
91973              loop conditional, so that scope cleanup happens correctly
91974              (from Stephen McCamant)
91975      Branch: perl
91976            ! op.c pp_ctl.c t/op/misc.t
91977 ____________________________________________________________________________
91978 [  5926] By: gsar                                  on 2000/04/24  08:18:40
91979         Log: on windows, reserve 16M of stack rather than 128M (allows more
91980              threads to run concurrently)
91981      Branch: perl
91982            ! win32/Makefile win32/makefile.mk
91983 ____________________________________________________________________________
91984 [  5925] By: gsar                                  on 2000/04/24  08:13:52
91985         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
91986      Branch: perl
91987            ! toke.c
91988 ____________________________________________________________________________
91989 [  5924] By: gsar                                  on 2000/04/24  08:08:59
91990         Log: avoid using uninitialized memory in require version check
91991      Branch: perl
91992            ! pp_ctl.c universal.c
91993 ____________________________________________________________________________
91994 [  5923] By: gsar                                  on 2000/04/24  07:20:14
91995         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
91996      Branch: perl
91997            ! ext/IO/lib/IO/Poll.pm
91998 ____________________________________________________________________________
91999 [  5922] By: gsar                                  on 2000/04/24  07:08:42
92000         Log: commentary about IoTYPE() (from Nathan Torkington)
92001      Branch: perl
92002            ! sv.h
92003 ____________________________________________________________________________
92004 [  5921] By: gsar                                  on 2000/04/24  06:58:26
92005         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
92006              by fix
92007      Branch: perl
92008            ! sv.c t/lib/charnames.t t/pragma/utf8.t
92009 ____________________________________________________________________________
92010 [  5920] By: gsar                                  on 2000/04/24  06:37:59
92011         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
92012      Branch: perl
92013            ! doop.c t/op/ver.t
92014 ____________________________________________________________________________
92015 [  5919] By: gsar                                  on 2000/04/24  06:21:58
92016         Log: Configure might miss old directories when prefix must be
92017              expanded (from Robin Barker)
92018      Branch: metaconfig
92019            ! U/installdirs/inc_version_list.U
92020      Branch: perl
92021            ! Configure
92022 ____________________________________________________________________________
92023 [  5918] By: gsar                                  on 2000/04/24  06:16:11
92024         Log: VMS nits in glob() test (from Charles Lane)
92025      Branch: perl
92026            ! t/lib/glob-basic.t
92027 ____________________________________________________________________________
92028 [  5917] By: gsar                                  on 2000/04/24  06:11:56
92029         Log: various pod nits (from Larry Virden and others)
92030      Branch: perl
92031            ! README.amiga README.hpux README.machten README.os2
92032            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
92033            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
92034            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
92035            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
92036            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
92037            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
92038            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
92039            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
92040 ____________________________________________________________________________
92041 [  5916] By: gsar                                  on 2000/04/24  05:52:43
92042         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
92043              <wjones@tc.fluke.com>)
92044      Branch: perl
92045            ! t/lib/glob-basic.t
92046 ____________________________________________________________________________
92047 [  5915] By: gsar                                  on 2000/04/24  05:07:01
92048         Log: supported platforms mixed up
92049      Branch: perl
92050            ! pod/perl56delta.pod pod/perlport.pod
92051 ____________________________________________________________________________
92052 [  5914] By: gsar                                  on 2000/04/24  04:56:08
92053         Log: caller() wasn't returning the right number of elements for
92054              eval {...}
92055      Branch: perl
92056            ! pp_ctl.c t/pragma/warn/9enabled
92057 ____________________________________________________________________________
92058 [  5913] By: gsar                                  on 2000/04/24  04:35:41
92059         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
92060              Mark-Jason Dominus)
92061      Branch: perl
92062            ! pod/perlfunc.pod
92063 ____________________________________________________________________________
92064 [  5912] By: gsar                                  on 2000/04/24  04:17:15
92065         Log: fix totally broken caching in UNIVERSAL::isa() (from
92066              Nick Ing-Simmons)
92067      Branch: perl
92068            ! t/op/universal.t universal.c
92069 ____________________________________________________________________________
92070 [  5911] By: gsar                                  on 2000/04/24  03:39:47
92071         Log: add linebreak properties from unicode/LineBrk.txt (from
92072              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
92073      Branch: perl
92074            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
92075            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
92076            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
92077            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
92078            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
92079            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
92080            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
92081            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
92082            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
92083            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
92084            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
92085            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
92086            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
92087            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
92088            + lib/unicode/Is/LbrkZW.pl
92089            ! lib/unicode/mktables.PL
92090 ____________________________________________________________________________
92091 [  5910] By: gsar                                  on 2000/04/24  03:23:10
92092         Log: typo in pod
92093      Branch: perl
92094            ! ext/Thread/Thread.pm
92095 ____________________________________________________________________________
92096 [  5909] By: gsar                                  on 2000/04/24  03:22:03
92097         Log: mode argument to do_binmode() should be file mode, not boolean
92098      Branch: perl
92099            ! pp_sys.c
92100 ____________________________________________________________________________
92101 [  5908] By: gsar                                  on 2000/04/16  16:51:08
92102         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
92103              always returns a valid GV even when the symbol is trapped by strictures
92104              (avoids coredumps)
92105              
92106              TODO: the C<package;> hack needs similar treatment
92107      Branch: perl
92108            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
92109            ! t/pragma/strict-vars
92110 ____________________________________________________________________________
92111 [  5907] By: jhi                                   on 2000/03/31  23:42:56
92112         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
92113              an assumption which #5905 demolished.
92114      Branch: cfgperl
92115            ! pp_sys.c
92116 ____________________________________________________________________________
92117 [  5906] By: jhi                                   on 2000/03/31  18:54:37
92118         Log: Typo in #5905.
92119      Branch: cfgperl
92120            ! t/op/64bitint.t
92121 ____________________________________________________________________________
92122 [  5905] By: jhi                                   on 2000/03/31  18:50:54
92123         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
92124              reported by Joseph N. Hall.  The bug was that even with use64bitint
92125              one had to use the prefixes q, L, or ll with printf/sprintf,
92126              contrary to the documentation and common sense.
92127      Branch: cfgperl
92128            ! sv.c t/op/64bitint.t
92129 ____________________________________________________________________________
92130 [  5904] By: gsar                                  on 2000/03/28  02:31:32
92131         Log: add Changes, perldelta.pod
92132      Branch: perl
92133            + Changes pod/perldelta.pod
92134 ____________________________________________________________________________
92135 [  5903] By: gsar                                  on 2000/03/28  02:03:55
92136         Log: rename Changes and perldelta.pod
92137      Branch: perl
92138           +> Changes5.6 pod/perl56delta.pod
92139            - Changes pod/perldelta.pod
92140            ! MANIFEST
92141 ____________________________________________________________________________
92142 [  5902] By: gsar                                  on 2000/03/28  01:59:14
92143         Log: create maint-5.6 branch
92144      Branch: maint-5.6/perl
92145           +> (branch 1611 files)
92146 ____________________________________________________________________________
92147 [  5901] By: jhi                                   on 2000/03/23  05:48:43
92148         Log: Integrate with Sarathy.
92149      Branch: cfgperl
92150           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
92151 ____________________________________________________________________________
92152 [  5900] By: gsar                                  on 2000/03/23  05:42:43
92153         Log: three guesses on what this is :-)
92154      Branch: perl
92155            ! Changes